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/E