2026-09-20 08:17 ftp://ftp.de.debian.org/debian/pool/main/n/nco/nco_5.3.9.orig.tar.gz cppcheck-options: --library=posix --library=gnu --library=bsd --library=openmp --inconclusive --enable=style,information --inline-suppr --template=daca2 --disable=missingInclude --suppress=unmatchedSuppression --check-library --debug-warnings --suppress=autoNoType --suppress=valueFlowBailout --suppress=bailoutUninitVar --suppress=symbolDatabaseWarning --suppress=normalCheckLevelConditionExpressions -D__GNUC__ --platform=unix64 -j1 platform: Linux-6.12.107+deb13-amd64-x86_64-with-glibc2.41 python: 3.12.14 client-version: 1.4.0 compiler: g++ (Debian 14.2.0-19) 14.2.0 cppcheck: head 2.22.0 head-info: 112e7e1 (2026-09-20 09:06:56 +0200) count: 4190 4190 elapsed-time: 44.5 44.7 head-timing-info: old-timing-info: head results: nco-5.3.9/bld/libnco_c++_tst.cc:28:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] nco-5.3.9/doc/cdtime.c:27:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cdStandard [valueFlowBailoutIncompleteVar] nco-5.3.9/doc/cdtime.c:25:50: warning: If memory allocation fails, then there is a possible null pointer dereference: s_in [nullPointerOutOfMemory] nco-5.3.9/doc/cdtime.c:22:14: note: Assuming allocation function fails nco-5.3.9/doc/cdtime.c:22:14: note: Assignment 's_in=strdup(argv[1])', assigned value is 0 nco-5.3.9/doc/cdtime.c:25:50: note: Null pointer dereference nco-5.3.9/doc/cdtime.c:25:55: warning: If memory allocation fails, then there is a possible null pointer dereference: s_out [nullPointerOutOfMemory] nco-5.3.9/doc/cdtime.c:23:15: note: Assuming allocation function fails nco-5.3.9/doc/cdtime.c:23:15: note: Assignment 's_out=strdup(argv[2])', assigned value is 0 nco-5.3.9/doc/cdtime.c:25:55: note: Null pointer dereference nco-5.3.9/doc/cdtime.c:30:26: warning:inconclusive: If memory allocation fails, then there is a possible null pointer dereference: s_in [nullPointerOutOfMemory] nco-5.3.9/doc/cdtime.c:22:14: note: Assuming allocation function fails nco-5.3.9/doc/cdtime.c:22:14: note: Assignment 's_in=strdup(argv[1])', assigned value is 0 nco-5.3.9/doc/cdtime.c:30:26: note: Null pointer dereference nco-5.3.9/doc/cdtime.c:18:9: style: Variable 's_out' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco++/ncap2_utl.hh:71:3: error: There is an unknown macro here somewhere. Configuration is required. If ANTLR_USE_NAMESPACE is a macro then please configure it. [unknownMacro] nco-5.3.9/src/nco++/NcapVar.cc:12:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable antlr [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco++/NcapVar.hh:64:4: performance: Variable 'var_nm' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] nco-5.3.9/src/nco++/NcapVar.hh:65:4: performance: Variable 'att_nm' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] nco-5.3.9/src/nco++/NcapVar.hh:66:4: performance: Variable 'fll_nm' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] nco-5.3.9/src/nco++/NcapVar.hh:67:4: performance: Variable 'rfr_ast' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] nco-5.3.9/src/nco++/NcapVar.hh:112:10: style:inconclusive: Technically the member function 'NcapVar::getAst' can be const. [functionConst] nco-5.3.9/src/nco++/NcapVar.hh:113:13: style:inconclusive: Technically the member function 'NcapVar::getAst_typ' can be const. [functionConst] nco-5.3.9/src/nco++/NcapVar.hh:115:15: style:inconclusive: Technically the member function 'NcapVar::getVar' can be const. [functionConst] nco-5.3.9/src/nco++/NcapVar.hh:116:15: style:inconclusive: Technically the member function 'NcapVar::getAtt' can be const. [functionConst] nco-5.3.9/src/nco++/NcapVar.hh:117:15: style:inconclusive: Technically the member function 'NcapVar::getFll' can be const. [functionConst] nco-5.3.9/src/nco++/NcapVar.hh:57:3: style: Class 'NcapVar' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] nco-5.3.9/src/nco++/NcapVar.hh:115:15: performance: Function 'getVar()' should return member 'var_nm' by const reference. [returnByReference] nco-5.3.9/src/nco++/NcapVar.hh:116:15: performance: Function 'getAtt()' should return member 'att_nm' by const reference. [returnByReference] nco-5.3.9/src/nco++/NcapVar.hh:117:15: performance: Function 'getFll()' should return member 'fll_nm' by const reference. [returnByReference] nco-5.3.9/src/nco++/NcapVar.cc:6:33: warning: Either the condition 'var!=(var_sct*)NULL' is redundant or there is possible null pointer dereference: var_in. [nullPointerRedundantCheck] nco-5.3.9/src/nco++/NcapVar.cc:14:12: note: Assuming that condition 'var!=(var_sct*)NULL' is not redundant nco-5.3.9/src/nco++/NcapVar.cc:8:9: note: Assignment to 'var=var_in' nco-5.3.9/src/nco++/NcapVar.cc:6:33: note: Null pointer dereference nco-5.3.9/src/nco++/NcapVar.cc:38:13: style: C-style pointer casting [cstyleCast] nco-5.3.9/src/nco++/NcapVarVector.cc:73:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npos [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco++/NcapVarVector.hh:29:13: style:inconclusive: Technically the member function 'NcapVarVector::less_mag::operator()' can be const. [functionConst] nco-5.3.9/src/nco++/NcapVarVector.cc:130:5: style: Redundant initialization for 'we'. The initialized value is overwritten before it is read. [redundantInitialization] nco-5.3.9/src/nco++/NcapVarVector.cc:129:37: note: we is initialized nco-5.3.9/src/nco++/NcapVarVector.cc:130:5: note: we is overwritten nco-5.3.9/src/nco++/NcapVarVector.cc:58:17: style: The scope of the variable 's_fl' can be reduced. [variableScope] nco-5.3.9/src/nco++/NcapVarVector.cc:10:42: performance: Function parameter 's_fnm' should be passed by const reference. [passedByValue] nco-5.3.9/src/nco++/NcapVarVector.cc:29:39: performance: Function parameter 's_fnm' should be passed by const reference. [passedByValue] nco-5.3.9/src/nco++/NcapVarVector.cc:117:39: performance: Function parameter 's_fnm' should be passed by const reference. [passedByValue] nco-5.3.9/src/nco++/NcapVarVector.cc:145:43: performance: Function parameter 'var_nm' should be passed by const reference. [passedByValue] ncoGrammar.g:710:9: error: There is an unknown macro here somewhere. Configuration is required. If ANTLR_USE_NAMESPACE is a macro then please configure it. [unknownMacro] ncoLexer.hpp:72:2: error: There is an unknown macro here somewhere. Configuration is required. If ANTLR_USE_NAMESPACE is a macro then please configure it. [unknownMacro] ncoParser.hpp:117:2: error: There is an unknown macro here somewhere. Configuration is required. If ANTLR_USE_NAMESPACE is a macro then please configure it. [unknownMacro] nco-5.3.9/src/nco++/nco_gsl.cc:138:10: style: Parameter 'c0' can be declared as pointer to const [constParameterPointer] nco-5.3.9/src/nco++/nco_gsl.cc:139:10: style: Parameter 'c1' can be declared as pointer to const [constParameterPointer] nco-5.3.9/src/nco++/nco_gsl.cc:140:10: style: Parameter 'cov_00' can be declared as pointer to const [constParameterPointer] nco-5.3.9/src/nco++/nco_gsl.cc:141:10: style: Parameter 'cov_01' can be declared as pointer to const [constParameterPointer] nco-5.3.9/src/nco++/nco_gsl.cc:142:10: style: Parameter 'cov_11' can be declared as pointer to const [constParameterPointer] nco-5.3.9/src/nco++/nco_gsl.cc:143:10: style: Parameter 'sumsq' can be declared as pointer to const [constParameterPointer] nco-5.3.9/src/nco++/sdo_utl.cc:20:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cerr [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco++/sdo_utl.cc:27:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cerr [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco++/sdo_utl.cc:34:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cerr [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco++/sdo_utl.cc:41:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cerr [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco++/sdo_utl.cc:55:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cerr [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco++/sdo_utl.cc:67:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cerr [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco++/sdo_utl.cc:79:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cerr [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco++/sdo_utl.cc:86:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cerr [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco++/sdo_utl.cc:93:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cerr [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco++/sdo_utl.cc:100:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cerr [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco++/sdo_utl.hh:64:16: style:inconclusive: Function 'nbr2sng' argument 1 names different: declaration 'nbr' definition 'val'. [funcArgNamesDifferent] nco-5.3.9/src/nco++/sdo_utl.hh:60:54: note: Function 'nbr2sng' argument 1 names different: declaration 'nbr' definition 'val'. nco-5.3.9/src/nco++/sdo_utl.hh:64:16: note: Function 'nbr2sng' argument 1 names different: declaration 'nbr' definition 'val'. nco-5.3.9/src/nco++/sdo_utl.hh:82:16: style:inconclusive: Function 'nbr2sng' argument 1 names different: declaration 'nbr' definition 'val'. [funcArgNamesDifferent] nco-5.3.9/src/nco++/sdo_utl.hh:78:54: note: Function 'nbr2sng' argument 1 names different: declaration 'nbr' definition 'val'. nco-5.3.9/src/nco++/sdo_utl.hh:82:16: note: Function 'nbr2sng' argument 1 names different: declaration 'nbr' definition 'val'. nco-5.3.9/src/nco++/sdo_utl.hh:102:20: performance: Function parameter 'sng' should be passed by const reference. [passedByValue] nco-5.3.9/src/nco++/sdo_utl.hh:119:20: performance: Function parameter 'sng' should be passed by const reference. [passedByValue] nco-5.3.9/src/nco++/sdo_utl.cc:17:21: performance: Function parameter 'nco_prg_nm' should be passed by const reference. [passedByValue] nco-5.3.9/src/nco++/sdo_utl.cc:17:44: performance: Function parameter 'fnc_nm' should be passed by const reference. [passedByValue] nco-5.3.9/src/nco++/sdo_utl.cc:17:63: performance: Function parameter 'msg' should be passed by const reference. [passedByValue] nco-5.3.9/src/nco++/sdo_utl.cc:24:21: performance: Function parameter 'fnc_nm' should be passed by const reference. [passedByValue] nco-5.3.9/src/nco++/sdo_utl.cc:24:40: performance: Function parameter 'msg' should be passed by const reference. [passedByValue] nco-5.3.9/src/nco++/sdo_utl.cc:31:21: performance: Function parameter 'msg' should be passed by const reference. [passedByValue] nco-5.3.9/src/nco++/sdo_utl.cc:38:21: performance: Function parameter 'nco_prg_nm' should be passed by const reference. [passedByValue] nco-5.3.9/src/nco++/sdo_utl.cc:38:44: performance: Function parameter 'fnc_nm' should be passed by const reference. [passedByValue] nco-5.3.9/src/nco++/sdo_utl.cc:38:63: performance: Function parameter 'msg' should be passed by const reference. [passedByValue] nco-5.3.9/src/nco++/sdo_utl.cc:52:21: performance: Function parameter 'fnc_nm' should be passed by const reference. [passedByValue] nco-5.3.9/src/nco++/sdo_utl.cc:52:40: performance: Function parameter 'msg' should be passed by const reference. [passedByValue] nco-5.3.9/src/nco++/sdo_utl.cc:64:21: performance: Function parameter 'msg' should be passed by const reference. [passedByValue] nco-5.3.9/src/nco++/sdo_utl.cc:76:21: performance: Function parameter 'nco_prg_nm' should be passed by const reference. [passedByValue] nco-5.3.9/src/nco++/sdo_utl.cc:76:44: performance: Function parameter 'fnc_nm' should be passed by const reference. [passedByValue] nco-5.3.9/src/nco++/sdo_utl.cc:76:63: performance: Function parameter 'msg' should be passed by const reference. [passedByValue] nco-5.3.9/src/nco++/sdo_utl.cc:83:21: performance: Function parameter 'fnc_nm' should be passed by const reference. [passedByValue] nco-5.3.9/src/nco++/sdo_utl.cc:83:40: performance: Function parameter 'msg' should be passed by const reference. [passedByValue] nco-5.3.9/src/nco++/sdo_utl.cc:90:21: performance: Function parameter 'nco_prg_nm' should be passed by const reference. [passedByValue] nco-5.3.9/src/nco++/sdo_utl.cc:90:44: performance: Function parameter 'fnc_nm' should be passed by const reference. [passedByValue] nco-5.3.9/src/nco++/sdo_utl.cc:90:63: performance: Function parameter 'msg' should be passed by const reference. [passedByValue] nco-5.3.9/src/nco++/sdo_utl.cc:97:21: performance: Function parameter 'fnc_nm' should be passed by const reference. [passedByValue] nco-5.3.9/src/nco++/sdo_utl.cc:97:40: performance: Function parameter 'msg' should be passed by const reference. [passedByValue] nco-5.3.9/src/nco++/sym_cls.cc:7:5: performance: Variable '_fnm' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] nco-5.3.9/src/nco++/sym_cls.cc:12:5: performance: Variable '_fnm' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] nco-5.3.9/src/nco++/sym_cls.cc:16:24: style:inconclusive: Technically the member function 'sym_cls::fnm' can be const. [functionConst] nco-5.3.9/src/nco++/sym_cls.hh:16:15: note: Technically the member function 'sym_cls::fnm' can be const. nco-5.3.9/src/nco++/sym_cls.cc:16:24: note: Technically the member function 'sym_cls::fnm' can be const. nco-5.3.9/src/nco++/sym_cls.hh:16:15: performance: Function 'fnm()' should return member '_fnm' by const reference. [returnByReference] nco-5.3.9/src/nco++/sym_cls.cc:6:32: performance: Function parameter 'sfnm' should be passed by const reference. [passedByValue] nco-5.3.9/src/nco/mpncbo.c:91:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_DIMS [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/mpncbo.c:611:6: style: The if condition is the same as the previous if condition [duplicateCondition] nco-5.3.9/src/nco/mpncbo.c:610:6: note: First condition nco-5.3.9/src/nco/mpncbo.c:611:6: note: Second condition nco-5.3.9/src/nco/mpncbo.c:618:6: style: The if condition is the same as the previous if condition [duplicateCondition] nco-5.3.9/src/nco/mpncbo.c:617:6: note: First condition nco-5.3.9/src/nco/mpncbo.c:618:6: note: Second condition nco-5.3.9/src/nco/mpncbo.c:622:6: style: The if condition is the same as the previous if condition [duplicateCondition] nco-5.3.9/src/nco/mpncbo.c:621:6: note: First condition nco-5.3.9/src/nco/mpncbo.c:622:6: note: Second condition nco-5.3.9/src/nco/mpncbo.c:754:15: style: Variable 'fl_out_tmp' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/mpncbo.c:740:13: note: fl_out_tmp is assigned nco-5.3.9/src/nco/mpncbo.c:754:15: note: fl_out_tmp is overwritten nco-5.3.9/src/nco/mpncbo.c:950:15: style: Variable 'has_mss_val' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/mpncbo.c:912:15: note: has_mss_val is assigned nco-5.3.9/src/nco/mpncbo.c:950:15: note: has_mss_val is overwritten nco-5.3.9/src/nco/mpncbo.c:103:9: style: Variable 'nco_op_typ_sng' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/mpncbo.c:244:24: style: Variable 'opt_lng' can be declared as const array [constVariable] nco-5.3.9/src/nco/mpncbo.c:1063:24: style: Variable 'fl_in_1' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/mpncbo.c:1064:24: style: Variable 'fl_in_2' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/mpncbo.c:1072:37: style: Variable 'lmt_all_lst' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/mpncbo.c:1073:8: style: Variable 'lmt' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/mpncbo.c:1075:22: style: Variable 'cmd_ln' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/mpncbo.c:1076:32: style: Variable 'cnk_map_sng' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/mpncbo.c:1077:32: style: Variable 'cnk_plc_sng' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/mpncbo.c:1079:30: style: Variable 'fl_out_tmp' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/mpncbo.c:1080:22: style: Variable 'fl_pth' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/mpncbo.c:1081:30: style: Variable 'fl_pth_lcl' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/mpncbo.c:1082:32: style: Variable 'in_id_1_arr' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/mpncbo.c:1083:32: style: Variable 'in_id_2_arr' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/mpncbo.c:1086:42: style: Variable 'fl_lst_in' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/mpncbo.c:1087:30: style: Variable 'fl_lst_abb' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/mpncbo.c:1088:28: style: Variable 'gaa_arg' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/mpncbo.c:1089:38: style: Variable 'var_lst_in' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/mpncbo.c:1093:24: style: Variable 'aux' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/mpncbo.c:1096:28: style: Variable 'cnk_dmn' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/mpncbo.c:1098:32: style: Variable 'dim_1' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/mpncbo.c:1099:32: style: Variable 'dim_2' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/mpncbo.c:1100:34: style: Variable 'dmn_out' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/mpncbo.c:1112:10: style: Variable 'var_1' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/mpncbo.c:1113:10: style: Variable 'var_2' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/mpncbo.c:1114:30: style: Variable 'var_out' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/mpncbo.c:194:12: style: Variable 'HPSS_TRY' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/mpncbo.c:211:12: style: Variable 'cnk_csh_byt' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/mpncecat.c:68:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_DIMS [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/mpncecat.c:989:20: style: The if condition is the same as the previous if condition [duplicateCondition] nco-5.3.9/src/nco/mpncecat.c:988:20: note: First condition nco-5.3.9/src/nco/mpncecat.c:989:20: note: Second condition nco-5.3.9/src/nco/mpncecat.c:992:16: style: The if condition is the same as the previous if condition [duplicateCondition] nco-5.3.9/src/nco/mpncecat.c:991:16: note: First condition nco-5.3.9/src/nco/mpncecat.c:992:16: note: Second condition nco-5.3.9/src/nco/mpncecat.c:101:16: style: Variable 'fp_stdout' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/mpncecat.c:200:24: style: Variable 'opt_lng' can be declared as const array [constVariable] nco-5.3.9/src/nco/mpncecat.c:507:24: style: Variable 'opt_crr' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/mpncecat.c:585:10: style: Variable 'dmn_lst' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/mpncecat.c:607:10: style: Variable 'xtr_lst' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/mpncecat.c:953:30: style: Variable 'rec_dmn_nm' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/mpncecat.c:960:8: style: Variable 'lmt' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/mpncecat.c:961:35: style: Variable 'lmt_all_lst' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/mpncecat.c:965:22: style: Variable 'cmd_ln' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/mpncecat.c:966:32: style: Variable 'cnk_map_sng' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/mpncecat.c:967:32: style: Variable 'cnk_plc_sng' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/mpncecat.c:968:20: style: Variable 'fl_in' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/mpncecat.c:970:30: style: Variable 'fl_out_tmp' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/mpncecat.c:971:22: style: Variable 'fl_pth' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/mpncecat.c:972:30: style: Variable 'fl_pth_lcl' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/mpncecat.c:973:28: style: Variable 'in_id_arr' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/mpncecat.c:976:42: style: Variable 'fl_lst_in' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/mpncecat.c:977:30: style: Variable 'fl_lst_abb' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/mpncecat.c:978:28: style: Variable 'gaa_arg' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/mpncecat.c:979:38: style: Variable 'var_lst_in' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/mpncecat.c:983:24: style: Variable 'aux' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/mpncecat.c:986:28: style: Variable 'cnk_dmn' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/mpncecat.c:988:28: style: Variable 'dim' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/mpncecat.c:989:32: style: Variable 'dmn_out' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/mpncecat.c:991:24: style: Variable 'var' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/mpncecat.c:992:28: style: Variable 'var_out' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/mpncecat.c:101:16: style: Variable 'fp_stdout' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/mpncecat.c:168:12: style: Variable 'cnk_csh_byt' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/mpncflint.c:75:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_DIMS [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/mpncflint.c:1036:20: style: The if condition is the same as the previous if condition [duplicateCondition] nco-5.3.9/src/nco/mpncflint.c:1035:20: note: First condition nco-5.3.9/src/nco/mpncflint.c:1036:20: note: Second condition nco-5.3.9/src/nco/mpncflint.c:1043:20: style: The if condition is the same as the previous if condition [duplicateCondition] nco-5.3.9/src/nco/mpncflint.c:1042:20: note: First condition nco-5.3.9/src/nco/mpncflint.c:1043:20: note: Second condition nco-5.3.9/src/nco/mpncflint.c:757:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/mpncflint.c:756:8: note: rcd is assigned nco-5.3.9/src/nco/mpncflint.c:757:8: note: rcd is overwritten nco-5.3.9/src/nco/mpncflint.c:87:9: style: Variable 'ntp_nm' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/mpncflint.c:111:16: style: Variable 'fp_stdout' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/mpncflint.c:222:24: style: Variable 'opt_lng' can be declared as const array [constVariable] nco-5.3.9/src/nco/mpncflint.c:540:24: style: Variable 'opt_crr' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/mpncflint.c:643:10: style: Variable 'dmn_lst' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/mpncflint.c:665:10: style: Variable 'xtr_lst' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/mpncflint.c:796:20: style: Variable 'ntp_1' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/mpncflint.c:797:20: style: Variable 'ntp_2' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/mpncflint.c:798:32: style: Variable 'ntp_var_out' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/mpncflint.c:992:24: style: Variable 'fl_in_1' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/mpncflint.c:993:24: style: Variable 'fl_in_2' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/mpncflint.c:997:14: style: Variable 'var_prc_2' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/mpncflint.c:998:20: style: Variable 'wgt_1' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/mpncflint.c:999:20: style: Variable 'wgt_2' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/mpncflint.c:1000:28: style: Variable 'wgt_out_1' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/mpncflint.c:1001:28: style: Variable 'wgt_out_2' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/mpncflint.c:1008:35: style: Variable 'lmt_all_lst' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/mpncflint.c:1009:8: style: Variable 'lmt' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/mpncflint.c:1013:22: style: Variable 'cmd_ln' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/mpncflint.c:1014:32: style: Variable 'cnk_map_sng' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/mpncflint.c:1015:32: style: Variable 'cnk_plc_sng' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/mpncflint.c:1017:30: style: Variable 'fl_out_tmp' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/mpncflint.c:1018:22: style: Variable 'fl_pth' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/mpncflint.c:1019:30: style: Variable 'fl_pth_lcl' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/mpncflint.c:1023:42: style: Variable 'fl_lst_in' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/mpncflint.c:1024:30: style: Variable 'fl_lst_abb' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/mpncflint.c:1025:28: style: Variable 'gaa_arg' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/mpncflint.c:1026:38: style: Variable 'var_lst_in' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/mpncflint.c:1030:24: style: Variable 'aux' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/mpncflint.c:1033:28: style: Variable 'cnk_dmn' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/mpncflint.c:1035:28: style: Variable 'dim' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/mpncflint.c:1036:32: style: Variable 'dmn_out' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/mpncflint.c:1039:8: style: Variable 'var' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/mpncflint.c:1040:12: style: Variable 'var_out' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/mpncflint.c:111:16: style: Variable 'fp_stdout' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/mpncflint.c:169:12: style: Variable 'HPSS_TRY' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/mpncflint.c:184:12: style: Variable 'cnk_csh_byt' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/mpncpdq.c:79:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_DIMS [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/mpncpdq.c:1280:20: style: The if condition is the same as the previous if condition [duplicateCondition] nco-5.3.9/src/nco/mpncpdq.c:1279:20: note: First condition nco-5.3.9/src/nco/mpncpdq.c:1280:20: note: Second condition nco-5.3.9/src/nco/mpncpdq.c:1283:16: style: The if condition is the same as the previous if condition [duplicateCondition] nco-5.3.9/src/nco/mpncpdq.c:1282:16: note: First condition nco-5.3.9/src/nco/mpncpdq.c:1283:16: note: Second condition nco-5.3.9/src/nco/mpncpdq.c:92:9: style: Variable 'rec_dmn_nm_in' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/mpncpdq.c:93:9: style: Variable 'rec_dmn_nm_out' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/mpncpdq.c:226:24: style: Variable 'opt_lng' can be declared as const array [constVariable] nco-5.3.9/src/nco/mpncpdq.c:530:24: style: Variable 'opt_crr' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/mpncpdq.c:553:6: style: Variable 'rcd' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/mpncpdq.c:606:10: style: Variable 'dmn_lst' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/mpncpdq.c:643:12: style: Variable 'optarg_lcl' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/mpncpdq.c:665:16: style: Variable 'dmn_rdr_lst' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/mpncpdq.c:699:10: style: Variable 'xtr_lst' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/mpncpdq.c:980:49: style: Variable 'rcd' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/mpncpdq.c:1057:38: style: Variable 'rcd' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/mpncpdq.c:1070:9: style: Variable 'rcd' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/mpncpdq.c:1152:10: style: Variable 'rcd' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/mpncpdq.c:1163:23: style: Variable 'nco_pck_plc_alw' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/mpncpdq.c:1227:40: style: Variable 'dmn_idx_out_in' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/mpncpdq.c:1228:32: style: Variable 'dmn_rvr_in' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/mpncpdq.c:1229:34: style: Variable 'dmn_rvr_rdr' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/mpncpdq.c:1230:44: style: Variable 'dmn_rdr_lst_in' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/mpncpdq.c:1232:14: style: Variable 'dmn_rdr' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/mpncpdq.c:1236:42: style: Variable 'nco_pck_plc_sng' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/mpncpdq.c:1237:42: style: Variable 'nco_pck_map_sng' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/mpncpdq.c:1242:17: style: Variable 'aed_lst_add_fst' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/mpncpdq.c:1243:17: style: Variable 'aed_lst_scl_fct' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/mpncpdq.c:1251:35: style: Variable 'lmt_all_lst' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/mpncpdq.c:1252:8: style: Variable 'lmt' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/mpncpdq.c:1256:22: style: Variable 'cmd_ln' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/mpncpdq.c:1257:32: style: Variable 'cnk_map_sng' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/mpncpdq.c:1258:32: style: Variable 'cnk_plc_sng' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/mpncpdq.c:1259:20: style: Variable 'fl_in' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/mpncpdq.c:1261:30: style: Variable 'fl_out_tmp' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/mpncpdq.c:1262:22: style: Variable 'fl_pth' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/mpncpdq.c:1263:30: style: Variable 'fl_pth_lcl' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/mpncpdq.c:1264:28: style: Variable 'in_id_arr' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/mpncpdq.c:1267:42: style: Variable 'fl_lst_in' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/mpncpdq.c:1268:30: style: Variable 'fl_lst_abb' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/mpncpdq.c:1270:38: style: Variable 'var_lst_in' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/mpncpdq.c:1274:24: style: Variable 'aux' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/mpncpdq.c:1277:28: style: Variable 'cnk_dmn' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/mpncpdq.c:1279:28: style: Variable 'dim' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/mpncpdq.c:1280:32: style: Variable 'dmn_out' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/mpncpdq.c:1282:24: style: Variable 'var' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/mpncpdq.c:1283:28: style: Variable 'var_out' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/mpncpdq.c:192:12: style: Variable 'cnk_csh_byt' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/mpncra.c:119:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_DIMS [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/mpncra.c:1520:20: style: The if condition is the same as the previous if condition [duplicateCondition] nco-5.3.9/src/nco/mpncra.c:1519:20: note: First condition nco-5.3.9/src/nco/mpncra.c:1520:20: note: Second condition nco-5.3.9/src/nco/mpncra.c:1524:16: style: The if condition is the same as the previous if condition [duplicateCondition] nco-5.3.9/src/nco/mpncra.c:1523:16: note: First condition nco-5.3.9/src/nco/mpncra.c:1524:16: note: Second condition nco-5.3.9/src/nco/mpncra.c:128:9: style: Variable 'nco_op_typ_sng' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/mpncra.c:129:9: style: Variable 'nco_pck_plc_sng' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/mpncra.c:185:16: style: Variable 'lmt_all_rec' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/mpncra.c:253:24: style: Variable 'opt_lng' can be declared as const array [constVariable] nco-5.3.9/src/nco/mpncra.c:676:29: style: Variable 'cln_att_sng' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/mpncra.c:1493:59: style: Variable 'lmt_rec' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/mpncra.c:1497:22: style: Variable 'cmd_ln' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/mpncra.c:1498:32: style: Variable 'cnk_map_sng' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/mpncra.c:1499:32: style: Variable 'cnk_plc_sng' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/mpncra.c:1500:20: style: Variable 'fl_in' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/mpncra.c:1502:30: style: Variable 'fl_out_tmp' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/mpncra.c:1503:22: style: Variable 'fl_pth' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/mpncra.c:1504:30: style: Variable 'fl_pth_lcl' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/mpncra.c:1505:28: style: Variable 'in_id_arr' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/mpncra.c:1508:42: style: Variable 'fl_lst_in' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/mpncra.c:1509:30: style: Variable 'fl_lst_abb' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/mpncra.c:1510:28: style: Variable 'gaa_arg' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/mpncra.c:1511:38: style: Variable 'var_lst_in' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/mpncra.c:1514:24: style: Variable 'lmt' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/mpncra.c:1519:28: style: Variable 'dim' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/mpncra.c:1520:32: style: Variable 'dmn_out' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/mpncra.c:1523:24: style: Variable 'var' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/mpncra.c:1524:28: style: Variable 'var_out' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/mpncra.c:219:10: style: Variable 'cnk_csh_byt' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/mpncwa.c:86:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_DIMS [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/mpncwa.c:1207:15: style: Expression is always true because 'else if' condition is opposite to previous condition at line 1178. [multiCondition] nco-5.3.9/src/nco/mpncwa.c:1178:15: note: first condition nco-5.3.9/src/nco/mpncwa.c:1207:15: note: else if condition is opposite to first condition nco-5.3.9/src/nco/mpncwa.c:718:20: warning: Identical inner 'if' condition is always true. [identicalInnerCondition] nco-5.3.9/src/nco/mpncwa.c:709:18: note: outer condition: dmn_avg_nbr>0 nco-5.3.9/src/nco/mpncwa.c:718:20: note: identical inner condition: dmn_avg_nbr>0 nco-5.3.9/src/nco/mpncwa.c:378:21: style: Redundant assignment of 'NORMALIZE_BY_TALLY' to itself. [selfAssignment] nco-5.3.9/src/nco/mpncwa.c:379:22: style: Redundant assignment of 'NORMALIZE_BY_WEIGHT' to itself. [selfAssignment] nco-5.3.9/src/nco/mpncwa.c:97:9: style: Variable 'nco_op_typ_sng' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/mpncwa.c:241:24: style: Variable 'opt_lng' can be declared as const array [constVariable] nco-5.3.9/src/nco/mpncwa.c:1331:32: style: Variable 'dmn_avg' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/mpncwa.c:1332:16: style: Variable 'msk' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/mpncwa.c:1334:24: style: Variable 'msk_out' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/mpncwa.c:1335:32: style: Variable 'msk_cnd_sng' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/mpncwa.c:1336:16: style: Variable 'wgt' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/mpncwa.c:1337:24: style: Variable 'wgt_avg' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/mpncwa.c:1338:22: style: Variable 'wgt_nm' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/mpncwa.c:1339:24: style: Variable 'wgt_out' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/mpncwa.c:1343:22: style: Variable 'cmd_ln' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/mpncwa.c:1344:32: style: Variable 'cnk_map_sng' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/mpncwa.c:1345:32: style: Variable 'cnk_plc_sng' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/mpncwa.c:1346:20: style: Variable 'fl_in' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/mpncwa.c:1348:30: style: Variable 'fl_out_tmp' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/mpncwa.c:1349:22: style: Variable 'fl_pth' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/mpncwa.c:1350:30: style: Variable 'fl_pth_lcl' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/mpncwa.c:1351:28: style: Variable 'in_id_arr' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/mpncwa.c:1354:42: style: Variable 'fl_lst_in' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/mpncwa.c:1355:30: style: Variable 'fl_lst_abb' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/mpncwa.c:1357:38: style: Variable 'var_lst_in' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/mpncwa.c:1360:24: style: Variable 'lmt' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/mpncwa.c:1363:28: style: Variable 'cnk_dmn' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/mpncwa.c:1365:28: style: Variable 'dim' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/mpncwa.c:1366:32: style: Variable 'dmn_out' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/mpncwa.c:1368:24: style: Variable 'var' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/mpncwa.c:1374:12: style: Variable 'var_out' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/mpncwa.c:206:12: style: Variable 'cnk_csh_byt' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncap_utl.c:79:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/ncap_utl.c:187:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/ncap_utl.c:366:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/ncap_utl.c:466:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/ncap_utl.c:682:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/ncap_utl.c:723:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable var_nm [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/ncap_utl.c:266:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg] nco-5.3.9/src/nco/ncap_utl.c:678:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg] nco-5.3.9/src/nco/ncap_utl.c:445:18: style: Condition 'var_lsr_out==NULL' is always true [knownConditionTrueFalse] nco-5.3.9/src/nco/ncap_utl.c:427:24: note: Assignment 'var_lsr_out=NULL', assigned value is 0 nco-5.3.9/src/nco/ncap_utl.c:445:18: note: Condition 'var_lsr_out==NULL' is always true nco-5.3.9/src/nco/ncap_utl.c:336:94: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak] nco-5.3.9/src/nco/ncap_utl.c:21:21: style:inconclusive: Function 'ncap_var_init' argument 1 names different: declaration '' definition 'var_nm'. [funcArgNamesDifferentUnnamed] nco-5.3.9/src/nco/ncap_utl.c:21:37: style:inconclusive: Function 'ncap_var_init' argument 2 names different: declaration '' definition 'prs_arg'. [funcArgNamesDifferentUnnamed] nco-5.3.9/src/nco/ncap_utl.c:147:11: style:inconclusive: Function 'nco_dmn_out_grow' argument 1 names different: declaration '' definition 'prs_arg'. [funcArgNamesDifferentUnnamed] nco-5.3.9/src/nco/ncap_utl.c:161:11: style:inconclusive: Function 'ncap_var_write' argument 1 names different: declaration '' definition 'var'. [funcArgNamesDifferentUnnamed] nco-5.3.9/src/nco/ncap_utl.c:162:11: style:inconclusive: Function 'ncap_var_write' argument 2 names different: declaration '' definition 'prs_arg'. [funcArgNamesDifferentUnnamed] nco-5.3.9/src/nco/ncap_utl.c:291:10: style:inconclusive: Function 'ncap_scv_2_ptr_unn' argument 1 names different: declaration '' definition 'scv'. [funcArgNamesDifferentUnnamed] nco-5.3.9/src/nco/ncap_utl.c:322:22: style:inconclusive: Function 'ncap_scv_abs' argument 1 names different: declaration '' definition 'scv'. [funcArgNamesDifferentUnnamed] nco-5.3.9/src/nco/ncap_utl.c:352:25: style:inconclusive: Function 'ncap_scv_minus' argument 1 names different: declaration '' definition 'scv'. [funcArgNamesDifferentUnnamed] nco-5.3.9/src/nco/ncap_utl.c:380:12: style:inconclusive: Function 'ncap_var_stretch' argument 1 names different: declaration '' definition 'var_1'. [funcArgNamesDifferentUnnamed] nco-5.3.9/src/nco/ncap_utl.c:381:12: style:inconclusive: Function 'ncap_var_stretch' argument 2 names different: declaration '' definition 'var_2'. [funcArgNamesDifferentUnnamed] nco-5.3.9/src/nco/ncap_utl.c:670:39: style:inconclusive: Function 'nco_yyerror' argument 2 names different: declaration 'sng' definition 'err_sng_lcl'. [funcArgNamesDifferent] nco-5.3.9/src/nco/ncap_utl.h:137:54: note: Function 'nco_yyerror' argument 2 names different: declaration 'sng' definition 'err_sng_lcl'. nco-5.3.9/src/nco/ncap_utl.c:670:39: note: Function 'nco_yyerror' argument 2 names different: declaration 'sng' definition 'err_sng_lcl'. nco-5.3.9/src/nco/ncap_utl.c:21:21: style: Parameter 'var_nm' can be declared as pointer to const [constParameterPointer] nco-5.3.9/src/nco/ncap_utl.c:42:12: style: Variable 'var_lst' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/ncap_utl.c:529:11: style: Variable 'var_lsr_cp' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/ncap_utl.c:536:11: style: Variable 'var_gtr_cnt' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/ncap_utl.c:204:11: style: Variable 'var' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncap_utl.c:266:6: style: Variable 'var' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncap_utl.c:513:12: style: Variable 'dmn_nbr' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncap_utl.c:678:10: style: Variable 'prs_arg' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncatted.c:158:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_ATTRS [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/ncatted.c:319:36: style: The if condition is the same as the previous if condition [duplicateCondition] nco-5.3.9/src/nco/ncatted.c:314:36: note: First condition nco-5.3.9/src/nco/ncatted.c:319:36: note: Second condition nco-5.3.9/src/nco/ncatted.c:563:20: style: Variable 'ddra_info.tmr_flg' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/ncatted.c:477:20: note: ddra_info.tmr_flg is assigned nco-5.3.9/src/nco/ncatted.c:563:20: note: ddra_info.tmr_flg is overwritten nco-5.3.9/src/nco/ncatted.c:370:42: style: Checking if unsigned expression 'nco_dbg_lvl' is less than zero. [unsignedLessThanZero] nco-5.3.9/src/nco/ncatted.c:222:24: style: Variable 'opt_lng' can be declared as const array [constVariable] nco-5.3.9/src/nco/ncatted.c:422:24: style: Variable 'opt_crr' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncatted.c:496:17: style: Variable 'var_lst_in' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncatted.c:539:28: style: Variable 'aed_lst' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncatted.c:543:22: style: Variable 'cmd_ln' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncatted.c:544:20: style: Variable 'fl_in' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncatted.c:546:22: style: Variable 'fl_pth' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncatted.c:547:30: style: Variable 'fl_pth_lcl' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncatted.c:550:42: style: Variable 'fl_lst_in' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncatted.c:551:30: style: Variable 'fl_lst_abb' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncatted.c:552:28: style: Variable 'gaa_arg' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncatted.c:553:28: style: Variable 'gad_lst' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncbo.c:133:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_DIMS [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/ncbo.c:800:19: style: The comparison 'nbr_cmn_nm > 0' is always false. [knownConditionTrueFalse] nco-5.3.9/src/nco/ncbo.c:218:18: note: 'nbr_cmn_nm' is assigned value '0' here. nco-5.3.9/src/nco/ncbo.c:800:19: note: The comparison 'nbr_cmn_nm > 0' is always false. nco-5.3.9/src/nco/ncbo.c:533:42: style: Checking if unsigned expression 'nco_dbg_lvl' is less than zero. [unsignedLessThanZero] nco-5.3.9/src/nco/ncbo.c:146:9: style: Variable 'nco_op_typ_sng' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/ncbo.c:161:12: style: Variable 'cnv' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/ncbo.c:253:24: style: Variable 'opt_lng' can be declared as const array [constVariable] nco-5.3.9/src/nco/ncbo.c:627:24: style: Variable 'opt_crr' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncbo.c:765:24: style: Variable 'fl_in_1' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncbo.c:766:24: style: Variable 'fl_in_2' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncbo.c:768:22: style: Variable 'cmd_ln' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncbo.c:769:24: style: Variable 'cmp_sng' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncbo.c:770:32: style: Variable 'cnk_map_sng' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncbo.c:771:32: style: Variable 'cnk_plc_sng' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncbo.c:773:30: style: Variable 'fl_out_tmp' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncbo.c:774:22: style: Variable 'fl_pth' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncbo.c:775:30: style: Variable 'fl_pth_lcl' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncbo.c:776:32: style: Variable 'in_id_1_arr' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncbo.c:777:32: style: Variable 'in_id_2_arr' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncbo.c:780:42: style: Variable 'fl_lst_in' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncbo.c:781:30: style: Variable 'fl_lst_abb' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncbo.c:782:28: style: Variable 'gaa_arg' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncbo.c:783:28: style: Variable 'gad_lst' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncbo.c:784:38: style: Variable 'var_lst_in' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncbo.c:794:16: style: Variable 'gpe' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncbo.c:797:26: style: Variable 'gpe_nm' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncbo.c:800:31: style: Variable 'cmn_lst' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncbo.c:805:12: style: Variable 'flg_dne' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncecat.c:126:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_DIMS [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/ncecat.c:1057:18: style: The if condition is the same as the previous if condition [duplicateCondition] nco-5.3.9/src/nco/ncecat.c:1056:18: note: First condition nco-5.3.9/src/nco/ncecat.c:1057:18: note: Second condition nco-5.3.9/src/nco/ncecat.c:1076:20: style: Variable 'ddra_info.tmr_flg' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/ncecat.c:788:22: note: ddra_info.tmr_flg is assigned nco-5.3.9/src/nco/ncecat.c:1076:20: note: ddra_info.tmr_flg is overwritten nco-5.3.9/src/nco/ncecat.c:532:42: style: Checking if unsigned expression 'nco_dbg_lvl' is less than zero. [unsignedLessThanZero] nco-5.3.9/src/nco/ncecat.c:91:12: style: Variable 'cnv' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/ncecat.c:241:24: style: Variable 'opt_lng' can be declared as const array [constVariable] nco-5.3.9/src/nco/ncecat.c:825:15: style: Variable 'stb_srt_psn' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/ncecat.c:954:18: style: Variable 'var_trv' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/ncecat.c:643:24: style: Variable 'opt_crr' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncecat.c:1027:22: style: Variable 'cmd_ln' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncecat.c:1028:24: style: Variable 'cmp_sng' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncecat.c:1029:32: style: Variable 'cnk_map_sng' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncecat.c:1030:32: style: Variable 'cnk_plc_sng' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncecat.c:1031:24: style: Variable 'grp_out' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncecat.c:1032:20: style: Variable 'fl_in' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncecat.c:1034:30: style: Variable 'fl_out_tmp' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncecat.c:1035:22: style: Variable 'fl_pth' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncecat.c:1036:30: style: Variable 'fl_pth_lcl' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncecat.c:1037:28: style: Variable 'in_id_arr' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncecat.c:1040:42: style: Variable 'fl_lst_in' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncecat.c:1041:30: style: Variable 'fl_lst_abb' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncecat.c:1042:28: style: Variable 'gaa_arg' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncecat.c:1043:38: style: Variable 'var_lst_in' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncecat.c:1054:32: style: Variable 'rec_dmn_nm' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncecat.c:1056:26: style: Variable 'var' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncecat.c:1057:30: style: Variable 'var_out' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncecat.c:1062:18: style: Variable 'gpe' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncecat.c:1063:18: style: Variable 'md5' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncflint.c:125:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_DIMS [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/ncflint.c:1047:20: style: The if condition is the same as the previous if condition [duplicateCondition] nco-5.3.9/src/nco/ncflint.c:1046:20: note: First condition nco-5.3.9/src/nco/ncflint.c:1047:20: note: Second condition nco-5.3.9/src/nco/ncflint.c:1059:20: style: Variable 'ddra_info.tmr_flg' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/ncflint.c:877:20: note: ddra_info.tmr_flg is assigned nco-5.3.9/src/nco/ncflint.c:1059:20: note: ddra_info.tmr_flg is overwritten nco-5.3.9/src/nco/ncflint.c:529:42: style: Checking if unsigned expression 'nco_dbg_lvl' is less than zero. [unsignedLessThanZero] nco-5.3.9/src/nco/ncflint.c:87:12: style: Variable 'cnv' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/ncflint.c:138:9: style: Variable 'ntp_nm' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/ncflint.c:211:12: style: Variable 'md5' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/ncflint.c:245:24: style: Variable 'opt_lng' can be declared as const array [constVariable] nco-5.3.9/src/nco/ncflint.c:897:14: style: Variable 'var_trv_1' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/ncflint.c:898:14: style: Variable 'var_trv_2' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/ncflint.c:656:24: style: Variable 'opt_crr' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncflint.c:852:14: style: Variable 'var_ntp_1' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncflint.c:853:14: style: Variable 'var_ntp_2' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncflint.c:855:32: style: Variable 'ntp_var_out' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncflint.c:966:32: style: Variable 'grp_out_fll' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncflint.c:1008:24: style: Variable 'fl_in_1' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncflint.c:1009:24: style: Variable 'fl_in_2' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncflint.c:1011:14: style: Variable 'var_prc_2' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncflint.c:1012:20: style: Variable 'wgt_1' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncflint.c:1013:20: style: Variable 'wgt_2' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncflint.c:1014:28: style: Variable 'wgt_out_1' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncflint.c:1015:28: style: Variable 'wgt_out_2' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncflint.c:1019:22: style: Variable 'cmd_ln' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncflint.c:1020:24: style: Variable 'cmp_sng' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncflint.c:1021:32: style: Variable 'cnk_map_sng' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncflint.c:1022:32: style: Variable 'cnk_plc_sng' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncflint.c:1024:30: style: Variable 'fl_out_tmp' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncflint.c:1025:22: style: Variable 'fl_pth' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncflint.c:1026:30: style: Variable 'fl_pth_lcl' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncflint.c:1027:32: style: Variable 'in_id_1_arr' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncflint.c:1028:32: style: Variable 'in_id_2_arr' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncflint.c:1031:42: style: Variable 'fl_lst_in' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncflint.c:1032:30: style: Variable 'fl_lst_abb' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncflint.c:1033:28: style: Variable 'gaa_arg' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncflint.c:1034:28: style: Variable 'gad_lst' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncflint.c:1035:38: style: Variable 'var_lst_in' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncflint.c:1043:8: style: Variable 'var' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncflint.c:1044:12: style: Variable 'var_out' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncflint.c:1051:16: style: Variable 'gpe' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncks.c:133:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_DIMS [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/ncks.c:1373:23: style: Redundant condition: att_ttl_val. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] nco-5.3.9/src/nco/ncks.c:926:24: style: Assignment 'maxrss=0' is redundant with condition 'maxrss==0'. [duplicateConditionalAssign] nco-5.3.9/src/nco/ncks.c:926:12: note: Condition 'maxrss==0' nco-5.3.9/src/nco/ncks.c:926:24: note: Assignment 'maxrss=0' is redundant nco-5.3.9/src/nco/ncks.c:1553:13: warning: %i in format string (no. 6) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] nco-5.3.9/src/nco/ncks.c:1553:13: warning: %i in format string (no. 7) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] nco-5.3.9/src/nco/ncks.c:1388:10: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/ncks.c:1382:5: note: rcd is assigned nco-5.3.9/src/nco/ncks.c:1388:10: note: rcd is overwritten nco-5.3.9/src/nco/ncks.c:1390:10: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/ncks.c:1388:10: note: rcd is assigned nco-5.3.9/src/nco/ncks.c:1390:10: note: rcd is overwritten nco-5.3.9/src/nco/ncks.c:1741:20: style: Variable 'ddra_info.tmr_flg' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/ncks.c:1446:24: note: ddra_info.tmr_flg is assigned nco-5.3.9/src/nco/ncks.c:1741:20: note: ddra_info.tmr_flg is overwritten nco-5.3.9/src/nco/ncks.c:1030:42: style: Checking if unsigned expression 'nco_dbg_lvl' is less than zero. [unsignedLessThanZero] nco-5.3.9/src/nco/ncks.c:340:24: style: Variable 'opt_lng' can be declared as const array [constVariable] nco-5.3.9/src/nco/ncks.c:1369:12: style: Variable 'att_sng_ttl' can be declared as const array [constVariable] nco-5.3.9/src/nco/ncks.c:926:24: style: Variable 'maxrss' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncks.c:955:18: style: Variable 'cp' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncks.c:1330:12: style: Variable 'trr_nfo' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncks.c:1331:24: style: Variable 'trr_wxy' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncks.c:1384:29: style: Variable 'att_ttl_val' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncks.c:1396:14: style: Variable 'rgr_nfo' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncks.c:1679:22: style: Variable 'fl_bnr' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncks.c:1680:28: style: Variable 'fl_in_dpl' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncks.c:1681:22: style: Variable 'fl_prn' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncks.c:1682:24: style: Variable 'flt_sng' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncks.c:1683:30: style: Variable 'rec_dmn_nm' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncks.c:1684:22: style: Variable 'var_nm' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncks.c:1687:22: style: Variable 'cmd_ln' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncks.c:1688:24: style: Variable 'cmp_sng' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncks.c:1690:32: style: Variable 'cnk_map_sng' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncks.c:1691:32: style: Variable 'cnk_plc_sng' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncks.c:1692:20: style: Variable 'fl_in' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncks.c:1694:30: style: Variable 'fl_out_tmp' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncks.c:1695:22: style: Variable 'fl_pth' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncks.c:1696:30: style: Variable 'fl_pth_lcl' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncks.c:1697:28: style: Variable 'in_id_arr' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncks.c:1698:24: style: Variable 'spr_nmr' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncks.c:1699:24: style: Variable 'spr_chr' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncks.c:1702:42: style: Variable 'fl_lst_in' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncks.c:1703:30: style: Variable 'fl_lst_abb' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncks.c:1704:28: style: Variable 'gaa_arg' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncks.c:1705:28: style: Variable 'gad_lst' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncks.c:1706:38: style: Variable 'grp_lst_in' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncks.c:1707:38: style: Variable 'var_lst_in' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncks.c:1718:16: style: Variable 'gpe' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncks.c:1719:16: style: Variable 'md5' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncks.c:1720:38: style: Variable 'rec_dmn_nm_fix' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncks.c:1721:24: style: Variable 'smr_sng' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncks.c:1722:36: style: Variable 'smr_fl_sz_sng' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncks.c:1723:32: style: Variable 'smr_xtn_sng' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_att_utl.c:64:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_att_utl.c:178:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_att_utl.c:518:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_GLOBAL [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_att_utl.c:542:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_GLOBAL [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_att_utl.c:578:58: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_att_utl.c:610:70: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_att_utl.c:681:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_att_utl.c:702:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_att_utl.c:911:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_GLOBAL [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_att_utl.c:958:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_att_utl.c:1086:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_att_utl.c:1275:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_att_utl.c:1563:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_att_utl.c:1614:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_att_utl.c:1661:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_att_utl.c:1802:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_att_utl.c:1982:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_att_utl.c:2025:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_GLOBAL [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_att_utl.c:2064:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_GLOBAL [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_att_utl.c:2104:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_GLOBAL [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_att_utl.c:2134:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_GLOBAL [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_att_utl.c:2163:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_GLOBAL [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_att_utl.c:2211:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_CHAR [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_att_utl.c:2249:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_att_utl.c:2282:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_att_utl.c:2203:15: portability: Non reentrant function 'gmtime' called. For threadsafe applications it is recommended to use the reentrant replacement function 'gmtime_r'. [prohibitedgmtimeCalled] nco-5.3.9/src/nco/nco_att_utl.c:1893:11: portability: %zi in format string (no. 3) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] nco-5.3.9/src/nco/nco_att_utl.c:1895:11: portability: %zi in format string (no. 3) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] nco-5.3.9/src/nco/nco_att_utl.c:1897:11: portability: %zi in format string (no. 3) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] nco-5.3.9/src/nco/nco_att_utl.c:1061:70: warning: Either the condition 'prv_new' is redundant or there is possible null pointer dereference: prv_new. [nullPointerRedundantCheck] nco-5.3.9/src/nco/nco_att_utl.c:1068:6: note: Assuming that condition 'prv_new' is not redundant nco-5.3.9/src/nco/nco_att_utl.c:1061:70: note: Null pointer dereference nco-5.3.9/src/nco/nco_att_utl.c:1275:111: warning: If memory allocation fails, then there is a possible null pointer dereference: msg_sng [nullPointerOutOfMemory] nco-5.3.9/src/nco/nco_att_utl.c:1257:21: note: Assuming allocation function fails nco-5.3.9/src/nco/nco_att_utl.c:1257:21: note: Assignment 'msg_sng=strdup("Mode must be explicitly specified")', assigned value is 0 nco-5.3.9/src/nco/nco_att_utl.c:1275:111: note: Null pointer dereference nco-5.3.9/src/nco/nco_att_utl.c:1621:19: warning: Either the condition 'grp_nm_fll_out' is redundant or there is possible null pointer dereference: grp_nm_fll_out. [nullPointerRedundantCheck] nco-5.3.9/src/nco/nco_att_utl.c:1625:6: note: Assuming that condition 'grp_nm_fll_out' is not redundant nco-5.3.9/src/nco/nco_att_utl.c:1621:19: note: Null pointer dereference nco-5.3.9/src/nco/nco_att_utl.c:1958:28: warning: Either the condition 'comma_1_cp==NULL' is redundant or there is possible null pointer dereference: comma_1_cp. [nullPointerRedundantCheck] nco-5.3.9/src/nco/nco_att_utl.c:1950:19: note: Assuming that condition 'comma_1_cp==NULL' is not redundant nco-5.3.9/src/nco/nco_att_utl.c:1958:28: note: Null pointer dereference nco-5.3.9/src/nco/nco_att_utl.c:2026:25: warning: Either the condition 'vrs_sng_xtn' is redundant or there is possible null pointer dereference: vrs_sng_xtn. [nullPointerRedundantCheck] nco-5.3.9/src/nco/nco_att_utl.c:2034:6: note: Assuming that condition 'vrs_sng_xtn' is not redundant nco-5.3.9/src/nco/nco_att_utl.c:2026:25: note: Null pointer dereference nco-5.3.9/src/nco/nco_att_utl.c:1955:25: warning: Either the condition 'comma_1_cp==NULL' is redundant or there is overflow in pointer subtraction. [nullPointerArithmeticRedundantCheck] nco-5.3.9/src/nco/nco_att_utl.c:1950:19: note: Assuming that condition 'comma_1_cp==NULL' is not redundant nco-5.3.9/src/nco/nco_att_utl.c:1955:25: note: Null pointer subtraction nco-5.3.9/src/nco/nco_att_utl.c:2056:11: style: Local variable 'gaa_idx' shadows outer variable [shadowVariable] nco-5.3.9/src/nco/nco_att_utl.c:2045:7: note: Shadowed variable nco-5.3.9/src/nco/nco_att_utl.c:2056:11: note: Shadow local variable nco-5.3.9/src/nco/nco_att_utl.c:884:8: style: Variable 'spc_sng' can be declared as const array [constVariable] nco-5.3.9/src/nco/nco_att_utl.c:952:9: style: Variable 'ctime_sng' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_att_utl.c:992:10: style: Variable 'hst_sng_fmt' can be declared as const array [constVariable] nco-5.3.9/src/nco/nco_att_utl.c:1000:10: style: Variable 'hst_sng_fmt' can be declared as const array [constVariable] nco-5.3.9/src/nco/nco_att_utl.c:1087:9: style: Variable 'ctime_sng' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_att_utl.c:1818:11: style: Variable 'nbr_sng' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_att_utl.c:1958:11: style: Variable 'abs_1_cp' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_att_utl.c:1998:9: style: Variable 'vrs_sng' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_att_utl.c:1999:8: style: Variable 'vrs_pfx' can be declared as const array [constVariable] nco-5.3.9/src/nco/nco_att_utl.c:2000:8: style: Variable 'vrs_sfx' can be declared as const array [constVariable] nco-5.3.9/src/nco/nco_att_utl.c:2196:9: style: Variable 'ctime_sng' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_att_utl.c:2198:14: style: Variable 'time_crr_tm' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_att_utl.c:30:22: style: Variable 'fnc_nm' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_att_utl.c:155:28: style: Variable 'att_nm_lst' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_att_utl.c:353:8: style: Variable 'var' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_att_utl.c:439:18: style: Variable 'att_val_new' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_att_utl.c:708:10: style: Variable 'rcd' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_att_utl.c:803:14: style: Variable 'att_var.sz' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_att_utl.c:804:7: style: Variable 'rcd' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_att_utl.c:809:7: style: Variable 'rcd' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_att_utl.c:1065:22: style: Variable 'hst_sng' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_att_utl.c:1066:22: style: Variable 'hst_crr' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_att_utl.c:1067:22: style: Variable 'prv_crr' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_att_utl.c:1068:22: style: Variable 'prv_new' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_att_utl.c:1353:16: style: Variable 'lmn_nbr' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_att_utl.c:1481:36: style: Variable 'val_arg_dbl' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_att_utl.c:1482:44: style: Variable 'val_arg_lng_lng' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_att_utl.c:1483:46: style: Variable 'val_arg_ulng_lng' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_att_utl.c:1490:12: style: Variable 'arg_lst' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_att_utl.c:1625:36: style: Variable 'grp_nm_fll_out' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_att_utl.c:1744:42: style: Variable 'grp_nm_fll_in_dpl' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_att_utl.c:2034:30: style: Variable 'vrs_sng_xtn' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_att_utl.c:2053:22: style: Variable 'sng_fnl' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_att_utl.c:2084:22: style: Variable 'gaa_lst' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_att_utl.c:2226:15: style: Variable 'var_val_p1' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_att_utl.c:2258:6: style: Variable 'rcd' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_att_utl.c:2300:20: style: Variable 'var_nm' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_att_utl.c:2301:20: style: Variable 'att_nm' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_att_utl.c:2302:22: style: Variable 'att_val' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_aux.c:44:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_aux.c:126:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_aux.c:164:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_aux.c:401:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_aux.c:586:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_aux.c:664:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_aux.c:351:11: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] nco-5.3.9/src/nco/nco_aux.c:353:11: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] nco-5.3.9/src/nco/nco_aux.c:355:11: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] nco-5.3.9/src/nco/nco_aux.c:357:11: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] nco-5.3.9/src/nco/nco_aux.c:103:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_aux.c:66:6: note: rcd is assigned nco-5.3.9/src/nco/nco_aux.c:103:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_aux.c:138:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_aux.c:137:8: note: rcd is assigned nco-5.3.9/src/nco/nco_aux.c:138:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_aux.c:26:6: style:inconclusive: Function 'nco_find_lat_lon' argument 1 names different: declaration 'ncid' definition 'nc_id'. [funcArgNamesDifferent] nco-5.3.9/src/nco/nco_aux.h:43:6: note: Function 'nco_find_lat_lon' argument 1 names different: declaration 'ncid' definition 'nc_id'. nco-5.3.9/src/nco/nco_aux.c:26:6: note: Function 'nco_find_lat_lon' argument 1 names different: declaration 'ncid' definition 'nc_id'. nco-5.3.9/src/nco/nco_aux.c:117:6: style:inconclusive: Function 'nco_get_dmn_info' argument 1 names different: declaration 'ncid' definition 'nc_id'. [funcArgNamesDifferent] nco-5.3.9/src/nco/nco_aux.h:53:6: note: Function 'nco_get_dmn_info' argument 1 names different: declaration 'ncid' definition 'nc_id'. nco-5.3.9/src/nco/nco_aux.c:117:6: note: Function 'nco_get_dmn_info' argument 1 names different: declaration 'ncid' definition 'nc_id'. nco-5.3.9/src/nco/nco_aux.c:118:6: style:inconclusive: Function 'nco_get_dmn_info' argument 2 names different: declaration 'varid' definition 'var_id'. [funcArgNamesDifferent] nco-5.3.9/src/nco/nco_aux.h:54:6: note: Function 'nco_get_dmn_info' argument 2 names different: declaration 'varid' definition 'var_id'. nco-5.3.9/src/nco/nco_aux.c:118:6: note: Function 'nco_get_dmn_info' argument 2 names different: declaration 'varid' definition 'var_id'. nco-5.3.9/src/nco/nco_aux.c:119:7: style:inconclusive: Function 'nco_get_dmn_info' argument 3 names different: declaration 'dimname' definition 'dmn_nm'. [funcArgNamesDifferent] nco-5.3.9/src/nco/nco_aux.h:55:7: note: Function 'nco_get_dmn_info' argument 3 names different: declaration 'dimname' definition 'dmn_nm'. nco-5.3.9/src/nco/nco_aux.c:119:7: note: Function 'nco_get_dmn_info' argument 3 names different: declaration 'dimname' definition 'dmn_nm'. nco-5.3.9/src/nco/nco_aux.c:346:9: style: Variable 'crd_tkn' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_aux.c:386:11: style: Parameter 'lat_trv' can be declared as pointer to const [constParameterPointer] nco-5.3.9/src/nco/nco_aux.c:387:11: style: Parameter 'lon_trv' can be declared as pointer to const [constParameterPointer] nco-5.3.9/src/nco/nco_aux.c:402:8: style: Variable 'var_nm_lat' can be declared as const array [constVariable] nco-5.3.9/src/nco/nco_aux.c:403:8: style: Variable 'var_nm_lon' can be declared as const array [constVariable] nco-5.3.9/src/nco/nco_aux.c:550:259: error: Uninitialized variable: var_nm_lon [uninitvar] nco-5.3.9/src/nco/nco_aux.c:550:286: error: Uninitialized variable: var_nm_lat [uninitvar] nco-5.3.9/src/nco/nco_aux.c:180:18: style: Variable 'cll_grp_nbr' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_aux.c:182:18: style: Variable 'cll_idx_min' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_aux.c:183:18: style: Variable 'cll_nbr_cns' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_aux.c:184:18: style: Variable 'cll_nbr_ttl' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_aux.c:223:6: style: Variable 'rcd' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_aux.c:224:6: style: Variable 'rcd' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_aux.c:314:20: style: Variable 'vp_lat' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_aux.c:315:20: style: Variable 'vp_lon' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_aux.c:360:36: style: Variable 'bnd_bx_sng_tmp' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_aux.c:417:18: style: Variable 'cll_grp_nbr' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_aux.c:419:18: style: Variable 'cll_idx_min' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_aux.c:420:18: style: Variable 'cll_nbr_cns' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_aux.c:421:18: style: Variable 'cll_nbr_ttl' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_aux.c:554:20: style: Variable 'vp_lat' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_aux.c:555:20: style: Variable 'vp_lon' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_bnr.c:21:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_bnr.c:40:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_bnr.c:146:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_bnr.c:185:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_bnr.c:161:11: portability: %ld in format string (no. 2) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] nco-5.3.9/src/nco/nco_bnr.c:161:11: portability: %ld in format string (no. 3) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] nco-5.3.9/src/nco/nco_bnr.c:164:46: portability: %ld in format string (no. 3) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] nco-5.3.9/src/nco/nco_bnr.c:151:20: warning: Either the condition 'vp_bs' is redundant or there is possible null pointer dereference: vp_bs. [nullPointerRedundantCheck] nco-5.3.9/src/nco/nco_bnr.c:153:8: note: Assuming that condition 'vp_bs' is not redundant nco-5.3.9/src/nco/nco_bnr.c:151:20: note: Null pointer dereference nco-5.3.9/src/nco/nco_bnr.c:153:20: style: Variable 'vp_bs' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_cln_utl.c:40:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_cln_utl.c:450:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_cln_utl.c:494:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_cln_utl.c:631:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_cln_utl.c:644:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_cln_utl.c:676:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_cln_utl.c:44:26: warning: Either the condition 'mth<1' is redundant or the array 'mdays[12]' is accessed at index -1, which is out of bounds. [negativeIndex] nco-5.3.9/src/nco/nco_cln_utl.c:39:10: note: Assuming that condition 'mth<1' is not redundant nco-5.3.9/src/nco/nco_cln_utl.c:44:26: note: Negative array index nco-5.3.9/src/nco/nco_cln_utl.c:107:20: style: Condition 'day_srt<0L' is always true [knownConditionTrueFalse] nco-5.3.9/src/nco/nco_cln_utl.c:75:14: note: Assuming that condition 'day_srt==0L' is not redundant nco-5.3.9/src/nco/nco_cln_utl.c:107:20: note: Condition 'day_srt<0L' is always true nco-5.3.9/src/nco/nco_cln_utl.c:153:14: warning: If memory allocation fails, then there is a possible null pointer dereference: lcl_sng [nullPointerOutOfMemory] nco-5.3.9/src/nco/nco_cln_utl.c:147:17: note: Assuming allocation function fails nco-5.3.9/src/nco/nco_cln_utl.c:147:17: note: Assignment 'lcl_sng=strdup(ud_sng)', assigned value is 0 nco-5.3.9/src/nco/nco_cln_utl.c:153:14: note: Null pointer dereference nco-5.3.9/src/nco/nco_cln_utl.c:230:14: warning: If memory allocation fails, then there is a possible null pointer dereference: lcl_sng [nullPointerOutOfMemory] nco-5.3.9/src/nco/nco_cln_utl.c:224:17: note: Assuming allocation function fails nco-5.3.9/src/nco/nco_cln_utl.c:224:17: note: Assignment 'lcl_sng=strdup(ud_sng)', assigned value is 0 nco-5.3.9/src/nco/nco_cln_utl.c:230:14: note: Null pointer dereference nco-5.3.9/src/nco/nco_cln_utl.c:231:28: warning: If memory allocation fails, then there is a possible null pointer dereference: lcl_sng [nullPointerOutOfMemory] nco-5.3.9/src/nco/nco_cln_utl.c:224:17: note: Assuming allocation function fails nco-5.3.9/src/nco/nco_cln_utl.c:224:17: note: Assignment 'lcl_sng=strdup(ud_sng)', assigned value is 0 nco-5.3.9/src/nco/nco_cln_utl.c:231:28: note: Null pointer dereference nco-5.3.9/src/nco/nco_cln_utl.c:231:49: warning: If memory allocation fails, then there is a possible null pointer dereference: lcl_sng [nullPointerOutOfMemory] nco-5.3.9/src/nco/nco_cln_utl.c:224:17: note: Assuming allocation function fails nco-5.3.9/src/nco/nco_cln_utl.c:224:17: note: Assignment 'lcl_sng=strdup(ud_sng)', assigned value is 0 nco-5.3.9/src/nco/nco_cln_utl.c:231:49: note: Null pointer dereference nco-5.3.9/src/nco/nco_cln_utl.c:233:13: warning: If memory allocation fails, then there is a possible null pointer dereference: lcl_sng [nullPointerOutOfMemory] nco-5.3.9/src/nco/nco_cln_utl.c:224:17: note: Assuming allocation function fails nco-5.3.9/src/nco/nco_cln_utl.c:224:17: note: Assignment 'lcl_sng=strdup(ud_sng)', assigned value is 0 nco-5.3.9/src/nco/nco_cln_utl.c:233:13: note: Null pointer dereference nco-5.3.9/src/nco/nco_cln_utl.c:169:14: style:inconclusive: Function 'nco_cln_fmt_dt' argument 1 names different: declaration 'cln_sct' definition 'ttx'. [funcArgNamesDifferent] nco-5.3.9/src/nco/nco_cln_utl.h:113:16: note: Function 'nco_cln_fmt_dt' argument 1 names different: declaration 'cln_sct' definition 'ttx'. nco-5.3.9/src/nco/nco_cln_utl.c:169:14: note: Function 'nco_cln_fmt_dt' argument 1 names different: declaration 'cln_sct' definition 'ttx'. nco-5.3.9/src/nco/nco_cln_utl.c:170:6: style:inconclusive: Function 'nco_cln_fmt_dt' argument 2 names different: declaration 'fmt' definition 'dt_fmt_enm'. [funcArgNamesDifferent] nco-5.3.9/src/nco/nco_cln_utl.h:114:8: note: Function 'nco_cln_fmt_dt' argument 2 names different: declaration 'fmt' definition 'dt_fmt_enm'. nco-5.3.9/src/nco/nco_cln_utl.c:170:6: note: Function 'nco_cln_fmt_dt' argument 2 names different: declaration 'fmt' definition 'dt_fmt_enm'. nco-5.3.9/src/nco/nco_cln_utl.c:666:11: style:inconclusive: Function 'nco_cln_var_prs' argument 5 names different: declaration 'var_out' definition 'var_ret'. [funcArgNamesDifferent] nco-5.3.9/src/nco/nco_cln_utl.h:145:13: note: Function 'nco_cln_var_prs' argument 5 names different: declaration 'var_out' definition 'var_ret'. nco-5.3.9/src/nco/nco_cln_utl.c:666:11: note: Function 'nco_cln_var_prs' argument 5 names different: declaration 'var_out' definition 'var_ret'. nco-5.3.9/src/nco/nco_cln_utl.c:169:14: style: Parameter 'ttx' can be declared as pointer to const [constParameterPointer] nco-5.3.9/src/nco/nco_cln_utl.c:250:8: style: Variable 'days' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_cln_utl.c:283:8: style: Variable 'days_per_month' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_cln_utl.c:288:11: style: Variable 'data' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_cln_utl.c:349:11: style: Variable 'data' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_cln_utl.c:400:11: style: Variable 'data' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_cln_utl.c:448:14: style: Parameter 'cln_sct' can be declared as pointer to const [constParameterPointer] nco-5.3.9/src/nco/nco_cln_utl.c:665:11: style: Parameter 'var' can be declared as pointer to const [constParameterPointer] nco-5.3.9/src/nco/nco_cln_utl.c:666:11: style: Parameter 'var_ret' can be declared as pointer to const [constParameterPointer] nco-5.3.9/src/nco/nco_cln_utl.c:577:16: style: int result is assigned to long variable. If the variable is long to avoid loss of information, then you have loss of information. [truncLongCastAssignment] nco-5.3.9/src/nco/nco_cln_utl.c:163:22: style: Variable 'lcl_sng' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_cln_utl.c:615:22: style: Variable 'var_tmp' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_cnf_dmn.c:126:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_cnf_dmn.c:378:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_cnf_dmn.c:463:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_VAR_DIMS [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_cnf_dmn.c:671:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_VAR_DIMS [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_cnf_dmn.c:191:21: style: Variable 'wgt_cp' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_cnf_dmn.c:198:21: style: Variable 'var_cnt' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_cnf_dmn.c:653:9: style: Variable 'val_in_cp' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_cnf_dmn.c:676:9: style: Variable 'var_in_cnt' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_cnf_dmn.c:99:14: style: Variable 'wgt_crr' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_cnf_dmn.c:366:16: style: Variable 'var_2_org' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_cnf_dmn.c:372:16: style: Variable 'var_1_org' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_cnf_dmn.c:469:22: style: Variable 'dmn_idx_rec_out' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_cnf_typ.c:160:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_FLOAT [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_cnf_typ.c:228:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_cnf_typ.c:292:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_cnf_typ.c:601:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_cnf_typ.c:1412:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_CHAR [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_cnf_typ.c:1431:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_SHORT [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_cnf_typ.c:1486:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_DOUBLE [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_cnf_typ.c:1540:30: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg] nco-5.3.9/src/nco/nco_cnf_typ.c:1541:30: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg] nco-5.3.9/src/nco/nco_cnf_typ.c:20:12: error: Overlapping read/write of union is undefined behavior [overlappingWriteUnion] nco-5.3.9/src/nco/nco_cnf_typ.c:23:12: error: Overlapping read/write of union is undefined behavior [overlappingWriteUnion] nco-5.3.9/src/nco/nco_cnf_typ.c:26:12: error: Overlapping read/write of union is undefined behavior [overlappingWriteUnion] nco-5.3.9/src/nco/nco_cnf_typ.c:29:12: error: Overlapping read/write of union is undefined behavior [overlappingWriteUnion] nco-5.3.9/src/nco/nco_cnf_typ.c:32:12: error: Overlapping read/write of union is undefined behavior [overlappingWriteUnion] nco-5.3.9/src/nco/nco_cnf_typ.c:35:12: error: Overlapping read/write of union is undefined behavior [overlappingWriteUnion] nco-5.3.9/src/nco/nco_cnf_typ.c:38:13: error: Overlapping read/write of union is undefined behavior [overlappingWriteUnion] nco-5.3.9/src/nco/nco_cnf_typ.c:41:13: error: Overlapping read/write of union is undefined behavior [overlappingWriteUnion] nco-5.3.9/src/nco/nco_cnf_typ.c:44:13: error: Overlapping read/write of union is undefined behavior [overlappingWriteUnion] nco-5.3.9/src/nco/nco_cnf_typ.c:47:14: error: Overlapping read/write of union is undefined behavior [overlappingWriteUnion] nco-5.3.9/src/nco/nco_cnf_typ.c:50:15: error: Overlapping read/write of union is undefined behavior [overlappingWriteUnion] nco-5.3.9/src/nco/nco_cnf_typ.c:53:14: error: Overlapping read/write of union is undefined behavior [overlappingWriteUnion] nco-5.3.9/src/nco/nco_cnf_typ.c:56:14: error: Overlapping read/write of union is undefined behavior [overlappingWriteUnion] nco-5.3.9/src/nco/nco_cnf_typ.c:59:14: error: Overlapping read/write of union is undefined behavior [overlappingWriteUnion] nco-5.3.9/src/nco/nco_cnf_typ.c:62:14: error: Overlapping read/write of union is undefined behavior [overlappingWriteUnion] nco-5.3.9/src/nco/nco_cnf_typ.c:65:14: error: Overlapping read/write of union is undefined behavior [overlappingWriteUnion] nco-5.3.9/src/nco/nco_cnf_typ.c:79:12: error: Overlapping read/write of union is undefined behavior [overlappingWriteUnion] nco-5.3.9/src/nco/nco_cnf_typ.c:82:12: error: Overlapping read/write of union is undefined behavior [overlappingWriteUnion] nco-5.3.9/src/nco/nco_cnf_typ.c:85:12: error: Overlapping read/write of union is undefined behavior [overlappingWriteUnion] nco-5.3.9/src/nco/nco_cnf_typ.c:88:12: error: Overlapping read/write of union is undefined behavior [overlappingWriteUnion] nco-5.3.9/src/nco/nco_cnf_typ.c:91:12: error: Overlapping read/write of union is undefined behavior [overlappingWriteUnion] nco-5.3.9/src/nco/nco_cnf_typ.c:94:12: error: Overlapping read/write of union is undefined behavior [overlappingWriteUnion] nco-5.3.9/src/nco/nco_cnf_typ.c:97:12: error: Overlapping read/write of union is undefined behavior [overlappingWriteUnion] nco-5.3.9/src/nco/nco_cnf_typ.c:100:12: error: Overlapping read/write of union is undefined behavior [overlappingWriteUnion] nco-5.3.9/src/nco/nco_cnf_typ.c:103:12: error: Overlapping read/write of union is undefined behavior [overlappingWriteUnion] nco-5.3.9/src/nco/nco_cnf_typ.c:106:12: error: Overlapping read/write of union is undefined behavior [overlappingWriteUnion] nco-5.3.9/src/nco/nco_cnf_typ.c:109:12: error: Overlapping read/write of union is undefined behavior [overlappingWriteUnion] nco-5.3.9/src/nco/nco_cnf_typ.c:112:12: error: Overlapping read/write of union is undefined behavior [overlappingWriteUnion] nco-5.3.9/src/nco/nco_cnf_typ.c:115:12: error: Overlapping read/write of union is undefined behavior [overlappingWriteUnion] nco-5.3.9/src/nco/nco_cnf_typ.c:118:12: error: Overlapping read/write of union is undefined behavior [overlappingWriteUnion] nco-5.3.9/src/nco/nco_cnf_typ.c:121:12: error: Overlapping read/write of union is undefined behavior [overlappingWriteUnion] nco-5.3.9/src/nco/nco_cnf_typ.c:124:12: error: Overlapping read/write of union is undefined behavior [overlappingWriteUnion] nco-5.3.9/src/nco/nco_cnf_typ.c:1540:35: style: Variable 'var_1' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_cnf_typ.c:1541:35: style: Variable 'var_2' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_cnk.c:120:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_cnk.c:133:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_cnk.c:161:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_cnk.c:259:57: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_cnk.c:312:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_cnk.c:389:56: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_cnk.c:441:56: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_cnk.c:583:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_cnk.c:965:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_cnk.c:372:15: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg] nco-5.3.9/src/nco/nco_cnk.c:1463:37: style: Redundant condition: cnk_plc==nco_cnk_plc_r1d. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] nco-5.3.9/src/nco/nco_cnk.c:161:11: portability: %ld in format string (no. 3) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] nco-5.3.9/src/nco/nco_cnk.c:161:11: portability: %ld in format string (no. 4) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] nco-5.3.9/src/nco/nco_cnk.c:819:41: warning: %lu in format string (no. 5) requires 'unsigned long' but the argument type is 'signed long'. [invalidPrintfArgType_uint] nco-5.3.9/src/nco/nco_cnk.c:824:27: warning: %lu in format string (no. 5) requires 'unsigned long' but the argument type is 'signed long'. [invalidPrintfArgType_uint] nco-5.3.9/src/nco/nco_cnk.c:832:21: warning: %lu in format string (no. 5) requires 'unsigned long' but the argument type is 'signed long'. [invalidPrintfArgType_uint] nco-5.3.9/src/nco/nco_cnk.c:869:15: warning: %lu in format string (no. 3) requires 'unsigned long' but the argument type is 'signed long'. [invalidPrintfArgType_uint] nco-5.3.9/src/nco/nco_cnk.c:236:17: style: Checking if unsigned expression 'cnk_sz_byt' is less than zero. [unsignedLessThanZero] nco-5.3.9/src/nco/nco_cnk.c:646:47: style: Checking if unsigned expression 'cnk_sz_scl' is less than zero. [unsignedLessThanZero] nco-5.3.9/src/nco/nco_cnk.c:977:47: style: Checking if unsigned expression 'cnk_sz_scl' is less than zero. [unsignedLessThanZero] nco-5.3.9/src/nco/nco_cnk.c:1269:19: style: Checking if unsigned expression 'cnk_sz_lft' is less than zero. [unsignedLessThanZero] nco-5.3.9/src/nco/nco_cnk.c:1534:26: style: Unsigned expression 'nco_dbg_lvl_get()' can't be negative so it is unnecessary to test it. [unsignedPositive] nco-5.3.9/src/nco/nco_cnk.c:328:11: style: Variable 'sng_tmp' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_cnk.c:384:9: style: Variable 'nco_prg_nm' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_cnk.c:436:9: style: Variable 'nco_prg_nm' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_cnk.c:339:12: style: Variable 'arg_lst' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_cnk.c:372:22: style: Variable 'cnk_dmn' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_cnk.c:878:11: style: Variable 'cnk_sz' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_cnk.c:1551:20: style: Variable 'cnk_sz' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_cnv_arm.c:27:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_cnv_arm.c:55:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_cnv_arm.c:91:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_cnv_arm.c:185:57: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_INT [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_cnv_arm.c:145:8: style: Variable 'rcd' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_cnv_arm.c:166:14: style: Variable 'time_offset' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_cnv_csm.c:65:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_cnv_csm.c:288:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_cnv_csm.c:334:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_GLOBAL [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_cnv_csm.c:401:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_GLOBAL [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_cnv_csm.c:444:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_cnv_csm.c:517:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_cnv_csm.c:656:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_cnv_csm.c:65:210: warning: If memory allocation fails, then there is a possible null pointer dereference: msg_sng [nullPointerOutOfMemory] nco-5.3.9/src/nco/nco_cnv_csm.c:42:19: note: Assuming allocation function fails nco-5.3.9/src/nco/nco_cnv_csm.c:42:19: note: Assignment 'msg_sng=strdup("Start year not specified")', assigned value is 0 nco-5.3.9/src/nco/nco_cnv_csm.c:65:210: note: Null pointer dereference nco-5.3.9/src/nco/nco_cnv_csm.c:725:16: warning: If memory allocation fails, then there is a possible null pointer dereference: att_val [nullPointerOutOfMemory] nco-5.3.9/src/nco/nco_cnv_csm.c:724:16: note: Assuming allocation function fails nco-5.3.9/src/nco/nco_cnv_csm.c:724:16: note: Assignment 'att_val=strdup(cll_mth_clm)', assigned value is 0 nco-5.3.9/src/nco/nco_cnv_csm.c:725:16: note: Null pointer dereference nco-5.3.9/src/nco/nco_cnv_csm.c:862:32: warning: If memory allocation fails, then there is a possible null pointer dereference: att_val_cpy [nullPointerOutOfMemory] nco-5.3.9/src/nco/nco_cnv_csm.c:855:33: note: Assuming allocation function fails nco-5.3.9/src/nco/nco_cnv_csm.c:855:19: note: Assignment 'att_val_cpy=(char*)strdup(aed.val.cp)', assigned value is 0 nco-5.3.9/src/nco/nco_cnv_csm.c:862:32: note: Null pointer dereference nco-5.3.9/src/nco/nco_cnv_csm.c:599:26: style:inconclusive: Function 'nco_cnv_cf_cll_mth_add' argument 4 names different: declaration 'dmn' definition 'dmn_rdc'. [funcArgNamesDifferent] nco-5.3.9/src/nco/nco_cnv_csm.h:111:28: note: Function 'nco_cnv_cf_cll_mth_add' argument 4 names different: declaration 'dmn' definition 'dmn_rdc'. nco-5.3.9/src/nco/nco_cnv_csm.c:599:26: note: Function 'nco_cnv_cf_cll_mth_add' argument 4 names different: declaration 'dmn' definition 'dmn_rdc'. nco-5.3.9/src/nco/nco_cnv_csm.c:600:12: style:inconclusive: Function 'nco_cnv_cf_cll_mth_add' argument 5 names different: declaration 'dmn_nbr' definition 'dmn_nbr_rdc'. [funcArgNamesDifferent] nco-5.3.9/src/nco/nco_cnv_csm.h:112:14: note: Function 'nco_cnv_cf_cll_mth_add' argument 5 names different: declaration 'dmn_nbr' definition 'dmn_nbr_rdc'. nco-5.3.9/src/nco/nco_cnv_csm.c:600:12: note: Function 'nco_cnv_cf_cll_mth_add' argument 5 names different: declaration 'dmn_nbr' definition 'dmn_nbr_rdc'. nco-5.3.9/src/nco/nco_cnv_csm.c:306:9: style: Variable 'cnv_sng' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_cnv_csm.c:358:10: style: Variable 'att_sng_cnv' can be declared as const array [constVariable] nco-5.3.9/src/nco/nco_cnv_csm.c:387:9: style: Variable 'cnv_sng' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_cnv_csm.c:602:11: style: Parameter 'gpe' can be declared as pointer to const [constParameterPointer] nco-5.3.9/src/nco/nco_cnv_csm.c:646:9: style: Variable 'sbs_ptr' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_cnv_csm.c:647:9: style: Variable 'cll_mth_clm' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_cnv_csm.c:66:12: style: Variable 'msg_sng' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_cnv_csm.c:226:17: style: Variable 'yyyy_lst_sng' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_cnv_csm.c:227:19: style: Variable 'yyyymm_frs_sng' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_cnv_csm.c:228:19: style: Variable 'yyyymm_lst_sng' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_cnv_csm.c:229:19: style: Variable 'yyyymm_rng_sng' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_cnv_csm.c:230:16: style: Variable 'clm_bnd_arg' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_cnv_csm.c:231:13: style: Variable 'yyyy_rng' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_cnv_csm.c:235:17: style: Variable 'yyyy_frs_sng' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_cnv_csm.c:236:19: style: Variable 'yyyymm_frs_sng' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_cnv_csm.c:237:19: style: Variable 'yyyymm_lst_sng' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_cnv_csm.c:238:19: style: Variable 'yyyymm_rng_sng' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_cnv_csm.c:239:16: style: Variable 'clm_bnd_arg' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_cnv_csm.c:240:13: style: Variable 'yyyy_rng' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_cnv_csm.c:244:17: style: Variable 'yyyy_frs_sng' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_cnv_csm.c:245:17: style: Variable 'yyyy_lst_sng' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_cnv_csm.c:246:19: style: Variable 'yyyymm_lst_sng' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_cnv_csm.c:247:19: style: Variable 'yyyymm_rng_sng' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_cnv_csm.c:248:16: style: Variable 'clm_bnd_arg' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_cnv_csm.c:249:13: style: Variable 'yyyy_rng' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_cnv_csm.c:253:17: style: Variable 'yyyy_frs_sng' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_cnv_csm.c:254:17: style: Variable 'yyyy_lst_sng' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_cnv_csm.c:255:19: style: Variable 'yyyymm_frs_sng' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_cnv_csm.c:256:19: style: Variable 'yyyymm_rng_sng' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_cnv_csm.c:257:16: style: Variable 'clm_bnd_arg' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_cnv_csm.c:258:13: style: Variable 'yyyy_rng' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_cnv_csm.c:262:17: style: Variable 'yyyy_frs_sng' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_cnv_csm.c:263:17: style: Variable 'yyyy_lst_sng' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_cnv_csm.c:264:19: style: Variable 'yyyymm_frs_sng' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_cnv_csm.c:265:19: style: Variable 'yyyymm_lst_sng' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_cnv_csm.c:266:16: style: Variable 'clm_bnd_arg' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_cnv_csm.c:267:13: style: Variable 'yyyy_rng' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_cnv_csm.c:271:17: style: Variable 'yyyy_frs_sng' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_cnv_csm.c:272:17: style: Variable 'yyyy_lst_sng' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_cnv_csm.c:273:19: style: Variable 'yyyymm_frs_sng' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_cnv_csm.c:274:19: style: Variable 'yyyymm_lst_sng' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_cnv_csm.c:275:19: style: Variable 'yyyymm_rng_sng' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_cnv_csm.c:276:13: style: Variable 'yyyy_rng' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_cnv_csm.c:280:17: style: Variable 'yyyy_frs_sng' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_cnv_csm.c:281:17: style: Variable 'yyyy_lst_sng' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_cnv_csm.c:282:19: style: Variable 'yyyymm_frs_sng' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_cnv_csm.c:283:19: style: Variable 'yyyymm_lst_sng' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_cnv_csm.c:284:19: style: Variable 'yyyymm_rng_sng' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_cnv_csm.c:285:16: style: Variable 'clm_bnd_arg' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_cnv_csm.c:361:32: style: Variable 'att_cnv_val' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_cnv_csm.c:426:12: style: Variable 'att_val' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_cnv_csm.c:526:10: style: Variable 'rcd' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_cnv_csm.c:584:9: style: Variable 'att_val' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_cnv_csm.c:585:9: style: Variable 'crd_lst' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_cnv_csm.c:933:28: style: Variable 'aed.att_nm' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_cnv_csm.c:934:22: style: Variable 'dmn_mch' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_crt.c:107:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_crt.c:446:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_crt.c:343:29: style: Parameter 'a' can be declared as pointer to const [constParameterPointer] nco-5.3.9/src/nco/nco_crt.c:343:40: style: Parameter 'b' can be declared as pointer to const [constParameterPointer] nco-5.3.9/src/nco/nco_crt.c:357:30: style: Parameter 'a' can be declared as pointer to const [constParameterPointer] nco-5.3.9/src/nco/nco_crt.c:357:41: style: Parameter 'b' can be declared as pointer to const [constParameterPointer] nco-5.3.9/src/nco/nco_crt.c:366:38: style: Parameter 'a' can be declared as pointer to const [constParameterPointer] nco-5.3.9/src/nco/nco_crt.c:375:31: style: Parameter 'a' can be declared as pointer to const [constParameterPointer] nco-5.3.9/src/nco/nco_crt.c:375:42: style: Parameter 'b' can be declared as pointer to const [constParameterPointer] nco-5.3.9/src/nco/nco_crt.c:375:53: style: Parameter 'c' can be declared as pointer to const [constParameterPointer] nco-5.3.9/src/nco/nco_crt.c:420:34: style: Parameter 'a' can be declared as pointer to const [constParameterPointer] nco-5.3.9/src/nco/nco_crt.c:420:45: style: Parameter 'b' can be declared as pointer to const [constParameterPointer] nco-5.3.9/src/nco/nco_crt.c:420:56: style: Parameter 'c' can be declared as pointer to const [constParameterPointer] nco-5.3.9/src/nco/nco_crt.c:431:50: style: Parameter 'P' can be declared as pointer to const [constParameterPointer] nco-5.3.9/src/nco/nco_crt.c:483:11: style: Parameter 'pl_in' can be declared as pointer to const [constParameterPointer] nco-5.3.9/src/nco/nco_crt.c:484:11: style: Parameter 'pl_out' can be declared as pointer to const [constParameterPointer] nco-5.3.9/src/nco/nco_crt.c:540:17: style: Variable 'dsign' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_crt.c:542:14: style: Variable 'area' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_ctl.c:57:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_ctl.c:168:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_ctl.c:204:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_ctl.c:531:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_ctl.c:555:56: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_ctl.c:570:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_ctl.c:594:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_ctl.c:769:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_ctl.c:950:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_ctl.c:1017:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_ctl.c:869:14: style:inconclusive: Function 'nco_prg_prs' argument 2 names different: declaration 'nco_prg_lcl' definition 'prg_lcl'. [funcArgNamesDifferent] nco-5.3.9/src/nco/nco_ctl.h:90:14: note: Function 'nco_prg_prs' argument 2 names different: declaration 'nco_prg_lcl' definition 'prg_lcl'. nco-5.3.9/src/nco/nco_ctl.c:869:14: note: Function 'nco_prg_prs' argument 2 names different: declaration 'nco_prg_lcl' definition 'prg_lcl'. nco-5.3.9/src/nco/nco_ctl.c:594:8: style: Unused variable: lbr_sng [unusedVariable] nco-5.3.9/src/nco/nco_ctl.c:957:14: style: Variable 'nm_out_orig' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_dbg.c:25:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_dbg.c:14:8: style: Parameter 'err_msg' can be declared as pointer to const [constParameterPointer] nco-5.3.9/src/nco/nco_dmn_utl.c:22:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_dmn_utl.c:88:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_dmn_utl.c:257:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_DIMS [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_dmn_utl.c:335:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_dmn_utl.c:358:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_dmn_utl.c:136:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg] nco-5.3.9/src/nco/nco_dmn_utl.c:302:151: warning: Either the condition 'grp_nm_fll' is redundant or there is possible null pointer dereference: grp_nm_fll. [nullPointerRedundantCheck] nco-5.3.9/src/nco/nco_dmn_utl.c:303:10: note: Assuming that condition 'grp_nm_fll' is not redundant nco-5.3.9/src/nco/nco_dmn_utl.c:302:151: note: Null pointer dereference nco-5.3.9/src/nco/nco_dmn_utl.c:65:18: style:inconclusive: Function 'nco_dmn_cpy' argument 1 names different: declaration 'dmn_t' definition 'dmn_trg'. [funcArgNamesDifferent] nco-5.3.9/src/nco/nco_dmn_utl.h:52:17: note: Function 'nco_dmn_cpy' argument 1 names different: declaration 'dmn_t' definition 'dmn_trg'. nco-5.3.9/src/nco/nco_dmn_utl.c:65:18: note: Function 'nco_dmn_cpy' argument 1 names different: declaration 'dmn_t' definition 'dmn_trg'. nco-5.3.9/src/nco/nco_dmn_utl.c:66:24: style:inconclusive: Function 'nco_dmn_cpy' argument 2 names different: declaration 'dmn_s' definition 'dmn_src'. [funcArgNamesDifferent] nco-5.3.9/src/nco/nco_dmn_utl.h:53:24: note: Function 'nco_dmn_cpy' argument 2 names different: declaration 'dmn_s' definition 'dmn_src'. nco-5.3.9/src/nco/nco_dmn_utl.c:66:24: note: Function 'nco_dmn_cpy' argument 2 names different: declaration 'dmn_s' definition 'dmn_src'. nco-5.3.9/src/nco/nco_dmn_utl.c:320:19: style:inconclusive: Function 'nco_dmn_sct_cmp' argument 1 names different: declaration 'dim_1n' definition 'dim_1'. [funcArgNamesDifferent] nco-5.3.9/src/nco/nco_dmn_utl.h:112:19: note: Function 'nco_dmn_sct_cmp' argument 1 names different: declaration 'dim_1n' definition 'dim_1'. nco-5.3.9/src/nco/nco_dmn_utl.c:320:19: note: Function 'nco_dmn_sct_cmp' argument 1 names different: declaration 'dim_1n' definition 'dim_1'. nco-5.3.9/src/nco/nco_dmn_utl.c:22:10: style: Variable 'rcd' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_dmn_utl.c:136:6: style: Variable 'dmn' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_dmn_utl.c:284:30: style: Variable 'grp_nm_fll' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_dmn_utl.c:303:32: style: Variable 'grp_nm_fll' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_fl_utl.c:24:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOCLOBBER [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_fl_utl.c:57:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_fl_utl.c:110:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_fl_utl.c:148:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_VAR_DIMS [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_fl_utl.c:192:106: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_fl_utl.c:220:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_fl_utl.c:277:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable S_IRWXU [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_fl_utl.c:318:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_fl_utl.c:394:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_fl_utl.c:491:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_fl_utl.c:538:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdin [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_fl_utl.c:667:55: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_fl_utl.c:962:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_fl_utl.c:1595:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_fl_utl.c:1841:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_fl_utl.c:1954:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_fl_utl.c:1998:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_fl_utl.c:2288:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_fl_utl.c:2341:53: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_fl_utl.c:2390:53: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_fl_utl.c:2443:58: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_fl_utl.c:2508:68: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_fl_utl.c:1569:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg] nco-5.3.9/src/nco/nco_fl_utl.c:569:14: style: Condition 'fl_in==NULL' is always true [knownConditionTrueFalse] nco-5.3.9/src/nco/nco_fl_utl.c:558:17: note: Assignment 'fl_in=NULL', assigned value is 0 nco-5.3.9/src/nco/nco_fl_utl.c:569:14: note: Condition 'fl_in==NULL' is always true nco-5.3.9/src/nco/nco_fl_utl.c:1200:8: style: Condition '!rmt_cmd' is always true [knownConditionTrueFalse] nco-5.3.9/src/nco/nco_fl_utl.c:1177:30: note: Assignment 'rmt_cmd=NULL', assigned value is 0 nco-5.3.9/src/nco/nco_fl_utl.c:1200:8: note: Condition '!rmt_cmd' is always true nco-5.3.9/src/nco/nco_fl_utl.c:1563:10: style: Condition 'fl_nm_cnc' is always false [knownConditionTrueFalse] nco-5.3.9/src/nco/nco_fl_utl.c:486:19: note: Assignment 'fl_nm_cnc=NULL', assigned value is 0 nco-5.3.9/src/nco/nco_fl_utl.c:1562:32: note: Calling function 'nco_fl_info_get' returns 0 nco-5.3.9/src/nco/nco_fl_utl.c:1562:32: note: Assignment 'fl_nm_cnc=nco_fl_info_get(fl_nm_lcl)', assigned value is 0 nco-5.3.9/src/nco/nco_fl_utl.c:1563:10: note: Condition 'fl_nm_cnc' is always false nco-5.3.9/src/nco/nco_fl_utl.c:1231:10: portability: Non reentrant function 'getpwuid' called. For threadsafe applications it is recommended to use the reentrant replacement function 'getpwuid_r'. [prohibitedgetpwuidCalled] nco-5.3.9/src/nco/nco_fl_utl.c:1864:29: portability: %lu in format string (no. 3) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint] nco-5.3.9/src/nco/nco_fl_utl.c:1879:48: portability: %lu in format string (no. 3) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint] nco-5.3.9/src/nco/nco_fl_utl.c:1891:60: warning: %d in format string (no. 6) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] nco-5.3.9/src/nco/nco_fl_utl.c:1276:12: error: Resource handle 'fp_netrc' freed twice. [doubleFree] nco-5.3.9/src/nco/nco_fl_utl.c:1273:14: note: Resource handle 'fp_netrc' freed twice. nco-5.3.9/src/nco/nco_fl_utl.c:1276:12: note: Resource handle 'fp_netrc' freed twice. nco-5.3.9/src/nco/nco_fl_utl.c:434:20: warning: Either the condition 'fl_dst_tst' is redundant or there is possible null pointer dereference: fl_dst_tst. [nullPointerRedundantCheck] nco-5.3.9/src/nco/nco_fl_utl.c:462:10: note: Assuming that condition 'fl_dst_tst' is not redundant nco-5.3.9/src/nco/nco_fl_utl.c:434:20: note: Null pointer dereference nco-5.3.9/src/nco/nco_fl_utl.c:448:94: warning: If memory allocation fails, then there is a possible null pointer dereference: fl_dst_dpl [nullPointerOutOfMemory] nco-5.3.9/src/nco/nco_fl_utl.c:439:27: note: Assuming allocation function fails nco-5.3.9/src/nco/nco_fl_utl.c:439:13: note: Assignment 'fl_dst_dpl=(char*)strdup(fl_dst)', assigned value is 0 nco-5.3.9/src/nco/nco_fl_utl.c:448:94: note: Null pointer dereference nco-5.3.9/src/nco/nco_fl_utl.c:947:13: warning: If memory allocation fails, then there is a possible null pointer dereference: fl_nm_lcl [nullPointerOutOfMemory] nco-5.3.9/src/nco/nco_fl_utl.c:944:27: note: Assuming allocation function fails nco-5.3.9/src/nco/nco_fl_utl.c:944:13: note: Assignment 'fl_nm_lcl=(char*)strdup(fl_nm)', assigned value is 0 nco-5.3.9/src/nco/nco_fl_utl.c:947:13: note: Null pointer dereference nco-5.3.9/src/nco/nco_fl_utl.c:966:41: warning: Either the condition '!fl_pth_lcl_tmp' is redundant or there is possible null pointer dereference: fl_pth_lcl_tmp. [nullPointerRedundantCheck] nco-5.3.9/src/nco/nco_fl_utl.c:961:8: note: Assuming that condition '!fl_pth_lcl_tmp' is not redundant nco-5.3.9/src/nco/nco_fl_utl.c:960:26: note: Assignment to 'fl_pth_lcl_tmp=strchr(fl_nm_lcl+url_sng_lng,'/')' nco-5.3.9/src/nco/nco_fl_utl.c:960:19: note: fl_pth_lcl_tmp is assigned 'strchr(fl_nm_lcl+url_sng_lng,'/')' here. nco-5.3.9/src/nco/nco_fl_utl.c:966:41: note: Null pointer dereference nco-5.3.9/src/nco/nco_fl_utl.c:967:28: warning: Either the condition '!fl_pth_lcl_tmp' is redundant or there is possible null pointer dereference: fl_pth_lcl_tmp. [nullPointerRedundantCheck] nco-5.3.9/src/nco/nco_fl_utl.c:961:8: note: Assuming that condition '!fl_pth_lcl_tmp' is not redundant nco-5.3.9/src/nco/nco_fl_utl.c:967:28: note: Null pointer dereference nco-5.3.9/src/nco/nco_fl_utl.c:1069:43: warning: Either the condition '!fl_pth_lcl_tmp' is redundant or there is possible null pointer dereference: fl_pth_lcl_tmp. [nullPointerRedundantCheck] nco-5.3.9/src/nco/nco_fl_utl.c:1064:10: note: Assuming that condition '!fl_pth_lcl_tmp' is not redundant nco-5.3.9/src/nco/nco_fl_utl.c:1063:28: note: Assignment to 'fl_pth_lcl_tmp=strchr(fl_nm_lcl+url_sng_lng,'/')' nco-5.3.9/src/nco/nco_fl_utl.c:1063:21: note: fl_pth_lcl_tmp is assigned 'strchr(fl_nm_lcl+url_sng_lng,'/')' here. nco-5.3.9/src/nco/nco_fl_utl.c:1069:43: note: Null pointer dereference nco-5.3.9/src/nco/nco_fl_utl.c:1070:30: warning: Either the condition '!fl_pth_lcl_tmp' is redundant or there is possible null pointer dereference: fl_pth_lcl_tmp. [nullPointerRedundantCheck] nco-5.3.9/src/nco/nco_fl_utl.c:1064:10: note: Assuming that condition '!fl_pth_lcl_tmp' is not redundant nco-5.3.9/src/nco/nco_fl_utl.c:1070:30: note: Null pointer dereference nco-5.3.9/src/nco/nco_fl_utl.c:1092:43: warning: Either the condition '!fl_pth_lcl_tmp' is redundant or there is possible null pointer dereference: fl_pth_lcl_tmp. [nullPointerRedundantCheck] nco-5.3.9/src/nco/nco_fl_utl.c:1087:10: note: Assuming that condition '!fl_pth_lcl_tmp' is not redundant nco-5.3.9/src/nco/nco_fl_utl.c:1086:28: note: Assignment to 'fl_pth_lcl_tmp=strchr(fl_nm_lcl+url_sng_lng,'/')' nco-5.3.9/src/nco/nco_fl_utl.c:1086:21: note: fl_pth_lcl_tmp is assigned 'strchr(fl_nm_lcl+url_sng_lng,'/')' here. nco-5.3.9/src/nco/nco_fl_utl.c:1092:43: note: Null pointer dereference nco-5.3.9/src/nco/nco_fl_utl.c:1093:30: warning: Either the condition '!fl_pth_lcl_tmp' is redundant or there is possible null pointer dereference: fl_pth_lcl_tmp. [nullPointerRedundantCheck] nco-5.3.9/src/nco/nco_fl_utl.c:1087:10: note: Assuming that condition '!fl_pth_lcl_tmp' is not redundant nco-5.3.9/src/nco/nco_fl_utl.c:1093:30: note: Null pointer dereference nco-5.3.9/src/nco/nco_fl_utl.c:1126:24: warning: If memory allocation fails, then there is a possible null pointer dereference: fl_nm_lcl [nullPointerOutOfMemory] nco-5.3.9/src/nco/nco_fl_utl.c:1114:35: note: Assuming allocation function fails nco-5.3.9/src/nco/nco_fl_utl.c:1114:21: note: Assignment 'fl_nm_lcl_tmp=(char*)strdup(fl_nm_lcl+1UL)', assigned value is 0 nco-5.3.9/src/nco/nco_fl_utl.c:1116:17: note: Assignment 'fl_nm_lcl=fl_nm_lcl_tmp', assigned value is 0 nco-5.3.9/src/nco/nco_fl_utl.c:1126:24: note: Null pointer dereference nco-5.3.9/src/nco/nco_fl_utl.c:1248:54: warning: If memory allocation fails, then there is a possible null pointer dereference: fl_nm_netrc [nullPointerOutOfMemory] nco-5.3.9/src/nco/nco_fl_utl.c:1246:28: note: Assuming allocation function fails nco-5.3.9/src/nco/nco_fl_utl.c:1246:14: note: Assignment 'fl_nm_netrc=(char*)strdup(usr_pwd->pw_dir)', assigned value is 0 nco-5.3.9/src/nco/nco_fl_utl.c:1248:54: note: Null pointer dereference nco-5.3.9/src/nco/nco_fl_utl.c:1267:58: warning: Either the condition '(fp_netrc=fopen(fl_nm_netrc,"r"))==NULL' is redundant or there is possible null pointer dereference: fp_netrc. [nullPointerRedundantCheck] nco-5.3.9/src/nco/nco_fl_utl.c:1257:41: note: Assuming that condition '(fp_netrc=fopen(fl_nm_netrc,"r"))==NULL' is not redundant nco-5.3.9/src/nco/nco_fl_utl.c:1267:58: note: Null pointer dereference nco-5.3.9/src/nco/nco_fl_utl.c:1455:18: warning: If memory allocation fails, then there is a possible null pointer dereference: fl_pth_lcl_tmp [nullPointerOutOfMemory] nco-5.3.9/src/nco/nco_fl_utl.c:1451:36: note: Assuming allocation function fails nco-5.3.9/src/nco/nco_fl_utl.c:1451:22: note: Assignment 'fl_pth_lcl_tmp=(char*)strdup(fl_pth_lcl)', assigned value is 0 nco-5.3.9/src/nco/nco_fl_utl.c:1455:18: note: Null pointer dereference nco-5.3.9/src/nco/nco_fl_utl.c:1932:21: warning: If memory allocation fails, then there is a possible null pointer dereference: drc_out [nullPointerOutOfMemory] nco-5.3.9/src/nco/nco_fl_utl.c:1929:27: note: Assuming allocation function fails nco-5.3.9/src/nco/nco_fl_utl.c:1929:13: note: Assignment 'drc_out=(char*)strdup(fl_nm)', assigned value is 0 nco-5.3.9/src/nco/nco_fl_utl.c:1932:21: note: Null pointer dereference nco-5.3.9/src/nco/nco_fl_utl.c:2067:23: warning: If memory allocation fails, then there is a possible null pointer dereference: fl_out_dpl [nullPointerOutOfMemory] nco-5.3.9/src/nco/nco_fl_utl.c:2066:30: note: Assuming allocation function fails nco-5.3.9/src/nco/nco_fl_utl.c:2066:16: note: Assignment 'fl_out_dpl=(char*)strdup(fl_out)', assigned value is 0 nco-5.3.9/src/nco/nco_fl_utl.c:2067:23: note: Null pointer dereference nco-5.3.9/src/nco/nco_fl_utl.c:2075:48: warning: If memory allocation fails, then there is a possible null pointer dereference: fl_out_dpl [nullPointerOutOfMemory] nco-5.3.9/src/nco/nco_fl_utl.c:2066:30: note: Assuming allocation function fails nco-5.3.9/src/nco/nco_fl_utl.c:2066:16: note: Assignment 'fl_out_dpl=(char*)strdup(fl_out)', assigned value is 0 nco-5.3.9/src/nco/nco_fl_utl.c:2075:48: note: Null pointer dereference nco-5.3.9/src/nco/nco_fl_utl.c:2075:104: warning: If memory allocation fails, then there is a possible null pointer dereference: fl_frg_dpl [nullPointerOutOfMemory] nco-5.3.9/src/nco/nco_fl_utl.c:2070:30: note: Assuming allocation function fails nco-5.3.9/src/nco/nco_fl_utl.c:2070:16: note: Assignment 'fl_frg_dpl=(char*)strdup(fl_frg_lcn)', assigned value is 0 nco-5.3.9/src/nco/nco_fl_utl.c:2075:104: note: Null pointer dereference nco-5.3.9/src/nco/nco_fl_utl.c:2387:66: warning: If memory allocation fails, then there is a possible null pointer dereference: obj_to_chmod [nullPointerOutOfMemory] nco-5.3.9/src/nco/nco_fl_utl.c:2374:27: note: Assuming allocation function fails nco-5.3.9/src/nco/nco_fl_utl.c:2374:13: note: Assignment 'fl_nm_dpl=(char*)strdup(fl_nm)', assigned value is 0 nco-5.3.9/src/nco/nco_fl_utl.c:2375:16: note: Assignment 'obj_to_chmod=fl_nm_dpl', assigned value is 0 nco-5.3.9/src/nco/nco_fl_utl.c:2379:27: note: Assuming condition is false nco-5.3.9/src/nco/nco_fl_utl.c:2387:66: note: Null pointer dereference nco-5.3.9/src/nco/nco_fl_utl.c:2388:49: warning: If memory allocation fails, then there is a possible null pointer dereference: obj_to_chmod [nullPointerOutOfMemory] nco-5.3.9/src/nco/nco_fl_utl.c:2374:27: note: Assuming allocation function fails nco-5.3.9/src/nco/nco_fl_utl.c:2374:13: note: Assignment 'fl_nm_dpl=(char*)strdup(fl_nm)', assigned value is 0 nco-5.3.9/src/nco/nco_fl_utl.c:2375:16: note: Assignment 'obj_to_chmod=fl_nm_dpl', assigned value is 0 nco-5.3.9/src/nco/nco_fl_utl.c:2379:27: note: Assuming condition is false nco-5.3.9/src/nco/nco_fl_utl.c:2388:49: note: Null pointer dereference nco-5.3.9/src/nco/nco_fl_utl.c:2534:23: warning: If memory allocation fails, then there is a possible null pointer dereference: fl_ncz_dpl [nullPointerOutOfMemory] nco-5.3.9/src/nco/nco_fl_utl.c:2528:30: note: Assuming allocation function fails nco-5.3.9/src/nco/nco_fl_utl.c:2528:16: note: Assignment 'fl_ncz_dpl=(char*)strdup(fl_ncz)', assigned value is 0 nco-5.3.9/src/nco/nco_fl_utl.c:2531:8: note: Assuming condition is true nco-5.3.9/src/nco/nco_fl_utl.c:2534:23: note: Null pointer dereference nco-5.3.9/src/nco/nco_fl_utl.c:1117:147: error: If memory allocation fails: pointer addition with NULL pointer. [nullPointerArithmeticOutOfMemory] nco-5.3.9/src/nco/nco_fl_utl.c:1114:35: note: Assuming allocation function fails nco-5.3.9/src/nco/nco_fl_utl.c:1114:21: note: Assignment 'fl_nm_lcl_tmp=(char*)strdup(fl_nm_lcl+1UL)', assigned value is 0 nco-5.3.9/src/nco/nco_fl_utl.c:1116:16: note: fl_nm_lcl is assigned 'fl_nm_lcl_tmp' here. nco-5.3.9/src/nco/nco_fl_utl.c:1117:147: note: Null pointer addition nco-5.3.9/src/nco/nco_fl_utl.c:1786:26: error: If memory allocation fails: pointer addition with NULL pointer. [nullPointerArithmeticOutOfMemory] nco-5.3.9/src/nco/nco_fl_utl.c:1785:27: note: Assuming allocation function fails nco-5.3.9/src/nco/nco_fl_utl.c:1785:13: note: Assignment 'fl_nm=(char*)strdup(fl_lst_in[0])', assigned value is 0 nco-5.3.9/src/nco/nco_fl_utl.c:1786:26: note: Null pointer addition nco-5.3.9/src/nco/nco_fl_utl.c:1098:29: style: Same expression on both sides of '||' because 'DAP_URL' and 'NCZARR_URL' represent the same value. [knownConditionTrueFalse] nco-5.3.9/src/nco/nco_fl_utl.c:911:20: note: 'DAP_URL' is assigned value '0' here. nco-5.3.9/src/nco/nco_fl_utl.c:912:23: note: 'NCZARR_URL' is assigned value '0' here. nco-5.3.9/src/nco/nco_fl_utl.c:1098:29: note: Same expression on both sides of '||' because 'DAP_URL' and 'NCZARR_URL' represent the same value. nco-5.3.9/src/nco/nco_fl_utl.c:400:10: style: Redundant initialization for 'rcd_stt'. The initialized value is overwritten before it is read. [redundantInitialization] nco-5.3.9/src/nco/nco_fl_utl.c:395:14: note: rcd_stt is initialized nco-5.3.9/src/nco/nco_fl_utl.c:400:10: note: rcd_stt is overwritten nco-5.3.9/src/nco/nco_fl_utl.c:1276:11: style: Variable 'rcd_frd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_fl_utl.c:1273:13: note: rcd_frd is assigned nco-5.3.9/src/nco/nco_fl_utl.c:1276:11: note: rcd_frd is overwritten nco-5.3.9/src/nco/nco_fl_utl.c:105:9: style: Variable 'fl_out_tmp' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_fl_utl.c:308:9: style: Variable 'cmd_cp_typ' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_fl_utl.c:558:11: style: Variable 'fl_in' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_fl_utl.c:920:9: style: Variable 'cln_ptr' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_fl_utl.c:923:9: style: Variable 'fl_nm_stub' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_fl_utl.c:1209:8: style: Variable 'usr_nm' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_fl_utl.c:1211:8: style: Variable 'host_nm_rmt' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_fl_utl.c:1221:17: style: Variable 'usr_pwd' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_fl_utl.c:1253:10: style: Variable 'host_nm_rmt_psn' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_fl_utl.c:1663:16: style: Variable 'fl_nm_1st_dgt' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_fl_utl.c:1988:9: style: Variable 'fl_pth_lcn' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_fl_utl.c:2183:11: style: Variable 'rcd_fgets' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_fl_utl.c:2319:9: style: Variable 'cmd_rm_typ' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_fl_utl.c:2320:9: style: Variable 'obj_to_rm' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_fl_utl.c:2367:9: style: Variable 'cmd_chmod_typ' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_fl_utl.c:2369:9: style: Variable 'obj_to_chmod' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_fl_utl.c:2560:13: style: Variable 'sls_ptr' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_fl_utl.c:229:58: warning: Storing fgetc() return value in char variable and then comparing with EOF. [checkCastIntToCharAndBack] nco-5.3.9/src/nco/nco_fl_utl.c:2118:16: error: Uninitialized variable: fl_out_hnd [uninitvar] nco-5.3.9/src/nco/nco_fl_utl.c:266:10: style: Variable 'rcd_sys' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_fl_utl.c:367:20: style: Variable 'cmd_cp' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_fl_utl.c:368:28: style: Variable 'fl_dst_cdl' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_fl_utl.c:369:28: style: Variable 'fl_src_cdl' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_fl_utl.c:453:27: style: Variable 'fl_dst_dpl' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_fl_utl.c:462:32: style: Variable 'fl_dst_tst' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_fl_utl.c:929:30: style: Variable 'nczarr_url_sng' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_fl_utl.c:968:18: style: Variable 'fl_nm_lcl_tmp' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_fl_utl.c:1071:20: style: Variable 'fl_nm_lcl_tmp' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_fl_utl.c:1094:20: style: Variable 'fl_nm_lcl_tmp' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_fl_utl.c:1137:20: style: Variable 'fl_nm_lcl_tmp' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_fl_utl.c:1276:11: style: Variable 'rcd_frd' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_fl_utl.c:1304:15: style: Variable 'host_nm_lcl' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_fl_utl.c:1318:26: style: Variable 'usr_email' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_fl_utl.c:1492:32: style: Variable 'fmt_ftp' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_fl_utl.c:1503:20: style: Variable 'fl_sz_ntl' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_fl_utl.c:1563:30: style: Variable 'fl_nm_cnc' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_fl_utl.c:934:7: style: Unused variable: in_id [unusedVariable] nco-5.3.9/src/nco/nco_fl_utl.c:935:7: style: Unused variable: rcd [unusedVariable] nco-5.3.9/src/nco/nco_fl_utl.c:1640:20: style: Variable 'cmd_mv' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_fl_utl.c:1641:28: style: Variable 'fl_dst_cdl' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_fl_utl.c:1642:28: style: Variable 'fl_src_cdl' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_fl_utl.c:1823:15: style: Variable 'fl_nm_stub' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_fl_utl.c:2078:30: style: Variable 'fl_frg_dpl' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_fl_utl.c:2118:15: style: Variable 'fl_out_hnd' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_fl_utl.c:2146:8: style: Variable 'rcd' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_fl_utl.c:2174:10: style: Variable 'rcd' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_fl_utl.c:2201:10: style: Variable 'rcd' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_fl_utl.c:2399:26: style: Variable 'fl_nm_dpl' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_fl_utl.c:2600:30: style: Variable 'fl_ncz_dpl' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_fl_utl.c:2601:32: style: Variable 'psx_fll_tmp' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_fl_utl.c:2602:32: style: Variable 'psx_drc_tmp' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_fl_utl.c:2603:32: style: Variable 'psx_stb_tmp' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_flt.c:36:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_flt.c:51:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_flt.c:113:78: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_flt.c:360:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_flt.c:541:55: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_flt.c:562:55: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_flt.c:594:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_flt.c:615:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_flt.c:801:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_flt.c:867:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_flt.c:913:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_flt.c:1065:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_flt.c:1354:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_flt.c:1435:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_flt.c:1545:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_flt.c:1814:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_flt.c:752:13: style: Expression is always false because 'else if' condition matches previous condition at line 663. [multiCondition] nco-5.3.9/src/nco/nco_flt.c:1711:16: style: Expression is always true because 'else if' condition is opposite to previous condition at line 1703. [multiCondition] nco-5.3.9/src/nco/nco_flt.c:1703:10: note: first condition nco-5.3.9/src/nco/nco_flt.c:1711:16: note: else if condition is opposite to first condition nco-5.3.9/src/nco/nco_flt.c:388:11: portability: %lu in format string (no. 4) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint] nco-5.3.9/src/nco/nco_flt.c:472:11: portability: %lu in format string (no. 4) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint] nco-5.3.9/src/nco/nco_flt.c:360:100: warning: Either the condition '!flt_sng' is redundant or there is possible null pointer dereference: flt_sng. [nullPointerRedundantCheck] nco-5.3.9/src/nco/nco_flt.c:359:6: note: Assuming that condition '!flt_sng' is not redundant nco-5.3.9/src/nco/nco_flt.c:360:100: note: Null pointer dereference nco-5.3.9/src/nco/nco_flt.c:1756:18: warning: If memory allocation fails, then there is a possible null pointer dereference: qnt_sng [nullPointerOutOfMemory] nco-5.3.9/src/nco/nco_flt.c:1753:25: note: Assuming allocation function fails nco-5.3.9/src/nco/nco_flt.c:1753:11: note: Assignment 'qnt_sng=(char*)strdup(qnt_sng_in)', assigned value is 0 nco-5.3.9/src/nco/nco_flt.c:1756:18: note: Null pointer dereference nco-5.3.9/src/nco/nco_flt.c:401:13: portability: Casting from double * to unsigned int * is not portable due to different binary data representations on different platforms. [invalidPointerCast] nco-5.3.9/src/nco/nco_flt.c:409:13: portability: Casting from float * to unsigned int * is not portable due to different binary data representations on different platforms. [invalidPointerCast] nco-5.3.9/src/nco/nco_flt.c:1659:32: style: Redundant assignment of 'aed_ppc_lvl.id' to itself. [selfAssignment] nco-5.3.9/src/nco/nco_flt.c:1565:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_flt.c:1564:6: note: rcd is assigned nco-5.3.9/src/nco/nco_flt.c:1565:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_flt.c:27:12: style:inconclusive: Function 'nc_def_var_bzip2' argument 1 names different: declaration 'ncid' definition 'nc_id'. [funcArgNamesDifferent] nco-5.3.9/src/nco/nco_flt.h:155:26: note: Function 'nc_def_var_bzip2' argument 1 names different: declaration 'ncid' definition 'nc_id'. nco-5.3.9/src/nco/nco_flt.c:27:12: note: Function 'nc_def_var_bzip2' argument 1 names different: declaration 'ncid' definition 'nc_id'. nco-5.3.9/src/nco/nco_flt.c:28:12: style:inconclusive: Function 'nc_def_var_bzip2' argument 2 names different: declaration 'varid' definition 'var_id'. [funcArgNamesDifferent] nco-5.3.9/src/nco/nco_flt.h:155:36: note: Function 'nc_def_var_bzip2' argument 2 names different: declaration 'varid' definition 'var_id'. nco-5.3.9/src/nco/nco_flt.c:28:12: note: Function 'nc_def_var_bzip2' argument 2 names different: declaration 'varid' definition 'var_id'. nco-5.3.9/src/nco/nco_flt.c:29:12: style:inconclusive: Function 'nc_def_var_bzip2' argument 3 names different: declaration 'level' definition 'cmp_lvl'. [funcArgNamesDifferent] nco-5.3.9/src/nco/nco_flt.h:155:47: note: Function 'nc_def_var_bzip2' argument 3 names different: declaration 'level' definition 'cmp_lvl'. nco-5.3.9/src/nco/nco_flt.c:29:12: note: Function 'nc_def_var_bzip2' argument 3 names different: declaration 'level' definition 'cmp_lvl'. nco-5.3.9/src/nco/nco_flt.c:58:14: style:inconclusive: Function 'nco_cmp_prs' argument 2 names different: declaration 'dfl_lvl' definition 'dfl_lvlp'. [funcArgNamesDifferent] nco-5.3.9/src/nco/nco_flt.h:181:14: note: Function 'nco_cmp_prs' argument 2 names different: declaration 'dfl_lvl' definition 'dfl_lvlp'. nco-5.3.9/src/nco/nco_flt.c:58:14: note: Function 'nco_cmp_prs' argument 2 names different: declaration 'dfl_lvl' definition 'dfl_lvlp'. nco-5.3.9/src/nco/nco_flt.c:521:21: style:inconclusive: Function 'nco_flt_id2nm' argument 1 names different: declaration 'nco_flt_id' definition 'flt_id'. [funcArgNamesDifferent] nco-5.3.9/src/nco/nco_flt.h:202:21: note: Function 'nco_flt_id2nm' argument 1 names different: declaration 'nco_flt_id' definition 'flt_id'. nco-5.3.9/src/nco/nco_flt.c:521:21: note: Function 'nco_flt_id2nm' argument 1 names different: declaration 'nco_flt_id' definition 'flt_id'. nco-5.3.9/src/nco/nco_flt.c:46:8: style: Parameter 'fnc_err' can be declared as pointer to const [constParameterPointer] nco-5.3.9/src/nco/nco_flt.c:58:14: style: Parameter 'dfl_lvlp' can be declared as pointer to const [constParameterPointer] nco-5.3.9/src/nco/nco_flt.c:83:8: style: Variable 'spr_sng' can be declared as const array [constVariable] nco-5.3.9/src/nco/nco_flt.c:357:17: style: Variable 'ui32p' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_flt.c:915:9: style: Variable 'cmp_sng' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_flt.c:984:10: style: Variable 'spr_sng' can be declared as const array [constVariable] nco-5.3.9/src/nco/nco_flt.c:1303:13: style: Variable 'nvr_HDF5_PLUGIN_PATH' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_flt.c:1536:8: style: Variable 'mpl_val_libnetcdf' can be declared as const array [constVariable] nco-5.3.9/src/nco/nco_flt.c:1537:8: style: Variable 'mpl_val_nco' can be declared as const array [constVariable] nco-5.3.9/src/nco/nco_flt.c:1632:9: style: Variable 'vrs_nco_sng' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_flt.c:1633:9: style: Variable 'vrs_nc_sng' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_flt.c:316:47: style: Variable 'flt_alg' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_flt.c:317:43: style: Variable 'flt_id' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_flt.c:318:47: style: Variable 'flt_lvl' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_flt.c:319:63: style: Variable 'flt_prm_nbr' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_flt.c:324:12: style: Variable 'flt_prm' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_flt.c:326:30: style: Variable 'cmp_sng_std' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_flt.c:454:22: style: Variable 'sfx_lcn' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_flt.c:1018:26: style: Variable 'flt_lst' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_flt.c:1043:22: style: Variable 'flt_sng' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_flt.c:1330:30: style: Variable 'cmp_sng_cpy' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_flt.c:1488:20: style: Variable 'cnk_sz' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_flt.c:1489:20: style: Variable 'dmn_id' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_flt.c:1816:22: style: Variable 'qnt_sng' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_getopt.c:78:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_getopt.c:232:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_getopt.c:153:44: style: Redundant initialization for 'colon_mode'. The initialized value is overwritten before it is read. [redundantInitialization] nco-5.3.9/src/nco/nco_getopt.c:150:25: note: colon_mode is initialized nco-5.3.9/src/nco/nco_getopt.c:153:44: note: colon_mode is overwritten nco-5.3.9/src/nco/nco_getopt.c:237:19: style: Variable 'charind' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_grp_trv.c:159:90: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_grp_trv.c:217:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_grp_trv.c:242:71: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_grp_trv.c:251:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_grp_trv.c:265:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_grp_trv.c:288:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_grp_trv.c:420:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_grp_trv.c:496:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_grp_trv.c:598:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_grp_trv.c:665:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable next [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_grp_trv.c:740:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable hh_head [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_grp_trv.c:815:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable flg_in_fl [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_grp_trv.c:157:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg] nco-5.3.9/src/nco/nco_grp_trv.c:807:11: style: Variable 'nm_1' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_grp_trv.c:808:11: style: Variable 'nm_2' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_grp_trv.c:157:6: style: Variable 'tbl' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_grp_utl.c:59:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_grp_utl.c:104:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_grp_utl.c:157:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_grp_utl.c:185:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_grp_utl.c:242:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_grp_utl.c:282:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_grp_utl.c:302:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_grp_utl.c:381:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_grp_utl.c:432:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_grp_utl.c:452:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_grp_utl.c:675:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_grp_utl.c:1009:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_grp_utl.c:1039:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_grp_utl.c:1198:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_grp_utl.c:1263:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_CHAR [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_grp_utl.c:1340:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_CHAR [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_grp_utl.c:1426:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_CHAR [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_grp_utl.c:1482:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_grp_utl.c:1730:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_grp_utl.c:1864:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_grp_utl.c:1879:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_grp_utl.c:1915:66: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_grp_utl.c:2213:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_grp_utl.c:2374:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_grp_utl.c:2435:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_grp_utl.c:2540:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_grp_utl.c:2611:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_grp_utl.c:2756:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_grp_utl.c:2898:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_grp_utl.c:3007:55: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_grp_utl.c:3068:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_grp_utl.c:3135:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_grp_utl.c:3228:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_grp_utl.c:3668:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_grp_utl.c:3798:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_grp_utl.c:3816:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_grp_utl.c:3831:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_grp_utl.c:3937:53: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_grp_utl.c:4018:56: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_grp_utl.c:4191:62: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_grp_utl.c:4353:58: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_grp_utl.c:4416:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable var_nm_fll [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_grp_utl.c:4624:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_grp_utl.c:4740:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_grp_utl.c:5111:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NAT [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_grp_utl.c:5171:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_grp_utl.c:5418:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_grp_utl.c:6220:62: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_grp_utl.c:6602:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_VAR_DIMS [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_grp_utl.c:6808:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_grp_utl.c:7078:72: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable id [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_grp_utl.c:7197:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_grp_utl.c:7353:55: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable id [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_grp_utl.c:7481:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable id [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_grp_utl.c:7598:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_grp_utl.c:7722:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_grp_utl.c:7812:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_grp_utl.c:7829:68: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable flg_dne [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_grp_utl.c:8083:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_grp_utl.c:8665:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_grp_utl.c:8680:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_grp_utl.c:8722:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_grp_utl.c:8834:60: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_grp_utl.c:9083:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_grp_utl.c:9211:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_grp_utl.c:9363:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_grp_utl.c:9548:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable nm [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_grp_utl.c:9573:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_grp_utl.c:9677:57: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_grp_utl.c:9888:94: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_grp_utl.c:9915:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_grp_utl.c:10062:60: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_grp_utl.c:10172:58: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_grp_utl.c:10333:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_grp_utl.c:10497:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_grp_utl.c:10605:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_grp_utl.c:10921:58: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_grp_utl.c:11017:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_grp_utl.c:11248:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_GLOBAL [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_grp_utl.c:11314:58: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_grp_utl.c:11361:56: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_grp_utl.c:11443:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_grp_utl.c:11545:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_CHAR [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_grp_utl.c:11576:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_grp_utl.c:11634:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_grp_utl.c:10068:12: style: Expression is always true because 'else if' condition is opposite to previous condition at line 10055. [multiCondition] nco-5.3.9/src/nco/nco_grp_utl.c:10055:6: note: first condition nco-5.3.9/src/nco/nco_grp_utl.c:10068:12: note: else if condition is opposite to first condition nco-5.3.9/src/nco/nco_grp_utl.c:720:18: style: The if condition is the same as the previous if condition [duplicateCondition] nco-5.3.9/src/nco/nco_grp_utl.c:710:18: note: First condition nco-5.3.9/src/nco/nco_grp_utl.c:720:18: note: Second condition nco-5.3.9/src/nco/nco_grp_utl.c:838:19: style: The if condition is the same as the previous if condition [duplicateCondition] nco-5.3.9/src/nco/nco_grp_utl.c:837:19: note: First condition nco-5.3.9/src/nco/nco_grp_utl.c:838:19: note: Second condition nco-5.3.9/src/nco/nco_grp_utl.c:839:19: style: The if condition is the same as the previous if condition [duplicateCondition] nco-5.3.9/src/nco/nco_grp_utl.c:838:19: note: First condition nco-5.3.9/src/nco/nco_grp_utl.c:839:19: note: Second condition nco-5.3.9/src/nco/nco_grp_utl.c:840:19: style: The if condition is the same as the previous if condition [duplicateCondition] nco-5.3.9/src/nco/nco_grp_utl.c:839:19: note: First condition nco-5.3.9/src/nco/nco_grp_utl.c:840:19: note: Second condition nco-5.3.9/src/nco/nco_grp_utl.c:842:19: style: The if condition is the same as the previous if condition [duplicateCondition] nco-5.3.9/src/nco/nco_grp_utl.c:841:19: note: First condition nco-5.3.9/src/nco/nco_grp_utl.c:842:19: note: Second condition nco-5.3.9/src/nco/nco_grp_utl.c:688:22: style: Condition 'itr_idx==1' is always true [knownConditionTrueFalse] nco-5.3.9/src/nco/nco_grp_utl.c:684:16: note: Assuming that condition 'itr_idx==0' is not redundant nco-5.3.9/src/nco/nco_grp_utl.c:681:37: note: Assuming that condition 'itr_idx<2' is not redundant nco-5.3.9/src/nco/nco_grp_utl.c:688:22: note: Condition 'itr_idx==1' is always true nco-5.3.9/src/nco/nco_grp_utl.c:2031:35: style: Condition 'flg_pth_end_bnd' is always true [knownConditionTrueFalse] nco-5.3.9/src/nco/nco_grp_utl.c:2030:29: note: Assignment 'flg_pth_end_bnd=1', assigned value is 1 nco-5.3.9/src/nco/nco_grp_utl.c:2031:35: note: Condition 'flg_pth_end_bnd' is always true nco-5.3.9/src/nco/nco_grp_utl.c:2072:35: style: Condition 'flg_pth_end_bnd' is always true [knownConditionTrueFalse] nco-5.3.9/src/nco/nco_grp_utl.c:2071:29: note: Assignment 'flg_pth_end_bnd=1', assigned value is 1 nco-5.3.9/src/nco/nco_grp_utl.c:2072:35: note: Condition 'flg_pth_end_bnd' is always true nco-5.3.9/src/nco/nco_grp_utl.c:6932:8: style: Condition 'NEED_TO_DEFINE_DIM' is always true [knownConditionTrueFalse] nco-5.3.9/src/nco/nco_grp_utl.c:6920:24: note: Assignment 'NEED_TO_DEFINE_DIM=1', assigned value is 1 nco-5.3.9/src/nco/nco_grp_utl.c:6932:8: note: Condition 'NEED_TO_DEFINE_DIM' is always true nco-5.3.9/src/nco/nco_grp_utl.c:9639:26: style: Condition 'trv_1.nco_typ==nco_obj_typ_grp' is always true [knownConditionTrueFalse] nco-5.3.9/src/nco/nco_grp_utl.c:9629:22: note: Assuming that condition 'trv_1.nco_typ==nco_obj_typ_grp' is not redundant nco-5.3.9/src/nco/nco_grp_utl.c:9639:26: note: Condition 'trv_1.nco_typ==nco_obj_typ_grp' is always true nco-5.3.9/src/nco/nco_grp_utl.c:384:15: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] nco-5.3.9/src/nco/nco_grp_utl.c:398:17: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] nco-5.3.9/src/nco/nco_grp_utl.c:3937:45: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] nco-5.3.9/src/nco/nco_grp_utl.c:5970:60: portability: %ld in format string (no. 3) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] nco-5.3.9/src/nco/nco_grp_utl.c:11155:25: portability: %ld in format string (no. 5) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] nco-5.3.9/src/nco/nco_grp_utl.c:11186:38: portability: %ld in format string (no. 4) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] nco-5.3.9/src/nco/nco_grp_utl.c:113:6: warning: If memory allocation fails, then there is a possible null pointer dereference: grp_pth [nullPointerOutOfMemory] nco-5.3.9/src/nco/nco_grp_utl.c:109:29: note: Assuming allocation function fails nco-5.3.9/src/nco/nco_grp_utl.c:109:15: note: Assignment 'grp_pth_dpl=(char*)strdup(grp_nm_fll)', assigned value is 0 nco-5.3.9/src/nco/nco_grp_utl.c:110:10: note: grp_pth is assigned 'grp_pth_dpl' here. nco-5.3.9/src/nco/nco_grp_utl.c:113:6: note: Null pointer dereference nco-5.3.9/src/nco/nco_grp_utl.c:116:16: warning: If memory allocation fails, then there is a possible null pointer dereference: grp_pth [nullPointerOutOfMemory] nco-5.3.9/src/nco/nco_grp_utl.c:109:29: note: Assuming allocation function fails nco-5.3.9/src/nco/nco_grp_utl.c:109:15: note: Assignment 'grp_pth_dpl=(char*)strdup(grp_nm_fll)', assigned value is 0 nco-5.3.9/src/nco/nco_grp_utl.c:110:11: note: Assignment 'grp_pth=grp_pth_dpl', assigned value is 0 nco-5.3.9/src/nco/nco_grp_utl.c:113:17: note: Assuming condition is false nco-5.3.9/src/nco/nco_grp_utl.c:116:16: note: Null pointer dereference nco-5.3.9/src/nco/nco_grp_utl.c:707:26: warning: If memory allocation fails, then there is a possible null pointer dereference: usr_sng [nullPointerOutOfMemory] nco-5.3.9/src/nco/nco_grp_utl.c:706:21: note: Assuming allocation function fails nco-5.3.9/src/nco/nco_grp_utl.c:706:21: note: Assignment 'usr_sng=strdup(obj_lst_in[obj_idx])', assigned value is 0 nco-5.3.9/src/nco/nco_grp_utl.c:707:26: note: Null pointer dereference nco-5.3.9/src/nco/nco_grp_utl.c:721:5: warning: If memory allocation fails, then there is a possible null pointer dereference: usr_sng [nullPointerOutOfMemory] nco-5.3.9/src/nco/nco_grp_utl.c:706:21: note: Assuming allocation function fails nco-5.3.9/src/nco/nco_grp_utl.c:706:21: note: Assignment 'usr_sng=strdup(obj_lst_in[obj_idx])', assigned value is 0 nco-5.3.9/src/nco/nco_grp_utl.c:720:18: note: Assuming condition is true nco-5.3.9/src/nco/nco_grp_utl.c:721:5: note: Null pointer dereference nco-5.3.9/src/nco/nco_grp_utl.c:728:18: warning: If memory allocation fails, then there is a possible null pointer dereference: usr_sng [nullPointerOutOfMemory] nco-5.3.9/src/nco/nco_grp_utl.c:706:21: note: Assuming allocation function fails nco-5.3.9/src/nco/nco_grp_utl.c:706:21: note: Assignment 'usr_sng=strdup(obj_lst_in[obj_idx])', assigned value is 0 nco-5.3.9/src/nco/nco_grp_utl.c:728:18: note: Null pointer dereference nco-5.3.9/src/nco/nco_grp_utl.c:2904:22: warning: If memory allocation fails, then there is a possible null pointer dereference: fl_nm_dpl [nullPointerOutOfMemory] nco-5.3.9/src/nco/nco_grp_utl.c:2903:19: note: Assuming allocation function fails nco-5.3.9/src/nco/nco_grp_utl.c:2903:19: note: Assignment 'fl_nm_dpl=strdup(fl_nm)', assigned value is 0 nco-5.3.9/src/nco/nco_grp_utl.c:2904:22: note: Null pointer dereference nco-5.3.9/src/nco/nco_grp_utl.c:5564:26: warning: If memory allocation fails, then there is a possible null pointer dereference: rec_dmn_nm_mlc [nullPointerOutOfMemory] nco-5.3.9/src/nco/nco_grp_utl.c:5562:26: note: Assuming allocation function fails nco-5.3.9/src/nco/nco_grp_utl.c:5562:26: note: Assignment 'rec_dmn_nm_mlc=strdup(rec_dmn_nm_cst)', assigned value is 0 nco-5.3.9/src/nco/nco_grp_utl.c:5564:26: note: Null pointer dereference nco-5.3.9/src/nco/nco_grp_utl.c:5840:46: warning: Either the condition 'grp_dmn_out_fll' is redundant or there is possible null pointer dereference: grp_dmn_out_fll. [nullPointerRedundantCheck] nco-5.3.9/src/nco/nco_grp_utl.c:5857:8: note: Assuming that condition 'grp_dmn_out_fll' is not redundant nco-5.3.9/src/nco/nco_grp_utl.c:5840:46: note: Null pointer dereference nco-5.3.9/src/nco/nco_grp_utl.c:5841:27: warning: Either the condition 'grp_dmn_out_fll' is redundant or there is possible null pointer dereference: grp_dmn_out_fll. [nullPointerRedundantCheck] nco-5.3.9/src/nco/nco_grp_utl.c:5857:8: note: Assuming that condition 'grp_dmn_out_fll' is not redundant nco-5.3.9/src/nco/nco_grp_utl.c:5841:27: note: Null pointer dereference nco-5.3.9/src/nco/nco_grp_utl.c:5842:15: warning: Either the condition 'grp_dmn_out_fll' is redundant or there is possible null pointer dereference: grp_dmn_out_fll. [nullPointerRedundantCheck] nco-5.3.9/src/nco/nco_grp_utl.c:5857:8: note: Assuming that condition 'grp_dmn_out_fll' is not redundant nco-5.3.9/src/nco/nco_grp_utl.c:5842:15: note: Null pointer dereference nco-5.3.9/src/nco/nco_grp_utl.c:6867:26: warning: If memory allocation fails, then there is a possible null pointer dereference: rec_dmn_nm_mlc [nullPointerOutOfMemory] nco-5.3.9/src/nco/nco_grp_utl.c:6865:26: note: Assuming allocation function fails nco-5.3.9/src/nco/nco_grp_utl.c:6865:26: note: Assignment 'rec_dmn_nm_mlc=strdup(rec_dmn_nm_cst)', assigned value is 0 nco-5.3.9/src/nco/nco_grp_utl.c:6867:26: note: Null pointer dereference nco-5.3.9/src/nco/nco_grp_utl.c:7190:18: warning: If memory allocation fails, then there is a possible null pointer dereference: usr_sng [nullPointerOutOfMemory] nco-5.3.9/src/nco/nco_grp_utl.c:7182:19: note: Assuming allocation function fails nco-5.3.9/src/nco/nco_grp_utl.c:7182:19: note: Assignment 'usr_sng=strdup(obj_lst_in[idx_obj])', assigned value is 0 nco-5.3.9/src/nco/nco_grp_utl.c:7188:8: note: Assuming condition is true nco-5.3.9/src/nco/nco_grp_utl.c:7190:18: note: Null pointer dereference nco-5.3.9/src/nco/nco_grp_utl.c:11389:59: warning: Either the condition 'trv_1' is redundant or there is possible null pointer dereference: trv_1. [nullPointerRedundantCheck] nco-5.3.9/src/nco/nco_grp_utl.c:11397:18: note: Assuming that condition 'trv_1' is not redundant nco-5.3.9/src/nco/nco_grp_utl.c:11389:59: note: Null pointer dereference nco-5.3.9/src/nco/nco_grp_utl.c:11394:40: warning: Either the condition 'trv_1' is redundant or there is possible null pointer dereference: trv_1. [nullPointerRedundantCheck] nco-5.3.9/src/nco/nco_grp_utl.c:11397:18: note: Assuming that condition 'trv_1' is not redundant nco-5.3.9/src/nco/nco_grp_utl.c:11394:40: note: Null pointer dereference nco-5.3.9/src/nco/nco_grp_utl.c:11548:23: warning: If memory allocation fails, then there is a possible null pointer dereference: grp_out_fll [nullPointerOutOfMemory] nco-5.3.9/src/nco/nco_grp_utl.c:11535:91: note: Assuming allocation function fails nco-5.3.9/src/nco/nco_grp_utl.c:11535:77: note: Assignment 'grp_out_fll=(char*)strdup(nm_fll_sfx)', assigned value is 0 nco-5.3.9/src/nco/nco_grp_utl.c:11548:23: note: Null pointer dereference nco-5.3.9/src/nco/nco_grp_utl.c:11550:33: warning: If memory allocation fails, then there is a possible null pointer dereference: grp_out_fll [nullPointerOutOfMemory] nco-5.3.9/src/nco/nco_grp_utl.c:11535:91: note: Assuming allocation function fails nco-5.3.9/src/nco/nco_grp_utl.c:11535:77: note: Assignment 'grp_out_fll=(char*)strdup(nm_fll_sfx)', assigned value is 0 nco-5.3.9/src/nco/nco_grp_utl.c:11550:33: note: Null pointer dereference nco-5.3.9/src/nco/nco_grp_utl.c:1247:42: style: Redundant assignment of 'trv_tbl->lst[idx_var].is_crd_lk_var' to itself. [selfAssignment] nco-5.3.9/src/nco/nco_grp_utl.c:1322:42: style: Redundant assignment of 'trv_tbl->lst[idx_var].is_crd_lk_var' to itself. [selfAssignment] nco-5.3.9/src/nco/nco_grp_utl.c:1408:42: style: Redundant assignment of 'trv_tbl->lst[idx_var].is_crd_lk_var' to itself. [selfAssignment] nco-5.3.9/src/nco/nco_grp_utl.c:2394:10: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_grp_utl.c:2392:32: note: rcd is assigned nco-5.3.9/src/nco/nco_grp_utl.c:2394:10: note: rcd is overwritten nco-5.3.9/src/nco/nco_grp_utl.c:2395:10: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_grp_utl.c:2394:10: note: rcd is assigned nco-5.3.9/src/nco/nco_grp_utl.c:2395:10: note: rcd is overwritten nco-5.3.9/src/nco/nco_grp_utl.c:2397:10: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_grp_utl.c:2395:10: note: rcd is assigned nco-5.3.9/src/nco/nco_grp_utl.c:2397:10: note: rcd is overwritten nco-5.3.9/src/nco/nco_grp_utl.c:2800:10: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_grp_utl.c:2799:10: note: rcd is assigned nco-5.3.9/src/nco/nco_grp_utl.c:2800:10: note: rcd is overwritten nco-5.3.9/src/nco/nco_grp_utl.c:4860:32: style: Variable 'has_mss_val' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_grp_utl.c:4857:18: note: has_mss_val is assigned nco-5.3.9/src/nco/nco_grp_utl.c:4860:32: note: has_mss_val is overwritten nco-5.3.9/src/nco/nco_grp_utl.c:5911:89: style: Variable 'var_typ_out' is assigned an expression that holds the same value. [redundantAssignment] nco-5.3.9/src/nco/nco_grp_utl.c:5904:14: note: var_typ_out is assigned 'var_typ' here. nco-5.3.9/src/nco/nco_grp_utl.c:5907:28: note: Assuming condition is true nco-5.3.9/src/nco/nco_grp_utl.c:5911:29: note: Assuming condition is false nco-5.3.9/src/nco/nco_grp_utl.c:5911:89: note: Variable 'var_typ_out' is assigned an expression that holds the same value. nco-5.3.9/src/nco/nco_grp_utl.c:2415:26: style: Unsigned expression 'nco_dbg_lvl_get()' can't be negative so it is unnecessary to test it. [unsignedPositive] nco-5.3.9/src/nco/nco_grp_utl.c:2508:26: style: Unsigned expression 'nco_dbg_lvl_get()' can't be negative so it is unnecessary to test it. [unsignedPositive] nco-5.3.9/src/nco/nco_grp_utl.c:2589:26: style: Unsigned expression 'nco_dbg_lvl_get()' can't be negative so it is unnecessary to test it. [unsignedPositive] nco-5.3.9/src/nco/nco_grp_utl.c:2688:27: style: Unsigned expression 'nco_dbg_lvl_get()' can't be negative so it is unnecessary to test it. [unsignedPositive] nco-5.3.9/src/nco/nco_grp_utl.c:2712:27: style: Unsigned expression 'nco_dbg_lvl_get()' can't be negative so it is unnecessary to test it. [unsignedPositive] nco-5.3.9/src/nco/nco_grp_utl.c:2726:26: style: Unsigned expression 'nco_dbg_lvl_get()' can't be negative so it is unnecessary to test it. [unsignedPositive] nco-5.3.9/src/nco/nco_grp_utl.c:2843:26: style: Unsigned expression 'nco_dbg_lvl_get()' can't be negative so it is unnecessary to test it. [unsignedPositive] nco-5.3.9/src/nco/nco_grp_utl.c:2917:26: style: Unsigned expression 'nco_dbg_lvl_get()' can't be negative so it is unnecessary to test it. [unsignedPositive] nco-5.3.9/src/nco/nco_grp_utl.c:2953:26: style: Unsigned expression 'nco_dbg_lvl_get()' can't be negative so it is unnecessary to test it. [unsignedPositive] nco-5.3.9/src/nco/nco_grp_utl.c:2956:28: style: Unsigned expression 'nco_dbg_lvl_get()' can't be negative so it is unnecessary to test it. [unsignedPositive] nco-5.3.9/src/nco/nco_grp_utl.c:2964:26: style: Unsigned expression 'nco_dbg_lvl_get()' can't be negative so it is unnecessary to test it. [unsignedPositive] nco-5.3.9/src/nco/nco_grp_utl.c:350:17: style:inconclusive: Function 'nco_get_sng_pth_sct' argument 2 names different: declaration 'str_pth_lst' definition 'sng_pth_lst'. [funcArgNamesDifferent] nco-5.3.9/src/nco/nco_grp_utl.h:164:17: note: Function 'nco_get_sng_pth_sct' argument 2 names different: declaration 'str_pth_lst' definition 'sng_pth_lst'. nco-5.3.9/src/nco/nco_grp_utl.c:350:17: note: Function 'nco_get_sng_pth_sct' argument 2 names different: declaration 'str_pth_lst' definition 'sng_pth_lst'. nco-5.3.9/src/nco/nco_grp_utl.c:412:12: style:inconclusive: Function 'nco_prn_att_trv' argument 1 names different: declaration 'in_id' definition 'nc_id'. [funcArgNamesDifferent] nco-5.3.9/src/nco/nco_grp_utl.h:237:12: note: Function 'nco_prn_att_trv' argument 1 names different: declaration 'in_id' definition 'nc_id'. nco-5.3.9/src/nco/nco_grp_utl.c:412:12: note: Function 'nco_prn_att_trv' argument 1 names different: declaration 'in_id' definition 'nc_id'. nco-5.3.9/src/nco/nco_grp_utl.c:2857:21: style:inconclusive: Function 'nco_chk_xtn' argument 2 names different: declaration 'fl_in' definition 'fl_nm'. [funcArgNamesDifferent] nco-5.3.9/src/nco/nco_grp_utl.h:84:21: note: Function 'nco_chk_xtn' argument 2 names different: declaration 'fl_in' definition 'fl_nm'. nco-5.3.9/src/nco/nco_grp_utl.c:2857:21: note: Function 'nco_chk_xtn' argument 2 names different: declaration 'fl_in' definition 'fl_nm'. nco-5.3.9/src/nco/nco_grp_utl.c:2858:12: style:inconclusive: Function 'nco_chk_xtn' argument 3 names different: declaration 'fl_in_fmt' definition 'fl_fmt'. [funcArgNamesDifferent] nco-5.3.9/src/nco/nco_grp_utl.h:85:12: note: Function 'nco_chk_xtn' argument 3 names different: declaration 'fl_in_fmt' definition 'fl_fmt'. nco-5.3.9/src/nco/nco_grp_utl.c:2858:12: note: Function 'nco_chk_xtn' argument 3 names different: declaration 'fl_in_fmt' definition 'fl_fmt'. nco-5.3.9/src/nco/nco_grp_utl.c:2972:12: style:inconclusive: Function 'nco_xtr_wrt' argument 1 names different: declaration 'nc_id' definition 'nc_id_in'. [funcArgNamesDifferent] nco-5.3.9/src/nco/nco_grp_utl.h:305:12: note: Function 'nco_xtr_wrt' argument 1 names different: declaration 'nc_id' definition 'nc_id_in'. nco-5.3.9/src/nco/nco_grp_utl.c:2972:12: note: Function 'nco_xtr_wrt' argument 1 names different: declaration 'nc_id' definition 'nc_id_in'. nco-5.3.9/src/nco/nco_grp_utl.c:2973:12: style:inconclusive: Function 'nco_xtr_wrt' argument 2 names different: declaration 'nc_out_id' definition 'nc_id_out'. [funcArgNamesDifferent] nco-5.3.9/src/nco/nco_grp_utl.h:306:12: note: Function 'nco_xtr_wrt' argument 2 names different: declaration 'nc_out_id' definition 'nc_id_out'. nco-5.3.9/src/nco/nco_grp_utl.c:2973:12: note: Function 'nco_xtr_wrt' argument 2 names different: declaration 'nc_out_id' definition 'nc_id_out'. nco-5.3.9/src/nco/nco_grp_utl.c:4098:14: style:inconclusive: Function 'nco_cmp_crd_dpt' argument 1 names different: declaration 'p1' definition 'val_1'. [funcArgNamesDifferent] nco-5.3.9/src/nco/nco_grp_utl.h:359:14: note: Function 'nco_cmp_crd_dpt' argument 1 names different: declaration 'p1' definition 'val_1'. nco-5.3.9/src/nco/nco_grp_utl.c:4098:14: note: Function 'nco_cmp_crd_dpt' argument 1 names different: declaration 'p1' definition 'val_1'. nco-5.3.9/src/nco/nco_grp_utl.c:4099:14: style:inconclusive: Function 'nco_cmp_crd_dpt' argument 2 names different: declaration 'p2' definition 'val_2'. [funcArgNamesDifferent] nco-5.3.9/src/nco/nco_grp_utl.h:360:14: note: Function 'nco_cmp_crd_dpt' argument 2 names different: declaration 'p2' definition 'val_2'. nco-5.3.9/src/nco/nco_grp_utl.c:4099:14: note: Function 'nco_cmp_crd_dpt' argument 2 names different: declaration 'p2' definition 'val_2'. nco-5.3.9/src/nco/nco_grp_utl.c:5070:12: style:inconclusive: Function 'nco_var_typ_trv' argument 1 names different: declaration 'xtr_nbr' definition 'prc_nbr'. [funcArgNamesDifferent] nco-5.3.9/src/nco/nco_grp_utl.h:466:12: note: Function 'nco_var_typ_trv' argument 1 names different: declaration 'xtr_nbr' definition 'prc_nbr'. nco-5.3.9/src/nco/nco_grp_utl.c:5070:12: note: Function 'nco_var_typ_trv' argument 1 names different: declaration 'xtr_nbr' definition 'prc_nbr'. nco-5.3.9/src/nco/nco_grp_utl.c:5164:12: style:inconclusive: Function 'nco_var_fll_trv' argument 1 names different: declaration 'nc_id' definition 'grp_id'. [funcArgNamesDifferent] nco-5.3.9/src/nco/nco_grp_utl.h:479:12: note: Function 'nco_var_fll_trv' argument 1 names different: declaration 'nc_id' definition 'grp_id'. nco-5.3.9/src/nco/nco_grp_utl.c:5164:12: note: Function 'nco_var_fll_trv' argument 1 names different: declaration 'nc_id' definition 'grp_id'. nco-5.3.9/src/nco/nco_grp_utl.c:6512:8: style:inconclusive: Function 'nco_var_prc_idx_trv' argument 4 names different: declaration 'var_prc_idx_out' definition 'idx_var_prc_out'. [funcArgNamesDifferent] nco-5.3.9/src/nco/nco_grp_utl.h:527:8: note: Function 'nco_var_prc_idx_trv' argument 4 names different: declaration 'var_prc_idx_out' definition 'idx_var_prc_out'. nco-5.3.9/src/nco/nco_grp_utl.c:6512:8: note: Function 'nco_var_prc_idx_trv' argument 4 names different: declaration 'var_prc_idx_out' definition 'idx_var_prc_out'. nco-5.3.9/src/nco/nco_grp_utl.c:7039:13: style:inconclusive: Function 'nco_dmn_lst_ass_var_trv' argument 4 names different: declaration 'dim' definition 'dmn'. [funcArgNamesDifferent] nco-5.3.9/src/nco/nco_grp_utl.h:553:13: note: Function 'nco_dmn_lst_ass_var_trv' argument 4 names different: declaration 'dim' definition 'dmn'. nco-5.3.9/src/nco/nco_grp_utl.c:7039:13: note: Function 'nco_dmn_lst_ass_var_trv' argument 4 names different: declaration 'dim' definition 'dmn'. nco-5.3.9/src/nco/nco_grp_utl.c:8166:12: style:inconclusive: Function 'nco_bld_lmt_var' argument 6 names different: declaration 'wgt_trv' definition 'var_trv'. [funcArgNamesDifferent] nco-5.3.9/src/nco/nco_grp_utl.h:633:12: note: Function 'nco_bld_lmt_var' argument 6 names different: declaration 'wgt_trv' definition 'var_trv'. nco-5.3.9/src/nco/nco_grp_utl.c:8166:12: note: Function 'nco_bld_lmt_var' argument 6 names different: declaration 'wgt_trv' definition 'var_trv'. nco-5.3.9/src/nco/nco_grp_utl.c:9514:7: style:inconclusive: Function 'nco_dmn_malloc' argument 3 names different: declaration 'nbr_dmn' definition 'dmn_nbr'. [funcArgNamesDifferent] nco-5.3.9/src/nco/nco_grp_utl.h:742:7: note: Function 'nco_dmn_malloc' argument 3 names different: declaration 'nbr_dmn' definition 'dmn_nbr'. nco-5.3.9/src/nco/nco_grp_utl.c:9514:7: note: Function 'nco_dmn_malloc' argument 3 names different: declaration 'nbr_dmn' definition 'dmn_nbr'. nco-5.3.9/src/nco/nco_grp_utl.c:277:13: style: Parameter 'grp_xtr_lst' can be declared as pointer to const [constParameterPointer] nco-5.3.9/src/nco/nco_grp_utl.c:372:9: style: Variable 'ptr_chr_tkn' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_grp_utl.c:532:15: style: Parameter 'nm' can be declared as pointer to const [constParameterPointer] nco-5.3.9/src/nco/nco_grp_utl.c:537:9: style: Variable 'sbs_end' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_grp_utl.c:540:9: style: Variable 'var_mch_srt' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_grp_utl.c:645:9: style: Variable 'sbs_end' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_grp_utl.c:649:9: style: Variable 'var_mch_srt' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_grp_utl.c:1025:22: style: Parameter 'trv_tbl' can be declared as pointer to const [constParameterPointer] nco-5.3.9/src/nco/nco_grp_utl.c:1302:9: style: Variable 'dmn_nm_cp' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_grp_utl.c:1387:9: style: Variable 'dmn_nm_cp' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_grp_utl.c:1550:8: style: Variable 'spc_ptr' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_grp_utl.c:1804:19: style: Variable 'ptr_chr' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_grp_utl.c:1861:20: style: Parameter 'nm_id_lst' can be declared as pointer to const [constParameterPointer] nco-5.3.9/src/nco/nco_grp_utl.c:1904:22: style: Parameter 'prn_flg' can be declared as pointer to const [constParameterPointer] nco-5.3.9/src/nco/nco_grp_utl.c:1980:9: style: Variable 'sbs_srt' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_grp_utl.c:2376:9: style: Variable 'nm' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_grp_utl.c:2437:9: style: Variable 'nm' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_grp_utl.c:2542:9: style: Variable 'nm' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_grp_utl.c:2758:9: style: Variable 'var_nm' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_grp_utl.c:2882:8: style: Variable 'att_sng_he5' can be declared as const array [constVariable] nco-5.3.9/src/nco/nco_grp_utl.c:2883:8: style: Variable 'att_sng_nc' can be declared as const array [constVariable] nco-5.3.9/src/nco/nco_grp_utl.c:2888:9: style: Variable 'sfx_sng' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_grp_utl.c:3146:22: style: Variable 'dmn_trv' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_grp_utl.c:3220:15: style: Parameter 'grp_nm_fll_prn' can be declared as pointer to const [constParameterPointer] nco-5.3.9/src/nco/nco_grp_utl.c:3797:24: style: Variable 'crd' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_grp_utl.c:3814:11: style: Parameter 'lmt' can be declared as pointer to const [constParameterPointer] nco-5.3.9/src/nco/nco_grp_utl.c:4004:9: style: Variable 'sbs_end' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_grp_utl.c:4446:16: style: Variable 'dmn_trv' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_grp_utl.c:4600:12: style: Variable 'md5' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_grp_utl.c:4680:12: style: Variable 'var_prc_lsr' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_grp_utl.c:4828:14: style: Variable 'md5' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_grp_utl.c:4932:12: style: Variable 'md5' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_grp_utl.c:5182:16: style: Variable 'dmn_trv' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_grp_utl.c:5416:9: style: Variable 'rec_dmn_nm' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_grp_utl.c:6479:26: style: Variable 'dmn_trv' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_grp_utl.c:6589:9: style: Variable 'val_in_cp' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_grp_utl.c:6607:9: style: Variable 'var_in_cnt' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_grp_utl.c:6809:9: style: Variable 'rec_dmn_nm' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_grp_utl.c:6832:16: style: Variable 'dmn_trv' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_grp_utl.c:7440:16: style: Variable 'dmn_trv' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_grp_utl.c:7502:24: style: Variable 'crd' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_grp_utl.c:7513:28: style: Variable 'ncd' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_grp_utl.c:7600:24: style: Variable 'lmt_dmn' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_grp_utl.c:7616:24: style: Variable 'lmt_dmn' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_grp_utl.c:8033:24: style: Variable 'crd' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_grp_utl.c:8090:28: style: Variable 'ncd' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_grp_utl.c:8292:20: style: Variable 'crd' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_grp_utl.c:8332:24: style: Variable 'ncd' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_grp_utl.c:8508:16: style: Variable 'dmn_trv' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_grp_utl.c:8776:15: style: Variable 'cf_lst_var' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_grp_utl.c:8903:26: style: Variable 'dmn_trv' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_grp_utl.c:9008:16: style: Variable 'crd' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_grp_utl.c:9035:16: style: Variable 'crd' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_grp_utl.c:9107:20: style: Variable 'ncd' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_grp_utl.c:9133:20: style: Variable 'ncd' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_grp_utl.c:9489:11: style: Variable 'grp_nm_fll_prn_2' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_grp_utl.c:9683:14: style: Variable 'var_nm_fll' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_grp_utl.c:9685:17: style: Variable 'var_trv' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_grp_utl.c:9770:13: style: Variable 'var_trv' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_grp_utl.c:9802:15: style: Variable 'var_trv' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_grp_utl.c:10214:15: style: Variable 'var_nm_fll' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_grp_utl.c:10217:18: style: Variable 'var_trv' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_grp_utl.c:10555:20: style: Variable 'var_trv' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_grp_utl.c:10558:17: style: Variable 'skp_nm_fll' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_grp_utl.c:10644:22: style: Variable 'var_trv' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_grp_utl.c:10647:19: style: Variable 'skp_nm_fll' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_grp_utl.c:10727:22: style: Variable 'var_trv' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_grp_utl.c:10730:19: style: Variable 'skp_nm_fll' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_grp_utl.c:10800:11: style: Variable 'rec_dmn_nm' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_grp_utl.c:10816:14: style: Variable 'md5' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_grp_utl.c:10836:12: style: Parameter 'var_trv' can be declared as pointer to const [constParameterPointer] nco-5.3.9/src/nco/nco_grp_utl.c:11349:14: style: Parameter 'nsm_grp_nm_fll_prn' can be declared as pointer to const [constParameterPointer] nco-5.3.9/src/nco/nco_grp_utl.c:11413:20: style: Variable 'var_trv' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_grp_utl.c:11416:17: style: Variable 'skp_nm_fll' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_grp_utl.c:11437:22: style: Parameter 'trv_tbl' can be declared as pointer to const [constParameterPointer] nco-5.3.9/src/nco/nco_grp_utl.c:5952:69: warning: Uninitialized variable: dmn_ids_out [uninitvar] nco-5.3.9/src/nco/nco_grp_utl.c:5944:30: note: Assuming condition is false nco-5.3.9/src/nco/nco_grp_utl.c:5952:69: note: Uninitialized variable: dmn_ids_out nco-5.3.9/src/nco/nco_grp_utl.c:133:14: style: Variable 'grp_pth_dpl' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_grp_utl.c:203:14: style: Variable 'grp_ids' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_grp_utl.c:405:14: style: Variable 'sng' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_grp_utl.c:855:26: style: Variable 'usr_sng' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_grp_utl.c:1652:48: style: Variable 'cf_lst_var_nm_fll' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_grp_utl.c:1702:18: style: Variable 'grp_out_fll' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_grp_utl.c:1846:38: style: Variable 'dmn_nm_fll' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_grp_utl.c:1852:17: style: Variable 'dmn_id_var' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_grp_utl.c:2080:34: style: Variable 'grp_fll_sls' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_grp_utl.c:2151:16: style: Variable 'nm_fll_sfx' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_grp_utl.c:2196:14: style: Variable 'nm_fll_sfx' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_grp_utl.c:2245:16: style: Variable 'var_prc' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_grp_utl.c:2337:34: style: Variable 'grp_out_fll' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_grp_utl.c:2573:9: style: Variable 'nm' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_grp_utl.c:2720:10: style: Variable 'var' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_grp_utl.c:2898:10: style: Variable 'rcd' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_grp_utl.c:2928:34: style: Variable 'att_xtn_val' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_grp_utl.c:2941:7: style: Variable 'rcd' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_grp_utl.c:2945:34: style: Variable 'att_xtn_val' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_grp_utl.c:2961:26: style: Variable 'fl_nm_dpl' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_grp_utl.c:3028:24: style: Variable 'xtr_lst' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_grp_utl.c:3051:36: style: Variable 'grp_out_fll' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_grp_utl.c:3110:10: style: Variable 'dmn_ids' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_grp_utl.c:3111:14: style: Variable 'dmn_ids_ult' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_grp_utl.c:3529:15: style: Variable 'var_nm_fll' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_grp_utl.c:3532:15: style: Variable 'dmn_id_var' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_grp_utl.c:3598:15: style: Variable 'dmn_nm_fll' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_grp_utl.c:3633:10: style: Variable 'grp_ids' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_grp_utl.c:3634:14: style: Variable 'dmn_ids_grp' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_grp_utl.c:3635:18: style: Variable 'dmn_ids_grp_ult' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_grp_utl.c:4384:17: style: Variable 'dmn_id_var' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_grp_utl.c:4814:30: style: Variable 'rec_dmn_nm' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_grp_utl.c:4898:14: style: Variable 'var_prc_out' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_grp_utl.c:4903:14: style: Variable 'grp_out_fll' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_grp_utl.c:4964:14: style: Variable 'var_prc_1' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_grp_utl.c:4965:16: style: Variable 'var_prc_out' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_grp_utl.c:4966:16: style: Variable 'grp_out_fll' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_grp_utl.c:5001:12: style: Variable 'var_prc_1' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_grp_utl.c:5002:14: style: Variable 'var_prc_out' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_grp_utl.c:5005:14: style: Variable 'grp_out_fll' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_grp_utl.c:5317:8: style: Variable 'dim' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_grp_utl.c:5381:16: style: Variable 'dmn_in_id_var' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_grp_utl.c:5680:19: style: Variable 'dmn_out_id_grp' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_grp_utl.c:5681:19: style: Variable 'udm_out_id_grp' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_grp_utl.c:5857:40: style: Variable 'grp_dmn_out_fll' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_grp_utl.c:5858:38: style: Variable 'dmn_nm_fll_out' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_grp_utl.c:5936:12: style: Variable 'var_prc' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_grp_utl.c:6009:32: style: Variable 'rcd' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_grp_utl.c:6065:96: style: Variable 'dmn_cmn[0].nm_fll' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_grp_utl.c:6070:36: style: Variable 'rec_dmn_nm_mlc' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_grp_utl.c:6072:16: style: Variable 'dmn_in_id_var' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_grp_utl.c:6073:17: style: Variable 'dmn_idx_in_out' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_grp_utl.c:6074:17: style: Variable 'dmn_out_id_tmp' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_grp_utl.c:6245:19: style: Variable 'dmn_idx_out_in' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_grp_utl.c:6246:15: style: Variable 'dmn_rvr_in' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_grp_utl.c:6247:35: style: Variable 'rec_dmn_nm_in' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_grp_utl.c:6248:37: style: Variable 'rec_dmn_nm_out' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_grp_utl.c:6448:21: style: Variable 'dmn_idx_out_in' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_grp_utl.c:6760:21: style: Variable 'dmn_idx_out_in' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_grp_utl.c:6761:17: style: Variable 'dmn_rvr_in' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_grp_utl.c:7013:16: style: Variable 'dmn_in_id_var' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_grp_utl.c:7537:42: style: Variable 'cln_att_sng' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_grp_utl.c:7796:22: style: Variable 'lmt' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_grp_utl.c:8586:11: style: Variable 'lmt' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_grp_utl.c:8646:19: style: Variable 'lmt' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_grp_utl.c:8656:21: style: Variable 'wgt_tbl' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_grp_utl.c:8784:14: style: Variable 'att_val' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_grp_utl.c:8785:13: style: Variable 'cf_lst' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_grp_utl.c:8920:14: style: Variable 'aux' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_grp_utl.c:9206:21: style: Variable 'has_lat' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_grp_utl.c:9398:21: style: Variable 'nbr_lat_crd' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_grp_utl.c:9442:21: style: Variable 'nbr_lon_crd' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_grp_utl.c:9810:16: style: Variable 'skp_nm_fll' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_grp_utl.c:9863:17: style: Variable 'nm_fll_sfx' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_grp_utl.c:9893:32: style: Variable 'grp_out_fll' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_grp_utl.c:10004:23: style: Variable 'var_nm_fll' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_grp_utl.c:10021:12: style: Variable 'grp_ids' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_grp_utl.c:10830:14: style: Variable 'grp_out_fll' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_grp_utl.c:11183:23: style: Variable 'dmn_id_var' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_grp_utl.c:11204:12: style: Variable 'grp_ids' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_grp_utl.c:11205:16: style: Variable 'var_tpl_trv' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_grp_utl.c:11273:21: style: Variable 'attr_sng' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_grp_utl.c:11327:42: style: Variable 'grp_dmn_out_fll' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_grp_utl.c:11498:13: style: Variable 'dmn_id_var' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_grp_utl.c:11536:21: style: Variable 'nm_fll_sfx' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_grp_utl.c:11556:34: style: Variable 'aed.att_nm' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_grp_utl.c:11560:36: style: Variable 'grp_out_fll' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_kd.c:142:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_kd.c:1616:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_kd.c:2113:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_kd.c:764:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg] nco-5.3.9/src/nco/nco_kd.c:779:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg] nco-5.3.9/src/nco/nco_kd.c:1272:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg] nco-5.3.9/src/nco/nco_kd.c:336:13: style: Condition 'spares' is always true [knownConditionTrueFalse] nco-5.3.9/src/nco/nco_kd.c:410:16: style: Condition 'new_list' is always true [knownConditionTrueFalse] nco-5.3.9/src/nco/nco_kd.c:734:10: style: Condition 'list' is always true [knownConditionTrueFalse] nco-5.3.9/src/nco/nco_kd.c:1664:10: style: Condition 'spares' is always true [knownConditionTrueFalse] nco-5.3.9/src/nco/nco_kd.c:2161:5: style: Condition 'dbg_flg' is always false [knownConditionTrueFalse] nco-5.3.9/src/nco/nco_kd.c:2159:14: note: Assignment 'dbg_flg=0', assigned value is 0 nco-5.3.9/src/nco/nco_kd.c:2161:5: note: Condition 'dbg_flg' is always false nco-5.3.9/src/nco/nco_kd.c:2116:7: error: Null pointer dereference: list [nullPointer] nco-5.3.9/src/nco/nco_kd.c:2109:20: note: Assignment 'list=NULL', assigned value is 0 nco-5.3.9/src/nco/nco_kd.c:2116:7: note: Null pointer dereference nco-5.3.9/src/nco/nco_kd.c:2118:5: error: Null pointer dereference: list [nullPointer] nco-5.3.9/src/nco/nco_kd.c:2109:20: note: Assignment 'list=NULL', assigned value is 0 nco-5.3.9/src/nco/nco_kd.c:2116:21: note: Assuming condition is true nco-5.3.9/src/nco/nco_kd.c:2118:5: note: Null pointer dereference nco-5.3.9/src/nco/nco_kd.c:2119:12: error: Null pointer dereference: list [nullPointer] nco-5.3.9/src/nco/nco_kd.c:2109:20: note: Assignment 'list=NULL', assigned value is 0 nco-5.3.9/src/nco/nco_kd.c:2116:21: note: Assuming condition is true nco-5.3.9/src/nco/nco_kd.c:2119:12: note: Null pointer dereference nco-5.3.9/src/nco/nco_kd.c:2120:12: error: Null pointer dereference: list [nullPointer] nco-5.3.9/src/nco/nco_kd.c:2109:20: note: Assignment 'list=NULL', assigned value is 0 nco-5.3.9/src/nco/nco_kd.c:2116:21: note: Assuming condition is true nco-5.3.9/src/nco/nco_kd.c:2120:12: note: Null pointer dereference nco-5.3.9/src/nco/nco_kd.c:2121:5: error: Null pointer dereference: list [nullPointer] nco-5.3.9/src/nco/nco_kd.c:2109:20: note: Assignment 'list=NULL', assigned value is 0 nco-5.3.9/src/nco/nco_kd.c:2116:21: note: Assuming condition is true nco-5.3.9/src/nco/nco_kd.c:2121:5: note: Null pointer dereference nco-5.3.9/src/nco/nco_kd.c:2122:5: error: Null pointer dereference: list [nullPointer] nco-5.3.9/src/nco/nco_kd.c:2109:20: note: Assignment 'list=NULL', assigned value is 0 nco-5.3.9/src/nco/nco_kd.c:2116:21: note: Assuming condition is true nco-5.3.9/src/nco/nco_kd.c:2122:5: note: Null pointer dereference nco-5.3.9/src/nco/nco_kd.c:2123:5: error: Null pointer dereference: list [nullPointer] nco-5.3.9/src/nco/nco_kd.c:2109:20: note: Assignment 'list=NULL', assigned value is 0 nco-5.3.9/src/nco/nco_kd.c:2116:21: note: Assuming condition is true nco-5.3.9/src/nco/nco_kd.c:2123:5: note: Null pointer dereference nco-5.3.9/src/nco/nco_kd.c:2124:5: error: Null pointer dereference: list [nullPointer] nco-5.3.9/src/nco/nco_kd.c:2109:20: note: Assignment 'list=NULL', assigned value is 0 nco-5.3.9/src/nco/nco_kd.c:2116:21: note: Assuming condition is true nco-5.3.9/src/nco/nco_kd.c:2124:5: note: Null pointer dereference nco-5.3.9/src/nco/nco_kd.c:2728:4: warning: Possible null pointer dereference: alist [nullPointer] nco-5.3.9/src/nco/nco_kd.c:2109:20: note: Assignment 'list=NULL', assigned value is 0 nco-5.3.9/src/nco/nco_kd.c:2112:42: note: Calling function 'kd_nearest', 6th argument 'list' value is 0 nco-5.3.9/src/nco/nco_kd.c:2728:4: note: Null pointer dereference nco-5.3.9/src/nco/nco_kd.c:2026:2: style:inconclusive: Statements following 'return' will never be executed. [unreachableCode] nco-5.3.9/src/nco/nco_kd.c:271:92: style:inconclusive: Function 'kd_build' argument 2 names different: declaration '' definition 'arg'. [funcArgNamesDifferentUnnamed] nco-5.3.9/src/nco/nco_kd.c:768:25: style:inconclusive: Function 'kd_destroy' argument 1 names different: declaration 'this_one' definition 'rootTree'. [funcArgNamesDifferent] nco-5.3.9/src/nco/nco_kd.h:294:25: note: Function 'kd_destroy' argument 1 names different: declaration 'this_one' definition 'rootTree'. nco-5.3.9/src/nco/nco_kd.c:768:25: note: Function 'kd_destroy' argument 1 names different: declaration 'this_one' definition 'rootTree'. nco-5.3.9/src/nco/nco_kd.c:794:24: style:inconclusive: Function 'kd_insert' argument 1 names different: declaration '' definition 'realTree'. [funcArgNamesDifferentUnnamed] nco-5.3.9/src/nco/nco_kd.c:794:45: style:inconclusive: Function 'kd_insert' argument 2 names different: declaration '' definition 'data'. [funcArgNamesDifferentUnnamed] nco-5.3.9/src/nco/nco_kd.c:794:58: style:inconclusive: Function 'kd_insert' argument 3 names different: declaration '' definition 'size'. [funcArgNamesDifferentUnnamed] nco-5.3.9/src/nco/nco_kd.c:794:75: style:inconclusive: Function 'kd_insert' argument 4 names different: declaration '' definition 'datas_elem'. [funcArgNamesDifferentUnnamed] nco-5.3.9/src/nco/nco_kd.c:1049:32: style:inconclusive: Function 'kd_is_member' argument 1 names different: declaration '' definition 'realTree'. [funcArgNamesDifferentUnnamed] nco-5.3.9/src/nco/nco_kd.c:1049:53: style:inconclusive: Function 'kd_is_member' argument 2 names different: declaration '' definition 'data'. [funcArgNamesDifferentUnnamed] nco-5.3.9/src/nco/nco_kd.c:1049:66: style:inconclusive: Function 'kd_is_member' argument 3 names different: declaration '' definition 'size'. [funcArgNamesDifferentUnnamed] nco-5.3.9/src/nco/nco_kd.c:1082:29: style:inconclusive: Function 'kd_delete' argument 1 names different: declaration '' definition 'realTree'. [funcArgNamesDifferentUnnamed] nco-5.3.9/src/nco/nco_kd.c:1082:50: style:inconclusive: Function 'kd_delete' argument 2 names different: declaration '' definition 'data'. [funcArgNamesDifferentUnnamed] nco-5.3.9/src/nco/nco_kd.c:1082:63: style:inconclusive: Function 'kd_delete' argument 3 names different: declaration '' definition 'old_size'. [funcArgNamesDifferentUnnamed] nco-5.3.9/src/nco/nco_kd.c:1129:36: style:inconclusive: Function 'kd_really_delete' argument 1 names different: declaration 'theTree' definition 'realTree'. [funcArgNamesDifferent] nco-5.3.9/src/nco/nco_kd.h:313:37: note: Function 'kd_really_delete' argument 1 names different: declaration 'theTree' definition 'realTree'. nco-5.3.9/src/nco/nco_kd.c:1129:36: note: Function 'kd_really_delete' argument 1 names different: declaration 'theTree' definition 'realTree'. nco-5.3.9/src/nco/nco_kd.c:1173:30: style:inconclusive: Function 'kd_do_delete' argument 1 names different: declaration '' definition 'real_tree'. [funcArgNamesDifferentUnnamed] nco-5.3.9/src/nco/nco_kd.c:1173:49: style:inconclusive: Function 'kd_do_delete' argument 2 names different: declaration '' definition 'elem'. [funcArgNamesDifferentUnnamed] nco-5.3.9/src/nco/nco_kd.c:1173:59: style:inconclusive: Function 'kd_do_delete' argument 3 names different: declaration '' definition 'j'. [funcArgNamesDifferentUnnamed] nco-5.3.9/src/nco/nco_kd.c:1366:26: style:inconclusive: Function 'kd_start' argument 1 names different: declaration 'tree' definition 'realTree'. [funcArgNamesDifferent] nco-5.3.9/src/nco/nco_kd.h:319:26: note: Function 'kd_start' argument 1 names different: declaration 'tree' definition 'realTree'. nco-5.3.9/src/nco/nco_kd.c:1366:26: note: Function 'kd_start' argument 1 names different: declaration 'tree' definition 'realTree'. nco-5.3.9/src/nco/nco_kd.c:1366:43: style:inconclusive: Function 'kd_start' argument 2 names different: declaration 'size' definition 'area'. [funcArgNamesDifferent] nco-5.3.9/src/nco/nco_kd.h:319:39: note: Function 'kd_start' argument 2 names different: declaration 'size' definition 'area'. nco-5.3.9/src/nco/nco_kd.c:1366:43: note: Function 'kd_start' argument 2 names different: declaration 'size' definition 'area'. nco-5.3.9/src/nco/nco_kd.c:1403:26: style:inconclusive: Function 'kd_next' argument 1 names different: declaration '' definition 'theGen'. [funcArgNamesDifferentUnnamed] nco-5.3.9/src/nco/nco_kd.c:1403:46: style:inconclusive: Function 'kd_next' argument 2 names different: declaration '' definition 'data'. [funcArgNamesDifferentUnnamed] nco-5.3.9/src/nco/nco_kd.c:1403:59: style:inconclusive: Function 'kd_next' argument 3 names different: declaration '' definition 'size'. [funcArgNamesDifferentUnnamed] nco-5.3.9/src/nco/nco_kd.c:1497:22: style:inconclusive: Function 'kd_finish' argument 1 names different: declaration '' definition 'theGen'. [funcArgNamesDifferentUnnamed] nco-5.3.9/src/nco/nco_kd.c:1554:24: style:inconclusive: Function 'kd_print' argument 1 names different: declaration '' definition 'realTree'. [funcArgNamesDifferentUnnamed] nco-5.3.9/src/nco/nco_kd.c:1626:28: style:inconclusive: Function 'kd_rebuild' argument 1 names different: declaration '' definition 'newTree'. [funcArgNamesDifferentUnnamed] nco-5.3.9/src/nco/nco_kd.c:1675:27: style:inconclusive: Function 'unload_items' argument 1 names different: declaration '' definition 'rootTree'. [funcArgNamesDifferentUnnamed] nco-5.3.9/src/nco/nco_kd.c:1675:46: style:inconclusive: Function 'unload_items' argument 2 names different: declaration '' definition 'nodelist'. [funcArgNamesDifferentUnnamed] nco-5.3.9/src/nco/nco_kd.c:1675:63: style:inconclusive: Function 'unload_items' argument 3 names different: declaration '' definition 'extent'. [funcArgNamesDifferentUnnamed] nco-5.3.9/src/nco/nco_kd.c:1675:77: style:inconclusive: Function 'unload_items' argument 4 names different: declaration '' definition 'items'. [funcArgNamesDifferentUnnamed] nco-5.3.9/src/nco/nco_kd.c:1675:92: style:inconclusive: Function 'unload_items' argument 5 names different: declaration '' definition 'mean'. [funcArgNamesDifferentUnnamed] nco-5.3.9/src/nco/nco_kd.c:1690:28: style:inconclusive: Function 'collect_nodes' argument 1 names different: declaration '' definition 'tree'. [funcArgNamesDifferentUnnamed] nco-5.3.9/src/nco/nco_kd.c:1690:42: style:inconclusive: Function 'collect_nodes' argument 2 names different: declaration '' definition 'nodeptr'. [funcArgNamesDifferentUnnamed] nco-5.3.9/src/nco/nco_kd.c:1690:60: style:inconclusive: Function 'collect_nodes' argument 3 names different: declaration '' definition 'nodelist'. [funcArgNamesDifferentUnnamed] nco-5.3.9/src/nco/nco_kd.c:1690:77: style:inconclusive: Function 'collect_nodes' argument 4 names different: declaration '' definition 'extent'. [funcArgNamesDifferentUnnamed] nco-5.3.9/src/nco/nco_kd.c:1690:91: style:inconclusive: Function 'collect_nodes' argument 5 names different: declaration '' definition 'items'. [funcArgNamesDifferentUnnamed] nco-5.3.9/src/nco/nco_kd.c:1690:106: style:inconclusive: Function 'collect_nodes' argument 6 names different: declaration '' definition 'mean'. [funcArgNamesDifferentUnnamed] nco-5.3.9/src/nco/nco_kd.c:583:21: style: Variable 'median' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_kd.c:907:11: style: Variable 'elem' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_kd.c:1517:10: style: Parameter 'tree' can be declared as pointer to const [constParameterPointer] nco-5.3.9/src/nco/nco_kd.c:1607:25: style: Parameter 'realTree' can be declared as pointer to const [constParameterPointer] nco-5.3.9/src/nco/nco_kd.c:1735:21: style: Parameter 'a' can be declared as pointer to const [constParameterPointer] nco-5.3.9/src/nco/nco_kd.c:1735:32: style: Parameter 'b' can be declared as pointer to const [constParameterPointer] nco-5.3.9/src/nco/nco_kd.c:391:14: style: Variable 'new_item' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_kd.c:396:13: style: Variable 'new_item' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_kd.c:411:7: style: Variable 'ptr' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_kd.c:659:17: style: Variable 'cur_disc' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_kd.c:764:9: style: Variable 'elem' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_kd.c:779:12: style: Variable 'rootTree' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_kd.c:1159:7: style: Variable 'elem' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_kd.c:1264:9: style: Variable 'elem' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_kd.c:1272:9: style: Variable 'elem' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_lmt.c:63:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_lmt.c:293:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_lmt.c:406:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_lmt.c:506:63: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_lmt.c:533:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_lmt.c:600:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_lmt.c:1478:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NAT [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_lmt.c:993:28: style: Array index 'tmp_idx' is used before limits check. [arrayIndexThenCheck] nco-5.3.9/src/nco/nco_lmt.c:1025:28: style: Array index 'tmp_idx' is used before limits check. [arrayIndexThenCheck] nco-5.3.9/src/nco/nco_lmt.c:1862:28: style: Array index 'tmp_idx' is used before limits check. [arrayIndexThenCheck] nco-5.3.9/src/nco/nco_lmt.c:1894:28: style: Array index 'tmp_idx' is used before limits check. [arrayIndexThenCheck] nco-5.3.9/src/nco/nco_lmt.c:540:6: style: The if condition is the same as the previous if condition [duplicateCondition] nco-5.3.9/src/nco/nco_lmt.c:539:6: note: First condition nco-5.3.9/src/nco/nco_lmt.c:540:6: note: Second condition nco-5.3.9/src/nco/nco_lmt.c:541:6: style: The if condition is the same as the previous if condition [duplicateCondition] nco-5.3.9/src/nco/nco_lmt.c:540:6: note: First condition nco-5.3.9/src/nco/nco_lmt.c:541:6: note: Second condition nco-5.3.9/src/nco/nco_lmt.c:545:26: style: The if condition is the same as the previous if condition [duplicateCondition] nco-5.3.9/src/nco/nco_lmt.c:544:26: note: First condition nco-5.3.9/src/nco/nco_lmt.c:545:26: note: Second condition nco-5.3.9/src/nco/nco_lmt.c:1400:19: style: The if condition is the same as the previous if condition [duplicateCondition] nco-5.3.9/src/nco/nco_lmt.c:1399:19: note: First condition nco-5.3.9/src/nco/nco_lmt.c:1400:19: note: Second condition nco-5.3.9/src/nco/nco_lmt.c:2218:19: style: The if condition is the same as the previous if condition [duplicateCondition] nco-5.3.9/src/nco/nco_lmt.c:2217:19: note: First condition nco-5.3.9/src/nco/nco_lmt.c:2218:19: note: Second condition nco-5.3.9/src/nco/nco_lmt.c:1531:11: portability: %li in format string (no. 3) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] nco-5.3.9/src/nco/nco_lmt.c:2034:13: portability: %li in format string (no. 6) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] nco-5.3.9/src/nco/nco_lmt.c:406:212: warning: If memory allocation fails, then there is a possible null pointer dereference: msg_sng [nullPointerOutOfMemory] nco-5.3.9/src/nco/nco_lmt.c:386:21: note: Assuming allocation function fails nco-5.3.9/src/nco/nco_lmt.c:386:21: note: Assignment 'msg_sng=strdup("Dimension name not specified")', assigned value is 0 nco-5.3.9/src/nco/nco_lmt.c:406:212: note: Null pointer dereference nco-5.3.9/src/nco/nco_lmt.c:574:7: style:inconclusive: Function 'nco_lmt_evl' argument 3 names different: declaration 'cnt_crr' definition 'rec_usd_cml'. [funcArgNamesDifferent] nco-5.3.9/src/nco/nco_lmt.h:69:7: note: Function 'nco_lmt_evl' argument 3 names different: declaration 'cnt_crr' definition 'rec_usd_cml'. nco-5.3.9/src/nco/nco_lmt.c:574:7: note: Function 'nco_lmt_evl' argument 3 names different: declaration 'cnt_crr' definition 'rec_usd_cml'. nco-5.3.9/src/nco/nco_lmt.c:61:11: style: Parameter 'lmt' can be declared as pointer to const [constParameterPointer] nco-5.3.9/src/nco/nco_lmt.c:455:12: style: Variable 'arg_lst' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_lmt.c:815:24: style: Variable 'cln_sng' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_lmt.c:1680:24: style: Variable 'cln_sng' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_lst_utl.c:196:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_lst_utl.c:209:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_lst_utl.c:351:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_lst_utl.c:772:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_lst_utl.c:196:6: style: Condition 'foo' is always true [knownConditionTrueFalse] nco-5.3.9/src/nco/nco_lst_utl.c:194:42: note: Assignment 'foo=sizeof(lmn_nbr)+sizeof(arr_in)+sizeof(idx)', assigned value is 20 nco-5.3.9/src/nco/nco_lst_utl.c:195:3: note: foo is incremented', new value is 21 nco-5.3.9/src/nco/nco_lst_utl.c:196:6: note: Condition 'foo' is always true nco-5.3.9/src/nco/nco_lst_utl.c:209:6: style: Condition 'foo' is always true [knownConditionTrueFalse] nco-5.3.9/src/nco/nco_lst_utl.c:207:42: note: Assignment 'foo=sizeof(lmn_nbr)+sizeof(arr_in)+sizeof(idx)', assigned value is 20 nco-5.3.9/src/nco/nco_lst_utl.c:208:3: note: foo is incremented', new value is 21 nco-5.3.9/src/nco/nco_lst_utl.c:209:6: note: Condition 'foo' is always true nco-5.3.9/src/nco/nco_lst_utl.c:409:29: warning: If memory allocation fails, then there is a possible null pointer dereference: dlm_ptr_crr [nullPointerOutOfMemory] nco-5.3.9/src/nco/nco_lst_utl.c:400:28: note: Assuming allocation function fails nco-5.3.9/src/nco/nco_lst_utl.c:400:14: note: Assignment 'sng_in_cpy=(char*)strdup(sng_in)', assigned value is 0 nco-5.3.9/src/nco/nco_lst_utl.c:403:15: note: Assignment 'dlm_ptr_crr=sng_in_cpy', assigned value is 0 nco-5.3.9/src/nco/nco_lst_utl.c:409:29: note: Null pointer dereference nco-5.3.9/src/nco/nco_lst_utl.c:420:29: warning: If memory allocation fails, then there is a possible null pointer dereference: sng_out_srt [nullPointerOutOfMemory] nco-5.3.9/src/nco/nco_lst_utl.c:400:28: note: Assuming allocation function fails nco-5.3.9/src/nco/nco_lst_utl.c:400:14: note: Assignment 'sng_in_cpy=(char*)strdup(sng_in)', assigned value is 0 nco-5.3.9/src/nco/nco_lst_utl.c:418:15: note: Assignment 'sng_out_srt=sng_in_cpy', assigned value is 0 nco-5.3.9/src/nco/nco_lst_utl.c:420:29: note: Null pointer dereference nco-5.3.9/src/nco/nco_lst_utl.c:431:37: warning: If memory allocation fails, then there is a possible null pointer dereference: sng_out_srt [nullPointerOutOfMemory] nco-5.3.9/src/nco/nco_lst_utl.c:400:28: note: Assuming allocation function fails nco-5.3.9/src/nco/nco_lst_utl.c:400:14: note: Assignment 'sng_in_cpy=(char*)strdup(sng_in)', assigned value is 0 nco-5.3.9/src/nco/nco_lst_utl.c:418:15: note: Assignment 'sng_out_srt=sng_in_cpy', assigned value is 0 nco-5.3.9/src/nco/nco_lst_utl.c:420:21: note: Assuming condition is false nco-5.3.9/src/nco/nco_lst_utl.c:431:37: note: Null pointer dereference nco-5.3.9/src/nco/nco_lst_utl.c:775:18: warning: Either the condition 'dlm_sng==NULL' is redundant or there is possible null pointer dereference: dlm_sng. [nullPointerRedundantCheck] nco-5.3.9/src/nco/nco_lst_utl.c:771:14: note: Assuming that condition 'dlm_sng==NULL' is not redundant nco-5.3.9/src/nco/nco_lst_utl.c:775:18: note: Null pointer dereference nco-5.3.9/src/nco/nco_lst_utl.c:480:16: error: If memory allocation fails: pointer addition with NULL pointer. [nullPointerArithmeticOutOfMemory] nco-5.3.9/src/nco/nco_lst_utl.c:475:16: note: Assuming allocation function fails nco-5.3.9/src/nco/nco_lst_utl.c:475:16: note: Assignment 'cp_sng=strdup(sng_in)', assigned value is 0 nco-5.3.9/src/nco/nco_lst_utl.c:480:16: note: Null pointer addition nco-5.3.9/src/nco/nco_lst_utl.c:420:21: style: Variable 'dlm_ptr_crr' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_lst_utl.c:417:14: note: dlm_ptr_crr is assigned nco-5.3.9/src/nco/nco_lst_utl.c:420:21: note: dlm_ptr_crr is overwritten nco-5.3.9/src/nco/nco_lst_utl.c:599:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak] nco-5.3.9/src/nco/nco_lst_utl.c:604:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak] nco-5.3.9/src/nco/nco_lst_utl.c:609:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak] nco-5.3.9/src/nco/nco_lst_utl.c:614:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak] nco-5.3.9/src/nco/nco_lst_utl.c:619:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak] nco-5.3.9/src/nco/nco_lst_utl.c:624:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak] nco-5.3.9/src/nco/nco_lst_utl.c:629:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak] nco-5.3.9/src/nco/nco_lst_utl.c:634:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak] nco-5.3.9/src/nco/nco_lst_utl.c:639:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak] nco-5.3.9/src/nco/nco_lst_utl.c:644:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak] nco-5.3.9/src/nco/nco_lst_utl.c:649:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak] nco-5.3.9/src/nco/nco_lst_utl.c:654:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak] nco-5.3.9/src/nco/nco_lst_utl.c:463:9: style: Variable 'cp_end' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_lst_utl.c:802:8: style: Parameter 'var_nm' can be declared as pointer to const [constParameterPointer] nco-5.3.9/src/nco/nco_lst_utl.c:803:8: style: Parameter 'bnds_nm' can be declared as pointer to const [constParameterPointer] nco-5.3.9/src/nco/nco_lst_utl.c:251:11: style: Variable 'xtr_nm' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_lst_utl.c:260:11: style: Variable 'xtr_id' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_lst_utl.c:269:10: style: Variable 'lst_tmp' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_lst_utl.c:270:10: style: Variable 'srt_idx' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_lst_utl.c:441:13: style: Variable 'sng_in_cpy' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_map.c:57:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_map.c:858:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_map.c:1161:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_map.c:1247:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_map.c:1434:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_map.c:1536:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_map.c:1575:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_map.c:1747:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_CHAR [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_map.c:1784:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_map.c:1824:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_DOUBLE [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_map.c:1863:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_map.c:1924:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_DOUBLE [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_map.c:2042:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_DOUBLE [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_map.c:2082:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_DOUBLE [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_map.c:2139:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_map.c:2599:17: style: Redundant condition: has_mask_a. '!has_mask_a || (has_mask_a && var_mask_a->val.ip[idx]==1)' is equivalent to '!has_mask_a || var_mask_a->val.ip[idx]==1' [redundantCondition] nco-5.3.9/src/nco/nco_map.c:2648:17: style: Redundant condition: has_mask_b. '!has_mask_b || (has_mask_b && var_mask_b->val.ip[idx]==1)' is equivalent to '!has_mask_b || var_mask_b->val.ip[idx]==1' [redundantCondition] nco-5.3.9/src/nco/nco_map.c:2667:17: style: Redundant condition: has_mask_b. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] nco-5.3.9/src/nco/nco_map.c:2335:12: style: The if condition is the same as the previous if condition [duplicateCondition] nco-5.3.9/src/nco/nco_map.c:2334:12: note: First condition nco-5.3.9/src/nco/nco_map.c:2335:12: note: Second condition nco-5.3.9/src/nco/nco_map.c:2336:12: style: The if condition is the same as the previous if condition [duplicateCondition] nco-5.3.9/src/nco/nco_map.c:2335:12: note: First condition nco-5.3.9/src/nco/nco_map.c:2336:12: note: Second condition nco-5.3.9/src/nco/nco_map.c:2345:12: style: The if condition is the same as the previous if condition [duplicateCondition] nco-5.3.9/src/nco/nco_map.c:2344:12: note: First condition nco-5.3.9/src/nco/nco_map.c:2345:12: note: Second condition nco-5.3.9/src/nco/nco_map.c:2346:12: style: The if condition is the same as the previous if condition [duplicateCondition] nco-5.3.9/src/nco/nco_map.c:2345:12: note: First condition nco-5.3.9/src/nco/nco_map.c:2346:12: note: Second condition nco-5.3.9/src/nco/nco_map.c:1318:14: style: Condition 'hdr_pad==0UL' is always false [knownConditionTrueFalse] nco-5.3.9/src/nco/nco_map.c:1286:18: note: Assignment 'hdr_pad=10000UL', assigned value is 10000 nco-5.3.9/src/nco/nco_map.c:1318:14: note: Condition 'hdr_pad==0UL' is always false nco-5.3.9/src/nco/nco_map.c:519:46: portability: %li in format string (no. 3) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] nco-5.3.9/src/nco/nco_map.c:519:46: portability: %li in format string (no. 6) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] nco-5.3.9/src/nco/nco_map.c:519:46: portability: %li in format string (no. 9) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] nco-5.3.9/src/nco/nco_map.c:519:46: portability: %li in format string (no. 13) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] nco-5.3.9/src/nco/nco_map.c:519:46: portability: %ld in format string (no. 21) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] nco-5.3.9/src/nco/nco_map.c:519:46: portability: %ld in format string (no. 22) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] nco-5.3.9/src/nco/nco_map.c:519:46: portability: %ld in format string (no. 23) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] nco-5.3.9/src/nco/nco_map.c:996:13: portability: %lu in format string (no. 2) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint] nco-5.3.9/src/nco/nco_map.c:996:13: portability: %lu in format string (no. 3) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint] nco-5.3.9/src/nco/nco_map.c:1053:7: portability: %lu in format string (no. 2) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint] nco-5.3.9/src/nco/nco_map.c:1053:7: portability: %lu in format string (no. 3) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint] nco-5.3.9/src/nco/nco_map.c:1536:8: portability: %lu in format string (no. 3) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint] nco-5.3.9/src/nco/nco_map.c:1536:8: portability: %lu in format string (no. 4) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint] nco-5.3.9/src/nco/nco_map.c:1536:8: portability: %lu in format string (no. 5) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint] nco-5.3.9/src/nco/nco_map.c:1536:8: portability: %lu in format string (no. 6) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint] nco-5.3.9/src/nco/nco_map.c:1554:8: portability: %lu in format string (no. 3) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint] nco-5.3.9/src/nco/nco_map.c:1554:8: portability: %lu in format string (no. 4) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint] nco-5.3.9/src/nco/nco_map.c:1554:8: portability: %lu in format string (no. 5) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint] nco-5.3.9/src/nco/nco_map.c:1554:8: portability: %lu in format string (no. 6) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint] nco-5.3.9/src/nco/nco_map.c:2113:8: portability: %lu in format string (no. 2) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint] nco-5.3.9/src/nco/nco_map.c:2282:13: portability: %lu in format string (no. 3) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint] nco-5.3.9/src/nco/nco_map.c:2282:13: portability: %lu in format string (no. 4) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint] nco-5.3.9/src/nco/nco_map.c:2282:13: portability: %lu in format string (no. 5) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint] nco-5.3.9/src/nco/nco_map.c:2295:13: portability: %lu in format string (no. 3) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint] nco-5.3.9/src/nco/nco_map.c:2295:13: portability: %lu in format string (no. 4) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint] nco-5.3.9/src/nco/nco_map.c:2295:13: portability: %lu in format string (no. 5) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint] nco-5.3.9/src/nco/nco_map.c:2336:24: portability: %lu in format string (no. 2) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint] nco-5.3.9/src/nco/nco_map.c:2346:24: portability: %lu in format string (no. 2) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint] nco-5.3.9/src/nco/nco_map.c:2424:44: portability: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint] nco-5.3.9/src/nco/nco_map.c:2424:44: portability: %lu in format string (no. 4) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint] nco-5.3.9/src/nco/nco_map.c:2424:44: portability: %lu in format string (no. 6) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint] nco-5.3.9/src/nco/nco_map.c:2427:44: portability: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint] nco-5.3.9/src/nco/nco_map.c:2427:44: portability: %lu in format string (no. 4) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint] nco-5.3.9/src/nco/nco_map.c:2427:44: portability: %lu in format string (no. 6) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint] nco-5.3.9/src/nco/nco_map.c:2470:11: warning: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'signed long'. [invalidPrintfArgType_uint] nco-5.3.9/src/nco/nco_map.c:2481:11: portability: %ld in format string (no. 1) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] nco-5.3.9/src/nco/nco_map.c:2484:13: portability: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint] nco-5.3.9/src/nco/nco_map.c:2485:13: portability: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint] nco-5.3.9/src/nco/nco_map.c:2518:11: warning: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'signed long'. [invalidPrintfArgType_uint] nco-5.3.9/src/nco/nco_map.c:2519:26: portability: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint] nco-5.3.9/src/nco/nco_map.c:2519:26: portability: %lu in format string (no. 2) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint] nco-5.3.9/src/nco/nco_map.c:2521:26: portability: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint] nco-5.3.9/src/nco/nco_map.c:2526:13: portability: %lu in format string (no. 4) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint] nco-5.3.9/src/nco/nco_map.c:2527:13: portability: %lu in format string (no. 4) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint] nco-5.3.9/src/nco/nco_map.c:2540:11: warning: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'signed long'. [invalidPrintfArgType_uint] nco-5.3.9/src/nco/nco_map.c:2541:26: portability: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint] nco-5.3.9/src/nco/nco_map.c:2541:26: portability: %lu in format string (no. 2) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint] nco-5.3.9/src/nco/nco_map.c:2543:26: portability: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint] nco-5.3.9/src/nco/nco_map.c:2546:13: portability: %lu in format string (no. 4) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint] nco-5.3.9/src/nco/nco_map.c:2547:13: portability: %lu in format string (no. 4) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint] nco-5.3.9/src/nco/nco_map.c:2568:11: portability: %lu in format string (no. 4) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint] nco-5.3.9/src/nco/nco_map.c:2569:11: portability: %lu in format string (no. 4) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint] nco-5.3.9/src/nco/nco_map.c:2601:48: portability: %lu in format string (no. 4) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint] nco-5.3.9/src/nco/nco_map.c:2606:29: warning: %lu in format string (no. 3) requires 'unsigned long' but the argument type is 'signed long'. [invalidPrintfArgType_uint] nco-5.3.9/src/nco/nco_map.c:2611:13: portability: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint] nco-5.3.9/src/nco/nco_map.c:2612:13: portability: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint] nco-5.3.9/src/nco/nco_map.c:2624:11: portability: %lu in format string (no. 4) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint] nco-5.3.9/src/nco/nco_map.c:2625:11: portability: %lu in format string (no. 4) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint] nco-5.3.9/src/nco/nco_map.c:2650:48: portability: %lu in format string (no. 4) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint] nco-5.3.9/src/nco/nco_map.c:2655:29: warning: %lu in format string (no. 3) requires 'unsigned long' but the argument type is 'signed long'. [invalidPrintfArgType_uint] nco-5.3.9/src/nco/nco_map.c:2670:12: portability: %lu in format string (no. 4) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint] nco-5.3.9/src/nco/nco_map.c:2695:13: portability: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint] nco-5.3.9/src/nco/nco_map.c:2696:13: portability: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint] nco-5.3.9/src/nco/nco_map.c:2708:54: portability: %lu in format string (no. 2) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint] nco-5.3.9/src/nco/nco_map.c:1746:21: warning: If memory allocation fails, then there is a possible null pointer dereference: av [nullPointerOutOfMemory] nco-5.3.9/src/nco/nco_map.c:1741:12: note: Assuming allocation function fails nco-5.3.9/src/nco/nco_map.c:1741:12: note: Assignment 'av=strdup(att_val)', assigned value is 0 nco-5.3.9/src/nco/nco_map.c:1746:21: note: Null pointer dereference nco-5.3.9/src/nco/nco_map.c:96:12: style: Same expression used in consecutive assignments of 'SHARE_CREATE' and 'SHARE_OPEN'. [duplicateAssignExpression] nco-5.3.9/src/nco/nco_map.c:97:12: note: Same expression used in consecutive assignments of 'SHARE_CREATE' and 'SHARE_OPEN'. nco-5.3.9/src/nco/nco_map.c:96:12: note: Same expression used in consecutive assignments of 'SHARE_CREATE' and 'SHARE_OPEN'. nco-5.3.9/src/nco/nco_map.c:166:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_map.c:137:6: note: rcd is assigned nco-5.3.9/src/nco/nco_map.c:166:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_map.c:251:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_map.c:170:6: note: rcd is assigned nco-5.3.9/src/nco/nco_map.c:251:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_map.c:251:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_map.c:181:8: note: rcd is assigned nco-5.3.9/src/nco/nco_map.c:251:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_map.c:251:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_map.c:190:8: note: rcd is assigned nco-5.3.9/src/nco/nco_map.c:251:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_map.c:259:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_map.c:257:6: note: rcd is assigned nco-5.3.9/src/nco/nco_map.c:259:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_map.c:261:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_map.c:259:6: note: rcd is assigned nco-5.3.9/src/nco/nco_map.c:261:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_map.c:268:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_map.c:267:6: note: rcd is assigned nco-5.3.9/src/nco/nco_map.c:268:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_map.c:277:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_map.c:268:6: note: rcd is assigned nco-5.3.9/src/nco/nco_map.c:277:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_map.c:288:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_map.c:280:8: note: rcd is assigned nco-5.3.9/src/nco/nco_map.c:288:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_map.c:345:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_map.c:291:8: note: rcd is assigned nco-5.3.9/src/nco/nco_map.c:345:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_map.c:345:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_map.c:343:8: note: rcd is assigned nco-5.3.9/src/nco/nco_map.c:345:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_map.c:346:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_map.c:345:6: note: rcd is assigned nco-5.3.9/src/nco/nco_map.c:346:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_map.c:350:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_map.c:346:6: note: rcd is assigned nco-5.3.9/src/nco/nco_map.c:350:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_map.c:351:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_map.c:350:6: note: rcd is assigned nco-5.3.9/src/nco/nco_map.c:351:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_map.c:360:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_map.c:351:6: note: rcd is assigned nco-5.3.9/src/nco/nco_map.c:360:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_map.c:360:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_map.c:358:35: note: rcd is assigned nco-5.3.9/src/nco/nco_map.c:360:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_map.c:361:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_map.c:360:6: note: rcd is assigned nco-5.3.9/src/nco/nco_map.c:361:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_map.c:365:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_map.c:361:6: note: rcd is assigned nco-5.3.9/src/nco/nco_map.c:365:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_map.c:366:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_map.c:365:6: note: rcd is assigned nco-5.3.9/src/nco/nco_map.c:366:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_map.c:584:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_map.c:581:28: note: rcd is assigned nco-5.3.9/src/nco/nco_map.c:584:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_map.c:585:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_map.c:584:6: note: rcd is assigned nco-5.3.9/src/nco/nco_map.c:585:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_map.c:587:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_map.c:585:6: note: rcd is assigned nco-5.3.9/src/nco/nco_map.c:587:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_map.c:593:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_map.c:587:6: note: rcd is assigned nco-5.3.9/src/nco/nco_map.c:593:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_map.c:593:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_map.c:588:38: note: rcd is assigned nco-5.3.9/src/nco/nco_map.c:593:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_map.c:593:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_map.c:589:43: note: rcd is assigned nco-5.3.9/src/nco/nco_map.c:593:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_map.c:593:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_map.c:591:38: note: rcd is assigned nco-5.3.9/src/nco/nco_map.c:593:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_map.c:593:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_map.c:592:43: note: rcd is assigned nco-5.3.9/src/nco/nco_map.c:593:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_map.c:604:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_map.c:593:6: note: rcd is assigned nco-5.3.9/src/nco/nco_map.c:604:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_map.c:610:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_map.c:604:6: note: rcd is assigned nco-5.3.9/src/nco/nco_map.c:610:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_map.c:611:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_map.c:610:6: note: rcd is assigned nco-5.3.9/src/nco/nco_map.c:611:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_map.c:615:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_map.c:611:6: note: rcd is assigned nco-5.3.9/src/nco/nco_map.c:615:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_map.c:616:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_map.c:615:6: note: rcd is assigned nco-5.3.9/src/nco/nco_map.c:616:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_map.c:617:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_map.c:616:6: note: rcd is assigned nco-5.3.9/src/nco/nco_map.c:617:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_map.c:618:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_map.c:617:6: note: rcd is assigned nco-5.3.9/src/nco/nco_map.c:618:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_map.c:619:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_map.c:618:6: note: rcd is assigned nco-5.3.9/src/nco/nco_map.c:619:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_map.c:620:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_map.c:619:6: note: rcd is assigned nco-5.3.9/src/nco/nco_map.c:620:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_map.c:621:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_map.c:620:6: note: rcd is assigned nco-5.3.9/src/nco/nco_map.c:621:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_map.c:622:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_map.c:621:6: note: rcd is assigned nco-5.3.9/src/nco/nco_map.c:622:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_map.c:623:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_map.c:622:6: note: rcd is assigned nco-5.3.9/src/nco/nco_map.c:623:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_map.c:624:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_map.c:623:6: note: rcd is assigned nco-5.3.9/src/nco/nco_map.c:624:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_map.c:625:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_map.c:624:6: note: rcd is assigned nco-5.3.9/src/nco/nco_map.c:625:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_map.c:626:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_map.c:625:6: note: rcd is assigned nco-5.3.9/src/nco/nco_map.c:626:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_map.c:627:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_map.c:626:6: note: rcd is assigned nco-5.3.9/src/nco/nco_map.c:627:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_map.c:628:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_map.c:627:6: note: rcd is assigned nco-5.3.9/src/nco/nco_map.c:628:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_map.c:629:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_map.c:628:6: note: rcd is assigned nco-5.3.9/src/nco/nco_map.c:629:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_map.c:630:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_map.c:629:6: note: rcd is assigned nco-5.3.9/src/nco/nco_map.c:630:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_map.c:631:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_map.c:630:6: note: rcd is assigned nco-5.3.9/src/nco/nco_map.c:631:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_map.c:632:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_map.c:631:6: note: rcd is assigned nco-5.3.9/src/nco/nco_map.c:632:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_map.c:633:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_map.c:632:6: note: rcd is assigned nco-5.3.9/src/nco/nco_map.c:633:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_map.c:634:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_map.c:633:6: note: rcd is assigned nco-5.3.9/src/nco/nco_map.c:634:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_map.c:635:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_map.c:634:6: note: rcd is assigned nco-5.3.9/src/nco/nco_map.c:635:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_map.c:636:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_map.c:635:6: note: rcd is assigned nco-5.3.9/src/nco/nco_map.c:636:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_map.c:637:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_map.c:636:6: note: rcd is assigned nco-5.3.9/src/nco/nco_map.c:637:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_map.c:638:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_map.c:637:6: note: rcd is assigned nco-5.3.9/src/nco/nco_map.c:638:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_map.c:639:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_map.c:638:6: note: rcd is assigned nco-5.3.9/src/nco/nco_map.c:639:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_map.c:640:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_map.c:639:6: note: rcd is assigned nco-5.3.9/src/nco/nco_map.c:640:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_map.c:641:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_map.c:640:6: note: rcd is assigned nco-5.3.9/src/nco/nco_map.c:641:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_map.c:642:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_map.c:641:6: note: rcd is assigned nco-5.3.9/src/nco/nco_map.c:642:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_map.c:643:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_map.c:642:6: note: rcd is assigned nco-5.3.9/src/nco/nco_map.c:643:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_map.c:644:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_map.c:643:6: note: rcd is assigned nco-5.3.9/src/nco/nco_map.c:644:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_map.c:645:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_map.c:644:6: note: rcd is assigned nco-5.3.9/src/nco/nco_map.c:645:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_map.c:646:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_map.c:645:6: note: rcd is assigned nco-5.3.9/src/nco/nco_map.c:646:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_map.c:647:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_map.c:646:6: note: rcd is assigned nco-5.3.9/src/nco/nco_map.c:647:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_map.c:648:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_map.c:647:6: note: rcd is assigned nco-5.3.9/src/nco/nco_map.c:648:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_map.c:649:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_map.c:648:6: note: rcd is assigned nco-5.3.9/src/nco/nco_map.c:649:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_map.c:650:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_map.c:649:6: note: rcd is assigned nco-5.3.9/src/nco/nco_map.c:650:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_map.c:651:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_map.c:650:6: note: rcd is assigned nco-5.3.9/src/nco/nco_map.c:651:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_map.c:652:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_map.c:651:6: note: rcd is assigned nco-5.3.9/src/nco/nco_map.c:652:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_map.c:653:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_map.c:652:6: note: rcd is assigned nco-5.3.9/src/nco/nco_map.c:653:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_map.c:654:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_map.c:653:6: note: rcd is assigned nco-5.3.9/src/nco/nco_map.c:654:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_map.c:655:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_map.c:654:6: note: rcd is assigned nco-5.3.9/src/nco/nco_map.c:655:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_map.c:656:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_map.c:655:6: note: rcd is assigned nco-5.3.9/src/nco/nco_map.c:656:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_map.c:657:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_map.c:656:6: note: rcd is assigned nco-5.3.9/src/nco/nco_map.c:657:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_map.c:658:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_map.c:657:6: note: rcd is assigned nco-5.3.9/src/nco/nco_map.c:658:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_map.c:659:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_map.c:658:6: note: rcd is assigned nco-5.3.9/src/nco/nco_map.c:659:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_map.c:660:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_map.c:659:6: note: rcd is assigned nco-5.3.9/src/nco/nco_map.c:660:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_map.c:661:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_map.c:660:6: note: rcd is assigned nco-5.3.9/src/nco/nco_map.c:661:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_map.c:681:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_map.c:661:6: note: rcd is assigned nco-5.3.9/src/nco/nco_map.c:681:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_map.c:684:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_map.c:681:6: note: rcd is assigned nco-5.3.9/src/nco/nco_map.c:684:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_map.c:688:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_map.c:684:6: note: rcd is assigned nco-5.3.9/src/nco/nco_map.c:688:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_map.c:689:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_map.c:688:6: note: rcd is assigned nco-5.3.9/src/nco/nco_map.c:689:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_map.c:690:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_map.c:689:6: note: rcd is assigned nco-5.3.9/src/nco/nco_map.c:690:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_map.c:694:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_map.c:690:6: note: rcd is assigned nco-5.3.9/src/nco/nco_map.c:694:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_map.c:695:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_map.c:694:6: note: rcd is assigned nco-5.3.9/src/nco/nco_map.c:695:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_map.c:696:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_map.c:695:6: note: rcd is assigned nco-5.3.9/src/nco/nco_map.c:696:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_map.c:697:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_map.c:696:6: note: rcd is assigned nco-5.3.9/src/nco/nco_map.c:697:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_map.c:698:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_map.c:697:6: note: rcd is assigned nco-5.3.9/src/nco/nco_map.c:698:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_map.c:702:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_map.c:698:6: note: rcd is assigned nco-5.3.9/src/nco/nco_map.c:702:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_map.c:703:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_map.c:702:6: note: rcd is assigned nco-5.3.9/src/nco/nco_map.c:703:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_map.c:707:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_map.c:703:6: note: rcd is assigned nco-5.3.9/src/nco/nco_map.c:707:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_map.c:708:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_map.c:707:6: note: rcd is assigned nco-5.3.9/src/nco/nco_map.c:708:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_map.c:709:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_map.c:708:6: note: rcd is assigned nco-5.3.9/src/nco/nco_map.c:709:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_map.c:710:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_map.c:709:6: note: rcd is assigned nco-5.3.9/src/nco/nco_map.c:710:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_map.c:711:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_map.c:710:6: note: rcd is assigned nco-5.3.9/src/nco/nco_map.c:711:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_map.c:715:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_map.c:711:6: note: rcd is assigned nco-5.3.9/src/nco/nco_map.c:715:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_map.c:716:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_map.c:715:6: note: rcd is assigned nco-5.3.9/src/nco/nco_map.c:716:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_map.c:502:33: style: Unsigned expression 'nco_dbg_lvl_get()' can't be negative so it is unnecessary to test it. [unsignedPositive] nco-5.3.9/src/nco/nco_map.c:513:28: style: Unsigned expression 'nco_dbg_lvl_get()' can't be negative so it is unnecessary to test it. [unsignedPositive] nco-5.3.9/src/nco/nco_map.c:2494:23: style: Unsigned expression 'nco_dbg_lvl_get()' can't be negative so it is unnecessary to test it. [unsignedPositive] nco-5.3.9/src/nco/nco_map.c:1411:8: style:inconclusive: Function 'nco_msh_lon_crr' argument 2 names different: declaration 'grd_sz_in' definition 'grd_sz'. [funcArgNamesDifferent] nco-5.3.9/src/nco/nco_map.h:85:11: note: Function 'nco_msh_lon_crr' argument 2 names different: declaration 'grd_sz_in' definition 'grd_sz'. nco-5.3.9/src/nco/nco_map.c:1411:8: note: Function 'nco_msh_lon_crr' argument 2 names different: declaration 'grd_sz_in' definition 'grd_sz'. nco-5.3.9/src/nco/nco_map.c:1412:6: style:inconclusive: Function 'nco_msh_lon_crr' argument 3 names different: declaration 'grd_crn_nbr_in' definition 'grd_crn_nbr'. [funcArgNamesDifferent] nco-5.3.9/src/nco/nco_map.h:86:9: note: Function 'nco_msh_lon_crr' argument 3 names different: declaration 'grd_crn_nbr_in' definition 'grd_crn_nbr'. nco-5.3.9/src/nco/nco_map.c:1412:6: note: Function 'nco_msh_lon_crr' argument 3 names different: declaration 'grd_crn_nbr_in' definition 'grd_crn_nbr'. nco-5.3.9/src/nco/nco_map.c:2129:14: warning: Function 'nco_map_chk' argument order different: declaration 'fl_in, flg_frac_b_nrm, flg_area_wgt' definition 'fl_in, flg_area_wgt, flg_frac_b_nrm' [funcArgOrderDifferent] nco-5.3.9/src/nco/nco_map.h:138:16: note: Function 'nco_map_chk' argument order different: declaration 'fl_in, flg_frac_b_nrm, flg_area_wgt' definition 'fl_in, flg_area_wgt, flg_frac_b_nrm' nco-5.3.9/src/nco/nco_map.c:2129:14: note: Function 'nco_map_chk' argument order different: declaration 'fl_in, flg_frac_b_nrm, flg_area_wgt' definition 'fl_in, flg_area_wgt, flg_frac_b_nrm' nco-5.3.9/src/nco/nco_map.c:509:16: style: Local variable 'idx' shadows outer variable [shadowVariable] nco-5.3.9/src/nco/nco_map.c:103:10: note: Shadowed variable nco-5.3.9/src/nco/nco_map.c:509:16: note: Shadow local variable nco-5.3.9/src/nco/nco_map.c:514:18: style: Local variable 'idx' shadows outer variable [shadowVariable] nco-5.3.9/src/nco/nco_map.c:103:10: note: Shadowed variable nco-5.3.9/src/nco/nco_map.c:514:18: note: Shadow local variable nco-5.3.9/src/nco/nco_map.c:515:18: style: Local variable 'idx' shadows outer variable [shadowVariable] nco-5.3.9/src/nco/nco_map.c:103:10: note: Shadowed variable nco-5.3.9/src/nco/nco_map.c:515:18: note: Shadow local variable nco-5.3.9/src/nco/nco_map.c:25:9: style: Variable 'fl_pth_lcl' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_map.c:273:8: style: Variable 'unt_sng' can be declared as const array [constVariable] nco-5.3.9/src/nco/nco_map.c:454:9: style: Variable 'fl_out' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_map.c:455:9: style: Variable 'sls_ptr' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_map.c:598:9: style: Variable 'vrs_sng' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_map.c:760:15: style: Parameter 'mpf' can be declared as pointer to const [constParameterPointer] nco-5.3.9/src/nco/nco_map.c:1240:10: style: Parameter 'lat_crn' can be declared as pointer to const [constParameterPointer] nco-5.3.9/src/nco/nco_map.c:1241:10: style: Parameter 'lon_crn' can be declared as pointer to const [constParameterPointer] nco-5.3.9/src/nco/nco_map.c:1268:9: style: Variable 'fl_out_tmp' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_map.c:1270:8: style: Variable 'grd_area_nm' can be declared as const array [constVariable] nco-5.3.9/src/nco/nco_map.c:1271:8: style: Variable 'grd_crn_lat_nm' can be declared as const array [constVariable] nco-5.3.9/src/nco/nco_map.c:1272:8: style: Variable 'grd_crn_lon_nm' can be declared as const array [constVariable] nco-5.3.9/src/nco/nco_map.c:1273:8: style: Variable 'grd_crn_nm' can be declared as const array [constVariable] nco-5.3.9/src/nco/nco_map.c:1275:8: style: Variable 'grd_sz_nm' can be declared as const array [constVariable] nco-5.3.9/src/nco/nco_map.c:1346:10: style: Parameter 'area' can be declared as pointer to const [constParameterPointer] nco-5.3.9/src/nco/nco_map.c:1347:7: style: Parameter 'msk' can be declared as pointer to const [constParameterPointer] nco-5.3.9/src/nco/nco_map.c:1350:10: style: Parameter 'lat_crn' can be declared as pointer to const [constParameterPointer] nco-5.3.9/src/nco/nco_map.c:1351:10: style: Parameter 'lon_crn' can be declared as pointer to const [constParameterPointer] nco-5.3.9/src/nco/nco_map.c:1607:8: style: Variable 'grd_area_nm' can be declared as const array [constVariable] nco-5.3.9/src/nco/nco_map.c:1608:8: style: Variable 'dmn_sz_nm' can be declared as const array [constVariable] nco-5.3.9/src/nco/nco_map.c:1609:8: style: Variable 'grd_crn_lat_nm' can be declared as const array [constVariable] nco-5.3.9/src/nco/nco_map.c:1610:8: style: Variable 'grd_crn_lon_nm' can be declared as const array [constVariable] nco-5.3.9/src/nco/nco_map.c:1611:8: style: Variable 'grd_crn_nm' can be declared as const array [constVariable] nco-5.3.9/src/nco/nco_map.c:1612:8: style: Variable 'grd_ctr_lat_nm' can be declared as const array [constVariable] nco-5.3.9/src/nco/nco_map.c:1613:8: style: Variable 'grd_ctr_lon_nm' can be declared as const array [constVariable] nco-5.3.9/src/nco/nco_map.c:1614:8: style: Variable 'grd_rnk_nm' can be declared as const array [constVariable] nco-5.3.9/src/nco/nco_map.c:1615:8: style: Variable 'grd_sz_nm' can be declared as const array [constVariable] nco-5.3.9/src/nco/nco_map.c:1616:8: style: Variable 'msk_nm' can be declared as const array [constVariable] nco-5.3.9/src/nco/nco_map.c:1851:8: style: Parameter 'var_nm' can be declared as pointer to const [constParameterPointer] nco-5.3.9/src/nco/nco_map.c:1884:10: style: Parameter 'area' can be declared as pointer to const [constParameterPointer] nco-5.3.9/src/nco/nco_map.c:1886:7: style: Parameter 'mask' can be declared as pointer to const [constParameterPointer] nco-5.3.9/src/nco/nco_map.c:2135:8: style: Variable 'fnc_nm' can be declared as const array [constVariable] nco-5.3.9/src/nco/nco_map.c:2143:11: style: Variable 'val' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_map.c:2146:8: style: Variable 'ival' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_map.c:2408:10: style: Variable 'msk_ival_a' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_map.c:2409:10: style: Variable 'msk_ival_b' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_map.c:218:13: style: Variable 'bnd_nbr_in' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_map.c:220:15: style: Variable 'col_nbr_in' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_map.c:222:15: style: Variable 'lat_nbr_in' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_map.c:224:15: style: Variable 'col_nbr_in' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_map.c:235:14: style: Variable 'bnd_nbr_out' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_map.c:238:16: style: Variable 'lat_nbr_out' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_map.c:245:16: style: Variable 'col_nbr_out' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_map.c:285:24: style: Variable 'att_val' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_map.c:296:24: style: Variable 'att_val' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_map.c:300:26: style: Variable 'flg_grd_in_rct' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_map.c:302:27: style: Variable 'flg_grd_out_rct' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_map.c:405:74: style: Variable 'flg_grd_in_rct' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_map.c:421:77: style: Variable 'flg_grd_out_rct' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_map.c:724:22: style: Variable 'dmn_cnt' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_map.c:725:22: style: Variable 'dmn_srt' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_map.c:726:34: style: Variable 'dmn_sz_in_int' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_map.c:727:36: style: Variable 'dmn_sz_out_int' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_map.c:729:22: style: Variable 'area_in' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_map.c:730:20: style: Variable 'frc_in' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_map.c:731:20: style: Variable 'msk_in' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_map.c:733:24: style: Variable 'area_out' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_map.c:734:22: style: Variable 'frc_out' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_map.c:735:22: style: Variable 'msk_out' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_map.c:737:28: style: Variable 'lat_ctr_in' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_map.c:738:28: style: Variable 'lon_ctr_in' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_map.c:739:28: style: Variable 'lat_crn_in' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_map.c:740:28: style: Variable 'lon_crn_in' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_map.c:741:30: style: Variable 'lat_ctr_out' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_map.c:742:30: style: Variable 'lon_ctr_out' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_map.c:743:30: style: Variable 'lat_crn_out' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_map.c:744:30: style: Variable 'lon_crn_out' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_map.c:750:26: style: Variable 'fl_in_dst' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_map.c:751:26: style: Variable 'fl_in_src' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_map.c:752:28: style: Variable 'fl_out_tmp' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_map.c:1026:19: style: Variable 'pl_lst_dbg' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_map.c:1033:9: style: Variable 'tree' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_map.c:1062:9: style: Variable 'tree' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_map.c:1128:12: style: Variable 'pl_glb_in' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_map.c:1129:13: style: Variable 'pl_glb_out' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_map.c:1135:16: style: Variable 'wgt_lst_vrl' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_map.c:1137:17: style: Variable 'pl_lst_vrl' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_map.c:1139:27: style: Variable 'pl_lst_in' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_map.c:1140:29: style: Variable 'pl_lst_out' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_map.c:1337:7: style: Variable 'area' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_map.c:1718:13: style: Variable 'fl_out_tmp' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_map.c:1720:7: style: Variable 'area' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_map.c:1721:10: style: Variable 'lat_ctr' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_map.c:1722:10: style: Variable 'lat_crn' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_map.c:1724:10: style: Variable 'lon_ctr' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_map.c:1725:10: style: Variable 'lon_crn' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_map.c:1726:6: style: Variable 'msk' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_map.c:1753:17: style: Variable 'aed_mtd.att_nm' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_map.c:1754:17: style: Variable 'aed_mtd.var_nm' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_map.c:1821:21: style: Variable 'idx_row_or_col' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_map.c:1843:17: style: Variable 'row_or_col_bin' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_map.c:1926:16: style: Variable 'dval' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_map.c:1975:13: style: Variable 'ival' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_map.c:2024:24: style: Variable 'area_lcl' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_map.c:2025:24: style: Variable 'mask_lcl' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_map.c:2146:12: style: Variable 'ival' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_map.c:2239:22: style: Variable 'att_val' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_map.c:2240:22: style: Variable 'cnv_sng' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_map.c:2498:24: style: Variable 'idx_sng' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_map.c:2674:23: style: Variable 'idx_crr_row' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_map.c:2725:24: style: Variable 'hst_row' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_map.c:2726:24: style: Variable 'hst_col' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_map.c:2727:24: style: Variable 'hst_wgt' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_map.c:2735:20: style: Variable 'dmn_in' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_map.c:2736:18: style: Variable 'var_S' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_map.c:2737:28: style: Variable 'var_area_a' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_map.c:2738:28: style: Variable 'var_area_b' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_map.c:2739:22: style: Variable 'var_col' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_map.c:2740:28: style: Variable 'var_frac_a' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_map.c:2741:28: style: Variable 'var_frac_b' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_map.c:2742:28: style: Variable 'var_mask_a' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_map.c:2743:28: style: Variable 'var_mask_b' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_map.c:2744:22: style: Variable 'var_row' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_map.c:2745:24: style: Variable 'var_xc_a' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_map.c:2746:24: style: Variable 'var_xc_b' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_map.c:2747:24: style: Variable 'var_yc_a' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_map.c:2748:24: style: Variable 'var_yc_b' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_md5.c:81:75: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_mmr.c:45:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_mmr.c:104:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_mmr.c:142:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_mmr.c:183:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_mmr.c:203:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_mmr.c:274:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_mmr.c:330:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_mmr.c:414:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_mmr.c:472:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_mmr.c:535:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_mmr.c:362:6: style: The if condition is the same as the previous if condition [duplicateCondition] nco-5.3.9/src/nco/nco_mmr.c:361:6: note: First condition nco-5.3.9/src/nco/nco_mmr.c:362:6: note: Second condition nco-5.3.9/src/nco/nco_mmr.c:455:6: style: The if condition is the same as the previous if condition [duplicateCondition] nco-5.3.9/src/nco/nco_mmr.c:454:6: note: First condition nco-5.3.9/src/nco/nco_mmr.c:455:6: note: Second condition nco-5.3.9/src/nco/nco_mmr.c:536:45: warning: %ld in format string (no. 10) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint] nco-5.3.9/src/nco/nco_mmr.c:536:45: warning: %ld in format string (no. 11) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint] nco-5.3.9/src/nco/nco_mmr.c:422:97: warning: Either the condition 'prc_stt_sng' is redundant or there is possible null pointer dereference: prc_stt_sng. [nullPointerRedundantCheck] nco-5.3.9/src/nco/nco_mmr.c:423:8: note: Assuming that condition 'prc_stt_sng' is not redundant nco-5.3.9/src/nco/nco_mmr.c:422:97: note: Null pointer dereference nco-5.3.9/src/nco/nco_mmr.c:480:97: warning: Either the condition 'prc_stm_sng' is redundant or there is possible null pointer dereference: prc_stm_sng. [nullPointerRedundantCheck] nco-5.3.9/src/nco/nco_mmr.c:481:8: note: Assuming that condition 'prc_stm_sng' is not redundant nco-5.3.9/src/nco/nco_mmr.c:480:97: note: Null pointer dereference nco-5.3.9/src/nco/nco_mmr.c:71:15: style:inconclusive: Function 'nco_malloc' argument 1 names different: declaration 'size' definition 'sz'. [funcArgNamesDifferent] nco-5.3.9/src/nco/nco_mmr.h:131:15: note: Function 'nco_malloc' argument 1 names different: declaration 'size' definition 'sz'. nco-5.3.9/src/nco/nco_mmr.c:71:15: note: Function 'nco_malloc' argument 1 names different: declaration 'size' definition 'sz'. nco-5.3.9/src/nco/nco_mmr.c:123:15: style:inconclusive: Function 'nco_malloc_flg' argument 1 names different: declaration 'size' definition 'sz'. [funcArgNamesDifferent] nco-5.3.9/src/nco/nco_mmr.h:135:15: note: Function 'nco_malloc_flg' argument 1 names different: declaration 'size' definition 'sz'. nco-5.3.9/src/nco/nco_mmr.c:123:15: note: Function 'nco_malloc_flg' argument 1 names different: declaration 'size' definition 'sz'. nco-5.3.9/src/nco/nco_mmr.c:250:15: style:inconclusive: Function 'nco_realloc' argument 2 names different: declaration 'size' definition 'sz'. [funcArgNamesDifferent] nco-5.3.9/src/nco/nco_mmr.h:163:15: note: Function 'nco_realloc' argument 2 names different: declaration 'size' definition 'sz'. nco-5.3.9/src/nco/nco_mmr.c:250:15: note: Function 'nco_realloc' argument 2 names different: declaration 'size' definition 'sz'. nco-5.3.9/src/nco/nco_mmr.c:81:9: style: Variable 'nvr_NCO_MMR_DBG' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_mmr.c:352:9: style: Variable 'fl_prc' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_mmr.c:445:9: style: Variable 'fl_prc' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_mmr.c:423:32: style: Variable 'prc_stt_sng' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_mmr.c:481:32: style: Variable 'prc_stm_sng' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_mmr.c:514:8: style: Variable 'sz_pg' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_msa.c:223:73: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_msa.c:291:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_msa.c:673:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_msa.c:899:58: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_msa.c:1172:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_msa.c:1277:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_msa.c:1459:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable lmt_dmn [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_msa.c:1575:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NAT [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_msa.c:1673:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NAT [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_msa.c:654:25: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg] nco-5.3.9/src/nco/nco_msa.c:1650:25: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg] nco-5.3.9/src/nco/nco_msa.c:1742:25: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg] nco-5.3.9/src/nco/nco_msa.c:1760:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg] nco-5.3.9/src/nco/nco_msa.c:261:19: style: The if condition is the same as the previous if condition [duplicateCondition] nco-5.3.9/src/nco/nco_msa.c:259:19: note: First condition nco-5.3.9/src/nco/nco_msa.c:261:19: note: Second condition nco-5.3.9/src/nco/nco_msa.c:14:6: style:inconclusive: Function 'nco_msa_rcr_clc' argument 1 names different: declaration 'i' definition 'dpt_crr'. [funcArgNamesDifferent] nco-5.3.9/src/nco/nco_msa.h:88:6: note: Function 'nco_msa_rcr_clc' argument 1 names different: declaration 'i' definition 'dpt_crr'. nco-5.3.9/src/nco/nco_msa.c:14:6: note: Function 'nco_msa_rcr_clc' argument 1 names different: declaration 'i' definition 'dpt_crr'. nco-5.3.9/src/nco/nco_msa.c:15:6: style:inconclusive: Function 'nco_msa_rcr_clc' argument 2 names different: declaration 'imax' definition 'dpt_crr_max'. [funcArgNamesDifferent] nco-5.3.9/src/nco/nco_msa.h:89:6: note: Function 'nco_msa_rcr_clc' argument 2 names different: declaration 'imax' definition 'dpt_crr_max'. nco-5.3.9/src/nco/nco_msa.c:15:6: note: Function 'nco_msa_rcr_clc' argument 2 names different: declaration 'imax' definition 'dpt_crr_max'. nco-5.3.9/src/nco/nco_msa.c:18:11: style:inconclusive: Function 'nco_msa_rcr_clc' argument 5 names different: declaration 'var1' definition 'vara'. [funcArgNamesDifferent] nco-5.3.9/src/nco/nco_msa.h:92:11: note: Function 'nco_msa_rcr_clc' argument 5 names different: declaration 'var1' definition 'vara'. nco-5.3.9/src/nco/nco_msa.c:18:11: note: Function 'nco_msa_rcr_clc' argument 5 names different: declaration 'var1' definition 'vara'. nco-5.3.9/src/nco/nco_msa.c:281:30: style:inconclusive: Function 'nco_msa_prn_idx' argument 1 names different: declaration 'lmt_lst' definition 'lmt_i'. [funcArgNamesDifferent] nco-5.3.9/src/nco/nco_msa.h:54:16: note: Function 'nco_msa_prn_idx' argument 1 names different: declaration 'lmt_lst' definition 'lmt_i'. nco-5.3.9/src/nco/nco_msa.c:281:30: note: Function 'nco_msa_prn_idx' argument 1 names different: declaration 'lmt_lst' definition 'lmt_i'. nco-5.3.9/src/nco/nco_msa.c:303:11: style:inconclusive: Function 'nco_msa_clc_idx' argument 4 names different: declaration 'lmt_out' definition 'lmt'. [funcArgNamesDifferent] nco-5.3.9/src/nco/nco_msa.h:49:11: note: Function 'nco_msa_clc_idx' argument 4 names different: declaration 'lmt_out' definition 'lmt'. nco-5.3.9/src/nco/nco_msa.c:303:11: note: Function 'nco_msa_clc_idx' argument 4 names different: declaration 'lmt_out' definition 'lmt'. nco-5.3.9/src/nco/nco_msa.c:396:6: style:inconclusive: Function 'nco_msa_ram_2_dsk' argument 3 names different: declaration 'nbr_dmn' definition 'nbr_dim'. [funcArgNamesDifferent] nco-5.3.9/src/nco/nco_msa.h:104:6: note: Function 'nco_msa_ram_2_dsk' argument 3 names different: declaration 'nbr_dmn' definition 'nbr_dim'. nco-5.3.9/src/nco/nco_msa.c:396:6: note: Function 'nco_msa_ram_2_dsk' argument 3 names different: declaration 'nbr_dmn' definition 'nbr_dim'. nco-5.3.9/src/nco/nco_msa.c:394:8: style: Parameter 'dmn_sbs_ram' can be declared as pointer to const [constParameterPointer] nco-5.3.9/src/nco/nco_msa.c:1294:12: style: Variable 'var_out_ptr' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_msa.c:1331:13: error: Uninitialized struct member: var_in.nm_fll [uninitStructMember] nco-5.3.9/src/nco/nco_msa.c:1331:13: error: Uninitialized struct member: var_in.wgt_sum [uninitStructMember] nco-5.3.9/src/nco/nco_msa.c:1331:13: error: Uninitialized struct member: var_in.wgt_crr [uninitStructMember] nco-5.3.9/src/nco/nco_msa.c:1331:13: error: Uninitialized struct member: var_in.dim [uninitStructMember] nco-5.3.9/src/nco/nco_msa.c:1331:13: error: Uninitialized struct member: var_in.dmn_id [uninitStructMember] nco-5.3.9/src/nco/nco_msa.c:1331:13: error: Uninitialized struct member: var_in.cid [uninitStructMember] nco-5.3.9/src/nco/nco_msa.c:1331:13: error: Uninitialized struct member: var_in.dfl_lvl [uninitStructMember] nco-5.3.9/src/nco/nco_msa.c:1331:13: error: Uninitialized struct member: var_in.has_add_fst [uninitStructMember] nco-5.3.9/src/nco/nco_msa.c:1331:13: error: Uninitialized struct member: var_in.has_dpl_dmn [uninitStructMember] nco-5.3.9/src/nco/nco_msa.c:1331:13: error: Uninitialized struct member: var_in.has_scl_fct [uninitStructMember] nco-5.3.9/src/nco/nco_msa.c:1331:13: error: Uninitialized struct member: var_in.nbr_att [uninitStructMember] nco-5.3.9/src/nco/nco_msa.c:1331:13: error: Uninitialized struct member: var_in.nbr_dim [uninitStructMember] nco-5.3.9/src/nco/nco_msa.c:1331:13: error: Uninitialized struct member: var_in.pck_dsk [uninitStructMember] nco-5.3.9/src/nco/nco_msa.c:1331:13: error: Uninitialized struct member: var_in.pck_ram [uninitStructMember] nco-5.3.9/src/nco/nco_msa.c:1331:13: error: Uninitialized struct member: var_in.shuffle [uninitStructMember] nco-5.3.9/src/nco/nco_msa.c:1331:13: error: Uninitialized struct member: var_in.undefined [uninitStructMember] nco-5.3.9/src/nco/nco_msa.c:1331:13: error: Uninitialized struct member: var_in.cnt [uninitStructMember] nco-5.3.9/src/nco/nco_msa.c:1331:13: error: Uninitialized struct member: var_in.end [uninitStructMember] nco-5.3.9/src/nco/nco_msa.c:1331:13: error: Uninitialized struct member: var_in.srd [uninitStructMember] nco-5.3.9/src/nco/nco_msa.c:1331:13: error: Uninitialized struct member: var_in.srt [uninitStructMember] nco-5.3.9/src/nco/nco_msa.c:1331:13: error: Uninitialized struct member: var_in.tally [uninitStructMember] nco-5.3.9/src/nco/nco_msa.c:1331:13: error: Uninitialized struct member: var_in.sz_rec [uninitStructMember] nco-5.3.9/src/nco/nco_msa.c:1331:13: error: Uninitialized struct member: var_in.typ_dsk [uninitStructMember] nco-5.3.9/src/nco/nco_msa.c:1331:13: error: Uninitialized struct member: var_in.typ_pck [uninitStructMember] nco-5.3.9/src/nco/nco_msa.c:1331:13: error: Uninitialized struct member: var_in.typ_upk [uninitStructMember] nco-5.3.9/src/nco/nco_msa.c:1331:13: error: Uninitialized struct member: var_in.add_fst [uninitStructMember] nco-5.3.9/src/nco/nco_msa.c:1331:13: error: Uninitialized struct member: var_in.mss_val [uninitStructMember] nco-5.3.9/src/nco/nco_msa.c:1331:13: error: Uninitialized struct member: var_in.scl_fct [uninitStructMember] nco-5.3.9/src/nco/nco_msa.c:1331:13: error: Uninitialized struct member: var_in.is_crd_var [uninitStructMember] nco-5.3.9/src/nco/nco_msa.c:1331:13: error: Uninitialized struct member: var_in.is_fix_var [uninitStructMember] nco-5.3.9/src/nco/nco_msa.c:1331:13: error: Uninitialized struct member: var_in.is_rec_var [uninitStructMember] nco-5.3.9/src/nco/nco_msa.c:1331:13: error: Uninitialized struct member: var_in.cnk_sz [uninitStructMember] nco-5.3.9/src/nco/nco_msa.c:1331:13: error: Uninitialized struct member: var_in.xrf [uninitStructMember] nco-5.3.9/src/nco/nco_msa.c:87:13: style: Variable 'cp_wrp' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_msa.c:158:12: style: Variable 'indices' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_msa.c:159:11: style: Variable 'cp_wrp' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_msa.c:269:12: style: Variable 'dmn_srt' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_msa.c:270:12: style: Variable 'dmn_cnt' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_msa.c:271:12: style: Variable 'dmn_srd' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_msa.c:312:14: style: Variable 'crr_slb' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_msa.c:387:6: style: Variable 'mnm' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_msa.c:508:12: style: Variable 'indices' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_msa.c:509:8: style: Variable 'mnm' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_msa.c:654:31: style: Variable 'var_in' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_msa.c:1029:12: style: Variable 'indices' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_msa.c:1030:8: style: Variable 'mnm' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_msa.c:1429:30: style: Variable 'dmn_map_cnt' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_msa.c:1430:30: style: Variable 'dmn_map_srt' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_msa.c:1434:8: style: Variable 'lmt' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_msa.c:1629:6: style: Variable 'lmt' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_msa.c:1650:31: style: Variable 'var_in' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_msa.c:1721:7: style: Variable 'lmt' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_msa.c:1742:31: style: Variable 'var_in' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_msa.c:1760:10: style: Variable 'lmt_msa' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_mss_val.c:29:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_FILL_FLOAT [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_mss_val.c:66:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_FILL_FLOAT [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_mss_val.c:100:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NAT [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_mss_val.c:309:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_mss_val.c:422:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_mss_val.c:492:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_mss_val.c:100:18: style: Variable 'var_typ' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_mta.c:46:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_mta.c:89:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_mta.c:230:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_mta.c:269:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_mta.c:324:26: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] nco-5.3.9/src/nco/nco_mta.c:234:11: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] nco-5.3.9/src/nco/nco_mta.c:32:14: warning: If memory allocation fails, then there is a possible null pointer dereference: arg_dpl [nullPointerOutOfMemory] nco-5.3.9/src/nco/nco_mta.c:28:23: note: Assuming allocation function fails nco-5.3.9/src/nco/nco_mta.c:28:23: note: Assignment 'arg_dpl=strdup(arg)', assigned value is 0 nco-5.3.9/src/nco/nco_mta.c:32:14: note: Null pointer dereference nco-5.3.9/src/nco/nco_mta.c:109:27: warning: If memory allocation fails, then there is a possible null pointer dereference: arg [nullPointerOutOfMemory] nco-5.3.9/src/nco/nco_mta.c:267:25: note: Assuming allocation function fails nco-5.3.9/src/nco/nco_mta.c:267:25: note: Assignment 'arg_dpl=strdup(arg)', assigned value is 0 nco-5.3.9/src/nco/nco_mta.c:268:43: note: Calling function 'nco_remove_hyphens', 1st argument 'arg_dpl' value is 0 nco-5.3.9/src/nco/nco_mta.c:109:27: note: Null pointer dereference nco-5.3.9/src/nco/nco_mta.c:126:24: warning: If memory allocation fails, then there is a possible null pointer dereference: src [nullPointerOutOfMemory] nco-5.3.9/src/nco/nco_mta.c:324:25: note: Assuming allocation function fails nco-5.3.9/src/nco/nco_mta.c:324:25: note: Assignment 'set_of_keys=strdup(strtok(separate_arg[sng_idx],"="))', assigned value is 0 nco-5.3.9/src/nco/nco_mta.c:329:41: note: Calling function 'nco_sng_split', 1st argument 'set_of_keys' value is 0 nco-5.3.9/src/nco/nco_mta.c:126:24: note: Null pointer dereference nco-5.3.9/src/nco/nco_mta.c:132:14: warning: If memory allocation fails, then there is a possible null pointer dereference: sng_tmp [nullPointerOutOfMemory] nco-5.3.9/src/nco/nco_mta.c:126:23: note: Assuming allocation function fails nco-5.3.9/src/nco/nco_mta.c:126:23: note: Assignment 'sng_tmp=strdup(src)', assigned value is 0 nco-5.3.9/src/nco/nco_mta.c:132:14: note: Null pointer dereference nco-5.3.9/src/nco/nco_mta.c:292:30: warning: If memory allocation fails, then there is a possible null pointer dereference: arg [nullPointerOutOfMemory] nco-5.3.9/src/nco/nco_mta.c:324:25: note: Assuming allocation function fails nco-5.3.9/src/nco/nco_mta.c:324:25: note: Assignment 'set_of_keys=strdup(strtok(separate_arg[sng_idx],"="))', assigned value is 0 nco-5.3.9/src/nco/nco_mta.c:331:48: note: Calling function 'nco_count_blocks', 1st argument 'set_of_keys' value is 0 nco-5.3.9/src/nco/nco_mta.c:292:30: note: Null pointer dereference nco-5.3.9/src/nco/nco_mta.c:333:56: warning: If memory allocation fails, then there is a possible null pointer dereference: temp_value [nullPointerOutOfMemory] nco-5.3.9/src/nco/nco_mta.c:332:30: note: Assuming allocation function fails nco-5.3.9/src/nco/nco_mta.c:332:30: note: Assignment 'temp_value=strdup(individual_arg[sub_idx])', assigned value is 0 nco-5.3.9/src/nco/nco_mta.c:333:56: note: Null pointer dereference nco-5.3.9/src/nco/nco_mta.c:18:14: style:inconclusive: Function 'nco_sng2kvm' argument 1 names different: declaration 'sng' definition 'arg'. [funcArgNamesDifferent] nco-5.3.9/src/nco/nco_mta.h:37:16: note: Function 'nco_sng2kvm' argument 1 names different: declaration 'sng' definition 'arg'. nco-5.3.9/src/nco/nco_mta.c:18:14: note: Function 'nco_sng2kvm' argument 1 names different: declaration 'sng' definition 'arg'. nco-5.3.9/src/nco/nco_mta.c:97:9: style: Variable 'backslash_psn' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_mta.c:109:9: style: Variable 'hyphen_psn' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_mta.c:356:9: style: Variable 'nco_mta_dlm' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_mta.c:161:24: style: Variable 'idx_lst' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_mta.c:162:24: style: Variable 'sng_tmp' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_mta.c:164:24: style: Variable 'idx_lst' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_mta.c:165:24: style: Variable 'sng_tmp' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_mta.c:338:19: style: Variable 'individual_arg' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_mta.c:342:15: style: Variable 'separate_arg' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_netcdf.c:80:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_netcdf.c:337:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_netcdf.c:748:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_netcdf.c:759:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_netcdf.c:783:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_netcdf.c:793:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_netcdf.c:809:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_netcdf.c:827:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_netcdf.c:841:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_netcdf.c:855:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_netcdf.c:869:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_netcdf.c:896:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_netcdf.c:912:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_netcdf.c:926:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_netcdf.c:937:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_netcdf.c:953:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_netcdf.c:967:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_netcdf.c:981:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_netcdf.c:995:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_netcdf.c:1010:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_netcdf.c:1025:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_netcdf.c:1080:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_netcdf.c:1138:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_netcdf.c:1156:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_netcdf.c:1236:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_netcdf.c:1246:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_netcdf.c:1256:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_netcdf.c:1273:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_netcdf.c:1283:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_netcdf.c:1293:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_netcdf.c:1302:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_netcdf.c:1379:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_netcdf.c:1391:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_netcdf.c:1399:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_netcdf.c:1410:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_netcdf.c:1421:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_netcdf.c:1431:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_netcdf.c:1441:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_netcdf.c:1460:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_netcdf.c:1493:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_netcdf.c:1503:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_netcdf.c:1513:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_netcdf.c:1523:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_netcdf.c:1533:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_EBADDIM [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_netcdf.c:1546:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_netcdf.c:1558:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_netcdf.c:1735:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_ENAMEINUSE [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_netcdf.c:1770:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_EBADDIM [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_netcdf.c:1784:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_EBADDIM [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_netcdf.c:1799:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_EBADDIM [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_netcdf.c:1816:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_EBADDIM [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_netcdf.c:1827:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_netcdf.c:1841:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_EBADDIM [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_netcdf.c:1855:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_ENAMEINUSE [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_netcdf.c:2067:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_netcdf.c:2080:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_netcdf.c:2147:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_EBADCHUNK [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_netcdf.c:2189:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_netcdf.c:2198:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_netcdf.c:2207:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_netcdf.c:2218:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_netcdf.c:2243:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_netcdf.c:2268:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_netcdf.c:2289:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_netcdf.c:2313:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_netcdf.c:2326:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_netcdf.c:2340:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_netcdf.c:2349:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_netcdf.c:2358:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_netcdf.c:2368:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_netcdf.c:2379:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_netcdf.c:2392:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_netcdf.c:2411:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_netcdf.c:2457:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_ENOTATT [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_netcdf.c:2488:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_ENOTVAR [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_netcdf.c:2515:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_ENOTVAR [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_netcdf.c:2527:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_ENOTVAR [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_netcdf.c:2546:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_netcdf.c:2556:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_netcdf.c:2566:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_netcdf.c:2577:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_ENOTVAR [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_netcdf.c:2591:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_ENAMEINUSE [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_netcdf.c:2616:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_netcdf.c:2665:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_netcdf.c:2698:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_netcdf.c:2748:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_netcdf.c:2806:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_netcdf.c:2891:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_netcdf.c:2970:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_netcdf.c:3022:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_netcdf.c:3064:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_netcdf.c:3112:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_netcdf.c:3159:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_netcdf.c:3176:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_ENOTATT [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_netcdf.c:3190:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_netcdf.c:3201:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_ENOTATT [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_netcdf.c:3215:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_netcdf.c:3228:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_netcdf.c:3242:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_ENOTATT [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_netcdf.c:3253:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_netcdf.c:3268:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_netcdf.c:3299:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_ENAMEINUSE [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_netcdf.c:3320:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_netcdf.c:3329:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_netcdf.c:3404:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_netcdf.c:3480:123: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_netcdf.c:3481:125: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_netcdf.c:3482:162: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_netcdf.c:3483:131: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_netcdf.c:3484:120: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_netcdf.c:3485:123: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_netcdf.c:3486:139: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_netcdf.c:3487:61: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_netcdf.c:3488:78: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_netcdf.c:3489:96: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_netcdf.c:3490:114: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_netcdf.c:3491:118: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_netcdf.c:3492:101: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_netcdf.c:3493:109: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_netcdf.c:3496:95: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_netcdf.c:3497:104: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_netcdf.c:3498:85: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_netcdf.c:3499:105: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_netcdf.c:3500:101: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_netcdf.c:3501:75: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_netcdf.c:3507:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_netcdf.c:3517:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_netcdf.c:3527:116: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_netcdf.c:3528:187: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_netcdf.c:3529:108: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_netcdf.c:3535:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_netcdf.c:2089:38: portability: %ld in format string (no. 2) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] nco-5.3.9/src/nco/nco_netcdf.c:2159:34: portability: %ld in format string (no. 3) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] nco-5.3.9/src/nco/nco_netcdf.c:2163:39: portability: %lu in format string (no. 2) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint] nco-5.3.9/src/nco/nco_netcdf.c:2928:8: portability: %lu in format string (no. 2) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint] nco-5.3.9/src/nco/nco_netcdf.c:2928:8: portability: %lu in format string (no. 3) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint] nco-5.3.9/src/nco/nco_netcdf.c:2933:8: portability: %lu in format string (no. 2) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint] nco-5.3.9/src/nco/nco_netcdf.c:34:10: warning: If memory allocation fails, then there is a possible null pointer dereference: nm_cpy [nullPointerOutOfMemory] nco-5.3.9/src/nco/nco_netcdf.c:31:30: note: Assuming allocation function fails nco-5.3.9/src/nco/nco_netcdf.c:31:15: note: Assignment 'nm_cpy=nm_nc=(char*)strdup(nm_sng)', assigned value is 0 nco-5.3.9/src/nco/nco_netcdf.c:34:10: note: Null pointer dereference nco-5.3.9/src/nco/nco_netcdf.c:35:9: warning: If memory allocation fails, then there is a possible null pointer dereference: nm_cpy [nullPointerOutOfMemory] nco-5.3.9/src/nco/nco_netcdf.c:31:30: note: Assuming allocation function fails nco-5.3.9/src/nco/nco_netcdf.c:31:15: note: Assignment 'nm_cpy=nm_nc=(char*)strdup(nm_sng)', assigned value is 0 nco-5.3.9/src/nco/nco_netcdf.c:35:9: note: Null pointer dereference nco-5.3.9/src/nco/nco_netcdf.c:1389:4: warning: Possible null pointer dereference: pathlen [nullPointer] nco-5.3.9/src/nco/nco_netcdf.c:2877:23: note: Calling function 'nc_inq_path', 2nd argument 'NULL' value is 0 nco-5.3.9/src/nco/nco_netcdf.c:1389:4: note: Null pointer dereference nco-5.3.9/src/nco/nco_netcdf.c:1390:4: warning: Possible null pointer dereference: path [nullPointer] nco-5.3.9/src/nco/nco_netcdf.c:2875:32: note: Calling function 'nc_inq_path', 3rd argument 'NULL' value is 0 nco-5.3.9/src/nco/nco_netcdf.c:1390:4: note: Null pointer dereference nco-5.3.9/src/nco/nco_netcdf.c:2501:357: warning: If memory allocation fails, then there is a possible null pointer dereference: path [nullPointerOutOfMemory] nco-5.3.9/src/nco/nco_netcdf.c:2496:24: note: Assuming allocation function fails nco-5.3.9/src/nco/nco_netcdf.c:2496:10: note: Assignment 'path=(char*)malloc(pathlen*sizeof(char))', assigned value is 0 nco-5.3.9/src/nco/nco_netcdf.c:2501:357: note: Null pointer dereference nco-5.3.9/src/nco/nco_netcdf.c:2533:98: warning: If memory allocation fails, then there is a possible null pointer dereference: path [nullPointerOutOfMemory] nco-5.3.9/src/nco/nco_netcdf.c:2531:24: note: Assuming allocation function fails nco-5.3.9/src/nco/nco_netcdf.c:2531:10: note: Assignment 'path=(char*)malloc(pathlen*sizeof(char))', assigned value is 0 nco-5.3.9/src/nco/nco_netcdf.c:2533:98: note: Null pointer dereference nco-5.3.9/src/nco/nco_netcdf.c:2652:101: warning: If memory allocation fails, then there is a possible null pointer dereference: path [nullPointerOutOfMemory] nco-5.3.9/src/nco/nco_netcdf.c:2649:24: note: Assuming allocation function fails nco-5.3.9/src/nco/nco_netcdf.c:2649:10: note: Assignment 'path=(char*)malloc(pathlen*sizeof(char))', assigned value is 0 nco-5.3.9/src/nco/nco_netcdf.c:2652:101: note: Null pointer dereference nco-5.3.9/src/nco/nco_netcdf.c:2879:102: warning: If memory allocation fails, then there is a possible null pointer dereference: path [nullPointerOutOfMemory] nco-5.3.9/src/nco/nco_netcdf.c:2876:24: note: Assuming allocation function fails nco-5.3.9/src/nco/nco_netcdf.c:2876:10: note: Assignment 'path=(char*)malloc(pathlen*sizeof(char))', assigned value is 0 nco-5.3.9/src/nco/nco_netcdf.c:2879:102: note: Null pointer dereference nco-5.3.9/src/nco/nco_netcdf.c:2950:18: warning: If memory allocation fails, then there is a possible null pointer dereference: var_dbl [nullPointerOutOfMemory] nco-5.3.9/src/nco/nco_netcdf.c:2948:26: note: Assuming allocation function fails nco-5.3.9/src/nco/nco_netcdf.c:2948:10: note: Assignment 'var_dbl=(double*)malloc(var_sz*sizeof(double))', assigned value is 0 nco-5.3.9/src/nco/nco_netcdf.c:2950:18: note: Null pointer dereference nco-5.3.9/src/nco/nco_netcdf.c:2952:7: warning: If memory allocation fails, then there is a possible null pointer dereference: var_dbl [nullPointerOutOfMemory] nco-5.3.9/src/nco/nco_netcdf.c:2948:26: note: Assuming allocation function fails nco-5.3.9/src/nco/nco_netcdf.c:2948:10: note: Assignment 'var_dbl=(double*)malloc(var_sz*sizeof(double))', assigned value is 0 nco-5.3.9/src/nco/nco_netcdf.c:2952:7: note: Null pointer dereference nco-5.3.9/src/nco/nco_netcdf.c:2953:7: warning: If memory allocation fails, then there is a possible null pointer dereference: var_dbl [nullPointerOutOfMemory] nco-5.3.9/src/nco/nco_netcdf.c:2948:26: note: Assuming allocation function fails nco-5.3.9/src/nco/nco_netcdf.c:2948:10: note: Assignment 'var_dbl=(double*)malloc(var_sz*sizeof(double))', assigned value is 0 nco-5.3.9/src/nco/nco_netcdf.c:2953:7: note: Null pointer dereference nco-5.3.9/src/nco/nco_netcdf.c:36:11: error: If memory allocation fails: pointer addition with NULL pointer. [nullPointerArithmeticOutOfMemory] nco-5.3.9/src/nco/nco_netcdf.c:31:30: note: Assuming allocation function fails nco-5.3.9/src/nco/nco_netcdf.c:31:15: note: Assignment 'nm_cpy=nm_nc=(char*)strdup(nm_sng)', assigned value is 0 nco-5.3.9/src/nco/nco_netcdf.c:36:11: note: Null pointer addition nco-5.3.9/src/nco/nco_netcdf.c:1048:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_netcdf.c:1047:6: note: rcd is assigned nco-5.3.9/src/nco/nco_netcdf.c:1048:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_netcdf.c:2094:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_netcdf.c:2086:10: note: rcd is assigned nco-5.3.9/src/nco/nco_netcdf.c:2094:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_netcdf.c:2307:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_netcdf.c:2305:6: note: rcd is assigned nco-5.3.9/src/nco/nco_netcdf.c:2307:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_netcdf.c:2497:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_netcdf.c:2495:8: note: rcd is assigned nco-5.3.9/src/nco/nco_netcdf.c:2497:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_netcdf.c:2500:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_netcdf.c:2497:8: note: rcd is assigned nco-5.3.9/src/nco/nco_netcdf.c:2500:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_netcdf.c:3485:97: style:inconclusive: Function 'nco_def_vlen' argument 4 names different: declaration 'vlen_typ' definition 'var_typ'. [funcArgNamesDifferent] nco-5.3.9/src/nco/nco_netcdf.h:550:97: note: Function 'nco_def_vlen' argument 4 names different: declaration 'vlen_typ' definition 'var_typ'. nco-5.3.9/src/nco/nco_netcdf.c:3485:97: note: Function 'nco_def_vlen' argument 4 names different: declaration 'vlen_typ' definition 'var_typ'. nco-5.3.9/src/nco/nco_netcdf.c:3486:48: style:inconclusive: Function 'nco_inq_vlen' argument 2 names different: declaration 'vlen_typ' definition 'var_typ'. [funcArgNamesDifferent] nco-5.3.9/src/nco/nco_netcdf.h:551:48: note: Function 'nco_inq_vlen' argument 2 names different: declaration 'vlen_typ' definition 'var_typ'. nco-5.3.9/src/nco/nco_netcdf.c:3486:48: note: Function 'nco_inq_vlen' argument 2 names different: declaration 'vlen_typ' definition 'var_typ'. nco-5.3.9/src/nco/nco_netcdf.c:3562:34: style:inconclusive: Function 'nc_get_vara_longlong' argument 1 names different: declaration 'ncrd_id' definition 'nc_id'. [funcArgNamesDifferent] nco-5.3.9/src/nco/nco_netcdf.h:725:36: note: Function 'nc_get_vara_longlong' argument 1 names different: declaration 'ncrd_id' definition 'nc_id'. nco-5.3.9/src/nco/nco_netcdf.c:3562:34: note: Function 'nc_get_vara_longlong' argument 1 names different: declaration 'ncrd_id' definition 'nc_id'. nco-5.3.9/src/nco/nco_netcdf.c:3465:91: style: Parameter 'cnk_sz' can be declared as pointer to const [constParameterPointer] nco-5.3.9/src/nco/nco_netcdf.c:3473:87: style: Parameter 'fll_val' can be declared as pointer to const [constParameterPointer] nco-5.3.9/src/nco/nco_netcdf.c:3480:97: style: Parameter 'var_typ' can be declared as pointer to const [constParameterPointer] nco-5.3.9/src/nco/nco_netcdf.c:3482:69: style: Parameter 'typ_nm' can be declared as pointer to const [constParameterPointer] nco-5.3.9/src/nco/nco_netcdf.c:3482:92: style: Parameter 'bs_typ' can be declared as pointer to const [constParameterPointer] nco-5.3.9/src/nco/nco_netcdf.c:3482:114: style: Parameter 'typ_sz' can be declared as pointer to const [constParameterPointer] nco-5.3.9/src/nco/nco_netcdf.c:3482:136: style: Parameter 'typ_nbr' can be declared as pointer to const [constParameterPointer] nco-5.3.9/src/nco/nco_netcdf.c:3483:90: style: Parameter 'mbr_nm' can be declared as pointer to const [constParameterPointer] nco-5.3.9/src/nco/nco_netcdf.c:3483:110: style: Parameter 'vp' can be declared as pointer to const [constParameterPointer] nco-5.3.9/src/nco/nco_netcdf.c:3484:95: style: Parameter 'mbr_nm' can be declared as pointer to const [constParameterPointer] nco-5.3.9/src/nco/nco_netcdf.c:3485:97: style: Parameter 'var_typ' can be declared as pointer to const [constParameterPointer] nco-5.3.9/src/nco/nco_netcdf.c:3486:69: style: Parameter 'typ_nm' can be declared as pointer to const [constParameterPointer] nco-5.3.9/src/nco/nco_netcdf.c:3486:91: style: Parameter 'typ_sz' can be declared as pointer to const [constParameterPointer] nco-5.3.9/src/nco/nco_netcdf.c:3486:114: style: Parameter 'bs_typ' can be declared as pointer to const [constParameterPointer] nco-5.3.9/src/nco/nco_netcdf.c:3487:37: style: Parameter 'vlenp' can be declared as pointer to const [constParameterPointer] nco-5.3.9/src/nco/nco_netcdf.c:3488:54: style: Parameter 'vlenp' can be declared as pointer to const [constParameterPointer] nco-5.3.9/src/nco/nco_netcdf.c:3489:71: style: Parameter 'grp_id' can be declared as pointer to const [constParameterPointer] nco-5.3.9/src/nco/nco_netcdf.c:3492:76: style: Parameter 'grp_id' can be declared as pointer to const [constParameterPointer] nco-5.3.9/src/nco/nco_netcdf.c:3494:52: style: Parameter 'prn_id' can be declared as pointer to const [constParameterPointer] nco-5.3.9/src/nco/nco_netcdf.c:3495:56: style: Parameter 'prn_id' can be declared as pointer to const [constParameterPointer] nco-5.3.9/src/nco/nco_netcdf.c:3497:51: style: Parameter 'grp_nm_lng' can be declared as pointer to const [constParameterPointer] nco-5.3.9/src/nco/nco_netcdf.c:3497:75: style: Parameter 'grp_nm_fll' can be declared as pointer to const [constParameterPointer] nco-5.3.9/src/nco/nco_netcdf.c:3498:56: style: Parameter 'grp_nm_lng' can be declared as pointer to const [constParameterPointer] nco-5.3.9/src/nco/nco_netcdf.c:3500:76: style: Parameter 'grp_id' can be declared as pointer to const [constParameterPointer] nco-5.3.9/src/nco/nco_netcdf.c:3527:69: style: Parameter 'typ_nm' can be declared as pointer to const [constParameterPointer] nco-5.3.9/src/nco/nco_netcdf.c:3527:91: style: Parameter 'typ_sz' can be declared as pointer to const [constParameterPointer] nco-5.3.9/src/nco/nco_netcdf.c:3528:74: style: Parameter 'typ_nm' can be declared as pointer to const [constParameterPointer] nco-5.3.9/src/nco/nco_netcdf.c:3528:96: style: Parameter 'typ_sz' can be declared as pointer to const [constParameterPointer] nco-5.3.9/src/nco/nco_netcdf.c:3528:119: style: Parameter 'bs_typ' can be declared as pointer to const [constParameterPointer] nco-5.3.9/src/nco/nco_netcdf.c:3528:141: style: Parameter 'fld_nbr' can be declared as pointer to const [constParameterPointer] nco-5.3.9/src/nco/nco_netcdf.c:3528:161: style: Parameter 'cls_typ' can be declared as pointer to const [constParameterPointer] nco-5.3.9/src/nco/nco_netcdf.c:3543:86: style: Parameter 'ubp' can be declared as pointer to const [constParameterPointer] nco-5.3.9/src/nco/nco_netcdf.c:3544:88: style: Parameter 'usp' can be declared as pointer to const [constParameterPointer] nco-5.3.9/src/nco/nco_netcdf.c:3545:84: style: Parameter 'uip' can be declared as pointer to const [constParameterPointer] nco-5.3.9/src/nco/nco_netcdf.c:3546:86: style: Parameter 'i64p' can be declared as pointer to const [constParameterPointer] nco-5.3.9/src/nco/nco_netcdf.c:3547:88: style: Parameter 'ui64p' can be declared as pointer to const [constParameterPointer] nco-5.3.9/src/nco/nco_netcdf.c:3559:104: style: Parameter 'ubp' can be declared as pointer to const [constParameterPointer] nco-5.3.9/src/nco/nco_netcdf.c:3560:106: style: Parameter 'usp' can be declared as pointer to const [constParameterPointer] nco-5.3.9/src/nco/nco_netcdf.c:3561:102: style: Parameter 'uip' can be declared as pointer to const [constParameterPointer] nco-5.3.9/src/nco/nco_netcdf.c:3562:104: style: Parameter 'i64p' can be declared as pointer to const [constParameterPointer] nco-5.3.9/src/nco/nco_netcdf.c:3563:106: style: Parameter 'ui64p' can be declared as pointer to const [constParameterPointer] nco-5.3.9/src/nco/nco_netcdf.c:3575:125: style: Parameter 'ubp' can be declared as pointer to const [constParameterPointer] nco-5.3.9/src/nco/nco_netcdf.c:3576:127: style: Parameter 'usp' can be declared as pointer to const [constParameterPointer] nco-5.3.9/src/nco/nco_netcdf.c:3577:123: style: Parameter 'uip' can be declared as pointer to const [constParameterPointer] nco-5.3.9/src/nco/nco_netcdf.c:3578:125: style: Parameter 'i64p' can be declared as pointer to const [constParameterPointer] nco-5.3.9/src/nco/nco_netcdf.c:3579:127: style: Parameter 'ui64p' can be declared as pointer to const [constParameterPointer] nco-5.3.9/src/nco/nco_netcdf.c:3591:146: style: Parameter 'ubp' can be declared as pointer to const [constParameterPointer] nco-5.3.9/src/nco/nco_netcdf.c:3592:148: style: Parameter 'usp' can be declared as pointer to const [constParameterPointer] nco-5.3.9/src/nco/nco_netcdf.c:3593:144: style: Parameter 'uip' can be declared as pointer to const [constParameterPointer] nco-5.3.9/src/nco/nco_netcdf.c:3594:146: style: Parameter 'i64p' can be declared as pointer to const [constParameterPointer] nco-5.3.9/src/nco/nco_netcdf.c:3595:148: style: Parameter 'ui64p' can be declared as pointer to const [constParameterPointer] nco-5.3.9/src/nco/nco_netcdf.c:3617:86: style: Parameter 'ubp' can be declared as pointer to const [constParameterPointer] nco-5.3.9/src/nco/nco_netcdf.c:3618:88: style: Parameter 'usp' can be declared as pointer to const [constParameterPointer] nco-5.3.9/src/nco/nco_netcdf.c:3619:84: style: Parameter 'uip' can be declared as pointer to const [constParameterPointer] nco-5.3.9/src/nco/nco_netcdf.c:3620:86: style: Parameter 'i64p' can be declared as pointer to const [constParameterPointer] nco-5.3.9/src/nco/nco_netcdf.c:3621:88: style: Parameter 'ui64p' can be declared as pointer to const [constParameterPointer] nco-5.3.9/src/nco/nco_netcdf.c:1796:23: warning: Uninitialized variable: *dmn_sz [uninitvar] nco-5.3.9/src/nco/nco_netcdf.c:2086:52: note: Calling function 'nco_inq_dim', 4th argument '&dmn_cnt' value is nco-5.3.9/src/nco/nco_netcdf.c:1796:6: note: Assuming condition is true nco-5.3.9/src/nco/nco_netcdf.c:1796:23: note: Uninitialized variable: *dmn_sz nco-5.3.9/src/nco/nco_netcdf.c:3173:23: warning: Uninitialized variable: *att_sz [uninitvar] nco-5.3.9/src/nco/nco_netcdf.c:2456:61: note: Calling function 'nco_inq_att_flg', 5th argument '&scl_fct_lng' value is nco-5.3.9/src/nco/nco_netcdf.c:3173:6: note: Assuming condition is true nco-5.3.9/src/nco/nco_netcdf.c:3173:23: note: Uninitialized variable: *att_sz nco-5.3.9/src/nco/nco_netcdf.c:1040:22: style: Variable 'fnc_nm' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_netcdf.c:1067:14: style: Variable 'flt_idx' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_netcdf.c:1087:7: style: Unused variable: flt_idx [unusedVariable] nco-5.3.9/src/nco/nco_omp.c:49:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_omp.c:240:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_omp.c:253:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_omp.c:278:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_omp.c:24:53: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg] nco-5.3.9/src/nco/nco_omp.c:25:43: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg] nco-5.3.9/src/nco/nco_omp.c:26:53: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg] nco-5.3.9/src/nco/nco_omp.c:87:21: style: Condition 'omp_in_parallel()' is always false [knownConditionTrueFalse] nco-5.3.9/src/nco/nco_omp.c:87:21: note: Calling function 'omp_in_parallel' returns 0 nco-5.3.9/src/nco/nco_omp.c:87:21: note: Condition 'omp_in_parallel()' is always false nco-5.3.9/src/nco/nco_omp.c:178:162: style: Condition 'dyn_thr' is always false [knownConditionTrueFalse] nco-5.3.9/src/nco/nco_omp.c:177:28: note: Calling function 'omp_get_dynamic' returns 0 nco-5.3.9/src/nco/nco_omp.c:177:28: note: Assignment 'dyn_thr=omp_get_dynamic()', assigned value is 0 nco-5.3.9/src/nco/nco_omp.c:178:26: note: Assuming condition is true nco-5.3.9/src/nco/nco_omp.c:178:162: note: Condition 'dyn_thr' is always false nco-5.3.9/src/nco/nco_omp.c:195:21: style: Condition 'omp_in_parallel()' is always false [knownConditionTrueFalse] nco-5.3.9/src/nco/nco_omp.c:195:21: note: Calling function 'omp_in_parallel' returns 0 nco-5.3.9/src/nco/nco_omp.c:195:21: note: Condition 'omp_in_parallel()' is always false nco-5.3.9/src/nco/nco_omp.c:222:78: style: Condition 'thr_nbr_act>1' is always false [knownConditionTrueFalse] nco-5.3.9/src/nco/nco_omp.c:203:34: note: Calling function 'omp_get_max_threads' returns 1 nco-5.3.9/src/nco/nco_omp.c:203:34: note: Assignment 'thr_nbr_act=omp_get_max_threads()', assigned value is 1 nco-5.3.9/src/nco/nco_omp.c:222:78: note: Condition 'thr_nbr_act>1' is always false nco-5.3.9/src/nco/nco_omp.c:75:3: style:inconclusive: Statements following 'return' will never be executed. [unreachableCode] nco-5.3.9/src/nco/nco_omp.c:47:9: style: Variable 'nvr_OMP_NUM_THREADS' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_omp.c:250:8: style: Variable 'fnc_nm' can be declared as const array [constVariable] nco-5.3.9/src/nco/nco_omp.c:273:8: style: Variable 'fnc_nm' can be declared as const array [constVariable] nco-5.3.9/src/nco/nco_omp.c:24:68: style: Variable 'dynamic_threads' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_omp.c:25:49: style: Variable 'nested' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_omp.c:26:64: style: Variable 'num_threads' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_omp.c:51:27: style: Variable 'USR_SPC_THR_RQS' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_omp.c:53:14: style: Variable 'dyn_thr' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_omp.c:55:26: style: Variable 'ntg_OMP_NUM_THREADS' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_omp.c:58:22: style: Variable 'thr_nbr_max_fsh' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_omp.c:59:18: style: Variable 'thr_nbr_max' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_omp.c:60:18: style: Variable 'thr_nbr_rqs' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_pck.c:93:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_pck.c:106:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_pck.c:121:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_pck.c:160:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_pck.c:205:58: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_pck.c:250:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NAT [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_pck.c:477:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_ENOTATT [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_pck.c:548:58: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_pck.c:636:58: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_pck.c:748:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_pck.c:1092:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_pck.c:1234:55: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_pck.c:160:112: warning: Either the condition 'nco_pck_map_sng==NULL' is redundant or there is possible null pointer dereference: nco_pck_map_sng. [nullPointerRedundantCheck] nco-5.3.9/src/nco/nco_pck.c:159:22: note: Assuming that condition 'nco_pck_map_sng==NULL' is not redundant nco-5.3.9/src/nco/nco_pck.c:160:112: note: Null pointer dereference nco-5.3.9/src/nco/nco_pck.c:164:14: warning: Either the condition 'nco_pck_map_sng==NULL' is redundant or there is possible null pointer dereference: nco_pck_map_sng. [nullPointerRedundantCheck] nco-5.3.9/src/nco/nco_pck.c:159:22: note: Assuming that condition 'nco_pck_map_sng==NULL' is not redundant nco-5.3.9/src/nco/nco_pck.c:164:14: note: Null pointer dereference nco-5.3.9/src/nco/nco_pck.c:214:14: warning: Either the condition 'nco_pck_plc_sng==NULL' is redundant or there is possible null pointer dereference: nco_pck_plc_sng. [nullPointerRedundantCheck] nco-5.3.9/src/nco/nco_pck.c:203:22: note: Assuming that condition 'nco_pck_plc_sng==NULL' is not redundant nco-5.3.9/src/nco/nco_pck.c:214:14: note: Null pointer dereference nco-5.3.9/src/nco/nco_pck.c:918:82: warning: Either the condition 'min_var' is redundant or there is possible null pointer dereference: min_var. [nullPointerRedundantCheck] nco-5.3.9/src/nco/nco_pck.c:980:8: note: Assuming that condition 'min_var' is not redundant nco-5.3.9/src/nco/nco_pck.c:918:82: note: Null pointer dereference nco-5.3.9/src/nco/nco_pck.c:918:95: warning: Either the condition 'max_var' is redundant or there is possible null pointer dereference: max_var. [nullPointerRedundantCheck] nco-5.3.9/src/nco/nco_pck.c:981:8: note: Assuming that condition 'max_var' is not redundant nco-5.3.9/src/nco/nco_pck.c:918:95: note: Null pointer dereference nco-5.3.9/src/nco/nco_pck.c:919:82: warning: Either the condition 'hlf_var' is redundant or there is possible null pointer dereference: hlf_var. [nullPointerRedundantCheck] nco-5.3.9/src/nco/nco_pck.c:983:8: note: Assuming that condition 'hlf_var' is not redundant nco-5.3.9/src/nco/nco_pck.c:919:82: note: Null pointer dereference nco-5.3.9/src/nco/nco_pck.c:919:95: warning: Either the condition 'max_var' is redundant or there is possible null pointer dereference: max_var. [nullPointerRedundantCheck] nco-5.3.9/src/nco/nco_pck.c:981:8: note: Assuming that condition 'max_var' is not redundant nco-5.3.9/src/nco/nco_pck.c:919:95: note: Null pointer dereference nco-5.3.9/src/nco/nco_pck.c:921:46: warning: Either the condition 'max_var' is redundant or there is possible null pointer dereference: max_var. [nullPointerRedundantCheck] nco-5.3.9/src/nco/nco_pck.c:981:8: note: Assuming that condition 'max_var' is not redundant nco-5.3.9/src/nco/nco_pck.c:921:46: note: Null pointer dereference nco-5.3.9/src/nco/nco_pck.c:945:82: warning: Either the condition 'min_var' is redundant or there is possible null pointer dereference: min_var. [nullPointerRedundantCheck] nco-5.3.9/src/nco/nco_pck.c:980:8: note: Assuming that condition 'min_var' is not redundant nco-5.3.9/src/nco/nco_pck.c:945:82: note: Null pointer dereference nco-5.3.9/src/nco/nco_pck.c:960:36: warning: Either the condition 'zero_var' is redundant or there is possible null pointer dereference: zero_var. [nullPointerRedundantCheck] nco-5.3.9/src/nco/nco_pck.c:961:10: note: Assuming that condition 'zero_var' is not redundant nco-5.3.9/src/nco/nco_pck.c:960:36: note: Null pointer dereference nco-5.3.9/src/nco/nco_pck.c:1263:24: warning: Either the condition 'var_tmp' is redundant or there is possible null pointer dereference: var_tmp. [nullPointerRedundantCheck] nco-5.3.9/src/nco/nco_pck.c:1272:6: note: Assuming that condition 'var_tmp' is not redundant nco-5.3.9/src/nco/nco_pck.c:1263:24: note: Null pointer dereference nco-5.3.9/src/nco/nco_pck.c:1264:24: warning: Either the condition 'var_tmp' is redundant or there is possible null pointer dereference: var_tmp. [nullPointerRedundantCheck] nco-5.3.9/src/nco/nco_pck.c:1272:6: note: Assuming that condition 'var_tmp' is not redundant nco-5.3.9/src/nco/nco_pck.c:1264:24: note: Null pointer dereference nco-5.3.9/src/nco/nco_pck.c:1271:3: warning: Either the condition 'var_tmp' is redundant or there is possible null pointer dereference: var_tmp. [nullPointerRedundantCheck] nco-5.3.9/src/nco/nco_pck.c:1272:6: note: Assuming that condition 'var_tmp' is not redundant nco-5.3.9/src/nco/nco_pck.c:1271:3: note: Null pointer dereference nco-5.3.9/src/nco/nco_pck.c:721:16: style:inconclusive: Function 'nco_var_pck' argument 2 names different: declaration 'typ_pck' definition 'nc_typ_pck'. [funcArgNamesDifferent] nco-5.3.9/src/nco/nco_pck.h:137:16: note: Function 'nco_var_pck' argument 2 names different: declaration 'typ_pck' definition 'nc_typ_pck'. nco-5.3.9/src/nco/nco_pck.c:721:16: note: Function 'nco_var_pck' argument 2 names different: declaration 'typ_pck' definition 'nc_typ_pck'. nco-5.3.9/src/nco/nco_pck.c:156:9: style: Variable 'nco_prg_nm' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_pck.c:961:28: style: Variable 'zero_var' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_pck.c:980:24: style: Variable 'min_var' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_pck.c:981:24: style: Variable 'max_var' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_pck.c:982:32: style: Variable 'max_var_dpl' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_pck.c:983:24: style: Variable 'hlf_var' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_pck.c:984:26: style: Variable 'ndrv_var' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_pck.c:1272:22: style: Variable 'var_tmp' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_ply.c:703:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_ply.c:1436:29: style: Expression is always true because 'else if' condition is opposite to previous condition at line 1433. [multiCondition] nco-5.3.9/src/nco/nco_ply.c:1433:22: note: first condition nco-5.3.9/src/nco/nco_ply.c:1436:29: note: else if condition is opposite to first condition nco-5.3.9/src/nco/nco_ply.c:1420:19: style: Variable 'pl->dp_x_ctr' is reassigned a value before the old one has been used. 'break;' missing? [redundantAssignInSwitch] nco-5.3.9/src/nco/nco_ply.c:1388:19: note: $symbol is assigned nco-5.3.9/src/nco/nco_ply.c:1420:19: note: $symbol is overwritten nco-5.3.9/src/nco/nco_ply.c:1454:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak] nco-5.3.9/src/nco/nco_ply.c:1463:11: style:inconclusive: Function 'nco_poly_intersect' argument 4 names different: declaration 'r' definition 'nbr_r'. [funcArgNamesDifferent] nco-5.3.9/src/nco/nco_ply.h:176:9: note: Function 'nco_poly_intersect' argument 4 names different: declaration 'r' definition 'nbr_r'. nco-5.3.9/src/nco/nco_ply.c:1463:11: note: Function 'nco_poly_intersect' argument 4 names different: declaration 'r' definition 'nbr_r'. nco-5.3.9/src/nco/nco_ply.c:467:15: style: Local variable 'bDeg' shadows outer variable [shadowVariable] nco-5.3.9/src/nco/nco_ply.c:440:14: note: Shadowed variable nco-5.3.9/src/nco/nco_ply.c:467:15: note: Shadow local variable nco-5.3.9/src/nco/nco_ply.c:185:27: style: Parameter 'pl' can be declared as pointer to const [constParameterPointer] nco-5.3.9/src/nco/nco_ply.c:652:14: style: Parameter 'pl_in' can be declared as pointer to const [constParameterPointer] nco-5.3.9/src/nco/nco_ply.c:653:14: style: Parameter 'pl_out' can be declared as pointer to const [constParameterPointer] nco-5.3.9/src/nco/nco_ply.c:691:12: style: Parameter 'pl' can be declared as pointer to const [constParameterPointer] nco-5.3.9/src/nco/nco_ply.c:764:9: style: Parameter 'sp_sng' can be declared as pointer to const [constParameterPointer] nco-5.3.9/src/nco/nco_ply.c:1095:16: style: Parameter 'pl' can be declared as pointer to const [constParameterPointer] nco-5.3.9/src/nco/nco_ply.c:346:13: style: Variable 'lcl_x_in' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_ply.c:347:13: style: Variable 'lcl_y_in' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_ply.c:622:18: style: Variable 'lcl_dp_x' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_ply.c:798:12: style: Variable 'pl_vrl' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_ply.c:866:12: style: Variable 'pl_in' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_ply.c:906:8: style: Variable 'pl_in' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_ply.c:907:10: style: Variable 'pl_bnds' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_ply.c:947:12: style: Variable 'pl_in' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_ply.c:1005:8: style: Variable 'pl_in' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_ply.c:1006:10: style: Variable 'pl_bnds' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_ply_lst.c:136:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_ply_lst.c:275:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_ply_lst.c:398:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_ply_lst.c:593:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_ply_lst.c:648:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_ply_lst.c:1066:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_ply_lst.c:1141:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_ply_lst.c:1207:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_ply_lst.c:712:11: style: Condition '0&&nco_dbg_lvl_get()>=nco_dbg_dev' is always false [knownConditionTrueFalse] nco-5.3.9/src/nco/nco_ply_lst.c:802:14: style: Condition '0&&nco_dbg_lvl_get()>=nco_dbg_dev' is always false [knownConditionTrueFalse] nco-5.3.9/src/nco/nco_ply_lst.c:1269:11: style: Condition '0&&nco_dbg_lvl_get()>=nco_dbg_dev' is always false [knownConditionTrueFalse] nco-5.3.9/src/nco/nco_ply_lst.c:203:11: portability: %lu in format string (no. 3) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint] nco-5.3.9/src/nco/nco_ply_lst.c:329:11: portability: %lu in format string (no. 3) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint] nco-5.3.9/src/nco/nco_ply_lst.c:329:11: portability: %lu in format string (no. 4) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint] nco-5.3.9/src/nco/nco_ply_lst.c:480:11: portability: %lu in format string (no. 3) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint] nco-5.3.9/src/nco/nco_ply_lst.c:480:11: portability: %lu in format string (no. 4) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint] nco-5.3.9/src/nco/nco_ply_lst.c:603:49: portability: %lu in format string (no. 3) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint] nco-5.3.9/src/nco/nco_ply_lst.c:713:7: portability: %lu in format string (no. 2) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint] nco-5.3.9/src/nco/nco_ply_lst.c:961:16: portability: %lu in format string (no. 2) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint] nco-5.3.9/src/nco/nco_ply_lst.c:970:20: portability: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint] nco-5.3.9/src/nco/nco_ply_lst.c:1000:13: portability: %ld in format string (no. 4) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] nco-5.3.9/src/nco/nco_ply_lst.c:1000:13: portability: %ld in format string (no. 5) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] nco-5.3.9/src/nco/nco_ply_lst.c:1270:7: portability: %lu in format string (no. 2) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint] nco-5.3.9/src/nco/nco_ply_lst.c:1389:13: portability: %ld in format string (no. 4) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] nco-5.3.9/src/nco/nco_ply_lst.c:1389:13: portability: %ld in format string (no. 5) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] nco-5.3.9/src/nco/nco_ply_lst.c:727:14: style: Variable 'vrl_cnt' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_ply_lst.c:726:14: note: vrl_cnt is assigned nco-5.3.9/src/nco/nco_ply_lst.c:727:14: note: vrl_cnt is overwritten nco-5.3.9/src/nco/nco_ply_lst.c:565:20: style: Checking if unsigned expression 'jdx' is less than zero. [unsignedLessThanZero] nco-5.3.9/src/nco/nco_ply_lst.c:550:17: note: Assignment 'cnt_vrl=0', assigned value is 0 nco-5.3.9/src/nco/nco_ply_lst.c:565:20: note: Unsigned less than zero nco-5.3.9/src/nco/nco_ply_lst.c:73:9: style: Parameter 'area' can be declared as pointer to const [constParameterPointer] nco-5.3.9/src/nco/nco_ply_lst.c:74:6: style: Parameter 'msk' can be declared as pointer to const [constParameterPointer] nco-5.3.9/src/nco/nco_ply_lst.c:76:9: style: Parameter 'lon_ctr' can be declared as pointer to const [constParameterPointer] nco-5.3.9/src/nco/nco_ply_lst.c:215:6: style: Parameter 'msk' can be declared as pointer to const [constParameterPointer] nco-5.3.9/src/nco/nco_ply_lst.c:216:9: style: Parameter 'lat_ctr' can be declared as pointer to const [constParameterPointer] nco-5.3.9/src/nco/nco_ply_lst.c:217:9: style: Parameter 'lon_ctr' can be declared as pointer to const [constParameterPointer] nco-5.3.9/src/nco/nco_ply_lst.c:339:6: style: Parameter 'msk' can be declared as pointer to const [constParameterPointer] nco-5.3.9/src/nco/nco_ply_lst.c:340:9: style: Parameter 'lat_ctr' can be declared as pointer to const [constParameterPointer] nco-5.3.9/src/nco/nco_ply_lst.c:341:9: style: Parameter 'lon_ctr' can be declared as pointer to const [constParameterPointer] nco-5.3.9/src/nco/nco_ply_lst.c:1260:15: style: Variable 'pl' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_ply_lst.c:1462:29: warning: Size of pointer 'mem_lst' used instead of size of its data. [pointerSize] nco-5.3.9/src/nco/nco_ply_lst.c:1479:29: warning: Size of pointer 'mem_lst' used instead of size of its data. [pointerSize] nco-5.3.9/src/nco/nco_ply_lst.c:18:10: style: Variable 'jdx' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_ply_lst.c:331:9: style: Variable 'pl_msk' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_ply_lst.c:482:9: style: Variable 'pl_msk' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_ply_lst.c:605:8: style: Variable 'list' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_ply_lst.c:628:14: style: Variable 'thr_idx' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_ply_lst.c:936:17: style: Variable 'pl_vrl' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_ply_lst.c:1014:15: style: Variable 'pl_lst_dbg' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_ply_lst.c:1031:10: style: Variable 'mem_lst' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_ply_lst.c:1149:7: style: Variable 'area' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_ply_lst.c:1185:15: style: Variable 'thr_idx' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_ply_lst.c:1400:10: style: Variable 'mem_lst' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_ppc.c:28:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_ppc.c:75:58: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_ppc.c:210:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_ppc.c:255:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_ppc.c:392:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_CHAR [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_ppc.c:691:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_DOUBLE [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_ppc.c:166:37: style: Redundant condition: !trv_tbl->lst[idx_tbl].flg_nsd. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] nco-5.3.9/src/nco/nco_ppc.c:1218:26: style: Condition 'op1.dp[idx]!=0.0&&op1.dp[idx]!=1.0' is always true [knownConditionTrueFalse] nco-5.3.9/src/nco/nco_ppc.c:1210:24: note: Assuming that condition 'op1.dp[idx]!=0.0&&op1.dp[idx]!=1.0' is not redundant nco-5.3.9/src/nco/nco_ppc.c:1218:26: note: Condition 'op1.dp[idx]!=0.0&&op1.dp[idx]!=1.0' is always true nco-5.3.9/src/nco/nco_ppc.c:1334:11: portability: Casting from double * to unsigned long long * is not portable due to different binary data representations on different platforms. [invalidPointerCast] nco-5.3.9/src/nco/nco_ppc.c:64:12: style:inconclusive: Function 'nco_ppc_ini' argument 5 names different: declaration 'ppc_nbr' definition 'ppc_arg_nbr'. [funcArgNamesDifferent] nco-5.3.9/src/nco/nco_ppc.h:55:14: note: Function 'nco_ppc_ini' argument 5 names different: declaration 'ppc_nbr' definition 'ppc_arg_nbr'. nco-5.3.9/src/nco/nco_ppc.c:64:12: note: Function 'nco_ppc_ini' argument 5 names different: declaration 'ppc_nbr' definition 'ppc_arg_nbr'. nco-5.3.9/src/nco/nco_ppc.c:235:21: style:inconclusive: Function 'nco_ppc_set_var' argument 1 names different: declaration 'var_nm_fll' definition 'var_nm'. [funcArgNamesDifferent] nco-5.3.9/src/nco/nco_ppc.h:71:23: note: Function 'nco_ppc_set_var' argument 1 names different: declaration 'var_nm_fll' definition 'var_nm'. nco-5.3.9/src/nco/nco_ppc.c:235:21: note: Function 'nco_ppc_set_var' argument 1 names different: declaration 'var_nm_fll' definition 'var_nm'. nco-5.3.9/src/nco/nco_ppc.c:346:12: style:inconclusive: Function 'nco_ppc_around' argument 1 names different: declaration 'prc' definition 'ppc'. [funcArgNamesDifferent] nco-5.3.9/src/nco/nco_ppc.h:77:14: note: Function 'nco_ppc_around' argument 1 names different: declaration 'prc' definition 'ppc'. nco-5.3.9/src/nco/nco_ppc.c:346:12: note: Function 'nco_ppc_around' argument 1 names different: declaration 'prc' definition 'ppc'. nco-5.3.9/src/nco/nco_ppc.c:189:22: style: Variable 'ppc_lst' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_prn.c:19:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_GLOBAL [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_prn.c:38:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_prn.c:73:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_prn.c:1316:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_prn.c:1736:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_prn.c:2062:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_prn.c:3069:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_prn.c:3493:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_prn.c:3825:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_prn.c:4102:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_prn.c:4506:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_prn.c:1447:14: style: Expression is always true because 'else if' condition is opposite to previous condition at line 1445. [multiCondition] nco-5.3.9/src/nco/nco_prn.c:1445:14: note: first condition nco-5.3.9/src/nco/nco_prn.c:1447:14: note: else if condition is opposite to first condition nco-5.3.9/src/nco/nco_prn.c:431:5: style: The if condition is the same as the previous if condition [duplicateCondition] nco-5.3.9/src/nco/nco_prn.c:413:5: note: First condition nco-5.3.9/src/nco/nco_prn.c:431:5: note: Second condition nco-5.3.9/src/nco/nco_prn.c:446:5: style: The if condition is the same as the previous if condition [duplicateCondition] nco-5.3.9/src/nco/nco_prn.c:431:5: note: First condition nco-5.3.9/src/nco/nco_prn.c:446:5: note: Second condition nco-5.3.9/src/nco/nco_prn.c:462:5: style: The if condition is the same as the previous if condition [duplicateCondition] nco-5.3.9/src/nco/nco_prn.c:446:5: note: First condition nco-5.3.9/src/nco/nco_prn.c:462:5: note: Second condition nco-5.3.9/src/nco/nco_prn.c:1850:14: style: The if condition is the same as the previous if condition [duplicateCondition] nco-5.3.9/src/nco/nco_prn.c:1809:14: note: First condition nco-5.3.9/src/nco/nco_prn.c:1850:14: note: Second condition nco-5.3.9/src/nco/nco_prn.c:855:29: style: Assignment 'rcd_prn=0' is redundant with condition 'rcd_prn==0'. [duplicateConditionalAssign] nco-5.3.9/src/nco/nco_prn.c:855:16: note: Condition 'rcd_prn==0' nco-5.3.9/src/nco/nco_prn.c:855:29: note: Assignment 'rcd_prn=0' is redundant nco-5.3.9/src/nco/nco_prn.c:1852:33: style: Assignment 'ram_sz_ttl=0' is redundant with condition 'ram_sz_ttl==0'. [duplicateConditionalAssign] nco-5.3.9/src/nco/nco_prn.c:1852:17: note: Condition 'ram_sz_ttl==0' nco-5.3.9/src/nco/nco_prn.c:1852:33: note: Assignment 'ram_sz_ttl=0' is redundant nco-5.3.9/src/nco/nco_prn.c:2645:29: style: Assignment 'rcd_prn=0' is redundant with condition 'rcd_prn==0'. [duplicateConditionalAssign] nco-5.3.9/src/nco/nco_prn.c:2645:16: note: Condition 'rcd_prn==0' nco-5.3.9/src/nco/nco_prn.c:2645:29: note: Assignment 'rcd_prn=0' is redundant nco-5.3.9/src/nco/nco_prn.c:3170:193: style: Condition 'qte_fmt_sng' is always false [knownConditionTrueFalse] nco-5.3.9/src/nco/nco_prn.c:3169:188: note: Assignment 'qte_fmt_sng=0', assigned value is 0 nco-5.3.9/src/nco/nco_prn.c:3170:21: note: Assuming condition is true nco-5.3.9/src/nco/nco_prn.c:3170:193: note: Condition 'qte_fmt_sng' is always false nco-5.3.9/src/nco/nco_prn.c:3170:254: style: Condition 'qte_fmt_sng' is always false [knownConditionTrueFalse] nco-5.3.9/src/nco/nco_prn.c:3169:188: note: Assignment 'qte_fmt_sng=0', assigned value is 0 nco-5.3.9/src/nco/nco_prn.c:3170:21: note: Assuming condition is true nco-5.3.9/src/nco/nco_prn.c:3170:254: note: Condition 'qte_fmt_sng' is always false nco-5.3.9/src/nco/nco_prn.c:3279:15: style: Condition 'CDL||TRD' is always true [knownConditionTrueFalse] nco-5.3.9/src/nco/nco_prn.c:3273:12: note: Assuming that condition 'CDL||TRD' is not redundant nco-5.3.9/src/nco/nco_prn.c:3279:15: note: Condition 'CDL||TRD' is always true nco-5.3.9/src/nco/nco_prn.c:1436:11: portability: %lu in format string (no. 2) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint] nco-5.3.9/src/nco/nco_prn.c:2546:22: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] nco-5.3.9/src/nco/nco_prn.c:1879:11: style:inconclusive: Found duplicate branches for 'if' and 'else'. [duplicateBranch] nco-5.3.9/src/nco/nco_prn.c:1881:7: note: Found duplicate branches for 'if' and 'else'. nco-5.3.9/src/nco/nco_prn.c:1879:11: note: Found duplicate branches for 'if' and 'else'. nco-5.3.9/src/nco/nco_prn.c:148:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_prn.c:147:6: note: rcd is assigned nco-5.3.9/src/nco/nco_prn.c:148:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_prn.c:208:9: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_prn.c:204:11: note: rcd is assigned nco-5.3.9/src/nco/nco_prn.c:208:9: note: rcd is overwritten nco-5.3.9/src/nco/nco_prn.c:220:9: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_prn.c:216:11: note: rcd is assigned nco-5.3.9/src/nco/nco_prn.c:220:9: note: rcd is overwritten nco-5.3.9/src/nco/nco_prn.c:254:5: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_prn.c:236:5: note: rcd is assigned nco-5.3.9/src/nco/nco_prn.c:254:5: note: rcd is overwritten nco-5.3.9/src/nco/nco_prn.c:331:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_prn.c:321:6: note: rcd is assigned nco-5.3.9/src/nco/nco_prn.c:331:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_prn.c:369:10: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_prn.c:367:10: note: rcd is assigned nco-5.3.9/src/nco/nco_prn.c:369:10: note: rcd is overwritten nco-5.3.9/src/nco/nco_prn.c:1569:18: style: Redundant initialization for 'arr_lft_dlm'. The initialized value is overwritten before it is read. [redundantInitialization] nco-5.3.9/src/nco/nco_prn.c:1533:21: note: arr_lft_dlm is initialized nco-5.3.9/src/nco/nco_prn.c:1569:18: note: arr_lft_dlm is overwritten nco-5.3.9/src/nco/nco_prn.c:1570:18: style: Redundant initialization for 'arr_rgt_dlm'. The initialized value is overwritten before it is read. [redundantInitialization] nco-5.3.9/src/nco/nco_prn.c:1534:21: note: arr_rgt_dlm is initialized nco-5.3.9/src/nco/nco_prn.c:1570:18: note: arr_rgt_dlm is overwritten nco-5.3.9/src/nco/nco_prn.c:2176:17: style: Variable 'unit_sng_var' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_prn.c:2127:15: note: unit_sng_var is assigned nco-5.3.9/src/nco/nco_prn.c:2176:17: note: unit_sng_var is overwritten nco-5.3.9/src/nco/nco_prn.c:2211:5: style: Variable 'unit_sng_var' is assigned an expression that holds the same value. [redundantAssignment] nco-5.3.9/src/nco/nco_prn.c:2127:15: note: unit_sng_var is assigned '&nul_chr' here. nco-5.3.9/src/nco/nco_prn.c:2166:13: note: Assuming condition is false nco-5.3.9/src/nco/nco_prn.c:2211:5: note: Variable 'unit_sng_var' is assigned an expression that holds the same value. nco-5.3.9/src/nco/nco_prn.c:3602:10: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_prn.c:3601:10: note: rcd is assigned nco-5.3.9/src/nco/nco_prn.c:3602:10: note: rcd is overwritten nco-5.3.9/src/nco/nco_prn.c:3926:10: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_prn.c:3925:10: note: rcd is assigned nco-5.3.9/src/nco/nco_prn.c:3926:10: note: rcd is overwritten nco-5.3.9/src/nco/nco_prn.c:4203:10: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_prn.c:4202:10: note: rcd is assigned nco-5.3.9/src/nco/nco_prn.c:4203:10: note: rcd is overwritten nco-5.3.9/src/nco/nco_prn.c:295:13: style: Local variable 'spr_sng' shadows outer variable [shadowVariable] nco-5.3.9/src/nco/nco_prn.c:64:9: note: Shadowed variable nco-5.3.9/src/nco/nco_prn.c:295:13: note: Shadow local variable nco-5.3.9/src/nco/nco_prn.c:63:9: style: Variable 'sng_val_sng_cpy' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_prn.c:64:9: style: Variable 'spr_sng' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_prn.c:295:13: style: Variable 'spr_sng' can be declared as const array [constVariable] nco-5.3.9/src/nco/nco_prn.c:493:13: style: Variable 'vln_val_dp' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_prn.c:494:12: style: Variable 'vln_val_fp' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_prn.c:495:14: style: Variable 'vln_val_ip' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_prn.c:496:16: style: Variable 'vln_val_sp' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_prn.c:497:15: style: Variable 'vln_val_bp' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_prn.c:498:16: style: Variable 'vln_val_ubp' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_prn.c:499:17: style: Variable 'vln_val_usp' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_prn.c:500:15: style: Variable 'vln_val_uip' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_prn.c:501:16: style: Variable 'vln_val_i64p' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_prn.c:502:17: style: Variable 'vln_val_ui64p' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_prn.c:1866:11: style: Variable 'typ_nm' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_prn.c:1997:22: style: Variable 'dmn_trv' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_prn.c:2044:8: style: Variable 'mss_val_sng' can be declared as const array [constVariable] nco-5.3.9/src/nco/nco_prn.c:2051:9: style: Variable 'fmt_val' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_prn.c:2054:9: style: Variable 'sng_val_sng_cpy' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_prn.c:2055:9: style: Variable 'spr_sng' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_prn.c:2317:18: style: Variable 'dmn_trv' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_prn.c:2406:13: style: Variable 'vln_val_dp' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_prn.c:2407:12: style: Variable 'vln_val_fp' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_prn.c:2408:14: style: Variable 'vln_val_ip' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_prn.c:2409:16: style: Variable 'vln_val_sp' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_prn.c:2410:15: style: Variable 'vln_val_bp' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_prn.c:2411:16: style: Variable 'vln_val_ubp' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_prn.c:2412:17: style: Variable 'vln_val_usp' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_prn.c:2413:15: style: Variable 'vln_val_uip' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_prn.c:2414:16: style: Variable 'vln_val_i64p' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_prn.c:2415:17: style: Variable 'vln_val_ui64p' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_prn.c:4424:16: style: Variable 'dmn_trv' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_prn.c:186:31: style: Variable 'val_hdn_sng' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_prn.c:270:33: style: Variable 'val_hdn_sng' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_prn.c:405:32: style: Variable 'val_hdn_sng' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_prn.c:406:24: style: Variable 'flt_lst' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_prn.c:442:33: style: Variable 'val_hdn_sng' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_prn.c:458:33: style: Variable 'val_hdn_sng' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_prn.c:475:33: style: Variable 'val_hdn_sng' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_prn.c:541:46: style: Variable 'typ_nm' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_prn.c:902:26: style: Variable 'att' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_prn.c:1285:38: style: Variable 'fmt_sng_mss_val' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_prn.c:1540:20: style: Variable 'dmn_nbr_prn' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_prn.c:1703:8: style: Variable 'dim' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_prn.c:1704:12: style: Variable 'dmn_cnt' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_prn.c:1705:11: style: Variable 'dmn_id' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_prn.c:1706:12: style: Variable 'dmn_map' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_prn.c:1707:12: style: Variable 'dmn_mod' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_prn.c:1708:16: style: Variable 'dmn_sbs_ram' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_prn.c:1709:16: style: Variable 'dmn_sbs_dsk' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_prn.c:1710:12: style: Variable 'dmn_srd' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_prn.c:1711:12: style: Variable 'dmn_srt' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_prn.c:1712:12: style: Variable 'hyp_mod' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_prn.c:1718:36: style: Variable 'unit_sng' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_prn.c:1845:24: style: Variable 'dmn_srt' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_prn.c:1846:24: style: Variable 'dmn_cnt' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_prn.c:1914:8: style: Variable 'nm_jsn' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_prn.c:1918:8: style: Variable 'nm_cdl' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_prn.c:1950:44: style: Variable 'typ_nm' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_prn.c:1957:11: style: Variable 'nm_cdl' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_prn.c:1973:44: style: Variable 'typ_nm' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_prn.c:1976:22: style: Variable 'dmn_sng' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_prn.c:2181:26: style: Variable 'cln_sng' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_prn.c:2207:28: style: Variable 'var_tmp' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_prn.c:2309:40: style: Variable 'fmt_sng_mss_val' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_prn.c:3011:16: style: Variable 'dim' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_prn.c:3012:32: style: Variable 'dmn_sbs_ram' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_prn.c:3013:32: style: Variable 'dmn_sbs_dsk' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_prn.c:3014:32: style: Variable 'mod_map_cnt' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_prn.c:3015:38: style: Variable 'mod_map_rv_cnt' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_prn.c:3016:30: style: Variable 'mod_map_in' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_prn.c:3030:39: style: Variable 'unit_sng_crd' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_prn.c:3031:39: style: Variable 'unit_sng_var' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_prn.c:3032:22: style: Variable 'dlm_sng' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_prn.c:3038:8: style: Variable 'lmt' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_prn.c:3041:6: style: Variable 'var' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_prn.c:3042:22: style: Variable 'var_aux' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_prn.c:3164:11: style: Variable 'nm_cdl' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_prn.c:3175:11: style: Variable 'nm_jsn' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_prn.c:3189:13: style: Variable 'nm_cdl' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_prn.c:3201:13: style: Variable 'nm_jsn' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_prn.c:3207:10: style: Variable 'dmn_lst' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_prn.c:3247:15: style: Variable 'var_nm_fll' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_prn.c:3357:10: style: Variable 'var_lst' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_prn.c:3406:16: style: Variable 'JSN_BLOCK' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_prn.c:3629:14: style: Variable 'mbr_nm_cdl' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_prn.c:3633:13: style: Variable 'bs_cdl' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_prn.c:3634:14: style: Variable 'typ_cdl' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_prn.c:3636:12: style: Variable 'typ_ids' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_prn.c:3648:11: style: Variable 'nm_cdl' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_prn.c:3660:10: style: Variable 'dmn_lst' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_prn.c:3720:15: style: Variable 'var_nm_fll' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_prn.c:3762:10: style: Variable 'var_lst' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_prn.c:3957:13: style: Variable 'bs_cdl' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_prn.c:3958:14: style: Variable 'typ_cdl' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_prn.c:3960:12: style: Variable 'typ_ids' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_prn.c:3966:10: style: Variable 'dmn_lst' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_prn.c:4005:15: style: Variable 'var_nm_fll' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_prn.c:4037:10: style: Variable 'var_lst' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_prn.c:4234:13: style: Variable 'bs_cdl' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_prn.c:4235:14: style: Variable 'typ_cdl' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_prn.c:4239:12: style: Variable 'typ_ids' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_prn.c:4250:11: style: Variable 'nm_jsn' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_prn.c:4255:10: style: Variable 'dmn_lst' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_prn.c:4294:15: style: Variable 'var_nm_fll' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_prn.c:4348:10: style: Variable 'var_lst' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rec_var.c:24:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_rec_var.c:95:53: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_rec_var.c:46:16: style: Variable 'rec_crd_nm' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_rgr.c:74:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_rgr.c:237:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_rgr.c:957:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_rgr.c:4158:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_rgr.c:7551:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_rgr.c:7620:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_rgr.c:7921:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_rgr.c:8431:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_rgr.c:8789:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_DOUBLE [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_rgr.c:9715:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_DOUBLE [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_rgr.c:12416:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_rgr.c:12438:56: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_rgr.c:12464:56: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_rgr.c:12631:58: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_rgr.c:12693:59: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_rgr.c:8009:21: style: Expression is always true because 'else if' condition is opposite to previous condition at line 7996. [multiCondition] nco-5.3.9/src/nco/nco_rgr.c:7996:15: note: first condition nco-5.3.9/src/nco/nco_rgr.c:8009:21: note: else if condition is opposite to first condition nco-5.3.9/src/nco/nco_rgr.c:82:6: style: The if condition is the same as the previous if condition [duplicateCondition] nco-5.3.9/src/nco/nco_rgr.c:30:20: note: 'flg_smf' is assigned value '0' here. nco-5.3.9/src/nco/nco_rgr.c:32:20: note: 'flg_tps' is assigned value '0' here. nco-5.3.9/src/nco/nco_rgr.c:67:6: note: First condition nco-5.3.9/src/nco/nco_rgr.c:82:6: note: Second condition nco-5.3.9/src/nco/nco_rgr.c:1851:6: style: The if condition is the same as the previous if condition [duplicateCondition] nco-5.3.9/src/nco/nco_rgr.c:1830:6: note: First condition nco-5.3.9/src/nco/nco_rgr.c:1851:6: note: Second condition nco-5.3.9/src/nco/nco_rgr.c:2915:8: style: The if condition is the same as the previous if condition [duplicateCondition] nco-5.3.9/src/nco/nco_rgr.c:2906:8: note: First condition nco-5.3.9/src/nco/nco_rgr.c:2915:8: note: Second condition nco-5.3.9/src/nco/nco_rgr.c:3400:17: style: The if condition is the same as the previous if condition [duplicateCondition] nco-5.3.9/src/nco/nco_rgr.c:3399:17: note: First condition nco-5.3.9/src/nco/nco_rgr.c:3400:17: note: Second condition nco-5.3.9/src/nco/nco_rgr.c:3466:17: style: The if condition is the same as the previous if condition [duplicateCondition] nco-5.3.9/src/nco/nco_rgr.c:3465:17: note: First condition nco-5.3.9/src/nco/nco_rgr.c:3466:17: note: Second condition nco-5.3.9/src/nco/nco_rgr.c:10492:5: style: The if condition is the same as the previous if condition [duplicateCondition] nco-5.3.9/src/nco/nco_rgr.c:10491:5: note: First condition nco-5.3.9/src/nco/nco_rgr.c:10492:5: note: Second condition nco-5.3.9/src/nco/nco_rgr.c:10727:10: style: The if condition is the same as the previous if condition [duplicateCondition] nco-5.3.9/src/nco/nco_rgr.c:10726:10: note: First condition nco-5.3.9/src/nco/nco_rgr.c:10727:10: note: Second condition nco-5.3.9/src/nco/nco_rgr.c:11269:6: style: The if condition is the same as the previous if condition [duplicateCondition] nco-5.3.9/src/nco/nco_rgr.c:11228:6: note: First condition nco-5.3.9/src/nco/nco_rgr.c:11269:6: note: Second condition nco-5.3.9/src/nco/nco_rgr.c:11437:6: style: The if condition is the same as the previous if condition [duplicateCondition] nco-5.3.9/src/nco/nco_rgr.c:11269:6: note: First condition nco-5.3.9/src/nco/nco_rgr.c:11437:6: note: Second condition nco-5.3.9/src/nco/nco_rgr.c:11467:6: style: The if condition is the same as the previous if condition [duplicateCondition] nco-5.3.9/src/nco/nco_rgr.c:11437:6: note: First condition nco-5.3.9/src/nco/nco_rgr.c:11467:6: note: Second condition nco-5.3.9/src/nco/nco_rgr.c:11624:6: style: The if condition is the same as the previous if condition [duplicateCondition] nco-5.3.9/src/nco/nco_rgr.c:11609:6: note: First condition nco-5.3.9/src/nco/nco_rgr.c:11624:6: note: Second condition nco-5.3.9/src/nco/nco_rgr.c:8372:30: style: Assignment 'xpn_sum=0.0' is redundant with condition 'xpn_sum==0.0'. [duplicateConditionalAssign] nco-5.3.9/src/nco/nco_rgr.c:8372:15: note: Condition 'xpn_sum==0.0' nco-5.3.9/src/nco/nco_rgr.c:8372:30: note: Assignment 'xpn_sum=0.0' is redundant nco-5.3.9/src/nco/nco_rgr.c:2226:40: style: Condition 'nco_dbg_lvl_get()>=nco_dbg_std&&0' is always false [knownConditionTrueFalse] nco-5.3.9/src/nco/nco_rgr.c:2899:41: style: Condition 'nco_dbg_lvl_get()>=nco_dbg_std&&0' is always false [knownConditionTrueFalse] nco-5.3.9/src/nco/nco_rgr.c:3799:22: style: Condition 'brk_lft_idx==-1' is always false [knownConditionTrueFalse] nco-5.3.9/src/nco/nco_rgr.c:3803:18: style: Condition 'brk_lft_idx==-1' is always false [knownConditionTrueFalse] nco-5.3.9/src/nco/nco_rgr.c:8945:18: style: Condition 'grd_rnk_nbr==dmn_nbr_2D' is always true [knownConditionTrueFalse] nco-5.3.9/src/nco/nco_rgr.c:8913:15: note: Assignment 'grd_rnk_nbr=dmn_nbr_2D', assigned value is 2 nco-5.3.9/src/nco/nco_rgr.c:8945:18: note: Condition 'grd_rnk_nbr==dmn_nbr_2D' is always true nco-5.3.9/src/nco/nco_rgr.c:12643:8: style: Condition '!flg_ccw' is always true [knownConditionTrueFalse] nco-5.3.9/src/nco/nco_rgr.c:12638:12: note: Assuming that condition '!flg_ccw' is not redundant nco-5.3.9/src/nco/nco_rgr.c:12643:8: note: Condition '!flg_ccw' is always true nco-5.3.9/src/nco/nco_rgr.c:12660:5: style: Condition '!flg_ccw' is always true [knownConditionTrueFalse] nco-5.3.9/src/nco/nco_rgr.c:12657:10: note: Assuming that condition 'flg_ccw' is not redundant nco-5.3.9/src/nco/nco_rgr.c:12660:5: note: Condition '!flg_ccw' is always true nco-5.3.9/src/nco/nco_rgr.c:12668:10: style: Condition '!flg_ccw' is always true [knownConditionTrueFalse] nco-5.3.9/src/nco/nco_rgr.c:12653:8: note: Assuming that condition 'flg_ccw' is not redundant nco-5.3.9/src/nco/nco_rgr.c:12668:10: note: Condition '!flg_ccw' is always true nco-5.3.9/src/nco/nco_rgr.c:1438:12: portability: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint] nco-5.3.9/src/nco/nco_rgr.c:1438:12: warning: %lu in format string (no. 2) requires 'unsigned long' but the argument type is 'signed long'. [invalidPrintfArgType_uint] nco-5.3.9/src/nco/nco_rgr.c:1440:12: portability: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint] nco-5.3.9/src/nco/nco_rgr.c:2151:39: portability: %ld in format string (no. 3) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] nco-5.3.9/src/nco/nco_rgr.c:2151:39: portability: %ld in format string (no. 4) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] nco-5.3.9/src/nco/nco_rgr.c:2230:14: portability: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint] nco-5.3.9/src/nco/nco_rgr.c:2230:14: warning: %lu in format string (no. 2) requires 'unsigned long' but the argument type is 'signed long'. [invalidPrintfArgType_uint] nco-5.3.9/src/nco/nco_rgr.c:2232:14: portability: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint] nco-5.3.9/src/nco/nco_rgr.c:2447:39: portability: %ld in format string (no. 3) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] nco-5.3.9/src/nco/nco_rgr.c:2447:39: portability: %ld in format string (no. 4) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] nco-5.3.9/src/nco/nco_rgr.c:2476:46: portability: %ld in format string (no. 2) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] nco-5.3.9/src/nco/nco_rgr.c:3225:49: portability: %ld in format string (no. 5) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] nco-5.3.9/src/nco/nco_rgr.c:3378:46: portability: %ld in format string (no. 5) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] nco-5.3.9/src/nco/nco_rgr.c:3618:47: warning: %lu in format string (no. 7) requires 'unsigned long' but the argument type is 'signed long'. [invalidPrintfArgType_uint] nco-5.3.9/src/nco/nco_rgr.c:3618:47: portability: %lu in format string (no. 8) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint] nco-5.3.9/src/nco/nco_rgr.c:3618:47: portability: %lu in format string (no. 9) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint] nco-5.3.9/src/nco/nco_rgr.c:3618:47: portability: %lu in format string (no. 10) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint] nco-5.3.9/src/nco/nco_rgr.c:3618:47: portability: %lu in format string (no. 11) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint] nco-5.3.9/src/nco/nco_rgr.c:3618:47: portability: %lu in format string (no. 12) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint] nco-5.3.9/src/nco/nco_rgr.c:3807:31: portability: %lu in format string (no. 4) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint] nco-5.3.9/src/nco/nco_rgr.c:3807:31: portability: %lu in format string (no. 5) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint] nco-5.3.9/src/nco/nco_rgr.c:3807:31: portability: %lu in format string (no. 6) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint] nco-5.3.9/src/nco/nco_rgr.c:3807:31: portability: %lu in format string (no. 8) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint] nco-5.3.9/src/nco/nco_rgr.c:3807:31: portability: %lu in format string (no. 10) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint] nco-5.3.9/src/nco/nco_rgr.c:3846:31: portability: %lu in format string (no. 3) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint] nco-5.3.9/src/nco/nco_rgr.c:3872:31: portability: %lu in format string (no. 4) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint] nco-5.3.9/src/nco/nco_rgr.c:3872:31: portability: %lu in format string (no. 5) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint] nco-5.3.9/src/nco/nco_rgr.c:3872:31: portability: %lu in format string (no. 6) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint] nco-5.3.9/src/nco/nco_rgr.c:3872:31: portability: %lu in format string (no. 8) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint] nco-5.3.9/src/nco/nco_rgr.c:3872:31: portability: %lu in format string (no. 10) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint] nco-5.3.9/src/nco/nco_rgr.c:3924:31: portability: %lu in format string (no. 3) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint] nco-5.3.9/src/nco/nco_rgr.c:3951:9: portability: %lu in format string (no. 4) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint] nco-5.3.9/src/nco/nco_rgr.c:3953:11: portability: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint] nco-5.3.9/src/nco/nco_rgr.c:5164:13: portability: %lu in format string (no. 3) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint] nco-5.3.9/src/nco/nco_rgr.c:5164:13: portability: %lu in format string (no. 4) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint] nco-5.3.9/src/nco/nco_rgr.c:5164:13: portability: %lu in format string (no. 5) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint] nco-5.3.9/src/nco/nco_rgr.c:5177:13: portability: %lu in format string (no. 3) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint] nco-5.3.9/src/nco/nco_rgr.c:5177:13: portability: %lu in format string (no. 4) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint] nco-5.3.9/src/nco/nco_rgr.c:5177:13: portability: %lu in format string (no. 5) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint] nco-5.3.9/src/nco/nco_rgr.c:5190:52: portability: %li in format string (no. 1) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] nco-5.3.9/src/nco/nco_rgr.c:5282:62: portability: %li in format string (no. 1) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] nco-5.3.9/src/nco/nco_rgr.c:6128:65: portability: %lu in format string (no. 3) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint] nco-5.3.9/src/nco/nco_rgr.c:6161:65: portability: %lu in format string (no. 3) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint] nco-5.3.9/src/nco/nco_rgr.c:6325:49: portability: %ld in format string (no. 5) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] nco-5.3.9/src/nco/nco_rgr.c:6712:13: portability: %lu in format string (no. 4) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint] nco-5.3.9/src/nco/nco_rgr.c:6712:13: portability: %lu in format string (no. 5) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint] nco-5.3.9/src/nco/nco_rgr.c:6746:50: portability: %lu in format string (no. 3) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint] nco-5.3.9/src/nco/nco_rgr.c:7921:44: warning: %lu in format string (no. 3) requires 'unsigned long' but the argument type is 'signed long'. [invalidPrintfArgType_uint] nco-5.3.9/src/nco/nco_rgr.c:8057:49: warning: %lu in format string (no. 3) requires 'unsigned long' but the argument type is 'signed long'. [invalidPrintfArgType_uint] nco-5.3.9/src/nco/nco_rgr.c:8336:10: warning: %lu in format string (no. 2) requires 'unsigned long' but the argument type is 'signed long'. [invalidPrintfArgType_uint] nco-5.3.9/src/nco/nco_rgr.c:9297:62: warning: %lu in format string (no. 3) requires 'unsigned long' but the argument type is 'signed long'. [invalidPrintfArgType_uint] nco-5.3.9/src/nco/nco_rgr.c:11081:39: portability: %li in format string (no. 3) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] nco-5.3.9/src/nco/nco_rgr.c:1120:5: error: Memory leak: ps_nm_ecmwf [memleak] nco-5.3.9/src/nco/nco_rgr.c:1120:5: error: Memory leak: bd_nm [memleak] nco-5.3.9/src/nco/nco_rgr.c:1120:5: error: Memory leak: lt_nm [memleak] nco-5.3.9/src/nco/nco_rgr.c:1120:5: error: Memory leak: mlc_nm [memleak] nco-5.3.9/src/nco/nco_rgr.c:8443:58: warning: Either the condition 'fl_grd_dst_cdl' is redundant or there is possible null pointer dereference: fl_grd_dst_cdl. [nullPointerRedundantCheck] nco-5.3.9/src/nco/nco_rgr.c:8454:6: note: Assuming that condition 'fl_grd_dst_cdl' is not redundant nco-5.3.9/src/nco/nco_rgr.c:8443:58: note: Null pointer dereference nco-5.3.9/src/nco/nco_rgr.c:8949:3: warning: Either the condition 'dmn_sz_int' is redundant or there is possible null pointer dereference: dmn_sz_int. [nullPointerRedundantCheck] nco-5.3.9/src/nco/nco_rgr.c:9670:6: note: Assuming that condition 'dmn_sz_int' is not redundant nco-5.3.9/src/nco/nco_rgr.c:8949:3: note: Null pointer dereference nco-5.3.9/src/nco/nco_rgr.c:8950:3: warning: Either the condition 'dmn_sz_int' is redundant or there is possible null pointer dereference: dmn_sz_int. [nullPointerRedundantCheck] nco-5.3.9/src/nco/nco_rgr.c:9670:6: note: Assuming that condition 'dmn_sz_int' is not redundant nco-5.3.9/src/nco/nco_rgr.c:8950:3: note: Null pointer dereference nco-5.3.9/src/nco/nco_rgr.c:8877:12: style: Same expression used in consecutive assignments of 'SHARE_CREATE' and 'SHARE_OPEN'. [duplicateAssignExpression] nco-5.3.9/src/nco/nco_rgr.c:8878:12: note: Same expression used in consecutive assignments of 'SHARE_CREATE' and 'SHARE_OPEN'. nco-5.3.9/src/nco/nco_rgr.c:8877:12: note: Same expression used in consecutive assignments of 'SHARE_CREATE' and 'SHARE_OPEN'. nco-5.3.9/src/nco/nco_rgr.c:9848:12: style: Same expression used in consecutive assignments of 'SHARE_CREATE' and 'SHARE_OPEN'. [duplicateAssignExpression] nco-5.3.9/src/nco/nco_rgr.c:9849:12: note: Same expression used in consecutive assignments of 'SHARE_CREATE' and 'SHARE_OPEN'. nco-5.3.9/src/nco/nco_rgr.c:9848:12: note: Same expression used in consecutive assignments of 'SHARE_CREATE' and 'SHARE_OPEN'. nco-5.3.9/src/nco/nco_rgr.c:1072:10: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:979:6: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:1072:10: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:1144:10: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:1143:10: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:1144:10: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:1145:10: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:1144:10: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:1145:10: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:1154:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:1153:8: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:1154:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:1155:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:1154:8: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:1155:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:1156:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:1155:8: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:1156:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:1157:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:1156:8: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:1157:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:1158:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:1157:8: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:1158:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:1159:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:1158:8: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:1159:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:1160:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:1159:8: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:1160:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:1224:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:1223:8: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:1224:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:1229:10: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:1228:10: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:1229:10: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:1241:5: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:1236:5: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:1241:5: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:1242:5: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:1241:5: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:1242:5: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:1291:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:1290:8: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:1291:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:1292:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:1291:8: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:1292:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:1293:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:1292:8: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:1293:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:1294:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:1293:8: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:1294:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:1296:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:1294:8: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:1296:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:1306:10: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:1301:10: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:1306:10: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:1307:10: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:1306:10: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:1307:10: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:1309:10: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:1307:10: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:1309:10: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:1337:5: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:1325:5: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:1337:5: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:1358:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:1357:8: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:1358:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:1359:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:1358:8: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:1359:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:1414:10: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:1413:10: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:1414:10: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:1573:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:1572:8: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:1573:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:1574:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:1573:8: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:1574:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:1575:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:1574:8: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:1575:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:1576:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:1575:8: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:1576:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:1633:10: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:1626:8: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:1633:10: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:1824:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:1738:10: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:1824:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:1748:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:1746:8: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:1748:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:1749:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:1748:8: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:1749:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:1750:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:1749:8: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:1750:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:1824:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:1750:8: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:1824:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:1757:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:1756:8: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:1757:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:1758:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:1757:8: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:1758:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:1759:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:1758:8: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:1759:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:1824:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:1759:8: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:1824:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:1824:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:1789:10: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:1824:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:1824:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:1792:40: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:1824:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:1824:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:1793:39: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:1824:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:1824:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:1797:30: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:1824:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:1802:12: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:1801:8: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:1802:12: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:2877:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:1827:8: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:2877:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:2877:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:1834:10: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:2877:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:2877:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:1842:5: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:2877:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:1855:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:1854:8: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:1855:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:1856:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:1855:8: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:1856:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:1857:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:1856:8: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:1857:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:2877:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:1857:8: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:2877:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:2877:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:1858:41: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:2877:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:1872:10: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:1871:10: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:1872:10: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:2877:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:1872:10: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:2877:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:2877:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:1889:10: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:2877:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:2877:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:1933:11: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:2877:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:1950:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:1949:8: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:1950:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:1953:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:1950:8: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:1953:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:1953:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:1951:31: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:1953:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:1953:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:1952:30: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:1953:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:1954:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:1953:8: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:1954:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:1955:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:1954:8: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:1955:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:1959:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:1955:8: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:1959:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:2877:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:1959:8: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:2877:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:1973:10: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:1972:10: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:1973:10: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:2877:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:1973:10: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:2877:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:1988:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:1987:8: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:1988:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:1989:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:1988:8: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:1989:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:2877:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:1989:8: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:2877:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:2877:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:2004:10: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:2877:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:2009:5: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:2008:5: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:2009:5: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:2877:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:2009:5: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:2877:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:2877:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:2019:11: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:2877:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:2877:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:2028:6: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:2877:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:2877:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:2039:9: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:2877:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:2095:10: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:2090:10: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:2095:10: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:2877:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:2095:10: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:2877:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:2877:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:2169:10: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:2877:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:2877:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:2179:5: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:2877:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:2206:5: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:2205:5: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:2206:5: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:2877:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:2206:5: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:2877:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:2877:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:2209:7: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:2877:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:2337:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:2336:8: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:2337:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:2338:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:2337:8: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:2338:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:2339:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:2338:8: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:2339:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:2877:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:2339:8: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:2877:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:2877:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:2340:31: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:2877:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:2877:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:2355:8: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:2877:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:2371:10: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:2366:10: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:2371:10: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:2877:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:2371:10: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:2877:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:2383:5: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:2374:5: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:2383:5: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:2877:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:2456:74: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:2877:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:2877:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:2470:10: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:2877:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:2877:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:2692:8: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:2877:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:2877:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:2693:41: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:2877:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:2877:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:2694:37: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:2877:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:2708:10: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:2698:5: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:2708:10: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:2704:5: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:2703:5: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:2704:5: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:2708:10: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:2704:5: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:2708:10: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:2877:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:2710:5: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:2877:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:2718:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:2717:8: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:2718:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:2877:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:2718:8: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:2877:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:2877:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:2722:5: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:2877:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:2728:5: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:2727:5: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:2728:5: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:2877:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:2728:5: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:2877:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:2877:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:2730:33: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:2877:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:2877:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:2736:11: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:2877:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:2877:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:2741:8: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:2877:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:2983:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:2976:30: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:2983:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:2984:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:2983:8: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:2984:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:2985:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:2984:8: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:2985:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:2986:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:2985:8: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:2986:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:2987:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:2986:8: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:2987:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:2988:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:2987:8: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:2988:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:2989:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:2988:8: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:2989:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:2990:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:2989:8: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:2990:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:2991:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:2990:8: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:2991:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:2992:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:2991:8: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:2992:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:2993:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:2992:8: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:2993:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:3001:10: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:3000:10: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:3001:10: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:3002:10: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:3001:10: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:3002:10: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:3157:10: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:3156:10: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:3157:10: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:3163:7: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:3162:7: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:3163:7: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:3228:5: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:3163:7: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:3228:5: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:3188:11: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:3183:11: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:3188:11: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:3228:5: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:3188:11: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:3228:5: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:3228:5: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:3193:7: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:3228:5: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:3196:9: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:3195:9: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:3196:9: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:3203:11: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:3198:11: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:3203:11: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:3228:5: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:3203:11: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:3228:5: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:3220:9: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:3213:9: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:3220:9: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:3228:5: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:3221:29: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:3228:5: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:3572:5: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:3571:5: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:3572:5: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:3573:5: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:3572:5: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:3573:5: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:3587:7: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:3580:7: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:3587:7: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:3588:7: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:3587:7: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:3588:7: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:3603:7: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:3588:7: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:3603:7: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:3603:7: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:3590:9: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:3603:7: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:4010:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:4006:6: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:4010:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:4565:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:4487:6: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:4565:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:4569:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:4565:6: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:4569:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:4797:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:4569:6: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:4797:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:4645:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:4644:8: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:4645:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:4649:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:4645:8: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:4649:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:4650:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:4649:8: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:4650:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:4797:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:4650:8: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:4797:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:4710:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:4707:8: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:4710:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:4709:12: style: Variable 'dmn_cnt[0]' is assigned an expression that holds the same value. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:4706:15: note: dmn_cnt[0] is assigned 'col_nbr_out' here. nco-5.3.9/src/nco/nco_rgr.c:4709:12: note: Variable 'dmn_cnt[0]' is assigned an expression that holds the same value. nco-5.3.9/src/nco/nco_rgr.c:4714:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:4710:8: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:4714:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:4712:12: style: Variable 'dmn_cnt[0]' is assigned an expression that holds the same value. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:4709:15: note: dmn_cnt[0] is assigned 'col_nbr_out' here. nco-5.3.9/src/nco/nco_rgr.c:4712:12: note: Variable 'dmn_cnt[0]' is assigned an expression that holds the same value. nco-5.3.9/src/nco/nco_rgr.c:4718:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:4714:8: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:4718:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:4797:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:4718:8: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:4797:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:4764:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:4760:8: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:4764:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:4768:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:4764:8: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:4768:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:4775:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:4768:8: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:4775:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:4771:12: style: Variable 'dmn_srd[0L]' is assigned an expression that holds the same value. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:4763:16: note: dmn_srd[0L] is assigned 'lon_nbr_out' here. nco-5.3.9/src/nco/nco_rgr.c:4771:12: note: Variable 'dmn_srd[0L]' is assigned an expression that holds the same value. nco-5.3.9/src/nco/nco_rgr.c:4797:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:4775:8: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:4797:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:4802:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:4797:6: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:4802:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:5130:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:5129:6: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:5130:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:5134:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:5130:6: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:5134:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:5132:10: style: Variable 'dmn_cnt[0]' is assigned an expression that holds the same value. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:5128:13: note: dmn_cnt[0] is assigned 'mpf.num_links' here. nco-5.3.9/src/nco/nco_rgr.c:5132:10: note: Variable 'dmn_cnt[0]' is assigned an expression that holds the same value. nco-5.3.9/src/nco/nco_rgr.c:5270:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:5255:8: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:5270:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:5271:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:5270:8: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:5271:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:5274:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:5271:8: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:5274:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:5273:12: style: Variable 'dmn_cnt[0]' is assigned an expression that holds the same value. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:5269:15: note: dmn_cnt[0] is assigned 'nlmpf.num_links' here. nco-5.3.9/src/nco/nco_rgr.c:5273:12: note: Variable 'dmn_cnt[0]' is assigned an expression that holds the same value. nco-5.3.9/src/nco/nco_rgr.c:5498:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:5274:8: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:5498:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:5434:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:5431:8: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:5434:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:5435:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:5434:8: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:5435:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:5498:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:5435:8: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:5498:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:5546:10: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:5544:10: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:5546:10: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:5621:25: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:5615:8: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:5621:25: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:5977:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:5973:10: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:5977:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:5980:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:5978:26: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:5980:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:5994:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:5981:26: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:5994:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:6392:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:6182:8: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:6392:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:6203:10: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:6202:10: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:6203:10: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:6211:7: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:6208:7: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:6211:7: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:6328:5: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:6211:7: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:6328:5: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:6328:5: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:6214:9: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:6328:5: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:6261:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:6256:8: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:6261:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:6328:5: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:6261:8: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:6328:5: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:6286:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:6281:8: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:6286:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:6328:5: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:6286:8: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:6328:5: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:6328:5: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:6293:7: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:6328:5: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:6296:9: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:6295:9: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:6296:9: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:6303:11: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:6298:11: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:6303:11: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:6328:5: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:6303:11: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:6328:5: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:6320:9: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:6313:9: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:6320:9: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:6328:5: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:6321:29: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:6328:5: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:6392:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:6328:5: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:6392:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:6392:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:6332:9: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:6392:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:6392:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:6350:11: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:6392:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:6370:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:6369:8: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:6370:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:6371:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:6370:8: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:6371:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:6375:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:6371:8: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:6375:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:6375:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:6372:46: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:6375:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:6392:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:6375:8: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:6392:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:6384:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:6380:8: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:6384:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:6384:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:6381:46: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:6384:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:6392:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:6384:8: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:6392:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:6392:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:6388:8: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:6392:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:6392:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:6389:46: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:6392:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:6393:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:6392:6: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:6393:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:6394:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:6393:6: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:6394:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:6424:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:6394:6: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:6424:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:6424:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:6396:27: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:6424:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:6427:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:6424:6: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:6427:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:6429:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:6427:6: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:6429:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:6430:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:6429:6: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:6430:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:6431:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:6430:6: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:6431:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:6478:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:6431:6: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:6478:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:6478:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:6433:27: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:6478:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:6478:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:6451:8: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:6478:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:6493:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:6478:6: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:6493:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:6507:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:6493:6: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:6507:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:6497:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:6496:8: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:6497:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:6499:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:6497:8: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:6499:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:6501:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:6499:8: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:6501:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:6502:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:6501:8: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:6502:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:6507:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:6502:8: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:6507:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:6507:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:6505:26: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:6507:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:6508:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:6507:6: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:6508:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:6546:16: style: Variable 'dmn_cnt_tuo[0]' is assigned an expression that holds the same value. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:6543:19: note: dmn_cnt_tuo[0] is assigned 'col_nbr_out' here. nco-5.3.9/src/nco/nco_rgr.c:6546:16: note: Variable 'dmn_cnt_tuo[0]' is assigned an expression that holds the same value. nco-5.3.9/src/nco/nco_rgr.c:6549:16: style: Variable 'dmn_cnt_tuo[0]' is assigned an expression that holds the same value. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:6546:19: note: dmn_cnt_tuo[0] is assigned 'col_nbr_out' here. nco-5.3.9/src/nco/nco_rgr.c:6549:16: note: Variable 'dmn_cnt_tuo[0]' is assigned an expression that holds the same value. nco-5.3.9/src/nco/nco_rgr.c:6613:16: style: Variable 'dmn_cnt_tuo[0]' is assigned an expression that holds the same value. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:6610:19: note: dmn_cnt_tuo[0] is assigned 'lat_nbr_out' here. nco-5.3.9/src/nco/nco_rgr.c:6613:16: note: Variable 'dmn_cnt_tuo[0]' is assigned an expression that holds the same value. nco-5.3.9/src/nco/nco_rgr.c:6694:14: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:6693:10: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:6694:14: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:6705:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:6700:8: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:6705:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:6719:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:6705:8: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:6719:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:6719:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:6707:10: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:6719:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:6877:10: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:6876:10: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:6877:10: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:6878:10: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:6877:10: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:6878:10: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:6891:5: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:6884:5: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:6891:5: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:6892:5: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:6891:5: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:6892:5: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:6936:5: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:6892:5: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:6936:5: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:6936:5: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:6894:7: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:6936:5: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:6936:5: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:6900:7: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:6936:5: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:6906:9: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:6905:9: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:6906:9: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:6907:9: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:6906:9: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:6907:9: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:6936:5: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:6907:9: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:6936:5: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:7469:9: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:7465:9: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:7469:9: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:9350:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:9349:6: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:9350:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:9351:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:9350:6: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:9351:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:9375:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:9370:28: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:9375:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:9376:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:9375:6: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:9376:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:9378:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:9376:6: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:9378:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:9379:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:9378:6: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:9379:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:9382:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:9379:6: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:9382:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:9383:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:9382:6: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:9383:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:9385:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:9383:6: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:9385:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:9387:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:9385:6: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:9387:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:9388:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:9387:6: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:9388:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:9389:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:9388:6: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:9389:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:9391:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:9389:6: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:9391:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:9392:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:9391:6: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:9392:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:9393:28: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:9392:6: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:9393:28: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:9394:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:9393:28: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:9394:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:9394:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:9393:102: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:9394:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:9396:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:9394:6: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:9396:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:9397:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:9396:6: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:9397:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:9398:28: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:9397:6: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:9398:28: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:9399:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:9398:28: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:9399:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:9399:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:9398:101: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:9399:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:9401:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:9399:6: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:9401:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:9402:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:9401:6: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:9402:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:9403:28: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:9402:6: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:9403:28: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:9405:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:9403:28: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:9405:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:9405:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:9403:102: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:9405:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:9406:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:9405:6: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:9406:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:9407:28: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:9406:6: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:9407:28: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:9409:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:9407:28: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:9409:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:9409:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:9407:101: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:9409:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:9410:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:9409:6: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:9410:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:9418:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:9410:6: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:9418:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:9421:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:9418:6: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:9421:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:9424:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:9421:6: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:9424:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:9423:10: style: Variable 'dmn_cnt[0]' is assigned an expression that holds the same value. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:9420:13: note: dmn_cnt[0] is assigned 'grd_sz_nbr' here. nco-5.3.9/src/nco/nco_rgr.c:9423:10: note: Variable 'dmn_cnt[0]' is assigned an expression that holds the same value. nco-5.3.9/src/nco/nco_rgr.c:9427:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:9424:6: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:9427:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:9426:10: style: Variable 'dmn_cnt[0]' is assigned an expression that holds the same value. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:9423:13: note: dmn_cnt[0] is assigned 'grd_sz_nbr' here. nco-5.3.9/src/nco/nco_rgr.c:9426:10: note: Variable 'dmn_cnt[0]' is assigned an expression that holds the same value. nco-5.3.9/src/nco/nco_rgr.c:9430:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:9427:6: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:9430:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:9429:10: style: Variable 'dmn_cnt[0]' is assigned an expression that holds the same value. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:9426:13: note: dmn_cnt[0] is assigned 'grd_sz_nbr' here. nco-5.3.9/src/nco/nco_rgr.c:9429:10: note: Variable 'dmn_cnt[0]' is assigned an expression that holds the same value. nco-5.3.9/src/nco/nco_rgr.c:9435:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:9430:6: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:9435:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:9433:10: style: Variable 'dmn_cnt[0]' is assigned an expression that holds the same value. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:9429:13: note: dmn_cnt[0] is assigned 'grd_sz_nbr' here. nco-5.3.9/src/nco/nco_rgr.c:9433:10: note: Variable 'dmn_cnt[0]' is assigned an expression that holds the same value. nco-5.3.9/src/nco/nco_rgr.c:9440:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:9435:6: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:9440:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:9509:10: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:9508:10: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:9509:10: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:9567:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:9544:32: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:9567:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:9567:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:9563:32: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:9567:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:9568:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:9567:8: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:9568:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:9569:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:9568:8: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:9569:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:9572:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:9569:8: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:9572:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:9573:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:9572:8: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:9573:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:9574:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:9573:8: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:9574:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:9575:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:9574:8: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:9575:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:9576:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:9575:8: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:9576:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:9582:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:9576:8: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:9582:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:9585:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:9582:8: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:9585:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:9586:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:9585:8: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:9586:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:9587:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:9586:8: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:9587:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:9588:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:9587:8: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:9588:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:9589:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:9588:8: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:9589:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:9592:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:9589:8: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:9592:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:9596:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:9592:8: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:9596:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:9596:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:9594:23: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:9596:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:9597:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:9596:8: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:9597:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:9598:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:9597:8: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:9598:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:9599:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:9598:8: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:9599:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:9600:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:9599:8: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:9600:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:9603:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:9600:8: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:9603:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:9614:14: style: Variable 'dmn_cnt[0]' is assigned an expression that holds the same value. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:9611:17: note: dmn_cnt[0] is assigned 'col_nbr' here. nco-5.3.9/src/nco/nco_rgr.c:9614:14: note: Variable 'dmn_cnt[0]' is assigned an expression that holds the same value. nco-5.3.9/src/nco/nco_rgr.c:9617:14: style: Variable 'dmn_cnt[0]' is assigned an expression that holds the same value. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:9614:17: note: dmn_cnt[0] is assigned 'col_nbr' here. nco-5.3.9/src/nco/nco_rgr.c:9617:14: note: Variable 'dmn_cnt[0]' is assigned an expression that holds the same value. nco-5.3.9/src/nco/nco_rgr.c:9652:14: style: Variable 'dmn_cnt[0]' is assigned an expression that holds the same value. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:9649:17: note: dmn_cnt[0] is assigned 'lat_nbr' here. nco-5.3.9/src/nco/nco_rgr.c:9652:14: note: Variable 'dmn_cnt[0]' is assigned an expression that holds the same value. nco-5.3.9/src/nco/nco_rgr.c:10096:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:9892:6: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:10096:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:10033:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:10030:8: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:10033:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:10034:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:10033:8: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:10034:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:10096:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:10034:8: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:10096:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:10231:10: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:10216:8: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:10231:10: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:10370:10: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:10249:35: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:10370:10: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:10370:10: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:10286:39: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:10370:10: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:10738:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:10403:10: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:10738:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:10421:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:10419:8: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:10421:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:10738:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:10421:8: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:10738:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:10444:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:10443:8: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:10444:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:10738:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:10444:8: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:10738:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:10738:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:10447:34: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:10738:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:10738:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:10458:10: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:10738:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:10738:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:10464:39: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:10738:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:10738:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:10465:39: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:10738:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:10481:10: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:10474:43: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:10481:10: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:10475:14: style: Variable 'dmn_cnt[0]' is assigned an expression that holds the same value. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:10473:17: note: dmn_cnt[0] is assigned 'col_nbr' here. nco-5.3.9/src/nco/nco_rgr.c:10475:14: note: Variable 'dmn_cnt[0]' is assigned an expression that holds the same value. nco-5.3.9/src/nco/nco_rgr.c:10481:10: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:10477:39: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:10481:10: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:10481:10: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:10479:39: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:10481:10: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:10481:10: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:10480:39: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:10481:10: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:10738:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:10485:5: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:10738:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:10738:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:10540:39: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:10738:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:10738:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:10541:39: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:10738:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:10551:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:10550:8: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:10551:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:10738:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:10551:8: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:10738:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:10738:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:10555:34: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:10738:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:10738:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:10567:10: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:10738:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:10595:10: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:10578:10: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:10595:10: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:10596:10: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:10595:10: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:10596:10: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:10738:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:10596:10: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:10738:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:10638:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:10635:8: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:10638:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:10738:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:10638:8: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:10738:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:10652:10: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:10651:10: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:10652:10: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:10738:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:10652:10: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:10738:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:10738:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:10656:5: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:10738:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:10678:10: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:10673:10: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:10678:10: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:10738:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:10678:10: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:10738:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:10698:10: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:10683:10: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:10698:10: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:10738:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:10698:10: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:10738:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:10738:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:10706:37: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:10738:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:10738:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:10710:37: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:10738:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:10738:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:10722:10: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:10738:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:10740:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:10738:6: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:10740:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:11807:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:11806:22: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:11807:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:11808:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:11807:6: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:11808:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:11840:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:11826:30: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:11840:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:11841:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:11840:6: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:11841:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:11843:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:11841:6: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:11843:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:11844:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:11843:6: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:11844:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:11847:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:11844:6: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:11847:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:11848:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:11847:6: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:11848:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:11850:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:11848:6: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:11850:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:11853:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:11850:6: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:11853:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:11854:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:11853:8: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:11854:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:11855:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:11854:8: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:11855:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:11862:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:11855:8: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:11862:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:11859:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:11857:8: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:11859:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:11862:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:11859:8: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:11862:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:11863:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:11862:6: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:11863:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:11865:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:11863:6: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:11865:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:11871:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:11865:8: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:11871:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:11871:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:11868:30: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:11871:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:11871:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:11868:104: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:11871:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:11872:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:11871:6: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:11872:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:11874:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:11872:6: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:11874:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:11901:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:11874:8: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:11901:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:11901:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:11877:30: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:11901:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:11901:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:11877:103: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:11901:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:11883:10: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:11881:8: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:11883:10: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:11889:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:11883:10: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:11889:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:11889:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:11886:32: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:11889:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:11889:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:11886:106: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:11889:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:11891:10: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:11889:8: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:11891:10: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:11897:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:11891:10: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:11897:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:11897:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:11894:32: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:11897:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:11897:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:11894:106: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:11897:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:11898:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:11897:8: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:11898:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:11901:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:11898:8: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:11901:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:11902:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:11901:6: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:11902:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:11910:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:11902:6: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:11910:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:11913:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:11910:6: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:11913:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:11916:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:11913:6: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:11916:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:11915:10: style: Variable 'dmn_cnt[0]' is assigned an expression that holds the same value. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:11912:13: note: dmn_cnt[0] is assigned 'grd_sz_nbr' here. nco-5.3.9/src/nco/nco_rgr.c:11915:10: note: Variable 'dmn_cnt[0]' is assigned an expression that holds the same value. nco-5.3.9/src/nco/nco_rgr.c:11919:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:11916:6: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:11919:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:11918:10: style: Variable 'dmn_cnt[0]' is assigned an expression that holds the same value. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:11915:13: note: dmn_cnt[0] is assigned 'grd_sz_nbr' here. nco-5.3.9/src/nco/nco_rgr.c:11918:10: note: Variable 'dmn_cnt[0]' is assigned an expression that holds the same value. nco-5.3.9/src/nco/nco_rgr.c:11922:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:11919:6: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:11922:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:11921:10: style: Variable 'dmn_cnt[0]' is assigned an expression that holds the same value. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:11918:13: note: dmn_cnt[0] is assigned 'grd_sz_nbr' here. nco-5.3.9/src/nco/nco_rgr.c:11921:10: note: Variable 'dmn_cnt[0]' is assigned an expression that holds the same value. nco-5.3.9/src/nco/nco_rgr.c:11925:12: style: Variable 'dmn_cnt[0]' is assigned an expression that holds the same value. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:11921:13: note: dmn_cnt[0] is assigned 'grd_sz_nbr' here. nco-5.3.9/src/nco/nco_rgr.c:11923:6: note: Assuming condition is true nco-5.3.9/src/nco/nco_rgr.c:11925:12: note: Variable 'dmn_cnt[0]' is assigned an expression that holds the same value. nco-5.3.9/src/nco/nco_rgr.c:11931:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:11927:8: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:11931:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:12166:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:12165:8: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:12166:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:12167:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:12166:8: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:12167:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:12168:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:12167:8: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:12168:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:12169:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:12168:8: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:12169:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:12173:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:12169:8: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:12173:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:12177:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:12174:30: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:12177:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:12179:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:12178:30: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:12179:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:12181:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:12180:30: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:12181:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:12183:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:12182:30: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:12183:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:12185:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:12184:30: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:12185:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:12187:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:12186:30: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:12187:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:12189:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:12188:30: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:12189:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:12191:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:12190:30: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:12191:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:12201:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:12192:30: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:12201:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:12202:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:12201:8: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:12202:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:12203:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:12202:8: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:12203:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:12204:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:12203:8: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:12204:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:12208:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:12204:8: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:12208:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:12209:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:12208:8: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:12209:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:12210:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:12209:8: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:12210:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:12225:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:12210:8: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:12225:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:12227:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:12225:8: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:12227:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:12232:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:12227:8: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:12232:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:12234:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:12232:8: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:12234:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:12235:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:12234:8: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:12235:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:12240:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:12235:8: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:12240:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:12242:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:12240:8: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:12242:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:12244:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:12242:8: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:12244:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:12245:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:12244:8: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:12245:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:12246:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:12245:8: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:12246:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:12248:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:12246:8: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:12248:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:12249:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:12248:8: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:12249:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:12250:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:12249:8: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:12250:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:12252:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:12250:8: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:12252:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:12253:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:12252:8: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:12253:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:12265:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:12253:8: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:12265:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:12266:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:12265:8: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:12266:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:12288:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:12266:8: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:12288:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:12289:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:12288:8: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:12289:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:12290:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:12289:8: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:12290:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:12292:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:12290:8: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:12292:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:12293:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:12292:8: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:12293:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:12294:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:12293:8: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:12294:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:12296:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:12294:8: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:12296:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:12297:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:12296:8: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:12297:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:12298:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:12297:8: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:12298:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:12300:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:12298:8: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:12300:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:12301:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:12300:8: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:12301:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:12302:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:12301:8: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:12302:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:12320:12: style: Variable 'dmn_cnt[0]' is assigned an expression that holds the same value. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:12317:15: note: dmn_cnt[0] is assigned 'nd_nbr' here. nco-5.3.9/src/nco/nco_rgr.c:12320:12: note: Variable 'dmn_cnt[0]' is assigned an expression that holds the same value. nco-5.3.9/src/nco/nco_rgr.c:12717:12: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_rgr.c:12716:8: note: rcd is assigned nco-5.3.9/src/nco/nco_rgr.c:12717:12: note: rcd is overwritten nco-5.3.9/src/nco/nco_rgr.c:20:18: style:inconclusive: Function 'nco_rgr_ctl' argument 1 names different: declaration 'rgr_nfo' definition 'rgr'. [funcArgNamesDifferent] nco-5.3.9/src/nco/nco_rgr.h:186:20: note: Function 'nco_rgr_ctl' argument 1 names different: declaration 'rgr_nfo' definition 'rgr'. nco-5.3.9/src/nco/nco_rgr.c:20:18: note: Function 'nco_rgr_ctl' argument 1 names different: declaration 'rgr_nfo' definition 'rgr'. nco-5.3.9/src/nco/nco_rgr.c:89:11: style:inconclusive: Function 'nco_rgr_free' argument 1 names different: declaration 'rgr_nfo' definition 'rgr'. [funcArgNamesDifferent] nco-5.3.9/src/nco/nco_rgr.h:211:13: note: Function 'nco_rgr_free' argument 1 names different: declaration 'rgr_nfo' definition 'rgr'. nco-5.3.9/src/nco/nco_rgr.c:89:11: note: Function 'nco_rgr_free' argument 1 names different: declaration 'rgr_nfo' definition 'rgr'. nco-5.3.9/src/nco/nco_rgr.c:169:12: style:inconclusive: Function 'nco_rgr_ini' argument 4 names different: declaration 'rgr_nbr' definition 'rgr_arg_nbr'. [funcArgNamesDifferent] nco-5.3.9/src/nco/nco_rgr.h:194:14: note: Function 'nco_rgr_ini' argument 4 names different: declaration 'rgr_nbr' definition 'rgr_arg_nbr'. nco-5.3.9/src/nco/nco_rgr.c:169:12: note: Function 'nco_rgr_ini' argument 4 names different: declaration 'rgr_nbr' definition 'rgr_arg_nbr'. nco-5.3.9/src/nco/nco_rgr.c:4067:18: style:inconclusive: Function 'nco_rgr_wgt' argument 1 names different: declaration 'rgr_nfo' definition 'rgr'. [funcArgNamesDifferent] nco-5.3.9/src/nco/nco_rgr.h:181:20: note: Function 'nco_rgr_wgt' argument 1 names different: declaration 'rgr_nfo' definition 'rgr'. nco-5.3.9/src/nco/nco_rgr.c:4067:18: note: Function 'nco_rgr_wgt' argument 1 names different: declaration 'rgr_nfo' definition 'rgr'. nco-5.3.9/src/nco/nco_rgr.c:7715:13: style:inconclusive: Function 'nco_sph_plg_area' argument 4 names different: declaration 'grd_sz_nbr' definition 'col_nbr'. [funcArgNamesDifferent] nco-5.3.9/src/nco/nco_rgr.h:163:15: note: Function 'nco_sph_plg_area' argument 4 names different: declaration 'grd_sz_nbr' definition 'col_nbr'. nco-5.3.9/src/nco/nco_rgr.c:7715:13: note: Function 'nco_sph_plg_area' argument 4 names different: declaration 'grd_sz_nbr' definition 'col_nbr'. nco-5.3.9/src/nco/nco_rgr.c:7717:17: style:inconclusive: Function 'nco_sph_plg_area' argument 6 names different: declaration 'area_out' definition 'area'. [funcArgNamesDifferent] nco-5.3.9/src/nco/nco_rgr.h:165:19: note: Function 'nco_sph_plg_area' argument 6 names different: declaration 'area_out' definition 'area'. nco-5.3.9/src/nco/nco_rgr.c:7717:17: note: Function 'nco_sph_plg_area' argument 6 names different: declaration 'area_out' definition 'area'. nco-5.3.9/src/nco/nco_rgr.c:8403:18: style:inconclusive: Function 'nco_rgr_tps' argument 1 names different: declaration 'rgr_nfo' definition 'rgr'. [funcArgNamesDifferent] nco-5.3.9/src/nco/nco_rgr.h:215:20: note: Function 'nco_rgr_tps' argument 1 names different: declaration 'rgr_nfo' definition 'rgr'. nco-5.3.9/src/nco/nco_rgr.c:8403:18: note: Function 'nco_rgr_tps' argument 1 names different: declaration 'rgr_nfo' definition 'rgr'. nco-5.3.9/src/nco/nco_rgr.c:2018:14: style: Local variable 'dmn_idx_hrz' shadows outer variable [shadowVariable] nco-5.3.9/src/nco/nco_rgr.c:1185:7: note: Shadowed variable nco-5.3.9/src/nco/nco_rgr.c:2018:14: note: Shadow local variable nco-5.3.9/src/nco/nco_rgr.c:2027:16: style: Local variable 'dmn_idx_hrz' shadows outer variable [shadowVariable] nco-5.3.9/src/nco/nco_rgr.c:1185:7: note: Shadowed variable nco-5.3.9/src/nco/nco_rgr.c:2027:16: note: Shadow local variable nco-5.3.9/src/nco/nco_rgr.c:7895:12: style: Local variable 'bnd_idx' shadows outer variable [shadowVariable] nco-5.3.9/src/nco/nco_rgr.c:7786:13: note: Shadowed variable nco-5.3.9/src/nco/nco_rgr.c:7895:12: note: Shadow local variable nco-5.3.9/src/nco/nco_rgr.c:8337:12: style: Local variable 'bnd_idx' shadows outer variable [shadowVariable] nco-5.3.9/src/nco/nco_rgr.c:7786:13: note: Shadowed variable nco-5.3.9/src/nco/nco_rgr.c:8337:12: note: Shadow local variable nco-5.3.9/src/nco/nco_rgr.c:947:9: style: Variable 'fl_pth_lcl' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_rgr.c:1042:9: style: Variable 'dpt_nm_tpl' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_rgr.c:1043:9: style: Variable 'ilev_nm_in' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_rgr.c:1044:9: style: Variable 'ilev_nm_out' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_rgr.c:1051:9: style: Variable 'plev_nm_tpl' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_rgr.c:1064:9: style: Variable 'bd_nm' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_rgr.c:1065:9: style: Variable 'lt_nm' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_rgr.c:1066:9: style: Variable 'mlc_nm' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_rgr.c:1126:9: style: Variable 'ps_nm_tpl' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_rgr.c:3322:11: style: Variable 'prs_ntp_in' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_rgr.c:3323:11: style: Variable 'prs_ntp_out' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_rgr.c:4143:9: style: Variable 'fl_pth_lcl' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_rgr.c:4217:8: style: Variable 'att_sng_Cnv' can be declared as const array [constVariable] nco-5.3.9/src/nco/nco_rgr.c:4218:8: style: Variable 'att_sng_cnv' can be declared as const array [constVariable] nco-5.3.9/src/nco/nco_rgr.c:4219:8: style: Variable 'att_sng_gnr' can be declared as const array [constVariable] nco-5.3.9/src/nco/nco_rgr.c:4220:8: style: Variable 'att_sng_Ttl' can be declared as const array [constVariable] nco-5.3.9/src/nco/nco_rgr.c:4221:8: style: Variable 'att_sng_ttl' can be declared as const array [constVariable] nco-5.3.9/src/nco/nco_rgr.c:4222:8: style: Variable 'name0_sng' can be declared as const array [constVariable] nco-5.3.9/src/nco/nco_rgr.c:4625:8: style: Variable 'unt_sng' can be declared as const array [constVariable] nco-5.3.9/src/nco/nco_rgr.c:5316:9: style: Variable 'rgr_var' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_rgr.c:5326:10: style: Variable 'crd_sng' can be declared as const array [constVariable] nco-5.3.9/src/nco/nco_rgr.c:5735:12: style: Variable 'cnv' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_rgr.c:5773:9: style: Variable 'dmn_nm_cp' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_rgr.c:5853:9: style: Variable 'area_nm_out' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_rgr.c:5855:9: style: Variable 'bnd_nm_out' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_rgr.c:5856:9: style: Variable 'bnd_tm_nm_out' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_rgr.c:5857:9: style: Variable 'col_nm_out' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_rgr.c:5858:9: style: Variable 'frc_nm_out' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_rgr.c:5859:9: style: Variable 'lat_bnd_nm_out' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_rgr.c:5860:9: style: Variable 'lat_dmn_nm_out' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_rgr.c:5862:9: style: Variable 'lat_wgt_nm' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_rgr.c:5864:9: style: Variable 'lon_dmn_nm_out' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_rgr.c:5866:9: style: Variable 'msk_nm_out' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_rgr.c:6790:11: style: Variable 'sgs_nm_gnr' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_rgr.c:6797:12: style: Variable 'att_sng_src' can be declared as const array [constVariable] nco-5.3.9/src/nco/nco_rgr.c:8419:8: style: Variable 'fl_grd_dst' can be declared as const array [constVariable] nco-5.3.9/src/nco/nco_rgr.c:8426:9: style: Variable 'nvr_DATA_TEMPEST' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_rgr.c:8791:9: style: Variable 'fl_out_tmp' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_rgr.c:8792:9: style: Variable 'fl_out' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_rgr.c:8793:8: style: Variable 'grd_area_nm' can be declared as const array [constVariable] nco-5.3.9/src/nco/nco_rgr.c:8794:8: style: Variable 'dmn_sz_nm' can be declared as const array [constVariable] nco-5.3.9/src/nco/nco_rgr.c:8795:8: style: Variable 'grd_crn_lat_nm' can be declared as const array [constVariable] nco-5.3.9/src/nco/nco_rgr.c:8796:8: style: Variable 'grd_crn_lon_nm' can be declared as const array [constVariable] nco-5.3.9/src/nco/nco_rgr.c:8797:8: style: Variable 'grd_crn_nm' can be declared as const array [constVariable] nco-5.3.9/src/nco/nco_rgr.c:8798:8: style: Variable 'grd_ctr_lat_nm' can be declared as const array [constVariable] nco-5.3.9/src/nco/nco_rgr.c:8799:8: style: Variable 'grd_ctr_lon_nm' can be declared as const array [constVariable] nco-5.3.9/src/nco/nco_rgr.c:8800:8: style: Variable 'grd_rnk_nm' can be declared as const array [constVariable] nco-5.3.9/src/nco/nco_rgr.c:8801:8: style: Variable 'grd_sz_nm' can be declared as const array [constVariable] nco-5.3.9/src/nco/nco_rgr.c:8802:8: style: Variable 'msk_nm' can be declared as const array [constVariable] nco-5.3.9/src/nco/nco_rgr.c:9373:9: style: Variable 'att_val' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_rgr.c:9449:11: style: Variable 'area_nm' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_rgr.c:9450:11: style: Variable 'bnd_nm' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_rgr.c:9452:11: style: Variable 'col_nm_out' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_rgr.c:9453:11: style: Variable 'lat_nm_out' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_rgr.c:9454:11: style: Variable 'lat_wgt_nm' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_rgr.c:9455:11: style: Variable 'lon_nm_out' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_rgr.c:9456:11: style: Variable 'lat_bnd_nm' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_rgr.c:9457:11: style: Variable 'lon_bnd_nm' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_rgr.c:9719:9: style: Variable 'fl_out' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_rgr.c:9720:9: style: Variable 'fl_out_tmp' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_rgr.c:9721:9: style: Variable 'fl_pth_lcl' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_rgr.c:9726:8: style: Variable 'area_nm' can be declared as const array [constVariable] nco-5.3.9/src/nco/nco_rgr.c:9727:8: style: Variable 'dmn_sz_nm' can be declared as const array [constVariable] nco-5.3.9/src/nco/nco_rgr.c:9728:8: style: Variable 'grd_crn_lat_nm' can be declared as const array [constVariable] nco-5.3.9/src/nco/nco_rgr.c:9729:8: style: Variable 'grd_crn_lon_nm' can be declared as const array [constVariable] nco-5.3.9/src/nco/nco_rgr.c:9730:8: style: Variable 'grd_crn_nm' can be declared as const array [constVariable] nco-5.3.9/src/nco/nco_rgr.c:9731:8: style: Variable 'grd_ctr_lat_nm' can be declared as const array [constVariable] nco-5.3.9/src/nco/nco_rgr.c:9732:8: style: Variable 'grd_ctr_lon_nm' can be declared as const array [constVariable] nco-5.3.9/src/nco/nco_rgr.c:9733:8: style: Variable 'grd_rnk_nm' can be declared as const array [constVariable] nco-5.3.9/src/nco/nco_rgr.c:9734:8: style: Variable 'grd_sz_nm' can be declared as const array [constVariable] nco-5.3.9/src/nco/nco_rgr.c:9735:8: style: Variable 'msk_nm' can be declared as const array [constVariable] nco-5.3.9/src/nco/nco_rgr.c:9736:8: style: Variable 'unt_sng' can be declared as const array [constVariable] nco-5.3.9/src/nco/nco_rgr.c:9903:9: style: Variable 'vrt_dmn_nm' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_rgr.c:9915:9: style: Variable 'rgr_var' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_rgr.c:9925:10: style: Variable 'crd_sng' can be declared as const array [constVariable] nco-5.3.9/src/nco/nco_rgr.c:11633:9: style: Variable 'fl_hnt' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_rgr.c:11634:9: style: Variable 'fl_hnt_dst' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_rgr.c:11635:9: style: Variable 'fl_hnt_src' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_rgr.c:12491:10: style: Parameter 'lon_crn' can be declared as pointer to const [constParameterPointer] nco-5.3.9/src/nco/nco_rgr.c:12687:9: style: Variable 'fl_xtr' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_rgr.c:2910:61: warning: Uninitialized variable: dmn_ids_hrz [uninitvar] nco-5.3.9/src/nco/nco_rgr.c:2908:28: note: Assuming condition is false nco-5.3.9/src/nco/nco_rgr.c:2910:61: note: Uninitialized variable: dmn_ids_hrz nco-5.3.9/src/nco/nco_rgr.c:931:22: style: Variable 'rgr_lst' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:1530:24: style: Variable 'lt_sum' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:1531:32: style: Variable 'lt_cum_sum' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:1532:22: style: Variable 'z_ntf' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:1533:22: style: Variable 'z_sfc' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:2322:19: style: Variable 'lt_sum' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:2323:27: style: Variable 'lt_cum_sum' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:2324:17: style: Variable 'z_ntf' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:2325:17: style: Variable 'z_sfc' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:2666:30: style: Variable 'prs_max_in' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:2667:32: style: Variable 'prs_max_out' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:2668:30: style: Variable 'prs_min_in' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:2669:32: style: Variable 'prs_min_out' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:3253:26: style: Variable 'dmn_id_in' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:3254:28: style: Variable 'dmn_id_out' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:3255:22: style: Variable 'dmn_srt' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:3257:30: style: Variable 'dmn_cnt_out' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:3960:21: style: Variable 'crd_in' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:3961:23: style: Variable 'crd_out' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:3962:21: style: Variable 'dat_in' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:3963:23: style: Variable 'dat_out' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:3966:31: style: Variable 'crd_in_mnt' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:3967:31: style: Variable 'dat_in_mnt' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:3970:33: style: Variable 'crd_out_mnt' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:3971:33: style: Variable 'dat_out_mnt' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:3989:27: style: Variable 'dmn_id_in' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:3990:29: style: Variable 'dmn_id_out' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:3991:23: style: Variable 'dmn_srt' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:3993:31: style: Variable 'dmn_cnt_out' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:3994:37: style: Variable 'var_val_dbl_in' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:3995:39: style: Variable 'var_val_dbl_out' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:4011:38: style: Variable 'var_out_chr_val' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:4025:36: style: Variable 'att_nm_fll_val' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:4027:28: style: Variable 'dmn_cnt_in' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:4028:28: style: Variable 'dmn_ids_in' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:4029:30: style: Variable 'dmn_ids_out' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:4031:28: style: Variable 'dpt_mdp_in' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:4032:28: style: Variable 'dpt_ntf_in' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:4033:20: style: Variable 'mlc_in' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:4034:18: style: Variable 'bd_in' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:4035:18: style: Variable 'lt_in' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:4037:22: style: Variable 'hyai_in' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:4038:22: style: Variable 'hyam_in' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:4039:22: style: Variable 'hybi_in' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:4040:22: style: Variable 'hybm_in' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:4041:18: style: Variable 'ps_in' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:4042:28: style: Variable 'prs_mdp_in' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:4043:28: style: Variable 'prs_ntf_in' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:4045:30: style: Variable 'dpt_mdp_out' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:4046:30: style: Variable 'dpt_ntf_out' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:4047:22: style: Variable 'mlc_out' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:4051:24: style: Variable 'hyai_out' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:4052:24: style: Variable 'hyam_out' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:4053:24: style: Variable 'hybi_out' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:4054:24: style: Variable 'hybm_out' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:4055:24: style: Variable 'ilev_out' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:4056:20: style: Variable 'lev_in' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:4057:22: style: Variable 'lev_out' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:4058:20: style: Variable 'ps_out' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:4059:30: style: Variable 'prs_mdp_out' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:4060:30: style: Variable 'prs_ntf_out' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:4905:34: style: Variable 'lat_sin_out' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:4957:34: style: Variable 'wgt_Gss_out' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:5484:24: style: Variable 'crd_dpl' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:5557:32: style: Variable 'dmn_ids_in' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:6361:26: style: Variable 'dmn_id_in' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:6362:28: style: Variable 'dmn_id_out' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:6363:22: style: Variable 'dmn_srt' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:6670:16: style: Variable 'var_typ_out' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:6672:15: style: Variable 'var_sz_out' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:6724:13: style: Variable 'fl_sgs' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:6753:28: style: Variable 'dmn_id_in' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:6754:24: style: Variable 'dmn_srt' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:6755:30: style: Variable 'dmn_cnt_in' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:6801:34: style: Variable 'att_src_val' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:7284:43: style: Variable 'sub_sgs_frc_out' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:7426:25: style: Variable 'caas_gym' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:7427:39: style: Variable 'sub_sgs_frc_out' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:7449:27: style: Variable 'dmn_id_out' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:7450:21: style: Variable 'dmn_srt' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:7451:27: style: Variable 'dmn_cnt_in' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:7452:29: style: Variable 'dmn_cnt_out' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:7454:37: style: Variable 'var_val_dbl_out' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:7455:35: style: Variable 'var_val_dbl_in' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:7470:41: style: Variable 'var_out_chr_val' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:7483:53: style: Variable 'caas_sgs_frc_in' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:7484:56: style: Variable 'caas_sgs_frc_out' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:7487:24: style: Variable 'area_out' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:7488:30: style: Variable 'col_src_adr' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:7489:34: style: Variable 'dmn_sz_in_int' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:7490:36: style: Variable 'dmn_sz_out_int' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:7491:22: style: Variable 'frc_out' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:7492:30: style: Variable 'lat_bnd_out' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:7493:30: style: Variable 'lat_crn_out' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:7494:30: style: Variable 'lat_ctr_out' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:7495:30: style: Variable 'lat_ntf_out' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:7496:30: style: Variable 'lat_wgt_out' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:7497:30: style: Variable 'lon_bnd_out' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:7498:30: style: Variable 'lon_crn_out' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:7499:30: style: Variable 'lon_ctr_out' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:7500:30: style: Variable 'lon_ntf_out' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:7501:22: style: Variable 'msk_out' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:7502:34: style: Variable 'nlcol_src_adr' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:7503:34: style: Variable 'nlrow_dst_adr' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:7504:26: style: Variable 'nlwgt_raw' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:7505:30: style: Variable 'row_dst_adr' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:7506:28: style: Variable 'sgs_frc_nm' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:7507:28: style: Variable 'sgs_frc_in' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:7508:30: style: Variable 'sgs_frc_out' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:7509:28: style: Variable 'sgs_msk_nm' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:7510:22: style: Variable 'wgt_raw' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:7705:28: style: Variable 'wgt_Gss_p1' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:7706:28: style: Variable 'lat_sin_p1' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:7849:19: style: Variable 'bnd_vld_nbr' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:7857:23: style: Variable 'flg_sas_ndl' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:7858:23: style: Variable 'flg_sas_isc' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:7859:21: style: Variable 'flg_sas_a' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:7860:21: style: Variable 'flg_sas_b' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:7861:21: style: Variable 'flg_sas_c' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:8372:30: style: Variable 'xpn_sum' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:8389:22: style: Variable 'vrt_vld' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:8390:18: style: Variable 'a_idx' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:8391:18: style: Variable 'b_idx' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:8392:18: style: Variable 'c_idx' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:8393:30: style: Variable 'lat_bnd_rdn' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:8394:30: style: Variable 'lon_bnd_rdn' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:8395:30: style: Variable 'lat_bnd_cos' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:8396:30: style: Variable 'lon_bnd_cos' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:8397:30: style: Variable 'lat_bnd_sin' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:8398:30: style: Variable 'lon_bnd_sin' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:8454:36: style: Variable 'fl_grd_dst_cdl' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:8455:22: style: Variable 'cmd_rgr' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:9225:32: style: Variable 'lat_ctr_tmp' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:9226:32: style: Variable 'lat_ntf_tmp' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:9227:32: style: Variable 'lat_wgt_tmp' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:9583:32: style: Variable 'crd_val_sng' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:9670:28: style: Variable 'dmn_sz_int' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:9671:14: style: Variable 'msk' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:9672:16: style: Variable 'area' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:9673:30: style: Variable 'grd_ctr_lat' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:9674:30: style: Variable 'grd_ctr_lon' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:9675:30: style: Variable 'grd_crn_lat' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:9676:30: style: Variable 'grd_crn_lon' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:9677:22: style: Variable 'lat_bnd' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:9678:22: style: Variable 'lat_crn' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:9679:22: style: Variable 'lat_ctr' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:9680:22: style: Variable 'lat_ntf' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:9681:22: style: Variable 'lat_sin' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:9682:22: style: Variable 'lat_wgt' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:9683:22: style: Variable 'lon_bnd' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:9684:22: style: Variable 'lon_crn' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:9685:22: style: Variable 'lon_ctr' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:9686:22: style: Variable 'lon_ntf' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:9687:22: style: Variable 'wgt_Gss' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:10083:24: style: Variable 'crd_dpl' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:10614:29: style: Variable 'lat_crn_tmp' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:10615:29: style: Variable 'lon_crn_tmp' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:10856:17: style: Variable 'lon_ctr_drv' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:10904:34: style: Variable 'lon_vld_nxt' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:10905:34: style: Variable 'lon_vld_prv' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:11094:32: style: Variable 'lat_ctr_fk' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:11095:32: style: Variable 'lon_ctr_fk' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:11096:26: style: Variable 'crn_lon' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:11097:26: style: Variable 'crn_lat' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:12286:22: style: Variable 'att_nm' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:12335:16: style: Variable 'dgx' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:12336:16: style: Variable 'dgy' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:12337:20: style: Variable 'dg_nd' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:12338:16: style: Variable 'fcx' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:12339:16: style: Variable 'fcy' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:12340:20: style: Variable 'fc_nd' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:12341:16: style: Variable 'ndx' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:12342:16: style: Variable 'ndy' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:12345:22: style: Variable 'dgx_nm' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:12346:22: style: Variable 'dgy_nm' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:12347:28: style: Variable 'dg_dmn_nm' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:12348:26: style: Variable 'dg_nd_nm' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:12349:22: style: Variable 'fcx_nm' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:12350:22: style: Variable 'fcy_nm' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:12351:28: style: Variable 'fc_dmn_nm' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:12352:26: style: Variable 'fc_nd_nm' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:12353:22: style: Variable 'msh_nm' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:12354:28: style: Variable 'nd_dmn_nm' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:12355:22: style: Variable 'ndx_nm' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:12356:22: style: Variable 'ndy_nm' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:12357:30: style: Variable 'npe_dmn_nm' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:12358:30: style: Variable 'npf_dmn_nm' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:12362:28: style: Variable 'dmn_sz_int' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:12363:14: style: Variable 'msk' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:12364:16: style: Variable 'area' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:12365:30: style: Variable 'grd_ctr_lat' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:12366:30: style: Variable 'grd_ctr_lon' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:12367:30: style: Variable 'grd_crn_lat' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:12368:30: style: Variable 'grd_crn_lon' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:12369:22: style: Variable 'lat_bnd' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:12370:22: style: Variable 'lat_crn' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:12371:22: style: Variable 'lat_ctr' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:12372:22: style: Variable 'lat_ntf' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:12373:22: style: Variable 'lat_wgt' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:12374:22: style: Variable 'lon_bnd' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:12375:22: style: Variable 'lon_crn' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:12376:22: style: Variable 'lon_ctr' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:12377:22: style: Variable 'lon_ntf' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:12378:30: style: Variable 'edg_nbr_cll' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:12379:22: style: Variable 'vrt_cll' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:12380:22: style: Variable 'vrt_lat' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:12381:22: style: Variable 'vrt_lon' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:12384:28: style: Variable 'area_nm_in' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:12385:24: style: Variable 'area_unt' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:12386:28: style: Variable 'bnd_dmn_nm' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:12387:28: style: Variable 'col_dmn_nm' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:12388:28: style: Variable 'lat_bnd_nm' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:12389:28: style: Variable 'lat_dmn_nm' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:12390:26: style: Variable 'lat_nm_in' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:12391:28: style: Variable 'lon_bnd_nm' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:12392:28: style: Variable 'lon_dmn_nm' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:12393:26: style: Variable 'lon_nm_in' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:12394:26: style: Variable 'msk_nm_in' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:12395:22: style: Variable 'ngl_unt' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:12396:36: style: Variable 'edg_nbr_cll_nm' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:12397:28: style: Variable 'vrt_cll_nm' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:12398:28: style: Variable 'vrt_lat_nm' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rgr.c:12399:28: style: Variable 'vrt_lon_nm' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rth_flt.c:118:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable RAND_MAX [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_rth_flt.c:108:3: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg] nco-5.3.9/src/nco/nco_rth_flt.c:124:22: style:inconclusive: Function 'rnd_nbrf' argument 1 names different: declaration '' definition 'x'. [funcArgNamesDifferentUnnamed] nco-5.3.9/src/nco/nco_rth_flt.c:108:4: style: Variable 'x' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_rth_utl.c:284:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_rth_utl.c:334:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_rth_utl.c:406:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_rth_utl.c:426:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_rth_utl.c:445:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_rth_utl.c:14:16: style:inconclusive: Function 'nco_rth_prc_rnk' argument 1 names different: declaration 'type' definition 'nco_typ'. [funcArgNamesDifferent] nco-5.3.9/src/nco/nco_rth_utl.h:77:16: note: Function 'nco_rth_prc_rnk' argument 1 names different: declaration 'type' definition 'nco_typ'. nco-5.3.9/src/nco/nco_rth_utl.c:14:16: note: Function 'nco_rth_prc_rnk' argument 1 names different: declaration 'type' definition 'nco_typ'. nco-5.3.9/src/nco/nco_rth_utl.c:265:9: style: Variable 'nco_prg_nm' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_s1d.c:171:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_s1d.c:738:6: style: The if condition is the same as the previous if condition [duplicateCondition] nco-5.3.9/src/nco/nco_s1d.c:737:6: note: First condition nco-5.3.9/src/nco/nco_s1d.c:738:6: note: Second condition nco-5.3.9/src/nco/nco_s1d.c:1674:45: portability: %ld in format string (no. 5) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] nco-5.3.9/src/nco/nco_s1d.c:2201:60: portability: %ld in format string (no. 3) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] nco-5.3.9/src/nco/nco_s1d.c:311:25: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_s1d.c:307:8: note: rcd is assigned nco-5.3.9/src/nco/nco_s1d.c:311:25: note: rcd is overwritten nco-5.3.9/src/nco/nco_s1d.c:419:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_s1d.c:403:6: note: rcd is assigned nco-5.3.9/src/nco/nco_s1d.c:419:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_s1d.c:407:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_s1d.c:406:8: note: rcd is assigned nco-5.3.9/src/nco/nco_s1d.c:407:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_s1d.c:408:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_s1d.c:407:8: note: rcd is assigned nco-5.3.9/src/nco/nco_s1d.c:408:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_s1d.c:409:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_s1d.c:408:8: note: rcd is assigned nco-5.3.9/src/nco/nco_s1d.c:409:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_s1d.c:410:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_s1d.c:409:8: note: rcd is assigned nco-5.3.9/src/nco/nco_s1d.c:410:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_s1d.c:412:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_s1d.c:410:8: note: rcd is assigned nco-5.3.9/src/nco/nco_s1d.c:412:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_s1d.c:414:23: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_s1d.c:412:8: note: rcd is assigned nco-5.3.9/src/nco/nco_s1d.c:414:23: note: rcd is overwritten nco-5.3.9/src/nco/nco_s1d.c:415:23: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_s1d.c:414:23: note: rcd is assigned nco-5.3.9/src/nco/nco_s1d.c:415:23: note: rcd is overwritten nco-5.3.9/src/nco/nco_s1d.c:415:23: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_s1d.c:414:94: note: rcd is assigned nco-5.3.9/src/nco/nco_s1d.c:415:23: note: rcd is overwritten nco-5.3.9/src/nco/nco_s1d.c:419:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_s1d.c:415:23: note: rcd is assigned nco-5.3.9/src/nco/nco_s1d.c:419:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_s1d.c:419:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_s1d.c:415:91: note: rcd is assigned nco-5.3.9/src/nco/nco_s1d.c:419:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_s1d.c:431:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_s1d.c:419:6: note: rcd is assigned nco-5.3.9/src/nco/nco_s1d.c:431:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_s1d.c:423:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_s1d.c:422:8: note: rcd is assigned nco-5.3.9/src/nco/nco_s1d.c:423:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_s1d.c:424:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_s1d.c:423:8: note: rcd is assigned nco-5.3.9/src/nco/nco_s1d.c:424:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_s1d.c:431:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_s1d.c:424:8: note: rcd is assigned nco-5.3.9/src/nco/nco_s1d.c:431:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_s1d.c:445:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_s1d.c:431:6: note: rcd is assigned nco-5.3.9/src/nco/nco_s1d.c:445:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_s1d.c:435:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_s1d.c:434:8: note: rcd is assigned nco-5.3.9/src/nco/nco_s1d.c:435:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_s1d.c:436:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_s1d.c:435:8: note: rcd is assigned nco-5.3.9/src/nco/nco_s1d.c:436:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_s1d.c:437:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_s1d.c:436:8: note: rcd is assigned nco-5.3.9/src/nco/nco_s1d.c:437:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_s1d.c:438:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_s1d.c:437:8: note: rcd is assigned nco-5.3.9/src/nco/nco_s1d.c:438:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_s1d.c:440:23: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_s1d.c:438:8: note: rcd is assigned nco-5.3.9/src/nco/nco_s1d.c:440:23: note: rcd is overwritten nco-5.3.9/src/nco/nco_s1d.c:442:23: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_s1d.c:440:23: note: rcd is assigned nco-5.3.9/src/nco/nco_s1d.c:442:23: note: rcd is overwritten nco-5.3.9/src/nco/nco_s1d.c:442:23: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_s1d.c:440:91: note: rcd is assigned nco-5.3.9/src/nco/nco_s1d.c:442:23: note: rcd is overwritten nco-5.3.9/src/nco/nco_s1d.c:445:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_s1d.c:442:23: note: rcd is assigned nco-5.3.9/src/nco/nco_s1d.c:445:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_s1d.c:445:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_s1d.c:442:92: note: rcd is assigned nco-5.3.9/src/nco/nco_s1d.c:445:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_s1d.c:459:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_s1d.c:445:6: note: rcd is assigned nco-5.3.9/src/nco/nco_s1d.c:459:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_s1d.c:449:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_s1d.c:448:8: note: rcd is assigned nco-5.3.9/src/nco/nco_s1d.c:449:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_s1d.c:450:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_s1d.c:449:8: note: rcd is assigned nco-5.3.9/src/nco/nco_s1d.c:450:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_s1d.c:451:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_s1d.c:450:8: note: rcd is assigned nco-5.3.9/src/nco/nco_s1d.c:451:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_s1d.c:452:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_s1d.c:451:8: note: rcd is assigned nco-5.3.9/src/nco/nco_s1d.c:452:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_s1d.c:453:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_s1d.c:452:8: note: rcd is assigned nco-5.3.9/src/nco/nco_s1d.c:453:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_s1d.c:455:23: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_s1d.c:453:8: note: rcd is assigned nco-5.3.9/src/nco/nco_s1d.c:455:23: note: rcd is overwritten nco-5.3.9/src/nco/nco_s1d.c:456:23: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_s1d.c:455:23: note: rcd is assigned nco-5.3.9/src/nco/nco_s1d.c:456:23: note: rcd is overwritten nco-5.3.9/src/nco/nco_s1d.c:456:23: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_s1d.c:455:94: note: rcd is assigned nco-5.3.9/src/nco/nco_s1d.c:456:23: note: rcd is overwritten nco-5.3.9/src/nco/nco_s1d.c:459:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_s1d.c:456:23: note: rcd is assigned nco-5.3.9/src/nco/nco_s1d.c:459:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_s1d.c:459:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_s1d.c:456:93: note: rcd is assigned nco-5.3.9/src/nco/nco_s1d.c:459:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_s1d.c:490:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_s1d.c:459:6: note: rcd is assigned nco-5.3.9/src/nco/nco_s1d.c:490:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_s1d.c:463:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_s1d.c:462:8: note: rcd is assigned nco-5.3.9/src/nco/nco_s1d.c:463:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_s1d.c:464:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_s1d.c:463:8: note: rcd is assigned nco-5.3.9/src/nco/nco_s1d.c:464:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_s1d.c:465:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_s1d.c:464:8: note: rcd is assigned nco-5.3.9/src/nco/nco_s1d.c:465:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_s1d.c:490:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_s1d.c:465:8: note: rcd is assigned nco-5.3.9/src/nco/nco_s1d.c:490:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_s1d.c:490:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_s1d.c:473:22: note: rcd is assigned nco-5.3.9/src/nco/nco_s1d.c:490:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_s1d.c:490:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_s1d.c:474:22: note: rcd is assigned nco-5.3.9/src/nco/nco_s1d.c:490:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_s1d.c:490:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_s1d.c:475:22: note: rcd is assigned nco-5.3.9/src/nco/nco_s1d.c:490:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_s1d.c:490:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_s1d.c:476:22: note: rcd is assigned nco-5.3.9/src/nco/nco_s1d.c:490:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_s1d.c:490:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_s1d.c:477:22: note: rcd is assigned nco-5.3.9/src/nco/nco_s1d.c:490:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_s1d.c:676:23: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_s1d.c:490:6: note: rcd is assigned nco-5.3.9/src/nco/nco_s1d.c:676:23: note: rcd is overwritten nco-5.3.9/src/nco/nco_s1d.c:697:14: style: Redundant initialization for 'grd_nbr_out'. The initialized value is overwritten before it is read. [redundantInitialization] nco-5.3.9/src/nco/nco_s1d.c:591:19: note: grd_nbr_out is initialized nco-5.3.9/src/nco/nco_s1d.c:697:14: note: grd_nbr_out is overwritten nco-5.3.9/src/nco/nco_s1d.c:676:23: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_s1d.c:600:19: note: rcd is assigned nco-5.3.9/src/nco/nco_s1d.c:676:23: note: rcd is overwritten nco-5.3.9/src/nco/nco_s1d.c:676:23: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_s1d.c:601:19: note: rcd is assigned nco-5.3.9/src/nco/nco_s1d.c:676:23: note: rcd is overwritten nco-5.3.9/src/nco/nco_s1d.c:676:23: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_s1d.c:602:19: note: rcd is assigned nco-5.3.9/src/nco/nco_s1d.c:676:23: note: rcd is overwritten nco-5.3.9/src/nco/nco_s1d.c:676:23: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_s1d.c:603:19: note: rcd is assigned nco-5.3.9/src/nco/nco_s1d.c:676:23: note: rcd is overwritten nco-5.3.9/src/nco/nco_s1d.c:676:23: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_s1d.c:604:19: note: rcd is assigned nco-5.3.9/src/nco/nco_s1d.c:676:23: note: rcd is overwritten nco-5.3.9/src/nco/nco_s1d.c:632:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_s1d.c:631:8: note: rcd is assigned nco-5.3.9/src/nco/nco_s1d.c:632:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_s1d.c:676:23: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_s1d.c:632:8: note: rcd is assigned nco-5.3.9/src/nco/nco_s1d.c:676:23: note: rcd is overwritten nco-5.3.9/src/nco/nco_s1d.c:637:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_s1d.c:636:8: note: rcd is assigned nco-5.3.9/src/nco/nco_s1d.c:637:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_s1d.c:676:23: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_s1d.c:637:8: note: rcd is assigned nco-5.3.9/src/nco/nco_s1d.c:676:23: note: rcd is overwritten nco-5.3.9/src/nco/nco_s1d.c:642:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_s1d.c:641:8: note: rcd is assigned nco-5.3.9/src/nco/nco_s1d.c:642:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_s1d.c:676:23: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_s1d.c:642:8: note: rcd is assigned nco-5.3.9/src/nco/nco_s1d.c:676:23: note: rcd is overwritten nco-5.3.9/src/nco/nco_s1d.c:647:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_s1d.c:646:8: note: rcd is assigned nco-5.3.9/src/nco/nco_s1d.c:647:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_s1d.c:676:23: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_s1d.c:647:8: note: rcd is assigned nco-5.3.9/src/nco/nco_s1d.c:676:23: note: rcd is overwritten nco-5.3.9/src/nco/nco_s1d.c:652:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_s1d.c:651:8: note: rcd is assigned nco-5.3.9/src/nco/nco_s1d.c:652:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_s1d.c:676:23: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_s1d.c:652:8: note: rcd is assigned nco-5.3.9/src/nco/nco_s1d.c:676:23: note: rcd is overwritten nco-5.3.9/src/nco/nco_s1d.c:657:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_s1d.c:656:8: note: rcd is assigned nco-5.3.9/src/nco/nco_s1d.c:657:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_s1d.c:676:23: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_s1d.c:657:8: note: rcd is assigned nco-5.3.9/src/nco/nco_s1d.c:676:23: note: rcd is overwritten nco-5.3.9/src/nco/nco_s1d.c:662:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_s1d.c:661:8: note: rcd is assigned nco-5.3.9/src/nco/nco_s1d.c:662:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_s1d.c:676:23: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_s1d.c:662:8: note: rcd is assigned nco-5.3.9/src/nco/nco_s1d.c:676:23: note: rcd is overwritten nco-5.3.9/src/nco/nco_s1d.c:780:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_s1d.c:681:21: note: rcd is assigned nco-5.3.9/src/nco/nco_s1d.c:780:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_s1d.c:684:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_s1d.c:683:8: note: rcd is assigned nco-5.3.9/src/nco/nco_s1d.c:684:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_s1d.c:780:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_s1d.c:684:8: note: rcd is assigned nco-5.3.9/src/nco/nco_s1d.c:780:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_s1d.c:780:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_s1d.c:686:38: note: rcd is assigned nco-5.3.9/src/nco/nco_s1d.c:780:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_s1d.c:780:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_s1d.c:720:8: note: rcd is assigned nco-5.3.9/src/nco/nco_s1d.c:780:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_s1d.c:724:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_s1d.c:723:8: note: rcd is assigned nco-5.3.9/src/nco/nco_s1d.c:724:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_s1d.c:780:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_s1d.c:724:8: note: rcd is assigned nco-5.3.9/src/nco/nco_s1d.c:780:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_s1d.c:780:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_s1d.c:726:38: note: rcd is assigned nco-5.3.9/src/nco/nco_s1d.c:780:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_s1d.c:781:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_s1d.c:780:8: note: rcd is assigned nco-5.3.9/src/nco/nco_s1d.c:781:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_s1d.c:782:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_s1d.c:781:8: note: rcd is assigned nco-5.3.9/src/nco/nco_s1d.c:782:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_s1d.c:783:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_s1d.c:782:8: note: rcd is assigned nco-5.3.9/src/nco/nco_s1d.c:783:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_s1d.c:784:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_s1d.c:783:8: note: rcd is assigned nco-5.3.9/src/nco/nco_s1d.c:784:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_s1d.c:785:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_s1d.c:784:8: note: rcd is assigned nco-5.3.9/src/nco/nco_s1d.c:785:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_s1d.c:786:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_s1d.c:785:8: note: rcd is assigned nco-5.3.9/src/nco/nco_s1d.c:786:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_s1d.c:787:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_s1d.c:786:8: note: rcd is assigned nco-5.3.9/src/nco/nco_s1d.c:787:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_s1d.c:788:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_s1d.c:787:8: note: rcd is assigned nco-5.3.9/src/nco/nco_s1d.c:788:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_s1d.c:792:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_s1d.c:791:8: note: rcd is assigned nco-5.3.9/src/nco/nco_s1d.c:792:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_s1d.c:793:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_s1d.c:792:8: note: rcd is assigned nco-5.3.9/src/nco/nco_s1d.c:793:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_s1d.c:794:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_s1d.c:793:8: note: rcd is assigned nco-5.3.9/src/nco/nco_s1d.c:794:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_s1d.c:795:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_s1d.c:794:8: note: rcd is assigned nco-5.3.9/src/nco/nco_s1d.c:795:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_s1d.c:796:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_s1d.c:795:8: note: rcd is assigned nco-5.3.9/src/nco/nco_s1d.c:796:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_s1d.c:797:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_s1d.c:796:8: note: rcd is assigned nco-5.3.9/src/nco/nco_s1d.c:797:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_s1d.c:798:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_s1d.c:797:8: note: rcd is assigned nco-5.3.9/src/nco/nco_s1d.c:798:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_s1d.c:800:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_s1d.c:798:8: note: rcd is assigned nco-5.3.9/src/nco/nco_s1d.c:800:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_s1d.c:839:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_s1d.c:830:43: note: rcd is assigned nco-5.3.9/src/nco/nco_s1d.c:839:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_s1d.c:839:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_s1d.c:833:51: note: rcd is assigned nco-5.3.9/src/nco/nco_s1d.c:839:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_s1d.c:839:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_s1d.c:836:41: note: rcd is assigned nco-5.3.9/src/nco/nco_s1d.c:839:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_s1d.c:867:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_s1d.c:839:8: note: rcd is assigned nco-5.3.9/src/nco/nco_s1d.c:867:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_s1d.c:867:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_s1d.c:842:41: note: rcd is assigned nco-5.3.9/src/nco/nco_s1d.c:867:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_s1d.c:867:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_s1d.c:863:10: note: rcd is assigned nco-5.3.9/src/nco/nco_s1d.c:867:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_s1d.c:917:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_s1d.c:908:43: note: rcd is assigned nco-5.3.9/src/nco/nco_s1d.c:917:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_s1d.c:917:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_s1d.c:911:51: note: rcd is assigned nco-5.3.9/src/nco/nco_s1d.c:917:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_s1d.c:917:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_s1d.c:914:44: note: rcd is assigned nco-5.3.9/src/nco/nco_s1d.c:917:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_s1d.c:950:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_s1d.c:943:43: note: rcd is assigned nco-5.3.9/src/nco/nco_s1d.c:950:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_s1d.c:951:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_s1d.c:950:8: note: rcd is assigned nco-5.3.9/src/nco/nco_s1d.c:951:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_s1d.c:986:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_s1d.c:951:8: note: rcd is assigned nco-5.3.9/src/nco/nco_s1d.c:986:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_s1d.c:986:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_s1d.c:976:5: note: rcd is assigned nco-5.3.9/src/nco/nco_s1d.c:986:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_s1d.c:1148:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_s1d.c:1128:6: note: rcd is assigned nco-5.3.9/src/nco/nco_s1d.c:1148:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_s1d.c:1148:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_s1d.c:1131:8: note: rcd is assigned nco-5.3.9/src/nco/nco_s1d.c:1148:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_s1d.c:1149:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_s1d.c:1148:6: note: rcd is assigned nco-5.3.9/src/nco/nco_s1d.c:1149:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_s1d.c:1150:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_s1d.c:1149:6: note: rcd is assigned nco-5.3.9/src/nco/nco_s1d.c:1150:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_s1d.c:1181:10: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_s1d.c:1150:6: note: rcd is assigned nco-5.3.9/src/nco/nco_s1d.c:1181:10: note: rcd is overwritten nco-5.3.9/src/nco/nco_s1d.c:1311:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_s1d.c:1310:8: note: rcd is assigned nco-5.3.9/src/nco/nco_s1d.c:1311:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_s1d.c:1315:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_s1d.c:1314:8: note: rcd is assigned nco-5.3.9/src/nco/nco_s1d.c:1315:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_s1d.c:1326:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_s1d.c:1324:30: note: rcd is assigned nco-5.3.9/src/nco/nco_s1d.c:1326:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_s1d.c:1327:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_s1d.c:1326:8: note: rcd is assigned nco-5.3.9/src/nco/nco_s1d.c:1327:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_s1d.c:1338:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_s1d.c:1336:30: note: rcd is assigned nco-5.3.9/src/nco/nco_s1d.c:1338:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_s1d.c:1339:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_s1d.c:1338:8: note: rcd is assigned nco-5.3.9/src/nco/nco_s1d.c:1339:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_s1d.c:1351:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_s1d.c:1349:30: note: rcd is assigned nco-5.3.9/src/nco/nco_s1d.c:1351:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_s1d.c:1352:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_s1d.c:1351:8: note: rcd is assigned nco-5.3.9/src/nco/nco_s1d.c:1352:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_s1d.c:1427:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_s1d.c:1422:10: note: rcd is assigned nco-5.3.9/src/nco/nco_s1d.c:1427:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_s1d.c:1427:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_s1d.c:1424:10: note: rcd is assigned nco-5.3.9/src/nco/nco_s1d.c:1427:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_s1d.c:1428:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_s1d.c:1427:8: note: rcd is assigned nco-5.3.9/src/nco/nco_s1d.c:1428:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_s1d.c:1433:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_s1d.c:1428:8: note: rcd is assigned nco-5.3.9/src/nco/nco_s1d.c:1433:8: note: rcd is overwritten nco-5.3.9/src/nco/nco_s1d.c:1450:10: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_s1d.c:1449:10: note: rcd is assigned nco-5.3.9/src/nco/nco_s1d.c:1450:10: note: rcd is overwritten nco-5.3.9/src/nco/nco_s1d.c:1532:10: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_s1d.c:1531:10: note: rcd is assigned nco-5.3.9/src/nco/nco_s1d.c:1532:10: note: rcd is overwritten nco-5.3.9/src/nco/nco_s1d.c:1538:7: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_s1d.c:1537:7: note: rcd is assigned nco-5.3.9/src/nco/nco_s1d.c:1538:7: note: rcd is overwritten nco-5.3.9/src/nco/nco_s1d.c:1782:5: style: Variable 'rcd' is reassigned a value before the old one has been used. 'break;' missing? [redundantAssignInSwitch] nco-5.3.9/src/nco/nco_s1d.c:1538:7: note: $symbol is assigned nco-5.3.9/src/nco/nco_s1d.c:1782:5: note: $symbol is overwritten nco-5.3.9/src/nco/nco_s1d.c:1782:5: style: Variable 'rcd' is reassigned a value before the old one has been used. 'break;' missing? [redundantAssignInSwitch] nco-5.3.9/src/nco/nco_s1d.c:1549:9: note: $symbol is assigned nco-5.3.9/src/nco/nco_s1d.c:1782:5: note: $symbol is overwritten nco-5.3.9/src/nco/nco_s1d.c:1732:11: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_s1d.c:1727:11: note: rcd is assigned nco-5.3.9/src/nco/nco_s1d.c:1732:11: note: rcd is overwritten nco-5.3.9/src/nco/nco_s1d.c:1782:5: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_s1d.c:1732:11: note: rcd is assigned nco-5.3.9/src/nco/nco_s1d.c:1782:5: note: rcd is overwritten nco-5.3.9/src/nco/nco_s1d.c:1782:5: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_s1d.c:1767:7: note: rcd is assigned nco-5.3.9/src/nco/nco_s1d.c:1782:5: note: rcd is overwritten nco-5.3.9/src/nco/nco_s1d.c:1771:9: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_s1d.c:1770:9: note: rcd is assigned nco-5.3.9/src/nco/nco_s1d.c:1771:9: note: rcd is overwritten nco-5.3.9/src/nco/nco_s1d.c:1778:11: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_s1d.c:1773:11: note: rcd is assigned nco-5.3.9/src/nco/nco_s1d.c:1778:11: note: rcd is overwritten nco-5.3.9/src/nco/nco_s1d.c:1782:5: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_s1d.c:1778:11: note: rcd is assigned nco-5.3.9/src/nco/nco_s1d.c:1782:5: note: rcd is overwritten nco-5.3.9/src/nco/nco_s1d.c:1857:20: style: Redundant initialization for 'clm_idx_mec_ttl'. The initialized value is overwritten before it is read. [redundantInitialization] nco-5.3.9/src/nco/nco_s1d.c:1848:24: note: clm_idx_mec_ttl is initialized nco-5.3.9/src/nco/nco_s1d.c:1857:20: note: clm_idx_mec_ttl is overwritten nco-5.3.9/src/nco/nco_s1d.c:1858:20: style: Redundant initialization for 'clm_idx_ntr_ttl'. The initialized value is overwritten before it is read. [redundantInitialization] nco-5.3.9/src/nco/nco_s1d.c:1849:24: note: clm_idx_ntr_ttl is initialized nco-5.3.9/src/nco/nco_s1d.c:1858:20: note: clm_idx_ntr_ttl is overwritten nco-5.3.9/src/nco/nco_s1d.c:1859:20: style: Redundant initialization for 'clm_idx_urb_ttl'. The initialized value is overwritten before it is read. [redundantInitialization] nco-5.3.9/src/nco/nco_s1d.c:1850:24: note: clm_idx_urb_ttl is initialized nco-5.3.9/src/nco/nco_s1d.c:1859:20: note: clm_idx_urb_ttl is overwritten nco-5.3.9/src/nco/nco_s1d.c:1977:5: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_s1d.c:1976:5: note: rcd is assigned nco-5.3.9/src/nco/nco_s1d.c:1977:5: note: rcd is overwritten nco-5.3.9/src/nco/nco_s1d.c:1978:5: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_s1d.c:1977:5: note: rcd is assigned nco-5.3.9/src/nco/nco_s1d.c:1978:5: note: rcd is overwritten nco-5.3.9/src/nco/nco_s1d.c:1979:5: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_s1d.c:1978:5: note: rcd is assigned nco-5.3.9/src/nco/nco_s1d.c:1979:5: note: rcd is overwritten nco-5.3.9/src/nco/nco_s1d.c:1986:5: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_s1d.c:1979:5: note: rcd is assigned nco-5.3.9/src/nco/nco_s1d.c:1986:5: note: rcd is overwritten nco-5.3.9/src/nco/nco_s1d.c:1987:5: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_s1d.c:1986:5: note: rcd is assigned nco-5.3.9/src/nco/nco_s1d.c:1987:5: note: rcd is overwritten nco-5.3.9/src/nco/nco_s1d.c:2069:5: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_s1d.c:1987:5: note: rcd is assigned nco-5.3.9/src/nco/nco_s1d.c:2069:5: note: rcd is overwritten nco-5.3.9/src/nco/nco_s1d.c:2069:5: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_s1d.c:1998:7: note: rcd is assigned nco-5.3.9/src/nco/nco_s1d.c:2069:5: note: rcd is overwritten nco-5.3.9/src/nco/nco_s1d.c:2069:5: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_s1d.c:2027:7: note: rcd is assigned nco-5.3.9/src/nco/nco_s1d.c:2069:5: note: rcd is overwritten nco-5.3.9/src/nco/nco_s1d.c:2033:9: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_s1d.c:2032:9: note: rcd is assigned nco-5.3.9/src/nco/nco_s1d.c:2033:9: note: rcd is overwritten nco-5.3.9/src/nco/nco_s1d.c:2034:9: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_s1d.c:2033:9: note: rcd is assigned nco-5.3.9/src/nco/nco_s1d.c:2034:9: note: rcd is overwritten nco-5.3.9/src/nco/nco_s1d.c:2069:5: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_s1d.c:2034:9: note: rcd is assigned nco-5.3.9/src/nco/nco_s1d.c:2069:5: note: rcd is overwritten nco-5.3.9/src/nco/nco_s1d.c:173:9: style: Variable 'fl_in' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_s1d.c:183:9: style: Variable 'mec_nm_in' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_s1d.c:185:9: style: Variable 'pft_ntr_nm_in' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_s1d.c:186:9: style: Variable 'snl_var_nm' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_s1d.c:197:9: style: Variable 'mec_nm_out' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_s1d.c:292:11: style: Variable 'fl_pth_lcl' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_s1d.c:499:9: style: Variable 'dmn_nm_cp' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_s1d.c:700:9: style: Variable 'bnd_nm_out' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_s1d.c:701:9: style: Variable 'col_nm_out' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_s1d.c:702:9: style: Variable 'lat_nm_out' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_s1d.c:703:9: style: Variable 'lon_nm_out' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_s1d.c:1038:8: style: Variable 'frc_column_nm' can be declared as const array [constVariable] nco-5.3.9/src/nco/nco_s1d.c:1039:8: style: Variable 'frc_landunit_nm' can be declared as const array [constVariable] nco-5.3.9/src/nco/nco_s1d.c:1156:9: style: Variable 'area_nm' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_s1d.c:1439:10: style: Variable 'cft_xpr' can be declared as const array [constVariable] nco-5.3.9/src/nco/nco_s1d.c:1440:10: style: Variable 'pft_xpr' can be declared as const array [constVariable] nco-5.3.9/src/nco/nco_s1d.c:1441:11: style: Variable 'cft_ptr' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_s1d.c:1442:11: style: Variable 'pft_ptr' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_s1d.c:1887:30: style: Variable 'frc_column' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_s1d.c:1907:34: style: Variable 'frc_landunit' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_s1d.c:1911:28: style: Variable 'dmn_ids_in' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_s1d.c:1912:30: style: Variable 'dmn_ids_out' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_s1d.c:1915:22: style: Variable 'dmn_srt' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_s1d.c:1916:28: style: Variable 'dmn_cnt_in' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_s1d.c:1917:30: style: Variable 'dmn_cnt_out' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_s1d.c:2543:27: style: Variable 'dmn_ids_in' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_s1d.c:2544:29: style: Variable 'dmn_ids_out' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_s1d.c:2545:21: style: Variable 'dmn_srt' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_s1d.c:2546:27: style: Variable 'dmn_cnt_in' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_s1d.c:2547:29: style: Variable 'dmn_cnt_out' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_s1d.c:2565:34: style: Variable 'cols1d_active' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_s1d.c:2566:50: style: Variable 'cols1d_gridcell_index' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_s1d.c:2567:30: style: Variable 'cols1d_ityp' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_s1d.c:2568:36: style: Variable 'cols1d_ityplun' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_s1d.c:2569:28: style: Variable 'cols1d_ixy' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_s1d.c:2570:28: style: Variable 'cols1d_jxy' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_s1d.c:2571:30: style: Variable 'cols1d_wtxy' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_s1d.c:2572:34: style: Variable 'land1d_active' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_s1d.c:2573:50: style: Variable 'land1d_gridcell_index' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_s1d.c:2574:36: style: Variable 'land1d_ityplun' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_s1d.c:2575:28: style: Variable 'land1d_ixy' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_s1d.c:2576:28: style: Variable 'land1d_jxy' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_s1d.c:2577:30: style: Variable 'land1d_wtxy' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_s1d.c:2578:34: style: Variable 'pfts1d_active' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_s1d.c:2579:38: style: Variable 'pfts1d_ityp_veg' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_s1d.c:2580:36: style: Variable 'pfts1d_ityplun' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_s1d.c:2581:28: style: Variable 'pfts1d_ixy' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_s1d.c:2582:28: style: Variable 'pfts1d_jxy' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_s1d.c:2584:22: style: Variable 'snl_var' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_s1d.c:2585:28: style: Variable 'topo1d_ixy' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_s1d.c:2586:28: style: Variable 'topo1d_jxy' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_s1d.c:2588:26: style: Variable 'clm_nm_in' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_s1d.c:2589:26: style: Variable 'grd_nm_in' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_s1d.c:2590:26: style: Variable 'lnd_nm_in' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_s1d.c:2591:26: style: Variable 'pft_nm_in' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_s1d.c:2592:26: style: Variable 'tpo_nm_in' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_s1d.c:2593:28: style: Variable 'clm_nm_out' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_s1d.c:2594:28: style: Variable 'grd_nm_out' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_s1d.c:2595:28: style: Variable 'lnd_nm_out' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_s1d.c:2596:28: style: Variable 'pft_nm_out' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_s1d.c:2597:36: style: Variable 'pft_crd_nm_out' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_s1d.c:2598:30: style: Variable 'pft_chr_out' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_s1d.c:2599:30: style: Variable 'pft_sng_out' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_s1d.c:2600:44: style: Variable 'pft_sng_lng_nm_out' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_s1d.c:2601:28: style: Variable 'tpo_nm_out' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_s1d.c:2603:32: style: Variable 'levcan_nm_in' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_s1d.c:2604:34: style: Variable 'levgrnd_nm_in' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_s1d.c:2605:32: style: Variable 'levlak_nm_in' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_s1d.c:2606:32: style: Variable 'levsno_nm_in' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_s1d.c:2607:34: style: Variable 'levsno1_nm_in' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_s1d.c:2608:32: style: Variable 'levtot_nm_in' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_s1d.c:2609:32: style: Variable 'numrad_nm_in' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_s1d.c:2611:34: style: Variable 'levcan_nm_out' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_s1d.c:2612:36: style: Variable 'levgrnd_nm_out' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_s1d.c:2613:34: style: Variable 'levlak_nm_out' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_s1d.c:2614:34: style: Variable 'levsno_nm_out' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_s1d.c:2615:36: style: Variable 'levsno1_nm_out' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_s1d.c:2616:34: style: Variable 'levtot_nm_out' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_s1d.c:2617:34: style: Variable 'numrad_nm_out' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_scl_utl.c:30:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_DOUBLE [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_scl_utl.c:119:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_scm.c:54:71: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_scm.c:153:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_scm.c:181:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_scm.c:270:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_scm.c:69:12: portability: Non reentrant function 'gmtime' called. For threadsafe applications it is recommended to use the reentrant replacement function 'gmtime_r'. [prohibitedgmtimeCalled] nco-5.3.9/src/nco/nco_scm.c:179:17: warning: If memory allocation fails, then there is a possible null pointer dereference: lbr_sng [nullPointerOutOfMemory] nco-5.3.9/src/nco/nco_scm.c:177:25: note: Assuming allocation function fails nco-5.3.9/src/nco/nco_scm.c:177:11: note: Assignment 'lbr_sng=(char*)strdup(nc_inq_libvers())', assigned value is 0 nco-5.3.9/src/nco/nco_scm.c:179:17: note: Null pointer dereference nco-5.3.9/src/nco/nco_scm.c:200:88: warning: If memory allocation fails, then there is a possible null pointer dereference: cpl_dat_sng [nullPointerOutOfMemory] nco-5.3.9/src/nco/nco_scm.c:197:31: note: Assuming allocation function fails nco-5.3.9/src/nco/nco_scm.c:197:17: note: Assignment 'cpl_dat_sng=(char*)strdup("Unknown")', assigned value is 0 nco-5.3.9/src/nco/nco_scm.c:200:88: note: Null pointer dereference nco-5.3.9/src/nco/nco_scm.c:96:34: warning: Either the condition 'usc_1_ptr==NULL' is redundant or there is overflow in pointer subtraction. [nullPointerArithmeticRedundantCheck] nco-5.3.9/src/nco/nco_scm.c:95:16: note: Assuming that condition 'usc_1_ptr==NULL' is not redundant nco-5.3.9/src/nco/nco_scm.c:96:34: note: Null pointer subtraction nco-5.3.9/src/nco/nco_scm.c:97:29: warning: Either the condition 'usc_1_ptr==NULL' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck] nco-5.3.9/src/nco/nco_scm.c:95:16: note: Assuming that condition 'usc_1_ptr==NULL' is not redundant nco-5.3.9/src/nco/nco_scm.c:97:29: note: Null pointer addition nco-5.3.9/src/nco/nco_scm.c:20:9: style: Variable 'cvs_nm_ptr' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_scm.c:24:9: style: Variable 'dsh_ptr' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_scm.c:25:9: style: Variable 'dlr_ptr' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_scm.c:26:9: style: Variable 'nco_sng_ptr' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_scm.c:28:9: style: Variable 'usc_2_ptr' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_scm.c:65:16: style: Variable 'gmt_tm' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_scm.c:163:9: style: Variable 'dlr_ptr' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_scm.c:166:9: style: Variable 'of_ptr' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_scm.c:240:9: style: Variable 'vrs_sng' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_scm.c:283:24: style: Variable 'date_cvs' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_scm.c:284:22: style: Variable 'vrs_rcs' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_scm.c:285:22: style: Variable 'vrs_cvs' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_sld.c:48:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_sld.c:250:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_sld.c:93:29: style: Assignment 'cnv_nbr=3' is redundant with condition 'cnv_nbr==3'. [duplicateConditionalAssign] nco-5.3.9/src/nco/nco_sld.c:93:16: note: Condition 'cnv_nbr==3' nco-5.3.9/src/nco/nco_sld.c:93:29: note: Assignment 'cnv_nbr=3' is redundant nco-5.3.9/src/nco/nco_sld.c:377:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_sld.c:376:6: note: rcd is assigned nco-5.3.9/src/nco/nco_sld.c:377:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_sld.c:378:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_sld.c:377:6: note: rcd is assigned nco-5.3.9/src/nco/nco_sld.c:378:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_sld.c:411:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_sld.c:408:28: note: rcd is assigned nco-5.3.9/src/nco/nco_sld.c:411:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_sld.c:413:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_sld.c:411:6: note: rcd is assigned nco-5.3.9/src/nco/nco_sld.c:413:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_sld.c:416:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_sld.c:413:6: note: rcd is assigned nco-5.3.9/src/nco/nco_sld.c:416:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_sld.c:417:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_sld.c:416:6: note: rcd is assigned nco-5.3.9/src/nco/nco_sld.c:417:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_sld.c:418:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_sld.c:417:6: note: rcd is assigned nco-5.3.9/src/nco/nco_sld.c:418:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_sld.c:427:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_sld.c:418:6: note: rcd is assigned nco-5.3.9/src/nco/nco_sld.c:427:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_sld.c:221:11: style:inconclusive: Function 'nco_trr_read' argument 1 names different: declaration 'trr_nfo' definition 'trr'. [funcArgNamesDifferent] nco-5.3.9/src/nco/nco_sld.h:93:13: note: Function 'nco_trr_read' argument 1 names different: declaration 'trr_nfo' definition 'trr'. nco-5.3.9/src/nco/nco_sld.c:221:11: note: Function 'nco_trr_read' argument 1 names different: declaration 'trr_nfo' definition 'trr'. nco-5.3.9/src/nco/nco_sld.c:20:15: style: Parameter 'trr_wxy' can be declared as pointer to const [constParameterPointer] nco-5.3.9/src/nco/nco_sld.c:229:9: style: Variable 'fl_in' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_sld.c:230:9: style: Variable 'fl_out' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_sld.c:231:9: style: Variable 'fl_out_tmp' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_sld.c:232:9: style: Variable 'var_nm' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_sld.c:233:9: style: Variable 'wvl_nm' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_sld.c:234:9: style: Variable 'xdm_nm' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_sld.c:235:9: style: Variable 'ydm_nm' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_sld.c:182:22: style: Variable 'trr_lst' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_sng_utl.c:258:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_sng_utl.c:417:55: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_sng_utl.c:457:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_sng_utl.c:714:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_sng_utl.c:829:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_FLOAT [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_sng_utl.c:914:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_sng_utl.c:735:8: style: The if condition is the same as the previous if condition [duplicateCondition] nco-5.3.9/src/nco/nco_sng_utl.c:728:8: note: First condition nco-5.3.9/src/nco/nco_sng_utl.c:735:8: note: Second condition nco-5.3.9/src/nco/nco_sng_utl.c:411:22: style: Condition 'idx_chr>0' is always true [knownConditionTrueFalse] nco-5.3.9/src/nco/nco_sng_utl.c:405:16: note: Assuming that condition 'idx_chr==0' is not redundant nco-5.3.9/src/nco/nco_sng_utl.c:411:22: note: Condition 'idx_chr>0' is always true nco-5.3.9/src/nco/nco_sng_utl.c:257:8: warning: If memory allocation fails, then there is a possible null pointer dereference: chr_in_ptr [nullPointerOutOfMemory] nco-5.3.9/src/nco/nco_sng_utl.c:249:35: note: Assuming allocation function fails nco-5.3.9/src/nco/nco_sng_utl.c:249:20: note: Assignment 'chr_in_ptr=nm_cpy=(char*)strdup(nm_sng)', assigned value is 0 nco-5.3.9/src/nco/nco_sng_utl.c:257:8: note: Null pointer dereference nco-5.3.9/src/nco/nco_sng_utl.c:257:31: warning: If memory allocation fails, then there is a possible null pointer dereference: chr_in_ptr [nullPointerOutOfMemory] nco-5.3.9/src/nco/nco_sng_utl.c:249:35: note: Assuming allocation function fails nco-5.3.9/src/nco/nco_sng_utl.c:249:20: note: Assignment 'chr_in_ptr=nm_cpy=(char*)strdup(nm_sng)', assigned value is 0 nco-5.3.9/src/nco/nco_sng_utl.c:257:31: note: Null pointer dereference nco-5.3.9/src/nco/nco_sng_utl.c:257:56: warning: If memory allocation fails, then there is a possible null pointer dereference: chr_in_ptr [nullPointerOutOfMemory] nco-5.3.9/src/nco/nco_sng_utl.c:249:35: note: Assuming allocation function fails nco-5.3.9/src/nco/nco_sng_utl.c:249:20: note: Assignment 'chr_in_ptr=nm_cpy=(char*)strdup(nm_sng)', assigned value is 0 nco-5.3.9/src/nco/nco_sng_utl.c:257:56: note: Null pointer dereference nco-5.3.9/src/nco/nco_sng_utl.c:258:106: warning: If memory allocation fails, then there is a possible null pointer dereference: chr_in_ptr [nullPointerOutOfMemory] nco-5.3.9/src/nco/nco_sng_utl.c:249:35: note: Assuming allocation function fails nco-5.3.9/src/nco/nco_sng_utl.c:249:20: note: Assignment 'chr_in_ptr=nm_cpy=(char*)strdup(nm_sng)', assigned value is 0 nco-5.3.9/src/nco/nco_sng_utl.c:257:51: note: Assuming condition is true nco-5.3.9/src/nco/nco_sng_utl.c:258:106: note: Null pointer dereference nco-5.3.9/src/nco/nco_sng_utl.c:263:8: warning: If memory allocation fails, then there is a possible null pointer dereference: chr_in_ptr [nullPointerOutOfMemory] nco-5.3.9/src/nco/nco_sng_utl.c:249:35: note: Assuming allocation function fails nco-5.3.9/src/nco/nco_sng_utl.c:249:20: note: Assignment 'chr_in_ptr=nm_cpy=(char*)strdup(nm_sng)', assigned value is 0 nco-5.3.9/src/nco/nco_sng_utl.c:257:51: note: Assuming condition is true nco-5.3.9/src/nco/nco_sng_utl.c:263:8: note: Null pointer dereference nco-5.3.9/src/nco/nco_sng_utl.c:263:30: warning: If memory allocation fails, then there is a possible null pointer dereference: chr_in_ptr [nullPointerOutOfMemory] nco-5.3.9/src/nco/nco_sng_utl.c:249:35: note: Assuming allocation function fails nco-5.3.9/src/nco/nco_sng_utl.c:249:20: note: Assignment 'chr_in_ptr=nm_cpy=(char*)strdup(nm_sng)', assigned value is 0 nco-5.3.9/src/nco/nco_sng_utl.c:263:30: note: Null pointer dereference nco-5.3.9/src/nco/nco_sng_utl.c:265:10: warning: If memory allocation fails, then there is a possible null pointer dereference: chr_in_ptr [nullPointerOutOfMemory] nco-5.3.9/src/nco/nco_sng_utl.c:249:35: note: Assuming allocation function fails nco-5.3.9/src/nco/nco_sng_utl.c:249:20: note: Assignment 'chr_in_ptr=nm_cpy=(char*)strdup(nm_sng)', assigned value is 0 nco-5.3.9/src/nco/nco_sng_utl.c:263:26: note: Assuming condition is true nco-5.3.9/src/nco/nco_sng_utl.c:265:10: note: Null pointer dereference nco-5.3.9/src/nco/nco_sng_utl.c:266:17: warning: If memory allocation fails, then there is a possible null pointer dereference: chr_in_ptr [nullPointerOutOfMemory] nco-5.3.9/src/nco/nco_sng_utl.c:249:35: note: Assuming allocation function fails nco-5.3.9/src/nco/nco_sng_utl.c:249:20: note: Assignment 'chr_in_ptr=nm_cpy=(char*)strdup(nm_sng)', assigned value is 0 nco-5.3.9/src/nco/nco_sng_utl.c:263:26: note: Assuming condition is true nco-5.3.9/src/nco/nco_sng_utl.c:266:17: note: Null pointer dereference nco-5.3.9/src/nco/nco_sng_utl.c:349:10: warning: If memory allocation fails, then there is a possible null pointer dereference: chr_in_ptr [nullPointerOutOfMemory] nco-5.3.9/src/nco/nco_sng_utl.c:344:35: note: Assuming allocation function fails nco-5.3.9/src/nco/nco_sng_utl.c:344:20: note: Assignment 'chr_in_ptr=nm_cpy=(char*)strdup(nm_sng)', assigned value is 0 nco-5.3.9/src/nco/nco_sng_utl.c:349:10: note: Null pointer dereference nco-5.3.9/src/nco/nco_sng_utl.c:350:17: warning: If memory allocation fails, then there is a possible null pointer dereference: chr_in_ptr [nullPointerOutOfMemory] nco-5.3.9/src/nco/nco_sng_utl.c:344:35: note: Assuming allocation function fails nco-5.3.9/src/nco/nco_sng_utl.c:344:20: note: Assignment 'chr_in_ptr=nm_cpy=(char*)strdup(nm_sng)', assigned value is 0 nco-5.3.9/src/nco/nco_sng_utl.c:350:17: note: Null pointer dereference nco-5.3.9/src/nco/nco_sng_utl.c:456:8: warning: If memory allocation fails, then there is a possible null pointer dereference: chr_in_ptr [nullPointerOutOfMemory] nco-5.3.9/src/nco/nco_sng_utl.c:448:35: note: Assuming allocation function fails nco-5.3.9/src/nco/nco_sng_utl.c:448:20: note: Assignment 'chr_in_ptr=nm_cpy=(char*)strdup(nm_sng)', assigned value is 0 nco-5.3.9/src/nco/nco_sng_utl.c:456:8: note: Null pointer dereference nco-5.3.9/src/nco/nco_sng_utl.c:456:31: warning: If memory allocation fails, then there is a possible null pointer dereference: chr_in_ptr [nullPointerOutOfMemory] nco-5.3.9/src/nco/nco_sng_utl.c:448:35: note: Assuming allocation function fails nco-5.3.9/src/nco/nco_sng_utl.c:448:20: note: Assignment 'chr_in_ptr=nm_cpy=(char*)strdup(nm_sng)', assigned value is 0 nco-5.3.9/src/nco/nco_sng_utl.c:456:31: note: Null pointer dereference nco-5.3.9/src/nco/nco_sng_utl.c:456:56: warning: If memory allocation fails, then there is a possible null pointer dereference: chr_in_ptr [nullPointerOutOfMemory] nco-5.3.9/src/nco/nco_sng_utl.c:448:35: note: Assuming allocation function fails nco-5.3.9/src/nco/nco_sng_utl.c:448:20: note: Assignment 'chr_in_ptr=nm_cpy=(char*)strdup(nm_sng)', assigned value is 0 nco-5.3.9/src/nco/nco_sng_utl.c:456:56: note: Null pointer dereference nco-5.3.9/src/nco/nco_sng_utl.c:457:106: warning: If memory allocation fails, then there is a possible null pointer dereference: chr_in_ptr [nullPointerOutOfMemory] nco-5.3.9/src/nco/nco_sng_utl.c:448:35: note: Assuming allocation function fails nco-5.3.9/src/nco/nco_sng_utl.c:448:20: note: Assignment 'chr_in_ptr=nm_cpy=(char*)strdup(nm_sng)', assigned value is 0 nco-5.3.9/src/nco/nco_sng_utl.c:456:51: note: Assuming condition is true nco-5.3.9/src/nco/nco_sng_utl.c:457:106: note: Null pointer dereference nco-5.3.9/src/nco/nco_sng_utl.c:461:10: warning: If memory allocation fails, then there is a possible null pointer dereference: chr_in_ptr [nullPointerOutOfMemory] nco-5.3.9/src/nco/nco_sng_utl.c:448:35: note: Assuming allocation function fails nco-5.3.9/src/nco/nco_sng_utl.c:448:20: note: Assignment 'chr_in_ptr=nm_cpy=(char*)strdup(nm_sng)', assigned value is 0 nco-5.3.9/src/nco/nco_sng_utl.c:456:51: note: Assuming condition is true nco-5.3.9/src/nco/nco_sng_utl.c:461:10: note: Null pointer dereference nco-5.3.9/src/nco/nco_sng_utl.c:462:17: warning: If memory allocation fails, then there is a possible null pointer dereference: chr_in_ptr [nullPointerOutOfMemory] nco-5.3.9/src/nco/nco_sng_utl.c:448:35: note: Assuming allocation function fails nco-5.3.9/src/nco/nco_sng_utl.c:448:20: note: Assignment 'chr_in_ptr=nm_cpy=(char*)strdup(nm_sng)', assigned value is 0 nco-5.3.9/src/nco/nco_sng_utl.c:462:17: note: Null pointer dereference nco-5.3.9/src/nco/nco_sng_utl.c:593:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak] nco-5.3.9/src/nco/nco_sng_utl.c:522:6: style:inconclusive: Function 'sng2sng_sf' argument 2 names different: declaration 'flg_typ' definition 'flg_sf'. [funcArgNamesDifferent] nco-5.3.9/src/nco/nco_sng_utl.h:144:8: note: Function 'sng2sng_sf' argument 2 names different: declaration 'flg_typ' definition 'flg_sf'. nco-5.3.9/src/nco/nco_sng_utl.c:522:6: note: Function 'sng2sng_sf' argument 2 names different: declaration 'flg_typ' definition 'flg_sf'. nco-5.3.9/src/nco/nco_sng_utl.c:235:9: style: Variable 'chr_in_ptr' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_sng_utl.c:330:9: style: Variable 'chr_in_ptr' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_sng_utl.c:434:9: style: Variable 'chr_in_ptr' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_sng_utl.c:810:13: style: Variable 'end' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_sng_utl.c:812:17: style: Variable 'src' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_sng_utl.c:892:15: style: Variable 'wht_lst' can be declared as const array [constVariable] nco-5.3.9/src/nco/nco_sng_utl.c:318:9: style: Variable 'nm_cpy' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_sng_utl.c:379:9: style: Variable 'nm_cpy' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_sng_utl.c:514:9: style: Variable 'nm_cpy' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_sng_utl.c:904:28: style: Variable 'dap4_url_sng' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_sng_utl.c:905:28: style: Variable 'http_url_sng' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_sng_utl.c:906:29: style: Variable 'https_url_sng' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_sph.c:176:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_sph.c:584:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_sph.c:689:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_sph.c:801:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_sph.c:855:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_sph.c:951:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_sph.c:1156:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_sph.c:1297:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_sph.c:1572:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_sph.c:1655:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_sph.c:1880:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_sph.c:1975:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_sph.c:2417:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_sph.c:2647:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_sph.c:2778:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_sph.c:2838:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_sph.c:3323:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_sph.c:3814:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_sph.c:183:13: style: Suspicious condition (assignment + comparison); Clarify expression with parentheses. [clarifyCondition] nco-5.3.9/src/nco/nco_sph.c:193:13: style: Suspicious condition (assignment + comparison); Clarify expression with parentheses. [clarifyCondition] nco-5.3.9/src/nco/nco_sph.c:93:8: style: Condition '0&&DEBUG_SPH' is always false [knownConditionTrueFalse] nco-5.3.9/src/nco/nco_sph.c:526:6: style: Condition 'flg_sx' is always false [knownConditionTrueFalse] nco-5.3.9/src/nco/nco_sph.c:501:14: note: Assignment 'flg_sx=0', assigned value is 0 nco-5.3.9/src/nco/nco_sph.c:526:6: note: Condition 'flg_sx' is always false nco-5.3.9/src/nco/nco_sph.c:688:8: style: Condition '0&&DEBUG_SPH' is always false [knownConditionTrueFalse] nco-5.3.9/src/nco/nco_sph.c:707:6: style: Condition 'flg_old' is always false [knownConditionTrueFalse] nco-5.3.9/src/nco/nco_sph.c:705:20: note: Assignment 'flg_old=0', assigned value is 0 nco-5.3.9/src/nco/nco_sph.c:707:6: note: Condition 'flg_old' is always false nco-5.3.9/src/nco/nco_sph.c:800:6: style: Condition 'DEBUG_LCL' is always false [knownConditionTrueFalse] nco-5.3.9/src/nco/nco_sph.c:738:22: note: Assignment 'DEBUG_LCL=0', assigned value is 0 nco-5.3.9/src/nco/nco_sph.c:800:6: note: Condition 'DEBUG_LCL' is always false nco-5.3.9/src/nco/nco_sph.c:928:6: style: Condition 'bTstVertex' is always false [knownConditionTrueFalse] nco-5.3.9/src/nco/nco_sph.c:886:23: note: Assignment 'bTstVertex=0', assigned value is 0 nco-5.3.9/src/nco/nco_sph.c:928:6: note: Condition 'bTstVertex' is always false nco-5.3.9/src/nco/nco_sph.c:1272:6: style: Condition 'bTstVertex' is always true [knownConditionTrueFalse] nco-5.3.9/src/nco/nco_sph.c:1253:23: note: Assignment 'bTstVertex=1', assigned value is 1 nco-5.3.9/src/nco/nco_sph.c:1272:6: note: Condition 'bTstVertex' is always true nco-5.3.9/src/nco/nco_sph.c:1441:7: style: Condition 'flg_sx' is always false [knownConditionTrueFalse] nco-5.3.9/src/nco/nco_sph.c:1422:16: note: Assignment 'flg_sx=0', assigned value is 0 nco-5.3.9/src/nco/nco_sph.c:1441:7: note: Condition 'flg_sx' is always false nco-5.3.9/src/nco/nco_sph.c:1810:6: style: Condition 'numOutSide' is always true [knownConditionTrueFalse] nco-5.3.9/src/nco/nco_sph.c:1814:6: style: Condition 'numOutSide' is always true [knownConditionTrueFalse] nco-5.3.9/src/nco/nco_sph.c:1819:8: style: Condition 'numOutSide' is always true [knownConditionTrueFalse] nco-5.3.9/src/nco/nco_sph.c:1879:9: style: Condition '0&&DEBUG_SPH' is always false [knownConditionTrueFalse] nco-5.3.9/src/nco/nco_sph.c:1974:9: style: Condition '0&&DEBUG_SPH' is always false [knownConditionTrueFalse] nco-5.3.9/src/nco/nco_sph.c:1996:8: style: Condition '0&&DEBUG_SPH' is always false [knownConditionTrueFalse] nco-5.3.9/src/nco/nco_sph.c:2021:8: style: Condition '0&&DEBUG_SPH' is always false [knownConditionTrueFalse] nco-5.3.9/src/nco/nco_sph.c:2143:7: style: Condition 'bDeg' is always false [knownConditionTrueFalse] nco-5.3.9/src/nco/nco_sph.c:2128:19: note: Assignment 'bDeg=0', assigned value is 0 nco-5.3.9/src/nco/nco_sph.c:2143:7: note: Condition 'bDeg' is always false nco-5.3.9/src/nco/nco_sph.c:2198:9: style: Condition '0&&n1!=0.0' is always false [knownConditionTrueFalse] nco-5.3.9/src/nco/nco_sph.c:3813:10: style: Condition '0&&nco_dbg_lvl_get()>=nco_dbg_dev' is always false [knownConditionTrueFalse] nco-5.3.9/src/nco/nco_sph.c:1782:18: warning: If memory allocation fails, then there is a possible null pointer dereference: sq [nullPointerOutOfMemory] nco-5.3.9/src/nco/nco_sph.c:1778:16: note: Assuming allocation function fails nco-5.3.9/src/nco/nco_sph.c:1778:16: note: Assignment 'sq=strdup(sq_sng)', assigned value is 0 nco-5.3.9/src/nco/nco_sph.c:1782:18: note: Null pointer dereference nco-5.3.9/src/nco/nco_sph.c:1784:19: warning: If memory allocation fails, then there is a possible null pointer dereference: sq [nullPointerOutOfMemory] nco-5.3.9/src/nco/nco_sph.c:1778:16: note: Assuming allocation function fails nco-5.3.9/src/nco/nco_sph.c:1778:16: note: Assignment 'sq=strdup(sq_sng)', assigned value is 0 nco-5.3.9/src/nco/nco_sph.c:1784:19: note: Null pointer dereference nco-5.3.9/src/nco/nco_sph.c:1786:19: warning: If memory allocation fails, then there is a possible null pointer dereference: sq [nullPointerOutOfMemory] nco-5.3.9/src/nco/nco_sph.c:1778:16: note: Assuming allocation function fails nco-5.3.9/src/nco/nco_sph.c:1778:16: note: Assignment 'sq=strdup(sq_sng)', assigned value is 0 nco-5.3.9/src/nco/nco_sph.c:1786:19: note: Null pointer dereference nco-5.3.9/src/nco/nco_sph.c:1796:20: warning: Either the condition 'sq' is redundant or there is possible null pointer dereference: sq. [nullPointerRedundantCheck] nco-5.3.9/src/nco/nco_sph.c:1797:9: note: Assuming that condition 'sq' is not redundant nco-5.3.9/src/nco/nco_sph.c:1796:20: note: Null pointer dereference nco-5.3.9/src/nco/nco_sph.c:1836:51: style:inconclusive: Function 'nco_sph_seg_vrt_int' argument 3 names different: declaration 'c' definition 'vtx'. [funcArgNamesDifferent] nco-5.3.9/src/nco/nco_sph.h:158:51: note: Function 'nco_sph_seg_vrt_int' argument 3 names different: declaration 'c' definition 'vtx'. nco-5.3.9/src/nco/nco_sph.c:1836:51: note: Function 'nco_sph_seg_vrt_int' argument 3 names different: declaration 'c' definition 'vtx'. nco-5.3.9/src/nco/nco_sph.c:2248:22: style:inconclusive: Function 'nco_sph_dist' argument 1 names different: declaration 'a' definition 'p0'. [funcArgNamesDifferent] nco-5.3.9/src/nco/nco_sph.h:200:22: note: Function 'nco_sph_dist' argument 1 names different: declaration 'a' definition 'p0'. nco-5.3.9/src/nco/nco_sph.c:2248:22: note: Function 'nco_sph_dist' argument 1 names different: declaration 'a' definition 'p0'. nco-5.3.9/src/nco/nco_sph.c:2248:34: style:inconclusive: Function 'nco_sph_dist' argument 2 names different: declaration 'b' definition 'p1'. [funcArgNamesDifferent] nco-5.3.9/src/nco/nco_sph.h:200:33: note: Function 'nco_sph_dist' argument 2 names different: declaration 'b' definition 'p1'. nco-5.3.9/src/nco/nco_sph.c:2248:34: note: Function 'nco_sph_dist' argument 2 names different: declaration 'b' definition 'p1'. nco-5.3.9/src/nco/nco_sph.c:2325:63: style:inconclusive: Function 'nco_sph_add_pnt_chk' argument 2 names different: declaration 'inflag' definition 'in_flag'. [funcArgNamesDifferent] nco-5.3.9/src/nco/nco_sph.h:221:63: note: Function 'nco_sph_add_pnt_chk' argument 2 names different: declaration 'inflag' definition 'in_flag'. nco-5.3.9/src/nco/nco_sph.c:2325:63: note: Function 'nco_sph_add_pnt_chk' argument 2 names different: declaration 'inflag' definition 'in_flag'. nco-5.3.9/src/nco/nco_sph.c:3576:25: style:inconclusive: Function 'nco_rll_lhs' argument 1 names different: declaration 'p0' definition 'Pi'. [funcArgNamesDifferent] nco-5.3.9/src/nco/nco_sph.h:301:21: note: Function 'nco_rll_lhs' argument 1 names different: declaration 'p0' definition 'Pi'. nco-5.3.9/src/nco/nco_sph.c:3576:25: note: Function 'nco_rll_lhs' argument 1 names different: declaration 'p0' definition 'Pi'. nco-5.3.9/src/nco/nco_sph.c:3576:37: style:inconclusive: Function 'nco_rll_lhs' argument 2 names different: declaration 'QCross' definition 'Qi'. [funcArgNamesDifferent] nco-5.3.9/src/nco/nco_sph.h:301:33: note: Function 'nco_rll_lhs' argument 2 names different: declaration 'QCross' definition 'Qi'. nco-5.3.9/src/nco/nco_sph.c:3576:37: note: Function 'nco_rll_lhs' argument 2 names different: declaration 'QCross' definition 'Qi'. nco-5.3.9/src/nco/nco_sph.c:3629:25: style:inconclusive: Function 'nco_rll_seg_int' argument 1 names different: declaration 'a' definition 'p0'. [funcArgNamesDifferent] nco-5.3.9/src/nco/nco_sph.h:289:25: note: Function 'nco_rll_seg_int' argument 1 names different: declaration 'a' definition 'p0'. nco-5.3.9/src/nco/nco_sph.c:3629:25: note: Function 'nco_rll_seg_int' argument 1 names different: declaration 'a' definition 'p0'. nco-5.3.9/src/nco/nco_sph.c:3629:37: style:inconclusive: Function 'nco_rll_seg_int' argument 2 names different: declaration 'b' definition 'p1'. [funcArgNamesDifferent] nco-5.3.9/src/nco/nco_sph.h:289:36: note: Function 'nco_rll_seg_int' argument 2 names different: declaration 'b' definition 'p1'. nco-5.3.9/src/nco/nco_sph.c:3629:37: note: Function 'nco_rll_seg_int' argument 2 names different: declaration 'b' definition 'p1'. nco-5.3.9/src/nco/nco_sph.c:3629:49: style:inconclusive: Function 'nco_rll_seg_int' argument 3 names different: declaration 'c' definition 'q0'. [funcArgNamesDifferent] nco-5.3.9/src/nco/nco_sph.h:289:47: note: Function 'nco_rll_seg_int' argument 3 names different: declaration 'c' definition 'q0'. nco-5.3.9/src/nco/nco_sph.c:3629:49: note: Function 'nco_rll_seg_int' argument 3 names different: declaration 'c' definition 'q0'. nco-5.3.9/src/nco/nco_sph.c:3629:61: style:inconclusive: Function 'nco_rll_seg_int' argument 4 names different: declaration 'd' definition 'q1'. [funcArgNamesDifferent] nco-5.3.9/src/nco/nco_sph.h:289:58: note: Function 'nco_rll_seg_int' argument 4 names different: declaration 'd' definition 'q1'. nco-5.3.9/src/nco/nco_sph.c:3629:61: note: Function 'nco_rll_seg_int' argument 4 names different: declaration 'd' definition 'q1'. nco-5.3.9/src/nco/nco_sph.c:3629:73: style:inconclusive: Function 'nco_rll_seg_int' argument 5 names different: declaration 'p' definition 'r0'. [funcArgNamesDifferent] nco-5.3.9/src/nco/nco_sph.h:289:69: note: Function 'nco_rll_seg_int' argument 5 names different: declaration 'p' definition 'r0'. nco-5.3.9/src/nco/nco_sph.c:3629:73: note: Function 'nco_rll_seg_int' argument 5 names different: declaration 'p' definition 'r0'. nco-5.3.9/src/nco/nco_sph.c:3629:85: style:inconclusive: Function 'nco_rll_seg_int' argument 6 names different: declaration 'q' definition 'r1'. [funcArgNamesDifferent] nco-5.3.9/src/nco/nco_sph.h:289:80: note: Function 'nco_rll_seg_int' argument 6 names different: declaration 'q' definition 'r1'. nco-5.3.9/src/nco/nco_sph.c:3629:85: note: Function 'nco_rll_seg_int' argument 6 names different: declaration 'q' definition 'r1'. nco-5.3.9/src/nco/nco_sph.c:290:22: style: Local variable 'dx1' shadows outer variable [shadowVariable] nco-5.3.9/src/nco/nco_sph.c:154:11: note: Shadowed variable nco-5.3.9/src/nco/nco_sph.c:290:22: note: Shadow local variable nco-5.3.9/src/nco/nco_sph.c:78:35: style: Parameter 'a' can be declared as pointer to const [constParameterPointer] nco-5.3.9/src/nco/nco_sph.c:78:46: style: Parameter 'b' can be declared as pointer to const [constParameterPointer] nco-5.3.9/src/nco/nco_sph.c:662:32: style: Parameter 'a' can be declared as pointer to const [constParameterPointer] nco-5.3.9/src/nco/nco_sph.c:662:43: style: Parameter 'b' can be declared as pointer to const [constParameterPointer] nco-5.3.9/src/nco/nco_sph.c:737:8: style: Variable 'fnc_nm' can be declared as const array [constVariable] nco-5.3.9/src/nco/nco_sph.c:815:95: style: Parameter 'pqCross' can be declared as pointer to const [constParameterPointer] nco-5.3.9/src/nco/nco_sph.c:878:95: style: Parameter 'pq_cross' can be declared as pointer to const [constParameterPointer] nco-5.3.9/src/nco/nco_sph.c:1588:8: style: Variable 'fnc_nm' can be declared as const array [constVariable] nco-5.3.9/src/nco/nco_sph.c:1715:31: style: Parameter 'sQ' can be declared as pointer to const [constParameterPointer] nco-5.3.9/src/nco/nco_sph.c:1937:29: style: Parameter 'a' can be declared as pointer to const [constParameterPointer] nco-5.3.9/src/nco/nco_sph.c:1937:40: style: Parameter 'b' can be declared as pointer to const [constParameterPointer] nco-5.3.9/src/nco/nco_sph.c:1954:32: style: Parameter 'a' can be declared as pointer to const [constParameterPointer] nco-5.3.9/src/nco/nco_sph.c:1954:43: style: Parameter 'b' can be declared as pointer to const [constParameterPointer] nco-5.3.9/src/nco/nco_sph.c:1982:32: style: Parameter 'a' can be declared as pointer to const [constParameterPointer] nco-5.3.9/src/nco/nco_sph.c:1982:43: style: Parameter 'b' can be declared as pointer to const [constParameterPointer] nco-5.3.9/src/nco/nco_sph.c:2008:31: style: Parameter 'a' can be declared as pointer to const [constParameterPointer] nco-5.3.9/src/nco/nco_sph.c:2008:42: style: Parameter 'b' can be declared as pointer to const [constParameterPointer] nco-5.3.9/src/nco/nco_sph.c:2039:28: style: Parameter 'a' can be declared as pointer to const [constParameterPointer] nco-5.3.9/src/nco/nco_sph.c:2039:39: style: Parameter 'b' can be declared as pointer to const [constParameterPointer] nco-5.3.9/src/nco/nco_sph.c:2039:50: style: Parameter 'c' can be declared as pointer to const [constParameterPointer] nco-5.3.9/src/nco/nco_sph.c:2053:28: style: Parameter 'a' can be declared as pointer to const [constParameterPointer] nco-5.3.9/src/nco/nco_sph.c:2063:22: style: Parameter 'a' can be declared as pointer to const [constParameterPointer] nco-5.3.9/src/nco/nco_sph.c:2125:25: style: Parameter 'a' can be declared as pointer to const [constParameterPointer] nco-5.3.9/src/nco/nco_sph.c:2125:36: style: Parameter 'b' can be declared as pointer to const [constParameterPointer] nco-5.3.9/src/nco/nco_sph.c:2214:21: style: Parameter 'a' can be declared as pointer to const [constParameterPointer] nco-5.3.9/src/nco/nco_sph.c:2214:32: style: Parameter 'b' can be declared as pointer to const [constParameterPointer] nco-5.3.9/src/nco/nco_sph.c:2225:21: style: Parameter 'a' can be declared as pointer to const [constParameterPointer] nco-5.3.9/src/nco/nco_sph.c:2225:32: style: Parameter 'b' can be declared as pointer to const [constParameterPointer] nco-5.3.9/src/nco/nco_sph.c:2248:22: style: Parameter 'p0' can be declared as pointer to const [constParameterPointer] nco-5.3.9/src/nco/nco_sph.c:2248:34: style: Parameter 'p1' can be declared as pointer to const [constParameterPointer] nco-5.3.9/src/nco/nco_sph.c:2267:38: style: Parameter 'b' can be declared as pointer to const [constParameterPointer] nco-5.3.9/src/nco/nco_sph.c:2308:37: style: Parameter 'info_a' can be declared as pointer to const [constParameterPointer] nco-5.3.9/src/nco/nco_sph.c:2308:59: style: Parameter 'info_b' can be declared as pointer to const [constParameterPointer] nco-5.3.9/src/nco/nco_sph.c:2414:48: style: Parameter 'p' can be declared as pointer to const [constParameterPointer] nco-5.3.9/src/nco/nco_sph.c:2511:34: style: Parameter 'sP' can be declared as pointer to const [constParameterPointer] nco-5.3.9/src/nco/nco_sph.c:3071:36: style: Parameter 'a' can be declared as pointer to const [constParameterPointer] nco-5.3.9/src/nco/nco_sph.c:3564:31: style: Parameter 'p0' can be declared as pointer to const [constParameterPointer] nco-5.3.9/src/nco/nco_sph.c:3564:43: style: Parameter 'p1' can be declared as pointer to const [constParameterPointer] nco-5.3.9/src/nco/nco_sph.c:3599:25: style: Parameter 'p0' can be declared as pointer to const [constParameterPointer] nco-5.3.9/src/nco/nco_sph.c:3599:37: style: Parameter 'q0' can be declared as pointer to const [constParameterPointer] nco-5.3.9/src/nco/nco_sph.c:3599:49: style: Parameter 'q1' can be declared as pointer to const [constParameterPointer] nco-5.3.9/src/nco/nco_sph.c:3675:8: style: Variable 'fnc_nm' can be declared as const array [constVariable] nco-5.3.9/src/nco/nco_sph.c:3789:9: style: Parameter 'mat' can be declared as const array [constParameter] nco-5.3.9/src/nco/nco_sph.c:3789:23: style: Parameter 'vec' can be declared as const array [constParameter] nco-5.3.9/src/nco/nco_sph.c:3800:21: style: Parameter 'mat' can be declared as pointer to const [constParameterPointer] nco-5.3.9/src/nco/nco_sph.c:3802:8: style: Variable 'fnc_nm' can be declared as const array [constVariable] nco-5.3.9/src/nco/nco_sph.c:133:20: style: Variable 'qpFace' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_sph.c:134:20: style: Variable 'pqFace' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_sph.c:142:18: style: Variable 'a1' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_sph.c:143:18: style: Variable 'b1' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_sph.c:149:23: style: Variable 'isParallel' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_sph.c:528:8: style: Variable 'nx2' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_sph.c:533:8: style: Variable 'nx3' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_sph.c:539:8: style: Variable 'nx2' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_sph.c:541:8: style: Variable 'nx3' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_sph.c:579:10: style: Variable 'nx_ci' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_sph.c:624:10: style: Variable 'nx_ci' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_sph.c:1023:12: style: Variable 'bSetCnd' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_sph.c:1442:9: style: Variable 'nx1' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_sph.c:1443:9: style: Variable 'nx2' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_sph.c:1450:9: style: Variable 'nx1' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_sph.c:1451:9: style: Variable 'nx2' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_sph.c:1472:9: style: Variable 'nx3' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_sph.c:1491:9: style: Variable 'nx3' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_sph.c:1599:21: style: Variable 'bComplex' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_sph.c:1798:10: style: Variable 'sq' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_sph.c:1848:8: style: Variable 'nx_ab' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_sph.c:1855:10: style: Variable 'nx_av' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_sph.c:2491:6: style: Variable 'n1' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_sph.c:2621:11: style: Variable 'idx1' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_sph.c:2673:19: style: Variable 'bVertex' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_sph.c:2675:12: style: Variable 'code' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_sph.c:3285:19: style: Variable 'qpFace' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_sph.c:3286:19: style: Variable 'pqFace' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_sph.c:3294:17: style: Variable 'a1' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_sph.c:3295:17: style: Variable 'b1' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_sph.c:3300:25: style: Variable 'isP_LatCircle' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_sph.c:3301:25: style: Variable 'isQ_LatCircle' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_sph.c:3336:9: style: Variable 'nx1' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_sph.c:3337:9: style: Variable 'nx2' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_srm.c:49:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_srm.c:46:9: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_var_avg.c:52:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_VAR_DIMS [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_var_avg.c:387:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg] nco-5.3.9/src/nco/nco_var_avg.c:458:6: style: The if condition is the same as the previous if condition [duplicateCondition] nco-5.3.9/src/nco/nco_var_avg.c:456:6: note: First condition nco-5.3.9/src/nco/nco_var_avg.c:458:6: note: Second condition nco-5.3.9/src/nco/nco_var_avg.c:1076:6: style: The if condition is the same as the previous if condition [duplicateCondition] nco-5.3.9/src/nco/nco_var_avg.c:1074:6: note: First condition nco-5.3.9/src/nco/nco_var_avg.c:1076:6: note: Second condition nco-5.3.9/src/nco/nco_var_avg.c:1700:6: style: The if condition is the same as the previous if condition [duplicateCondition] nco-5.3.9/src/nco/nco_var_avg.c:1698:6: note: First condition nco-5.3.9/src/nco/nco_var_avg.c:1700:6: note: Second condition nco-5.3.9/src/nco/nco_var_avg.c:1618:7: style: Condition '!flg_mss' is always true [knownConditionTrueFalse] nco-5.3.9/src/nco/nco_var_avg.c:1615:17: note: Assignment 'flg_mss=0', assigned value is 0 nco-5.3.9/src/nco/nco_var_avg.c:1617:21: note: Assuming condition is true nco-5.3.9/src/nco/nco_var_avg.c:1618:7: note: Condition '!flg_mss' is always true nco-5.3.9/src/nco/nco_var_avg.c:1638:7: style: Condition '!flg_mss' is always true [knownConditionTrueFalse] nco-5.3.9/src/nco/nco_var_avg.c:1635:17: note: Assignment 'flg_mss=0', assigned value is 0 nco-5.3.9/src/nco/nco_var_avg.c:1637:23: note: Assuming condition is true nco-5.3.9/src/nco/nco_var_avg.c:1638:7: note: Condition '!flg_mss' is always true nco-5.3.9/src/nco/nco_var_avg.c:2242:7: style: Condition '!flg_mss' is always true [knownConditionTrueFalse] nco-5.3.9/src/nco/nco_var_avg.c:2239:17: note: Assignment 'flg_mss=0', assigned value is 0 nco-5.3.9/src/nco/nco_var_avg.c:2241:21: note: Assuming condition is true nco-5.3.9/src/nco/nco_var_avg.c:2242:7: note: Condition '!flg_mss' is always true nco-5.3.9/src/nco/nco_var_avg.c:2262:7: style: Condition '!flg_mss' is always true [knownConditionTrueFalse] nco-5.3.9/src/nco/nco_var_avg.c:2259:17: note: Assignment 'flg_mss=0', assigned value is 0 nco-5.3.9/src/nco/nco_var_avg.c:2261:23: note: Assuming condition is true nco-5.3.9/src/nco/nco_var_avg.c:2262:7: note: Condition '!flg_mss' is always true nco-5.3.9/src/nco/nco_var_avg.c:188:13: style: Variable 'mss_val' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_var_avg.c:243:13: style: Variable 'var_cp' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_var_avg.c:248:13: style: Variable 'var_cnt' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_var_avg.c:387:6: style: Variable 'var' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_var_avg.c:388:10: style: Variable 'dmn_avg' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_var_avg.c:389:10: style: Variable 'dmn_fix' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_var_lst.c:24:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_var_lst.c:134:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_var_lst.c:188:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_var_lst.c:245:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_var_lst.c:459:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_var_lst.c:682:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_var_lst.c:797:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_VARS [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_var_lst.c:872:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_VARS [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_var_lst.c:1132:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NAT [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_var_lst.c:1287:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_var_lst.c:213:10: warning: Either the condition 'dmn_id' is redundant or there is possible null pointer dereference: dmn_id. [nullPointerRedundantCheck] nco-5.3.9/src/nco/nco_var_lst.c:214:10: note: Assuming that condition 'dmn_id' is not redundant nco-5.3.9/src/nco/nco_var_lst.c:213:10: note: Null pointer dereference nco-5.3.9/src/nco/nco_var_lst.c:722:13: style: Parameter 'xtr_lst' can be declared as pointer to const [constParameterPointer] nco-5.3.9/src/nco/nco_var_lst.c:757:14: style: Parameter 'var_nbr_1' can be declared as pointer to const [constParameterPointer] nco-5.3.9/src/nco/nco_var_lst.c:865:9: style: Variable 'var_nm' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_var_lst.c:1123:9: style: Variable 'var_nm' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_var_lst.c:115:14: style: Variable 'var_lst_all' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_var_lst.c:116:14: style: Variable 'var_xtr_rqs' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_var_lst.c:167:10: style: Variable 'xcl_lst' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_var_lst.c:214:24: style: Variable 'dmn_id' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_var_lst.c:357:18: style: Variable 'att_val' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_var_lst.c:358:18: style: Variable 'crd_lst' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_var_lst.c:440:18: style: Variable 'att_val' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_var_lst.c:441:18: style: Variable 'bnd_lst' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_var_lst.c:585:18: style: Variable 'att_val' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_var_lst.c:586:18: style: Variable 'crd_lst' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_var_lst.c:662:18: style: Variable 'att_val' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_var_lst.c:663:18: style: Variable 'bnd_lst' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_var_lst.c:711:18: style: Variable 'var_lst_tmp' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_var_lst.c:838:8: style: Variable 'var_2' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_var_rth.c:2348:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_var_rth.c:3478:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_var_rth.c:3722:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_var_rth.c:1170:6: style: Condition 'has_mss_val' is always true [knownConditionTrueFalse] nco-5.3.9/src/nco/nco_var_rth.c:2848:6: style: Condition 'has_mss_val' is always true [knownConditionTrueFalse] nco-5.3.9/src/nco/nco_var_utl.c:57:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_var_utl.c:267:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_var_utl.c:350:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_var_utl.c:593:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_var_utl.c:922:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_var_utl.c:1074:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NAT [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_var_utl.c:1164:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_VAR_DIMS [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_var_utl.c:1392:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_var_utl.c:1506:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_var_utl.c:1580:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_var_utl.c:1601:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_var_utl.c:1676:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_var_utl.c:1752:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_var_utl.c:1828:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_var_utl.c:1906:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_var_utl.c:2021:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_var_utl.c:2163:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NAT [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/nco_var_utl.c:976:22: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg] nco-5.3.9/src/nco/nco_var_utl.c:1038:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg] nco-5.3.9/src/nco/nco_var_utl.c:653:12: style: Expression is always true because 'else if' condition is opposite to previous condition at line 649. [multiCondition] nco-5.3.9/src/nco/nco_var_utl.c:649:12: note: first condition nco-5.3.9/src/nco/nco_var_utl.c:653:12: note: else if condition is opposite to first condition nco-5.3.9/src/nco/nco_var_utl.c:101:8: style: The if condition is the same as the previous if condition [duplicateCondition] nco-5.3.9/src/nco/nco_var_utl.c:100:8: note: First condition nco-5.3.9/src/nco/nco_var_utl.c:101:8: note: Second condition nco-5.3.9/src/nco/nco_var_utl.c:435:5: style: The if condition is the same as the previous if condition [duplicateCondition] nco-5.3.9/src/nco/nco_var_utl.c:434:5: note: First condition nco-5.3.9/src/nco/nco_var_utl.c:435:5: note: Second condition nco-5.3.9/src/nco/nco_var_utl.c:744:17: style: Condition 'MNT' is always false [knownConditionTrueFalse] nco-5.3.9/src/nco/nco_var_utl.c:728:20: note: Assignment 'MNT=0', assigned value is 0 nco-5.3.9/src/nco/nco_var_utl.c:744:17: note: Condition 'MNT' is always false nco-5.3.9/src/nco/nco_var_utl.c:305:16: warning: Either the condition 'dmn_id' is redundant or there is possible null pointer dereference: dmn_id. [nullPointerRedundantCheck] nco-5.3.9/src/nco/nco_var_utl.c:309:16: note: Assuming that condition 'dmn_id' is not redundant nco-5.3.9/src/nco/nco_var_utl.c:305:16: note: Null pointer dereference nco-5.3.9/src/nco/nco_var_utl.c:1582:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/nco_var_utl.c:1581:6: note: rcd is assigned nco-5.3.9/src/nco/nco_var_utl.c:1582:6: note: rcd is overwritten nco-5.3.9/src/nco/nco_var_utl.c:94:14: style: Variable 'var_trv' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_var_utl.c:428:11: style: Variable 'var_trv' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/nco_var_utl.c:545:8: style: Parameter 'var_nm' can be declared as pointer to const [constParameterPointer] nco-5.3.9/src/nco/nco_var_utl.c:102:30: style: Variable 'var_nm_fll' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_var_utl.c:170:10: style: Variable 'dmn_cnt' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_var_utl.c:171:9: style: Variable 'dmn_id' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_var_utl.c:172:9: style: Variable 'dmn_sz' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_var_utl.c:173:10: style: Variable 'dmn_srt' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_var_utl.c:176:11: style: Variable 'void_ptr' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_var_utl.c:309:30: style: Variable 'dmn_id' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_var_utl.c:362:14: style: Variable 'var_sz' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_var_utl.c:436:27: style: Variable 'var_nm_fll' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_var_utl.c:485:14: style: Variable 'dmn_cnt' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_var_utl.c:486:13: style: Variable 'dmn_id' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_var_utl.c:487:13: style: Variable 'dmn_sz' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_var_utl.c:488:14: style: Variable 'dmn_srt' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_var_utl.c:491:15: style: Variable 'void_ptr' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_var_utl.c:527:14: style: Variable 'dmn_cnt' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_var_utl.c:528:13: style: Variable 'dmn_id' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_var_utl.c:529:13: style: Variable 'dmn_sz' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_var_utl.c:530:14: style: Variable 'dmn_srt' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_var_utl.c:532:15: style: Variable 'void_ptr' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_var_utl.c:789:17: style: Variable 'dmn_in_srt_1' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_var_utl.c:790:17: style: Variable 'dmn_in_srt_2' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_var_utl.c:791:18: style: Variable 'dmn_out_srt_1' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_var_utl.c:792:18: style: Variable 'dmn_out_srt_2' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_var_utl.c:793:14: style: Variable 'dmn_cnt_1' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_var_utl.c:794:14: style: Variable 'dmn_cnt_2' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_var_utl.c:799:10: style: Variable 'dmn_map' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_var_utl.c:800:10: style: Variable 'dmn_srd' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_var_utl.c:801:10: style: Variable 'dmn_cnt' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_var_utl.c:802:9: style: Variable 'dmn_id' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_var_utl.c:803:13: style: Variable 'dmn_in_srt' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_var_utl.c:804:14: style: Variable 'dmn_out_srt' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_var_utl.c:805:9: style: Variable 'dmn_sz' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_var_utl.c:808:11: style: Variable 'void_ptr' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_var_utl.c:733:14: style: Variable 'wrp_min' is not assigned a value. [unassignedVariable] nco-5.3.9/src/nco/nco_var_utl.c:976:25: style: Variable 'var' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_var_utl.c:1038:6: style: Variable 'var' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_var_utl.c:1163:14: style: Variable 'dmn_nbr' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_var_utl.c:1169:10: style: Variable 'rcd' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_var_utl.c:1231:10: style: Variable 'rcd' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_var_utl.c:1234:8: style: Variable 'rcd' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_var_utl.c:1323:14: style: Variable 'zero_var' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_var_utl.c:1632:14: style: Variable 'rcd' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_var_utl.c:1650:16: style: Variable 'att_val' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_var_utl.c:1651:16: style: Variable 'crd_lst' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_var_utl.c:1707:14: style: Variable 'rcd' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_var_utl.c:1725:16: style: Variable 'att_val' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_var_utl.c:1726:16: style: Variable 'bnd_lst' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_var_utl.c:1783:14: style: Variable 'rcd' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_var_utl.c:1801:16: style: Variable 'att_val' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_var_utl.c:1802:16: style: Variable 'clm_lst' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_var_utl.c:1859:14: style: Variable 'rcd' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_var_utl.c:1877:16: style: Variable 'att_val' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_var_utl.c:1878:16: style: Variable 'grd_lst' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncpdq.c:101:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_DIMS [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/ncpdq.c:1081:16: style: The if condition is the same as the previous if condition [duplicateCondition] nco-5.3.9/src/nco/ncpdq.c:1080:16: note: First condition nco-5.3.9/src/nco/ncpdq.c:1081:16: note: Second condition nco-5.3.9/src/nco/ncpdq.c:550:42: style: Checking if unsigned expression 'nco_dbg_lvl' is less than zero. [unsignedLessThanZero] nco-5.3.9/src/nco/ncpdq.c:129:12: style: Variable 'cnv' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/ncpdq.c:190:12: style: Variable 'md5' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/ncpdq.c:243:24: style: Variable 'opt_lng' can be declared as const array [constVariable] nco-5.3.9/src/nco/ncpdq.c:885:16: style: Variable 'var_trv' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/ncpdq.c:972:18: style: Variable 'var_trv' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/ncpdq.c:653:24: style: Variable 'opt_crr' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncpdq.c:712:19: style: Variable 'optarg_lcl' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncpdq.c:799:12: style: Variable 'dmn_rdr' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncpdq.c:920:34: style: Variable 'grp_out_fll' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncpdq.c:984:36: style: Variable 'grp_out_fll' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncpdq.c:1032:44: style: Variable 'dmn_rdr_lst_in' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncpdq.c:1033:18: style: Variable 'dmn_rvr_rdr' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncpdq.c:1044:42: style: Variable 'nco_pck_plc_sng' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncpdq.c:1045:42: style: Variable 'nco_pck_map_sng' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncpdq.c:1050:24: style: Variable 'aed_lst_add_fst' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncpdq.c:1051:24: style: Variable 'aed_lst_scl_fct' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncpdq.c:1056:22: style: Variable 'cmd_ln' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncpdq.c:1057:24: style: Variable 'cmp_sng' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncpdq.c:1058:32: style: Variable 'cnk_map_sng' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncpdq.c:1059:32: style: Variable 'cnk_plc_sng' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncpdq.c:1060:20: style: Variable 'fl_in' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncpdq.c:1062:30: style: Variable 'fl_out_tmp' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncpdq.c:1063:22: style: Variable 'fl_pth' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncpdq.c:1064:30: style: Variable 'fl_pth_lcl' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncpdq.c:1065:28: style: Variable 'in_id_arr' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncpdq.c:1068:42: style: Variable 'fl_lst_in' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncpdq.c:1069:30: style: Variable 'fl_lst_abb' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncpdq.c:1070:28: style: Variable 'gaa_arg' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncpdq.c:1071:28: style: Variable 'gad_lst' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncpdq.c:1072:38: style: Variable 'var_lst_in' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncpdq.c:1080:24: style: Variable 'var' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncpdq.c:1081:28: style: Variable 'var_out' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncpdq.c:1089:16: style: Variable 'gpe' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncra.c:127:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_DIMS [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/ncra.c:2258:20: style: The if condition is the same as the previous if condition [duplicateCondition] nco-5.3.9/src/nco/ncra.c:2257:20: note: First condition nco-5.3.9/src/nco/ncra.c:2258:20: note: Second condition nco-5.3.9/src/nco/ncra.c:2261:16: style: The if condition is the same as the previous if condition [duplicateCondition] nco-5.3.9/src/nco/ncra.c:2260:16: note: First condition nco-5.3.9/src/nco/ncra.c:2261:16: note: Second condition nco-5.3.9/src/nco/ncra.c:2257:20: style: The comparison 'nbr_dmn_xtr > 0' is always false. [knownConditionTrueFalse] nco-5.3.9/src/nco/ncra.c:213:19: note: 'nbr_dmn_xtr' is assigned value '0' here. nco-5.3.9/src/nco/ncra.c:2257:20: note: The comparison 'nbr_dmn_xtr > 0' is always false. nco-5.3.9/src/nco/ncra.c:2258:20: style: The comparison 'nbr_dmn_xtr > 0' is always false. [knownConditionTrueFalse] nco-5.3.9/src/nco/ncra.c:213:19: note: 'nbr_dmn_xtr' is assigned value '0' here. nco-5.3.9/src/nco/ncra.c:2258:20: note: The comparison 'nbr_dmn_xtr > 0' is always false. nco-5.3.9/src/nco/ncra.c:1026:10: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/ncra.c:1024:10: note: rcd is assigned nco-5.3.9/src/nco/ncra.c:1026:10: note: rcd is overwritten nco-5.3.9/src/nco/ncra.c:1038:10: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/ncra.c:1029:5: note: rcd is assigned nco-5.3.9/src/nco/ncra.c:1038:10: note: rcd is overwritten nco-5.3.9/src/nco/ncra.c:1038:10: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/ncra.c:1035:5: note: rcd is assigned nco-5.3.9/src/nco/ncra.c:1038:10: note: rcd is overwritten nco-5.3.9/src/nco/ncra.c:1258:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/ncra.c:1254:10: note: rcd is assigned nco-5.3.9/src/nco/ncra.c:1258:8: note: rcd is overwritten nco-5.3.9/src/nco/ncra.c:2186:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/ncra.c:2184:8: note: rcd is assigned nco-5.3.9/src/nco/ncra.c:2186:8: note: rcd is overwritten nco-5.3.9/src/nco/ncra.c:2187:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/ncra.c:2186:8: note: rcd is assigned nco-5.3.9/src/nco/ncra.c:2187:8: note: rcd is overwritten nco-5.3.9/src/nco/ncra.c:2189:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/ncra.c:2187:8: note: rcd is assigned nco-5.3.9/src/nco/ncra.c:2189:8: note: rcd is overwritten nco-5.3.9/src/nco/ncra.c:2194:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/ncra.c:2190:28: note: rcd is assigned nco-5.3.9/src/nco/ncra.c:2194:8: note: rcd is overwritten nco-5.3.9/src/nco/ncra.c:2203:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco/ncra.c:2202:8: note: rcd is assigned nco-5.3.9/src/nco/ncra.c:2203:8: note: rcd is overwritten nco-5.3.9/src/nco/ncra.c:695:42: style: Checking if unsigned expression 'nco_dbg_lvl' is less than zero. [unsignedLessThanZero] nco-5.3.9/src/nco/ncra.c:141:9: style: Variable 'nco_op_typ_sng' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/ncra.c:142:9: style: Variable 'nco_pck_plc_sng' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/ncra.c:159:12: style: Variable 'cnv' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/ncra.c:331:24: style: Variable 'opt_lng' can be declared as const array [constVariable] nco-5.3.9/src/nco/ncra.c:983:10: style: Variable 'bnd_sng' can be declared as const array [constVariable] nco-5.3.9/src/nco/ncra.c:984:10: style: Variable 'clm_sng' can be declared as const array [constVariable] nco-5.3.9/src/nco/ncra.c:985:10: style: Variable 'cln_sng' can be declared as const array [constVariable] nco-5.3.9/src/nco/ncra.c:986:10: style: Variable 'unt_sng' can be declared as const array [constVariable] nco-5.3.9/src/nco/ncra.c:987:10: style: Variable 'cll_mth_pnt_sng' can be declared as const array [constVariable] nco-5.3.9/src/nco/ncra.c:1068:7: style: Variable 'gaa_pnt' can be declared as const array [constVariable] nco-5.3.9/src/nco/ncra.c:1082:10: style: Variable 'tm_cll_mth_att' can be declared as const array [constVariable] nco-5.3.9/src/nco/ncra.c:1398:18: style: Variable 'trv' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/ncra.c:1407:16: style: Variable 'trv' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/ncra.c:1994:19: style: Variable 'grp_nm_fll' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/ncra.c:2178:10: style: Variable 'dim2_nm' can be declared as const array [constVariable] nco-5.3.9/src/nco/ncra.c:1197:24: style: Variable 'att_nm' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncra.c:1198:26: style: Variable 'att_val' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncra.c:1214:26: style: Variable 'att_val' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncra.c:1223:24: style: Variable 'att_nm' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncra.c:1251:19: style: Variable 'att_nm' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncra.c:1252:21: style: Variable 'att_val' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncra.c:1282:19: style: Variable 'att_nm' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncra.c:1283:21: style: Variable 'att_val' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncra.c:1881:34: style: Variable 'fl_udu_sng' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncra.c:2025:23: style: Variable 'var_nm_fll' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncra.c:2139:21: style: Variable 'nm_fll_sfx' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncra.c:2195:38: style: Variable 'clm_bnd_dmn_id' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncra.c:2228:22: style: Variable 'cmd_ln' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncra.c:2229:24: style: Variable 'cmp_sng' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncra.c:2230:32: style: Variable 'clm_nfo_sng' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncra.c:2231:32: style: Variable 'cnk_map_sng' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncra.c:2232:32: style: Variable 'cnk_plc_sng' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncra.c:2233:20: style: Variable 'fl_in' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncra.c:2235:30: style: Variable 'fl_out_tmp' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncra.c:2236:22: style: Variable 'fl_pth' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncra.c:2237:30: style: Variable 'fl_pth_lcl' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncra.c:2238:28: style: Variable 'in_id_arr' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncra.c:2239:24: style: Variable 'wgt_arr' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncra.c:2240:22: style: Variable 'wgt_nm' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncra.c:2243:42: style: Variable 'fl_lst_in' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncra.c:2244:30: style: Variable 'fl_lst_abb' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncra.c:2245:28: style: Variable 'gaa_arg' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncra.c:2246:28: style: Variable 'gad_lst' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncra.c:2247:38: style: Variable 'var_lst_in' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncra.c:2248:31: style: Variable 'wgt_lst_in' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncra.c:2257:28: style: Variable 'dim' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncra.c:2258:32: style: Variable 'dmn_out' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncra.c:2260:24: style: Variable 'var' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncra.c:2261:28: style: Variable 'var_out' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncra.c:2266:16: style: Variable 'md5' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncra.c:2267:16: style: Variable 'wgt' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncra.c:2268:24: style: Variable 'wgt_out' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncra.c:2269:24: style: Variable 'wgt_avg' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncra.c:2279:16: style: Variable 'cb' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncra.c:2285:46: style: Variable 'flg_input_complete' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncra.c:2286:32: style: Variable 'idx_rec_out' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncra.c:2287:30: style: Variable 'rec_in_cml' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncra.c:2288:32: style: Variable 'rec_usd_cml' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncra.c:2289:32: style: Variable 'REC_LST_DSR' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncrename.c:94:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_ATTRS [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/ncrename.c:628:10: style: The if condition is the same as the previous if condition [duplicateCondition] nco-5.3.9/src/nco/ncrename.c:617:10: note: First condition nco-5.3.9/src/nco/ncrename.c:628:10: note: Second condition nco-5.3.9/src/nco/ncrename.c:587:47: portability: %ld in format string (no. 5) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] nco-5.3.9/src/nco/ncrename.c:587:47: portability: %ld in format string (no. 7) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] nco-5.3.9/src/nco/ncrename.c:321:42: style: Checking if unsigned expression 'nco_dbg_lvl' is less than zero. [unsignedLessThanZero] nco-5.3.9/src/nco/ncrename.c:176:24: style: Variable 'opt_lng' can be declared as const array [constVariable] nco-5.3.9/src/nco/ncrename.c:719:36: style: Variable 'att_rnm_lst' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncrename.c:720:36: style: Variable 'dmn_rnm_lst' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncrename.c:721:36: style: Variable 'grp_rnm_lst' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncrename.c:722:36: style: Variable 'var_rnm_lst' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncrename.c:723:22: style: Variable 'obj_nm' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncrename.c:727:22: style: Variable 'cmd_ln' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncrename.c:728:20: style: Variable 'fl_in' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncrename.c:730:22: style: Variable 'fl_pth' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncrename.c:731:30: style: Variable 'fl_pth_lcl' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncrename.c:734:42: style: Variable 'fl_lst_in' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncrename.c:735:30: style: Variable 'fl_lst_abb' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncrename.c:736:28: style: Variable 'gaa_arg' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncrename.c:737:28: style: Variable 'gad_lst' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncwa.c:108:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_DIMS [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco/ncwa.c:1192:16: style: Expression is always true because 'else if' condition is opposite to previous condition at line 1159. [multiCondition] nco-5.3.9/src/nco/ncwa.c:1159:16: note: first condition nco-5.3.9/src/nco/ncwa.c:1192:16: note: else if condition is opposite to first condition nco-5.3.9/src/nco/ncwa.c:594:42: style: Checking if unsigned expression 'nco_dbg_lvl' is less than zero. [unsignedLessThanZero] nco-5.3.9/src/nco/ncwa.c:122:9: style: Variable 'nco_op_typ_sng' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/ncwa.c:196:12: style: Variable 'md5' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/ncwa.c:198:12: style: Variable 'cnv' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/ncwa.c:266:24: style: Variable 'opt_lng' can be declared as const array [constVariable] nco-5.3.9/src/nco/ncwa.c:876:16: style: Variable 'var_trv' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/ncwa.c:962:16: style: Variable 'var_trv' can be declared as pointer to const [constVariablePointer] nco-5.3.9/src/nco/ncwa.c:888:34: style: Variable 'grp_out_fll' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncwa.c:1228:34: style: Variable 'grp_out_fll' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncwa.c:1281:18: style: Variable 'wgt' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncwa.c:1282:26: style: Variable 'wgt_out' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncwa.c:1283:18: style: Variable 'msk' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncwa.c:1284:26: style: Variable 'msk_out' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncwa.c:1306:32: style: Variable 'msk_cnd_sng' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncwa.c:1307:24: style: Variable 'wgt_avg' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncwa.c:1308:22: style: Variable 'wgt_nm' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncwa.c:1311:22: style: Variable 'cmd_ln' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncwa.c:1312:24: style: Variable 'cmp_sng' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncwa.c:1313:32: style: Variable 'cnk_map_sng' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncwa.c:1314:32: style: Variable 'cnk_plc_sng' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncwa.c:1315:20: style: Variable 'fl_in' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncwa.c:1317:30: style: Variable 'fl_out_tmp' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncwa.c:1318:22: style: Variable 'fl_pth' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncwa.c:1319:30: style: Variable 'fl_pth_lcl' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncwa.c:1320:28: style: Variable 'in_id_arr' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncwa.c:1323:42: style: Variable 'fl_lst_in' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncwa.c:1324:30: style: Variable 'fl_lst_abb' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncwa.c:1325:28: style: Variable 'gaa_arg' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncwa.c:1326:28: style: Variable 'gad_lst' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncwa.c:1327:38: style: Variable 'var_lst_in' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncwa.c:1339:24: style: Variable 'var' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/ncwa.c:1345:12: style: Variable 'var_out' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco_c++/nco_att.cc:44:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco_c++/nco_att.cc:79:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco_c++/nco_att.cc:190:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco_c++/nco_att.cc:217:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco_c++/nco_att.cc:313:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco_c++/nco_att.cc:457:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco_c++/nco_att.cc:473:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco_c++/nco_att.cc:489:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco_c++/nco_att.cc:282:10: style: Variable 'rcd' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco_c++/nco_att.cc:283:6: style: Variable 'rcd' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco_c++/nco_att.cc:295:10: style: Variable 'rcd' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco_c++/nco_att.cc:296:6: style: Variable 'rcd' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco_c++/nco_att.cc:328:10: style: Variable 'rcd' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco_c++/nco_att.cc:329:6: style: Variable 'rcd' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco_c++/nco_att.cc:341:10: style: Variable 'rcd' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco_c++/nco_att.cc:342:6: style: Variable 'rcd' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco_c++/nco_att.cc:372:10: style: Variable 'rcd' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco_c++/nco_att.cc:373:6: style: Variable 'rcd' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco_c++/nco_att.cc:404:10: style: Variable 'rcd' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco_c++/nco_att.cc:405:6: style: Variable 'rcd' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco_c++/nco_att.cc:417:10: style: Variable 'rcd' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco_c++/nco_att.cc:418:6: style: Variable 'rcd' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco_c++/nco_att.cc:430:10: style: Variable 'rcd' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco_c++/nco_att.cc:431:6: style: Variable 'rcd' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco_c++/nco_dmn.cc:42:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco_c++/nco_dmn.cc:71:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco_c++/nco_dmn.cc:54:10: style: Variable 'rcd' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco_c++/nco_dmn.cc:55:6: style: Variable 'rcd' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco_c++/nco_dmn.cc:102:10: style: Variable 'rcd' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco_c++/nco_dmn.cc:103:6: style: Variable 'rcd' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco_c++/nco_dmn.cc:131:10: style: Variable 'rcd' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco_c++/nco_dmn.cc:132:6: style: Variable 'rcd' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco_c++/nco_dmn.cc:143:10: style: Variable 'rcd' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco_c++/nco_dmn.cc:144:6: style: Variable 'rcd' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco_c++/nco_fl.cc:41:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco_c++/nco_fl.cc:70:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco_c++/nco_fl.cc:217:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco_c++/nco_fl.cc:228:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco_c++/nco_fl.cc:53:10: style: Variable 'rcd' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco_c++/nco_fl.cc:54:6: style: Variable 'rcd' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco_c++/nco_fl.cc:82:10: style: Variable 'rcd' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco_c++/nco_fl.cc:83:6: style: Variable 'rcd' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco_c++/nco_fl.cc:126:10: style: Variable 'rcd' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco_c++/nco_fl.cc:127:6: style: Variable 'rcd' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco_c++/nco_fl.cc:153:10: style: Variable 'rcd' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco_c++/nco_fl.cc:154:6: style: Variable 'rcd' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco_c++/nco_hgh.cc:54:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable nco_dbg_sbr [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco_c++/nco_hgh.cc:55:18: style: The if condition is the same as the previous if condition [duplicateCondition] nco-5.3.9/src/nco_c++/nco_hgh.cc:54:18: note: First condition nco-5.3.9/src/nco_c++/nco_hgh.cc:55:18: note: Second condition nco-5.3.9/src/nco_c++/nco_hgh.cc:98:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco_c++/nco_hgh.cc:58:6: note: rcd is assigned nco-5.3.9/src/nco_c++/nco_hgh.cc:98:6: note: rcd is overwritten nco-5.3.9/src/nco_c++/nco_hgh.cc:83:10: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco_c++/nco_hgh.cc:75:10: note: rcd is assigned nco-5.3.9/src/nco_c++/nco_hgh.cc:83:10: note: rcd is overwritten nco-5.3.9/src/nco_c++/nco_hgh.cc:89:10: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco_c++/nco_hgh.cc:83:10: note: rcd is assigned nco-5.3.9/src/nco_c++/nco_hgh.cc:89:10: note: rcd is overwritten nco-5.3.9/src/nco_c++/nco_hgh.cc:98:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco_c++/nco_hgh.cc:89:10: note: rcd is assigned nco-5.3.9/src/nco_c++/nco_hgh.cc:98:6: note: rcd is overwritten nco-5.3.9/src/nco_c++/nco_utl.cc:37:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco_c++/nco_utl.cc:83:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco_c++/nco_utl.cc:106:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco_c++/nco_utl.cc:129:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco_c++/nco_utl.cc:208:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable nco_ubyte [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco_c++/nco_utl.cc:354:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco_c++/nco_utl.cc:378:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_FLOAT [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco_c++/nco_utl.cc:390:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_DOUBLE [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco_c++/nco_utl.cc:148:6: style: Redundant initialization for 'rcd'. The initialized value is overwritten before it is read. [redundantInitialization] nco-5.3.9/src/nco_c++/nco_utl.cc:146:10: note: rcd is initialized nco-5.3.9/src/nco_c++/nco_utl.cc:148:6: note: rcd is overwritten nco-5.3.9/src/nco_c++/nco_utl.cc:33:20: performance: Function parameter 'fl_fmt_sng' should be passed by const reference. [passedByValue] nco-5.3.9/src/nco_c++/nco_utl.cc:166:10: style: Variable 'rcd' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco_c++/nco_utl.cc:167:6: style: Variable 'rcd' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco_c++/nco_utl.cc:377:10: style: Variable 'flt_foo' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco_c++/nco_utl.cc:389:10: style: Variable 'dbl_foo' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco_c++/nco_var.cc:44:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_ENAMEINUSE [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco_c++/nco_var.cc:62:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_ENAMEINUSE [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco_c++/nco_var.cc:83:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco_c++/nco_var.cc:130:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco_c++/nco_var.cc:218:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco_c++/nco_var.cc:317:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco_c++/nco_var.cc:331:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco_c++/nco_var.cc:345:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco_c++/nco_var.cc:364:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco_c++/nco_var.cc:379:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco_c++/nco_var.cc:393:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco_c++/nco_var.cc:407:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco_c++/nco_var.cc:421:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco_c++/nco_var.cc:435:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco_c++/nco_var.cc:537:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco_c++/nco_var.cc:549:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco_c++/nco_var.cc:566:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco_c++/nco_var.cc:579:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco_c++/nco_var.cc:591:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco_c++/nco_var.cc:603:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco_c++/nco_var.cc:615:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco_c++/nco_var.cc:627:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco_c++/nco_var.cc:716:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco_c++/nco_var.cc:729:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco_c++/nco_var.cc:743:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco_c++/nco_var.cc:756:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco_c++/nco_var.cc:782:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco_c++/nco_var.cc:795:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco_c++/nco_var.cc:808:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco_c++/nco_var.cc:821:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco_c++/nco_var.cc:923:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco_c++/nco_var.cc:939:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco_c++/nco_var.cc:956:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco_c++/nco_var.cc:976:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco_c++/nco_var.cc:992:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco_c++/nco_var.cc:1008:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco_c++/nco_var.cc:1024:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco_c++/nco_var.cc:1040:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco_c++/nco_var.cc:922:6: style: Redundant initialization for 'rcd'. The initialized value is overwritten before it is read. [redundantInitialization] nco-5.3.9/src/nco_c++/nco_var.cc:919:10: note: rcd is initialized nco-5.3.9/src/nco_c++/nco_var.cc:922:6: note: rcd is overwritten nco-5.3.9/src/nco_c++/nco_var.cc:938:6: style: Redundant initialization for 'rcd'. The initialized value is overwritten before it is read. [redundantInitialization] nco-5.3.9/src/nco_c++/nco_var.cc:935:10: note: rcd is initialized nco-5.3.9/src/nco_c++/nco_var.cc:938:6: note: rcd is overwritten nco-5.3.9/src/nco_c++/nco_var.cc:955:6: style: Redundant initialization for 'rcd'. The initialized value is overwritten before it is read. [redundantInitialization] nco-5.3.9/src/nco_c++/nco_var.cc:951:10: note: rcd is initialized nco-5.3.9/src/nco_c++/nco_var.cc:955:6: note: rcd is overwritten nco-5.3.9/src/nco_c++/nco_var.cc:975:6: style: Redundant initialization for 'rcd'. The initialized value is overwritten before it is read. [redundantInitialization] nco-5.3.9/src/nco_c++/nco_var.cc:972:10: note: rcd is initialized nco-5.3.9/src/nco_c++/nco_var.cc:975:6: note: rcd is overwritten nco-5.3.9/src/nco_c++/nco_var.cc:991:6: style: Redundant initialization for 'rcd'. The initialized value is overwritten before it is read. [redundantInitialization] nco-5.3.9/src/nco_c++/nco_var.cc:988:10: note: rcd is initialized nco-5.3.9/src/nco_c++/nco_var.cc:991:6: note: rcd is overwritten nco-5.3.9/src/nco_c++/nco_var.cc:1007:6: style: Redundant initialization for 'rcd'. The initialized value is overwritten before it is read. [redundantInitialization] nco-5.3.9/src/nco_c++/nco_var.cc:1004:10: note: rcd is initialized nco-5.3.9/src/nco_c++/nco_var.cc:1007:6: note: rcd is overwritten nco-5.3.9/src/nco_c++/nco_var.cc:1023:6: style: Redundant initialization for 'rcd'. The initialized value is overwritten before it is read. [redundantInitialization] nco-5.3.9/src/nco_c++/nco_var.cc:1020:10: note: rcd is initialized nco-5.3.9/src/nco_c++/nco_var.cc:1023:6: note: rcd is overwritten nco-5.3.9/src/nco_c++/nco_var.cc:1039:6: style: Redundant initialization for 'rcd'. The initialized value is overwritten before it is read. [redundantInitialization] nco-5.3.9/src/nco_c++/nco_var.cc:1036:10: note: rcd is initialized nco-5.3.9/src/nco_c++/nco_var.cc:1039:6: note: rcd is overwritten nco-5.3.9/src/nco_c++/nco_var.cc:113:10: style: Variable 'rcd' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco_c++/nco_var.cc:114:6: style: Variable 'rcd' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco_c++/nco_var.cc:144:10: style: Variable 'rcd' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco_c++/nco_var.cc:145:6: style: Variable 'rcd' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco_c++/nco_var.cc:173:10: style: Variable 'rcd' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco_c++/nco_var.cc:174:6: style: Variable 'rcd' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco_c++/nco_var.cc:185:10: style: Variable 'rcd' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco_c++/nco_var.cc:186:6: style: Variable 'rcd' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco_c++/nco_var.cc:229:10: style: Variable 'rcd' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco_c++/nco_var.cc:230:6: style: Variable 'rcd' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco_c++/nco_var.cc:241:10: style: Variable 'rcd' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco_c++/nco_var.cc:242:6: style: Variable 'rcd' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco_c++/nco_var.cc:270:10: style: Variable 'rcd' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco_c++/nco_var.cc:271:6: style: Variable 'rcd' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco_c++/nco_var.cc:282:10: style: Variable 'rcd' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco_c++/nco_var.cc:283:6: style: Variable 'rcd' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco_c++/nco_var.cc:1150:10: style: Variable 'rcd' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco_c++/nco_var.cc:1151:6: style: Variable 'rcd' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco_c++/nco_var.cc:1163:10: style: Variable 'rcd' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco_c++/nco_var.cc:1164:6: style: Variable 'rcd' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco_c++/tst.cc:74:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cerr [valueFlowBailoutIncompleteVar] nco-5.3.9/src/nco_c++/tst.cc:63:48: style: Condition 'CVS_Date.length()>7' is always false [knownConditionTrueFalse] nco-5.3.9/src/nco_c++/tst.cc:66:51: style: Condition 'CVS_Revision.length()>10' is always false [knownConditionTrueFalse] nco-5.3.9/src/nco_c++/tst.cc:88:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco_c++/tst.cc:86:6: note: rcd is assigned nco-5.3.9/src/nco_c++/tst.cc:88:6: note: rcd is overwritten nco-5.3.9/src/nco_c++/tst.cc:140:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco_c++/tst.cc:88:6: note: rcd is assigned nco-5.3.9/src/nco_c++/tst.cc:140:6: note: rcd is overwritten nco-5.3.9/src/nco_c++/tst.cc:169:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco_c++/tst.cc:140:6: note: rcd is assigned nco-5.3.9/src/nco_c++/tst.cc:169:6: note: rcd is overwritten nco-5.3.9/src/nco_c++/tst.cc:169:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco_c++/tst.cc:155:8: note: rcd is assigned nco-5.3.9/src/nco_c++/tst.cc:169:6: note: rcd is overwritten nco-5.3.9/src/nco_c++/tst.cc:164:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco_c++/tst.cc:162:8: note: rcd is assigned nco-5.3.9/src/nco_c++/tst.cc:164:8: note: rcd is overwritten nco-5.3.9/src/nco_c++/tst.cc:169:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco_c++/tst.cc:164:8: note: rcd is assigned nco-5.3.9/src/nco_c++/tst.cc:169:6: note: rcd is overwritten nco-5.3.9/src/nco_c++/tst.cc:180:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco_c++/tst.cc:169:6: note: rcd is assigned nco-5.3.9/src/nco_c++/tst.cc:180:6: note: rcd is overwritten nco-5.3.9/src/nco_c++/tst.cc:181:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco_c++/tst.cc:180:6: note: rcd is assigned nco-5.3.9/src/nco_c++/tst.cc:181:6: note: rcd is overwritten nco-5.3.9/src/nco_c++/tst.cc:182:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco_c++/tst.cc:181:6: note: rcd is assigned nco-5.3.9/src/nco_c++/tst.cc:182:6: note: rcd is overwritten nco-5.3.9/src/nco_c++/tst.cc:183:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco_c++/tst.cc:182:6: note: rcd is assigned nco-5.3.9/src/nco_c++/tst.cc:183:6: note: rcd is overwritten nco-5.3.9/src/nco_c++/tst.cc:184:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco_c++/tst.cc:183:6: note: rcd is assigned nco-5.3.9/src/nco_c++/tst.cc:184:6: note: rcd is overwritten nco-5.3.9/src/nco_c++/tst.cc:190:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.3.9/src/nco_c++/tst.cc:184:6: note: rcd is assigned nco-5.3.9/src/nco_c++/tst.cc:190:6: note: rcd is overwritten nco-5.3.9/src/nco_c++/tst.cc:60:31: style: Variable 'CVS_Header' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco_c++/tst.cc:64:27: style: Variable 'sbr_nm' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco_c++/tst.cc:70:29: style: Variable 'time_cpp' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco_c++/tst.cc:201:6: style: Variable 'idx' is assigned a value that is never used. [unreadVariable] nco-5.3.9/src/nco/nco_bnr.c:183:69: warning: Null pointer dereference: fp_bnr [ctunullpointer] nco-5.3.9/src/nco/nco_sld.c:316:6: note: Assuming that condition 'fp_in' is not redundant nco-5.3.9/src/nco/nco_sld.c:313:13: note: Calling function nco_bnr_rd, 1st argument is null nco-5.3.9/src/nco/nco_bnr.c:183:69: note: Dereferencing argument fp_bnr that is null nco-5.3.9/src/nco/nco_fl_utl.c:2294:25: warning: Null pointer dereference: fl_out [ctunullpointer] nco-5.3.9/src/nco/mpncecat.c:969:8: note: Assuming that condition 'fl_out' is not redundant nco-5.3.9/src/nco/mpncecat.c:947:23: note: Calling function nco_fl_out_cls, 1st argument is null nco-5.3.9/src/nco/nco_fl_utl.c:2294:25: note: Dereferencing argument fl_out that is null nco-5.3.9/src/nco/nco_fl_utl.c:2294:14: warning: Null pointer dereference: fl_out_tmp [ctunullpointer] nco-5.3.9/src/nco/mpncecat.c:970:8: note: Assuming that condition 'fl_out_tmp' is not redundant nco-5.3.9/src/nco/mpncecat.c:947:23: note: Calling function nco_fl_out_cls, 2nd argument is null nco-5.3.9/src/nco/nco_fl_utl.c:2294:14: note: Dereferencing argument fl_out_tmp that is null nco-5.3.9/src/nco/nco_grp_utl.c:7826:4: error: Null pointer dereference: dne_lst [ctunullpointer] nco-5.3.9/src/nco/ncrename.c:443:24: note: Calling function nco_bld_trv_tbl, 21th argument is null nco-5.3.9/src/nco/nco_grp_utl.c:7793:21: note: Calling function nco_chk_dmn_in, 3rd argument is null nco-5.3.9/src/nco/nco_grp_utl.c:7826:4: note: Dereferencing argument dne_lst that is null nco-5.3.9/src/nco/nco_lst_utl.c:400:29: warning: If memory allocation fails, then there is a possible null pointer dereference: sng_in [ctunullpointerOutOfMemory] nco-5.3.9/src/nco/mpncecat.c:479:32: note: Assuming allocation function fails nco-5.3.9/src/nco/mpncecat.c:479:18: note: Assignment 'optarg_lcl=(char*)strdup(my_optarg)', assigned value is 0 nco-5.3.9/src/nco/mpncecat.c:481:32: note: Calling function nco_lst_prs_2D, 1st argument is null nco-5.3.9/src/nco/nco_lst_utl.c:400:29: note: Dereferencing argument sng_in that is null nco-5.3.9/src/nco/nco_mta.c:109:27: warning: If memory allocation fails, then there is a possible null pointer dereference: arg [ctunullpointerOutOfMemory] nco-5.3.9/src/nco/nco_mta.c:267:25: note: Assuming allocation function fails nco-5.3.9/src/nco/nco_mta.c:267:25: note: Assignment 'arg_dpl=strdup(arg)', assigned value is 0 nco-5.3.9/src/nco/nco_mta.c:268:42: note: Calling function nco_remove_hyphens, 1st argument is null nco-5.3.9/src/nco/nco_mta.c:109:27: note: Dereferencing argument arg that is null nco-5.3.9/src/nco/nco_mta.c:126:24: warning: If memory allocation fails, then there is a possible null pointer dereference: src [ctunullpointerOutOfMemory] nco-5.3.9/src/nco/nco_mta.c:324:25: note: Assuming allocation function fails nco-5.3.9/src/nco/nco_mta.c:324:25: note: Assignment 'set_of_keys=strdup(strtok(separate_arg[sng_idx],"="))', assigned value is 0 nco-5.3.9/src/nco/nco_mta.c:329:40: note: Calling function nco_sng_split, 1st argument is null nco-5.3.9/src/nco/nco_mta.c:126:24: note: Dereferencing argument src that is null nco-5.3.9/src/nco/nco_mta.c:292:30: warning: If memory allocation fails, then there is a possible null pointer dereference: arg [ctunullpointerOutOfMemory] nco-5.3.9/src/nco/nco_mta.c:324:25: note: Assuming allocation function fails nco-5.3.9/src/nco/nco_mta.c:324:25: note: Assignment 'set_of_keys=strdup(strtok(separate_arg[sng_idx],"="))', assigned value is 0 nco-5.3.9/src/nco/nco_mta.c:329:41: note: Calling function 'nco_sng_split', 1st argument 'set_of_keys' value is 0 nco-5.3.9/src/nco/nco_mta.c:128:34: note: Calling function nco_count_blocks, 1st argument is null nco-5.3.9/src/nco/nco_mta.c:292:30: note: Dereferencing argument arg that is null nco-5.3.9/src/nco/nco_netcdf.c:1010:48: warning: Null pointer dereference: prm_lst [ctunullpointer] nco-5.3.9/src/nco/nco_flt.c:1263:10: note: Assuming that condition 'flt_prm_uns' is not redundant nco-5.3.9/src/nco/nco_flt.c:1262:30: note: Calling function nco_def_var_filter, 5th argument is null nco-5.3.9/src/nco/nco_netcdf.c:2197:7: note: Calling function nc_def_var_filter, 5th argument is null nco-5.3.9/src/nco/nco_netcdf.c:1010:48: note: Dereferencing argument prm_lst that is null nco-5.3.9/src/nco/nco_netcdf.c:1026:21: error: Null pointer dereference: prm_lst [ctunullpointer] nco-5.3.9/src/nco/nco_prn.c:317:25: note: Calling function nco_inq_var_filter, 5th argument is null nco-5.3.9/src/nco/nco_netcdf.c:2324:7: note: Calling function nc_inq_var_filter, 5th argument is null nco-5.3.9/src/nco/nco_netcdf.c:1026:21: note: Dereferencing argument prm_lst that is null nco-5.3.9/src/nco/nco_netcdf.c:1389:4: error: Null pointer dereference: pathlen [ctunullpointer] nco-5.3.9/src/nco/nco_netcdf.c:2497:20: note: Calling function nc_inq_path, 2nd argument is null nco-5.3.9/src/nco/nco_netcdf.c:1389:4: note: Dereferencing argument pathlen that is null nco-5.3.9/src/nco/nco_netcdf.c:1390:4: error: Null pointer dereference: path [ctunullpointer] nco-5.3.9/src/nco/nco_netcdf.c:2495:20: note: Calling function nc_inq_path, 3rd argument is null nco-5.3.9/src/nco/nco_netcdf.c:1390:4: note: Dereferencing argument path that is null nco-5.3.9/src/nco/nco_netcdf.c:3467:101: error: Null pointer dereference: srg_typ [ctunullpointer] nco-5.3.9/src/nco/nco_cnk.c:1126:33: note: Calling function nco_inq_var_chunking, 3rd argument is null nco-5.3.9/src/nco/nco_netcdf.c:2238:9: note: Calling function nc_inq_var_chunking, 3rd argument is null nco-5.3.9/src/nco/nco_netcdf.c:3467:101: note: Dereferencing argument srg_typ that is null nco-5.3.9/src/nco/nco_netcdf.c:3467:132: error: Null pointer dereference: cnk_sz [ctunullpointer] nco-5.3.9/src/nco/nco_cnk.c:493:29: note: Calling function nco_inq_var_chunking, 4th argument is null nco-5.3.9/src/nco/nco_netcdf.c:2238:9: note: Calling function nc_inq_var_chunking, 4th argument is null nco-5.3.9/src/nco/nco_netcdf.c:3467:132: note: Dereferencing argument cnk_sz that is null diff: DONE