2024-04-10 08:50 ftp://ftp.de.debian.org/debian/pool/main/n/nco/nco_5.2.3.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 -D__GNUC__ --platform=unix64 -j4 platform: Linux-6.1.0-18-amd64-x86_64-with-glibc2.36 python: 3.11.2 client-version: 1.3.56 compiler: g++ (Debian 12.2.0-14) 12.2.0 cppcheck: head 2.13.0 head-info: 1fa272c (2024-04-10 10:23:54 +0200) count: 3791 3155 elapsed-time: 124.4 550.5 head-timing-info: old-timing-info: head results: nco-5.2.3/bld/libnco_c++_tst.cc:28:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] nco-5.2.3/doc/cdtime.c:27:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cdStandard [valueFlowBailoutIncompleteVar] nco-5.2.3/doc/cdtime.c:18:9: style: Variable 's_out' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco++/NcapVar.cc:12:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable antlr [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco++/NcapVar.hh:64:4: performance: Variable 'var_nm' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] nco-5.2.3/src/nco++/NcapVar.hh:65:4: performance: Variable 'att_nm' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] nco-5.2.3/src/nco++/NcapVar.hh:66:4: performance: Variable 'fll_nm' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] nco-5.2.3/src/nco++/NcapVar.hh:67:4: performance: Variable 'rfr_ast' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] nco-5.2.3/src/nco++/NcapVar.hh:112:10: style:inconclusive: Technically the member function 'NcapVar::getAst' can be const. [functionConst] nco-5.2.3/src/nco++/NcapVar.hh:113:13: style:inconclusive: Technically the member function 'NcapVar::getAst_typ' can be const. [functionConst] nco-5.2.3/src/nco++/NcapVar.hh:115:15: style:inconclusive: Technically the member function 'NcapVar::getVar' can be const. [functionConst] nco-5.2.3/src/nco++/NcapVar.hh:116:15: style:inconclusive: Technically the member function 'NcapVar::getAtt' can be const. [functionConst] nco-5.2.3/src/nco++/NcapVar.hh:117:15: style:inconclusive: Technically the member function 'NcapVar::getFll' can be const. [functionConst] nco-5.2.3/src/nco++/NcapVar.hh:57:3: style: Class 'NcapVar' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] nco-5.2.3/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.2.3/src/nco++/NcapVar.cc:14:12: note: Assuming that condition 'var!=(var_sct*)NULL' is not redundant nco-5.2.3/src/nco++/NcapVar.cc:8:9: note: Assignment to 'var=var_in' nco-5.2.3/src/nco++/NcapVar.cc:6:33: note: Null pointer dereference nco-5.2.3/src/nco++/NcapVar.cc:38:13: style: C-style pointer casting [cstyleCast] nco-5.2.3/src/nco++/NcapVar.hh:103:23: style: Parameter 'rAST' can be declared as reference to const [constParameterReference] nco-5.2.3/src/nco++/NcapVar.hh:105:23: style: Parameter 'rAST' can be declared as reference to const [constParameterReference] nco-5.2.3/src/nco++/NcapVarVector.cc:73:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npos [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco++/NcapVarVector.hh:29:13: style:inconclusive: Technically the member function 'NcapVarVector::less_mag::operator()' can be const. [functionConst] nco-5.2.3/src/nco++/NcapVarVector.cc:130:5: style: Redundant initialization for 'we'. The initialized value is overwritten before it is read. [redundantInitialization] nco-5.2.3/src/nco++/NcapVarVector.cc:129:37: note: we is initialized nco-5.2.3/src/nco++/NcapVarVector.cc:130:5: note: we is overwritten nco-5.2.3/src/nco++/NcapVarVector.cc:58:17: style: The scope of the variable 's_fl' can be reduced. [variableScope] nco-5.2.3/src/nco++/NcapVarVector.cc:10:42: performance: Function parameter 's_fnm' should be passed by const reference. [passedByValue] nco-5.2.3/src/nco++/NcapVarVector.cc:29:39: performance: Function parameter 's_fnm' should be passed by const reference. [passedByValue] nco-5.2.3/src/nco++/NcapVarVector.cc:117:39: performance: Function parameter 's_fnm' should be passed by const reference. [passedByValue] nco-5.2.3/src/nco++/NcapVarVector.cc:145:43: performance: Function parameter 'var_nm' should be passed by const reference. [passedByValue] nco-5.2.3/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] 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.2.3/src/nco++/nco_gsl.cc:138:10: style: Parameter 'c0' can be declared as pointer to const [constParameterPointer] nco-5.2.3/src/nco++/nco_gsl.cc:139:10: style: Parameter 'c1' can be declared as pointer to const [constParameterPointer] nco-5.2.3/src/nco++/nco_gsl.cc:140:10: style: Parameter 'cov_00' can be declared as pointer to const [constParameterPointer] nco-5.2.3/src/nco++/nco_gsl.cc:141:10: style: Parameter 'cov_01' can be declared as pointer to const [constParameterPointer] nco-5.2.3/src/nco++/nco_gsl.cc:142:10: style: Parameter 'cov_11' can be declared as pointer to const [constParameterPointer] nco-5.2.3/src/nco++/nco_gsl.cc:143:10: style: Parameter 'sumsq' can be declared as pointer to const [constParameterPointer] nco-5.2.3/src/nco++/sdo_utl.cc:20:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cerr [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco++/sdo_utl.cc:27:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cerr [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco++/sdo_utl.cc:34:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cerr [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco++/sdo_utl.cc:41:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cerr [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco++/sym_cls.cc:7:5: performance: Variable '_fnm' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] nco-5.2.3/src/nco++/sdo_utl.cc:55:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cerr [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco++/sym_cls.cc:12:5: performance: Variable '_fnm' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] nco-5.2.3/src/nco++/sdo_utl.cc:67:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cerr [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco++/sdo_utl.cc:79:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cerr [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco++/sdo_utl.cc:86:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cerr [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco++/sdo_utl.cc:93:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cerr [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco++/sym_cls.hh:16:15: style:inconclusive: Technically the member function 'sym_cls::fnm' can be const. [functionConst] nco-5.2.3/src/nco++/sym_cls.cc:16:24: note: Technically the member function 'sym_cls::fnm' can be const. nco-5.2.3/src/nco++/sym_cls.hh:16:15: note: Technically the member function 'sym_cls::fnm' can be const. nco-5.2.3/src/nco++/sdo_utl.cc:100:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cerr [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco++/sym_cls.cc:6:32: performance: Function parameter 'sfnm' should be passed by const reference. [passedByValue] nco-5.2.3/src/nco++/sdo_utl.hh:64:16: style:inconclusive: Function 'nbr2sng' argument 1 names different: declaration 'nbr' definition 'val'. [funcArgNamesDifferent] nco-5.2.3/src/nco++/sdo_utl.hh:60:54: note: Function 'nbr2sng' argument 1 names different: declaration 'nbr' definition 'val'. nco-5.2.3/src/nco++/sdo_utl.hh:64:16: note: Function 'nbr2sng' argument 1 names different: declaration 'nbr' definition 'val'. nco-5.2.3/src/nco++/sdo_utl.hh:82:16: style:inconclusive: Function 'nbr2sng' argument 1 names different: declaration 'nbr' definition 'val'. [funcArgNamesDifferent] nco-5.2.3/src/nco++/sdo_utl.hh:78:54: note: Function 'nbr2sng' argument 1 names different: declaration 'nbr' definition 'val'. nco-5.2.3/src/nco++/sdo_utl.hh:82:16: note: Function 'nbr2sng' argument 1 names different: declaration 'nbr' definition 'val'. nco-5.2.3/src/nco++/sdo_utl.hh:102:20: performance: Function parameter 'sng' should be passed by const reference. [passedByValue] nco-5.2.3/src/nco++/sdo_utl.hh:119:20: performance: Function parameter 'sng' should be passed by const reference. [passedByValue] nco-5.2.3/src/nco++/sdo_utl.cc:17:21: performance: Function parameter 'nco_prg_nm' should be passed by const reference. [passedByValue] nco-5.2.3/src/nco++/sdo_utl.cc:17:44: performance: Function parameter 'fnc_nm' should be passed by const reference. [passedByValue] nco-5.2.3/src/nco++/sdo_utl.cc:17:63: performance: Function parameter 'msg' should be passed by const reference. [passedByValue] nco-5.2.3/src/nco++/sdo_utl.cc:24:21: performance: Function parameter 'fnc_nm' should be passed by const reference. [passedByValue] nco-5.2.3/src/nco++/sdo_utl.cc:24:40: performance: Function parameter 'msg' should be passed by const reference. [passedByValue] nco-5.2.3/src/nco++/sdo_utl.cc:31:21: performance: Function parameter 'msg' should be passed by const reference. [passedByValue] nco-5.2.3/src/nco++/sdo_utl.cc:38:21: performance: Function parameter 'nco_prg_nm' should be passed by const reference. [passedByValue] nco-5.2.3/src/nco++/sdo_utl.cc:38:44: performance: Function parameter 'fnc_nm' should be passed by const reference. [passedByValue] nco-5.2.3/src/nco++/sdo_utl.cc:38:63: performance: Function parameter 'msg' should be passed by const reference. [passedByValue] nco-5.2.3/src/nco++/sdo_utl.cc:52:21: performance: Function parameter 'fnc_nm' should be passed by const reference. [passedByValue] nco-5.2.3/src/nco++/sdo_utl.cc:52:40: performance: Function parameter 'msg' should be passed by const reference. [passedByValue] nco-5.2.3/src/nco++/sdo_utl.cc:64:21: performance: Function parameter 'msg' should be passed by const reference. [passedByValue] nco-5.2.3/src/nco++/sdo_utl.cc:76:21: performance: Function parameter 'nco_prg_nm' should be passed by const reference. [passedByValue] nco-5.2.3/src/nco++/sdo_utl.cc:76:44: performance: Function parameter 'fnc_nm' should be passed by const reference. [passedByValue] nco-5.2.3/src/nco++/sdo_utl.cc:76:63: performance: Function parameter 'msg' should be passed by const reference. [passedByValue] nco-5.2.3/src/nco++/sdo_utl.cc:83:21: performance: Function parameter 'fnc_nm' should be passed by const reference. [passedByValue] nco-5.2.3/src/nco++/sdo_utl.cc:83:40: performance: Function parameter 'msg' should be passed by const reference. [passedByValue] nco-5.2.3/src/nco++/sdo_utl.cc:90:21: performance: Function parameter 'nco_prg_nm' should be passed by const reference. [passedByValue] nco-5.2.3/src/nco++/sdo_utl.cc:90:44: performance: Function parameter 'fnc_nm' should be passed by const reference. [passedByValue] nco-5.2.3/src/nco++/sdo_utl.cc:90:63: performance: Function parameter 'msg' should be passed by const reference. [passedByValue] nco-5.2.3/src/nco++/sdo_utl.cc:97:21: performance: Function parameter 'fnc_nm' should be passed by const reference. [passedByValue] nco-5.2.3/src/nco++/sdo_utl.cc:97:40: performance: Function parameter 'msg' should be passed by const reference. [passedByValue] nco-5.2.3/src/nco/mpncecat.c:68:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_DIMS [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/mpncflint.c:75:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_DIMS [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/mpncpdq.c:79:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_DIMS [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/mpncbo.c:91:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_DIMS [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/mpncflint.c:1036:20: style: The if condition is the same as the previous if condition [duplicateCondition] nco-5.2.3/src/nco/mpncflint.c:1035:20: note: First condition nco-5.2.3/src/nco/mpncflint.c:1036:20: note: Second condition nco-5.2.3/src/nco/mpncflint.c:1043:20: style: The if condition is the same as the previous if condition [duplicateCondition] nco-5.2.3/src/nco/mpncflint.c:1042:20: note: First condition nco-5.2.3/src/nco/mpncflint.c:1043:20: note: Second condition nco-5.2.3/src/nco/mpncflint.c:757:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/mpncflint.c:756:8: note: rcd is assigned nco-5.2.3/src/nco/mpncflint.c:757:8: note: rcd is overwritten nco-5.2.3/src/nco/mpncpdq.c:1280:20: style: The if condition is the same as the previous if condition [duplicateCondition] nco-5.2.3/src/nco/mpncpdq.c:1279:20: note: First condition nco-5.2.3/src/nco/mpncpdq.c:1280:20: note: Second condition nco-5.2.3/src/nco/mpncpdq.c:1283:16: style: The if condition is the same as the previous if condition [duplicateCondition] nco-5.2.3/src/nco/mpncpdq.c:1282:16: note: First condition nco-5.2.3/src/nco/mpncpdq.c:1283:16: note: Second condition nco-5.2.3/src/nco/mpncflint.c:87:9: style: Variable 'ntp_nm' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/mpncflint.c:111:16: style: Variable 'fp_stdout' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/mpncflint.c:222:24: style: Variable 'opt_lng' can be declared as const array [constVariable] nco-5.2.3/src/nco/mpncflint.c:540:24: style: Variable 'opt_crr' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/mpncflint.c:643:10: style: Variable 'dmn_lst' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/mpncflint.c:665:10: style: Variable 'xtr_lst' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/mpncflint.c:796:20: style: Variable 'ntp_1' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/mpncflint.c:797:20: style: Variable 'ntp_2' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/mpncflint.c:798:32: style: Variable 'ntp_var_out' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/mpncflint.c:992:24: style: Variable 'fl_in_1' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/mpncflint.c:993:24: style: Variable 'fl_in_2' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/mpncflint.c:997:14: style: Variable 'var_prc_2' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/mpncflint.c:998:20: style: Variable 'wgt_1' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/mpncflint.c:999:20: style: Variable 'wgt_2' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/mpncflint.c:1000:28: style: Variable 'wgt_out_1' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/mpncflint.c:1001:28: style: Variable 'wgt_out_2' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/mpncflint.c:1008:35: style: Variable 'lmt_all_lst' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/mpncflint.c:1009:8: style: Variable 'lmt' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/mpncflint.c:1013:22: style: Variable 'cmd_ln' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/mpncflint.c:1014:32: style: Variable 'cnk_map_sng' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/mpncflint.c:1015:32: style: Variable 'cnk_plc_sng' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/mpncflint.c:1017:30: style: Variable 'fl_out_tmp' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/mpncflint.c:1018:22: style: Variable 'fl_pth' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/mpncflint.c:1019:30: style: Variable 'fl_pth_lcl' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/mpncflint.c:1023:42: style: Variable 'fl_lst_in' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/mpncflint.c:1024:30: style: Variable 'fl_lst_abb' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/mpncflint.c:1025:28: style: Variable 'gaa_arg' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/mpncflint.c:1026:38: style: Variable 'var_lst_in' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/mpncflint.c:1030:24: style: Variable 'aux' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/mpncflint.c:1033:28: style: Variable 'cnk_dmn' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/mpncflint.c:1035:28: style: Variable 'dim' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/mpncflint.c:1036:32: style: Variable 'dmn_out' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/mpncflint.c:1039:8: style: Variable 'var' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/mpncflint.c:1040:12: style: Variable 'var_out' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/mpncflint.c:111:16: style: Variable 'fp_stdout' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/mpncpdq.c:92:9: style: Variable 'rec_dmn_nm_in' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/mpncflint.c:169:12: style: Variable 'HPSS_TRY' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/mpncpdq.c:93:9: style: Variable 'rec_dmn_nm_out' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/mpncflint.c:184:12: style: Variable 'cnk_csh_byt' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/mpncpdq.c:226:24: style: Variable 'opt_lng' can be declared as const array [constVariable] nco-5.2.3/src/nco/mpncbo.c:611:6: style: The if condition is the same as the previous if condition [duplicateCondition] nco-5.2.3/src/nco/mpncbo.c:610:6: note: First condition nco-5.2.3/src/nco/mpncbo.c:611:6: note: Second condition nco-5.2.3/src/nco/mpncbo.c:618:6: style: The if condition is the same as the previous if condition [duplicateCondition] nco-5.2.3/src/nco/mpncbo.c:617:6: note: First condition nco-5.2.3/src/nco/mpncbo.c:618:6: note: Second condition nco-5.2.3/src/nco/mpncbo.c:622:6: style: The if condition is the same as the previous if condition [duplicateCondition] nco-5.2.3/src/nco/mpncbo.c:621:6: note: First condition nco-5.2.3/src/nco/mpncbo.c:622:6: note: Second condition nco-5.2.3/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.2.3/src/nco/mpncbo.c:740:13: note: fl_out_tmp is assigned nco-5.2.3/src/nco/mpncbo.c:754:15: note: fl_out_tmp is overwritten nco-5.2.3/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.2.3/src/nco/mpncbo.c:912:15: note: has_mss_val is assigned nco-5.2.3/src/nco/mpncbo.c:950:15: note: has_mss_val is overwritten nco-5.2.3/src/nco/mpncpdq.c:530:24: style: Variable 'opt_crr' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/mpncpdq.c:553:6: style: Variable 'rcd' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/mpncpdq.c:606:10: style: Variable 'dmn_lst' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/mpncpdq.c:643:12: style: Variable 'optarg_lcl' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/mpncpdq.c:665:16: style: Variable 'dmn_rdr_lst' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/mpncpdq.c:699:10: style: Variable 'xtr_lst' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/mpncpdq.c:980:49: style: Variable 'rcd' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/mpncpdq.c:1057:38: style: Variable 'rcd' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/mpncpdq.c:1070:9: style: Variable 'rcd' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/mpncpdq.c:1152:10: style: Variable 'rcd' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/mpncpdq.c:1163:23: style: Variable 'nco_pck_plc_alw' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/mpncpdq.c:1227:40: style: Variable 'dmn_idx_out_in' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/mpncbo.c:103:9: style: Variable 'nco_op_typ_sng' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/mpncpdq.c:1228:32: style: Variable 'dmn_rvr_in' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/mpncbo.c:244:24: style: Variable 'opt_lng' can be declared as const array [constVariable] nco-5.2.3/src/nco/mpncpdq.c:1229:34: style: Variable 'dmn_rvr_rdr' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/mpncpdq.c:1230:44: style: Variable 'dmn_rdr_lst_in' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/mpncpdq.c:1232:14: style: Variable 'dmn_rdr' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/mpncpdq.c:1236:42: style: Variable 'nco_pck_plc_sng' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/mpncpdq.c:1237:42: style: Variable 'nco_pck_map_sng' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/mpncpdq.c:1242:17: style: Variable 'aed_lst_add_fst' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/mpncpdq.c:1243:17: style: Variable 'aed_lst_scl_fct' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/mpncpdq.c:1251:35: style: Variable 'lmt_all_lst' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/mpncpdq.c:1252:8: style: Variable 'lmt' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/mpncpdq.c:1256:22: style: Variable 'cmd_ln' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/mpncpdq.c:1257:32: style: Variable 'cnk_map_sng' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/mpncpdq.c:1258:32: style: Variable 'cnk_plc_sng' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/mpncpdq.c:1259:20: style: Variable 'fl_in' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/mpncpdq.c:1261:30: style: Variable 'fl_out_tmp' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/mpncpdq.c:1262:22: style: Variable 'fl_pth' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/mpncpdq.c:1263:30: style: Variable 'fl_pth_lcl' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/mpncpdq.c:1264:28: style: Variable 'in_id_arr' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/mpncpdq.c:1267:42: style: Variable 'fl_lst_in' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/mpncbo.c:1063:24: style: Variable 'fl_in_1' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/mpncpdq.c:1268:30: style: Variable 'fl_lst_abb' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/mpncbo.c:1064:24: style: Variable 'fl_in_2' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/mpncpdq.c:1270:38: style: Variable 'var_lst_in' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/mpncpdq.c:1274:24: style: Variable 'aux' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/mpncbo.c:1072:37: style: Variable 'lmt_all_lst' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/mpncbo.c:1073:8: style: Variable 'lmt' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/mpncpdq.c:1277:28: style: Variable 'cnk_dmn' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/mpncpdq.c:1279:28: style: Variable 'dim' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/mpncbo.c:1075:22: style: Variable 'cmd_ln' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/mpncpdq.c:1280:32: style: Variable 'dmn_out' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/mpncbo.c:1076:32: style: Variable 'cnk_map_sng' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/mpncbo.c:1077:32: style: Variable 'cnk_plc_sng' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/mpncpdq.c:1282:24: style: Variable 'var' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/mpncpdq.c:1283:28: style: Variable 'var_out' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/mpncbo.c:1079:30: style: Variable 'fl_out_tmp' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/mpncpdq.c:192:12: style: Variable 'cnk_csh_byt' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/mpncbo.c:1080:22: style: Variable 'fl_pth' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/mpncbo.c:1081:30: style: Variable 'fl_pth_lcl' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/mpncbo.c:1082:32: style: Variable 'in_id_1_arr' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/mpncbo.c:1083:32: style: Variable 'in_id_2_arr' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/mpncbo.c:1086:42: style: Variable 'fl_lst_in' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/mpncbo.c:1087:30: style: Variable 'fl_lst_abb' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/mpncbo.c:1088:28: style: Variable 'gaa_arg' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/mpncbo.c:1089:38: style: Variable 'var_lst_in' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/mpncbo.c:1093:24: style: Variable 'aux' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/mpncbo.c:1096:28: style: Variable 'cnk_dmn' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/mpncbo.c:1098:32: style: Variable 'dim_1' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/mpncbo.c:1099:32: style: Variable 'dim_2' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/mpncbo.c:1100:34: style: Variable 'dmn_out' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/mpncbo.c:1112:10: style: Variable 'var_1' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/mpncbo.c:1113:10: style: Variable 'var_2' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/mpncbo.c:1114:30: style: Variable 'var_out' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/mpncbo.c:194:12: style: Variable 'HPSS_TRY' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/mpncbo.c:211:12: style: Variable 'cnk_csh_byt' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/mpncra.c:119:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_DIMS [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/mpncra.c:1520:20: style: The if condition is the same as the previous if condition [duplicateCondition] nco-5.2.3/src/nco/mpncra.c:1519:20: note: First condition nco-5.2.3/src/nco/mpncra.c:1520:20: note: Second condition nco-5.2.3/src/nco/mpncra.c:1524:16: style: The if condition is the same as the previous if condition [duplicateCondition] nco-5.2.3/src/nco/mpncra.c:1523:16: note: First condition nco-5.2.3/src/nco/mpncra.c:1524:16: note: Second condition nco-5.2.3/src/nco/ncap_utl.c:79:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/ncap_utl.c:187:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/ncap_utl.c:366:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/ncap_utl.c:466:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/ncap_utl.c:682:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/ncap_utl.c:723:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable var_nm [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/mpncwa.c:86:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_DIMS [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/mpncra.c:128:9: style: Variable 'nco_op_typ_sng' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/mpncra.c:129:9: style: Variable 'nco_pck_plc_sng' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/mpncra.c:185:16: style: Variable 'lmt_all_rec' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/mpncra.c:253:24: style: Variable 'opt_lng' can be declared as const array [constVariable] nco-5.2.3/src/nco/mpncra.c:676:29: style: Variable 'cln_att_sng' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/mpncra.c:1493:59: style: Variable 'lmt_rec' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/mpncra.c:1497:22: style: Variable 'cmd_ln' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/mpncra.c:1498:32: style: Variable 'cnk_map_sng' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/mpncra.c:1499:32: style: Variable 'cnk_plc_sng' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/mpncra.c:1500:20: style: Variable 'fl_in' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/mpncra.c:1502:30: style: Variable 'fl_out_tmp' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/mpncra.c:1503:22: style: Variable 'fl_pth' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/mpncra.c:1504:30: style: Variable 'fl_pth_lcl' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/mpncra.c:1505:28: style: Variable 'in_id_arr' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/mpncra.c:1508:42: style: Variable 'fl_lst_in' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/mpncra.c:1509:30: style: Variable 'fl_lst_abb' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/mpncra.c:1510:28: style: Variable 'gaa_arg' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/mpncra.c:1511:38: style: Variable 'var_lst_in' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/mpncra.c:1514:24: style: Variable 'lmt' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/mpncra.c:1519:28: style: Variable 'dim' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/mpncra.c:1520:32: style: Variable 'dmn_out' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/mpncra.c:1523:24: style: Variable 'var' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/mpncra.c:1524:28: style: Variable 'var_out' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/mpncra.c:219:10: style: Variable 'cnk_csh_byt' is assigned a value that is never used. [unreadVariable] nco-5.2.3/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.2.3/src/nco/mpncwa.c:1178:15: note: first condition nco-5.2.3/src/nco/mpncwa.c:1207:15: note: else if condition is opposite to first condition nco-5.2.3/src/nco/mpncwa.c:718:20: warning: Identical inner 'if' condition is always true. [identicalInnerCondition] nco-5.2.3/src/nco/mpncwa.c:709:18: note: outer condition: dmn_avg_nbr>0 nco-5.2.3/src/nco/mpncwa.c:718:20: note: identical inner condition: dmn_avg_nbr>0 nco-5.2.3/src/nco/mpncwa.c:378:21: style: Redundant assignment of 'NORMALIZE_BY_TALLY' to itself. [selfAssignment] nco-5.2.3/src/nco/mpncwa.c:379:22: style: Redundant assignment of 'NORMALIZE_BY_WEIGHT' to itself. [selfAssignment] nco-5.2.3/src/nco/ncatted.c:157:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_ATTRS [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/mpncwa.c:97:9: style: Variable 'nco_op_typ_sng' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/mpncwa.c:241:24: style: Variable 'opt_lng' can be declared as const array [constVariable] nco-5.2.3/src/nco/mpncwa.c:1331:32: style: Variable 'dmn_avg' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/mpncwa.c:1332:16: style: Variable 'msk' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/mpncwa.c:1334:24: style: Variable 'msk_out' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/mpncwa.c:1335:32: style: Variable 'msk_cnd_sng' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/mpncwa.c:1336:16: style: Variable 'wgt' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/mpncwa.c:1337:24: style: Variable 'wgt_avg' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/mpncwa.c:1338:22: style: Variable 'wgt_nm' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/mpncwa.c:1339:24: style: Variable 'wgt_out' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/mpncwa.c:1343:22: style: Variable 'cmd_ln' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/mpncwa.c:1344:32: style: Variable 'cnk_map_sng' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/mpncwa.c:1345:32: style: Variable 'cnk_plc_sng' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/mpncwa.c:1346:20: style: Variable 'fl_in' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/mpncwa.c:1348:30: style: Variable 'fl_out_tmp' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/mpncwa.c:1349:22: style: Variable 'fl_pth' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/mpncwa.c:1350:30: style: Variable 'fl_pth_lcl' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/mpncwa.c:1351:28: style: Variable 'in_id_arr' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/mpncwa.c:1354:42: style: Variable 'fl_lst_in' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/mpncwa.c:1355:30: style: Variable 'fl_lst_abb' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/mpncwa.c:1357:38: style: Variable 'var_lst_in' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/mpncwa.c:1360:24: style: Variable 'lmt' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/mpncwa.c:1363:28: style: Variable 'cnk_dmn' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/mpncwa.c:1365:28: style: Variable 'dim' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/mpncwa.c:1366:32: style: Variable 'dmn_out' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/mpncwa.c:1368:24: style: Variable 'var' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/mpncwa.c:1374:12: style: Variable 'var_out' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/mpncwa.c:206:12: style: Variable 'cnk_csh_byt' is assigned a value that is never used. [unreadVariable] nco-5.2.3/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.2.3/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.2.3/src/nco/ncap_utl.c:445:18: style: Condition 'var_lsr_out==NULL' is always true [knownConditionTrueFalse] nco-5.2.3/src/nco/ncap_utl.c:427:24: note: Assignment 'var_lsr_out=NULL', assigned value is 0 nco-5.2.3/src/nco/ncap_utl.c:445:18: note: Condition 'var_lsr_out==NULL' is always true nco-5.2.3/src/nco/ncap_utl.c:336:94: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak] nco-5.2.3/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.2.3/src/nco/ncap_utl.h:137:54: note: Function 'nco_yyerror' argument 2 names different: declaration 'sng' definition 'err_sng_lcl'. nco-5.2.3/src/nco/ncap_utl.c:670:39: note: Function 'nco_yyerror' argument 2 names different: declaration 'sng' definition 'err_sng_lcl'. nco-5.2.3/src/nco/ncap_utl.c:21:21: style: Parameter 'var_nm' can be declared as pointer to const [constParameterPointer] nco-5.2.3/src/nco/ncap_utl.c:529:11: style: Variable 'var_lsr_cp' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/ncap_utl.c:536:11: style: Variable 'var_gtr_cnt' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/ncap_utl.c:204:11: style: Variable 'var' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncap_utl.c:266:6: style: Variable 'var' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncap_utl.c:513:12: style: Variable 'dmn_nbr' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncap_utl.c:678:10: style: Variable 'prs_arg' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncbo.c:132:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_DIMS [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/ncecat.c:125:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_DIMS [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/ncatted.c:525:20: style: Variable 'ddra_info.tmr_flg' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/ncatted.c:441:20: note: ddra_info.tmr_flg is assigned nco-5.2.3/src/nco/ncatted.c:525:20: note: ddra_info.tmr_flg is overwritten nco-5.2.3/src/nco/ncatted.c:219:24: style: Variable 'opt_lng' can be declared as const array [constVariable] nco-5.2.3/src/nco/ncatted.c:386:24: style: Variable 'opt_crr' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncatted.c:460:17: style: Variable 'var_lst_in' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncatted.c:502:28: style: Variable 'aed_lst' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncatted.c:506:22: style: Variable 'cmd_ln' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncatted.c:507:20: style: Variable 'fl_in' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncatted.c:509:22: style: Variable 'fl_pth' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncatted.c:510:30: style: Variable 'fl_pth_lcl' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncatted.c:513:42: style: Variable 'fl_lst_in' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncatted.c:514:30: style: Variable 'fl_lst_abb' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncatted.c:515:28: style: Variable 'gaa_arg' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncecat.c:1040:18: style: The if condition is the same as the previous if condition [duplicateCondition] nco-5.2.3/src/nco/ncecat.c:1039:18: note: First condition nco-5.2.3/src/nco/ncecat.c:1040:18: note: Second condition nco-5.2.3/src/nco/ncecat.c:1059:20: style: Variable 'ddra_info.tmr_flg' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/ncecat.c:772:22: note: ddra_info.tmr_flg is assigned nco-5.2.3/src/nco/ncecat.c:1059:20: note: ddra_info.tmr_flg is overwritten nco-5.2.3/src/nco/ncecat.c:914:7: style:inconclusive: Found duplicate branches for 'if' and 'else'. [duplicateBranch] nco-5.2.3/src/nco/ncecat.c:917:8: note: Found duplicate branches for 'if' and 'else'. nco-5.2.3/src/nco/ncecat.c:914:7: note: Found duplicate branches for 'if' and 'else'. nco-5.2.3/src/nco/ncecat.c:91:12: style: Variable 'cnv' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/ncecat.c:239:24: style: Variable 'opt_lng' can be declared as const array [constVariable] nco-5.2.3/src/nco/ncecat.c:937:18: style: Variable 'var_trv' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/ncecat.c:628:24: style: Variable 'opt_crr' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncecat.c:1010:22: style: Variable 'cmd_ln' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncecat.c:1011:24: style: Variable 'cmp_sng' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncecat.c:1012:32: style: Variable 'cnk_map_sng' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncecat.c:1013:32: style: Variable 'cnk_plc_sng' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncecat.c:1014:24: style: Variable 'grp_out' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncecat.c:1015:20: style: Variable 'fl_in' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncecat.c:1017:30: style: Variable 'fl_out_tmp' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncecat.c:1018:22: style: Variable 'fl_pth' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncecat.c:1019:30: style: Variable 'fl_pth_lcl' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncecat.c:1020:28: style: Variable 'in_id_arr' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncecat.c:1023:42: style: Variable 'fl_lst_in' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncecat.c:1024:30: style: Variable 'fl_lst_abb' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncecat.c:1025:28: style: Variable 'gaa_arg' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncecat.c:1026:38: style: Variable 'var_lst_in' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncecat.c:1037:32: style: Variable 'rec_dmn_nm' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncecat.c:1039:26: style: Variable 'var' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncecat.c:1040:30: style: Variable 'var_out' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncecat.c:1045:18: style: Variable 'gpe' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncecat.c:1046:18: style: Variable 'md5' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncflint.c:124:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_DIMS [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/ncks.c:131:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_DIMS [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/ncflint.c:1030:20: style: The if condition is the same as the previous if condition [duplicateCondition] nco-5.2.3/src/nco/ncflint.c:1029:20: note: First condition nco-5.2.3/src/nco/ncflint.c:1030:20: note: Second condition nco-5.2.3/src/nco/ncflint.c:1042:20: style: Variable 'ddra_info.tmr_flg' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/ncflint.c:861:20: note: ddra_info.tmr_flg is assigned nco-5.2.3/src/nco/ncflint.c:1042:20: note: ddra_info.tmr_flg is overwritten nco-5.2.3/src/nco/ncflint.c:87:12: style: Variable 'cnv' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/ncflint.c:137:9: style: Variable 'ntp_nm' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/ncflint.c:209:12: style: Variable 'md5' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/ncflint.c:243:24: style: Variable 'opt_lng' can be declared as const array [constVariable] nco-5.2.3/src/nco/ncflint.c:882:14: style: Variable 'var_trv_2' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/ncflint.c:641:24: style: Variable 'opt_crr' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncflint.c:836:14: style: Variable 'var_ntp_1' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncflint.c:837:14: style: Variable 'var_ntp_2' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncflint.c:839:32: style: Variable 'ntp_var_out' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncflint.c:950:32: style: Variable 'grp_out_fll' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncflint.c:992:24: style: Variable 'fl_in_1' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncflint.c:993:24: style: Variable 'fl_in_2' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncflint.c:995:14: style: Variable 'var_prc_2' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncflint.c:996:20: style: Variable 'wgt_1' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncflint.c:997:20: style: Variable 'wgt_2' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncflint.c:998:28: style: Variable 'wgt_out_1' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncflint.c:999:28: style: Variable 'wgt_out_2' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncflint.c:1003:22: style: Variable 'cmd_ln' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncflint.c:1004:24: style: Variable 'cmp_sng' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncflint.c:1005:32: style: Variable 'cnk_map_sng' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncflint.c:1006:32: style: Variable 'cnk_plc_sng' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncflint.c:1008:30: style: Variable 'fl_out_tmp' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncflint.c:1009:22: style: Variable 'fl_pth' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncflint.c:1010:30: style: Variable 'fl_pth_lcl' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncflint.c:1011:32: style: Variable 'in_id_1_arr' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncflint.c:1012:32: style: Variable 'in_id_2_arr' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncflint.c:1015:42: style: Variable 'fl_lst_in' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncflint.c:1016:30: style: Variable 'fl_lst_abb' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncflint.c:1017:28: style: Variable 'gaa_arg' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncflint.c:1018:38: style: Variable 'var_lst_in' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncflint.c:1026:8: style: Variable 'var' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncflint.c:1027:12: style: Variable 'var_out' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncflint.c:1034:16: style: Variable 'gpe' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_att_utl.c:64:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_att_utl.c:178:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_att_utl.c:518:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_GLOBAL [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_att_utl.c:542:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_GLOBAL [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_att_utl.c:578:58: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_att_utl.c:610:70: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_att_utl.c:681:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_att_utl.c:702:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_att_utl.c:911:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_GLOBAL [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_att_utl.c:958:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_att_utl.c:1084:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_att_utl.c:1251:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_att_utl.c:1539:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_att_utl.c:1590:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_att_utl.c:1637:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_att_utl.c:1778:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_att_utl.c:1958:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_att_utl.c:2001:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_GLOBAL [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_att_utl.c:2040:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_GLOBAL [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_att_utl.c:2082:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_GLOBAL [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_att_utl.c:2111:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_GLOBAL [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_att_utl.c:2159:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_CHAR [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_att_utl.c:2197:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_att_utl.c:2230:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/mpncecat.c:989:20: style: The if condition is the same as the previous if condition [duplicateCondition] nco-5.2.3/src/nco/mpncecat.c:988:20: note: First condition nco-5.2.3/src/nco/mpncecat.c:989:20: note: Second condition nco-5.2.3/src/nco/mpncecat.c:992:16: style: The if condition is the same as the previous if condition [duplicateCondition] nco-5.2.3/src/nco/mpncecat.c:991:16: note: First condition nco-5.2.3/src/nco/mpncecat.c:992:16: note: Second condition nco-5.2.3/src/nco/mpncecat.c:101:16: style: Variable 'fp_stdout' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/mpncecat.c:200:24: style: Variable 'opt_lng' can be declared as const array [constVariable] nco-5.2.3/src/nco/mpncecat.c:507:24: style: Variable 'opt_crr' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/mpncecat.c:585:10: style: Variable 'dmn_lst' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/mpncecat.c:607:10: style: Variable 'xtr_lst' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/mpncecat.c:953:30: style: Variable 'rec_dmn_nm' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/mpncecat.c:960:8: style: Variable 'lmt' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/mpncecat.c:961:35: style: Variable 'lmt_all_lst' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/mpncecat.c:965:22: style: Variable 'cmd_ln' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/mpncecat.c:966:32: style: Variable 'cnk_map_sng' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/mpncecat.c:967:32: style: Variable 'cnk_plc_sng' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/mpncecat.c:968:20: style: Variable 'fl_in' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/mpncecat.c:970:30: style: Variable 'fl_out_tmp' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/mpncecat.c:971:22: style: Variable 'fl_pth' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/mpncecat.c:972:30: style: Variable 'fl_pth_lcl' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/mpncecat.c:973:28: style: Variable 'in_id_arr' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/mpncecat.c:976:42: style: Variable 'fl_lst_in' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/mpncecat.c:977:30: style: Variable 'fl_lst_abb' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/mpncecat.c:978:28: style: Variable 'gaa_arg' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/mpncecat.c:979:38: style: Variable 'var_lst_in' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/mpncecat.c:983:24: style: Variable 'aux' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/mpncecat.c:986:28: style: Variable 'cnk_dmn' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/mpncecat.c:988:28: style: Variable 'dim' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/mpncecat.c:989:32: style: Variable 'dmn_out' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/mpncecat.c:991:24: style: Variable 'var' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/mpncecat.c:992:28: style: Variable 'var_out' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/mpncecat.c:101:16: style: Variable 'fp_stdout' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/mpncecat.c:168:12: style: Variable 'cnk_csh_byt' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_att_utl.c:2151:15: portability: Non reentrant function 'gmtime' called. For threadsafe applications it is recommended to use the reentrant replacement function 'gmtime_r'. [prohibitedgmtimeCalled] nco-5.2.3/src/nco/nco_att_utl.c:1869: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.2.3/src/nco/nco_att_utl.c:1871: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.2.3/src/nco/nco_att_utl.c:1873: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.2.3/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.2.3/src/nco/nco_att_utl.c:1068:6: note: Assuming that condition 'prv_new' is not redundant nco-5.2.3/src/nco/nco_att_utl.c:1061:70: note: Null pointer dereference nco-5.2.3/src/nco/nco_att_utl.c:1597: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.2.3/src/nco/nco_att_utl.c:1601:6: note: Assuming that condition 'grp_nm_fll_out' is not redundant nco-5.2.3/src/nco/nco_att_utl.c:1597:19: note: Null pointer dereference nco-5.2.3/src/nco/nco_att_utl.c:1934:28: warning: Either the condition 'comma_1_cp==NULL' is redundant or there is possible null pointer dereference: comma_1_cp. [nullPointerRedundantCheck] nco-5.2.3/src/nco/nco_att_utl.c:1926:19: note: Assuming that condition 'comma_1_cp==NULL' is not redundant nco-5.2.3/src/nco/nco_att_utl.c:1934:28: note: Null pointer dereference nco-5.2.3/src/nco/nco_att_utl.c:2002:25: warning: Either the condition 'vrs_sng_xtn' is redundant or there is possible null pointer dereference: vrs_sng_xtn. [nullPointerRedundantCheck] nco-5.2.3/src/nco/nco_att_utl.c:2010:6: note: Assuming that condition 'vrs_sng_xtn' is not redundant nco-5.2.3/src/nco/nco_att_utl.c:2002:25: note: Null pointer dereference nco-5.2.3/src/nco/nco_att_utl.c:1931:25: warning: Either the condition 'comma_1_cp==NULL' is redundant or there is overflow in pointer subtraction. [nullPointerArithmeticRedundantCheck] nco-5.2.3/src/nco/nco_att_utl.c:1926:19: note: Assuming that condition 'comma_1_cp==NULL' is not redundant nco-5.2.3/src/nco/nco_att_utl.c:1931:25: note: Null pointer subtraction nco-5.2.3/src/nco/nco_att_utl.c:884:8: style: Variable 'spc_sng' can be declared as const array [constVariable] nco-5.2.3/src/nco/nco_att_utl.c:952:9: style: Variable 'ctime_sng' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_att_utl.c:992:10: style: Variable 'hst_sng_fmt' can be declared as const array [constVariable] nco-5.2.3/src/nco/nco_att_utl.c:1000:10: style: Variable 'hst_sng_fmt' can be declared as const array [constVariable] nco-5.2.3/src/nco/nco_att_utl.c:1085:9: style: Variable 'ctime_sng' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_att_utl.c:1626:9: style: Variable 'grp_out' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_att_utl.c:1794:11: style: Variable 'nbr_sng' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_att_utl.c:1934:11: style: Variable 'abs_1_cp' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_att_utl.c:1975:8: style: Variable 'vrs_pfx' can be declared as const array [constVariable] nco-5.2.3/src/nco/nco_att_utl.c:1976:8: style: Variable 'vrs_sfx' can be declared as const array [constVariable] nco-5.2.3/src/nco/nco_att_utl.c:2144:9: style: Variable 'ctime_sng' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_att_utl.c:2146:14: style: Variable 'time_crr_tm' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_att_utl.c:30:22: style: Variable 'fnc_nm' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_att_utl.c:155:28: style: Variable 'att_nm_lst' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_att_utl.c:353:8: style: Variable 'var' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_att_utl.c:439:18: style: Variable 'att_val_new' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_att_utl.c:708:10: style: Variable 'rcd' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_att_utl.c:803:14: style: Variable 'att_var.sz' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_att_utl.c:804:7: style: Variable 'rcd' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_att_utl.c:809:7: style: Variable 'rcd' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_att_utl.c:1065:22: style: Variable 'hst_sng' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_att_utl.c:1066:22: style: Variable 'hst_crr' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_att_utl.c:1067:22: style: Variable 'prv_crr' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_att_utl.c:1068:22: style: Variable 'prv_new' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_att_utl.c:1329:16: style: Variable 'lmn_nbr' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_att_utl.c:1457:36: style: Variable 'val_arg_dbl' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_att_utl.c:1458:44: style: Variable 'val_arg_lng_lng' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_att_utl.c:1459:46: style: Variable 'val_arg_ulng_lng' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_att_utl.c:1466:12: style: Variable 'arg_lst' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_att_utl.c:1601:36: style: Variable 'grp_nm_fll_out' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_att_utl.c:1720:42: style: Variable 'grp_nm_fll_in_dpl' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_att_utl.c:2010:30: style: Variable 'vrs_sng_xtn' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_att_utl.c:2029:22: style: Variable 'sng_fnl' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_att_utl.c:2060:22: style: Variable 'gaa_lst' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_att_utl.c:2174:15: style: Variable 'var_val_p1' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_att_utl.c:2206:6: style: Variable 'rcd' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_att_utl.c:2248:20: style: Variable 'var_nm' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_att_utl.c:2249:20: style: Variable 'att_nm' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_att_utl.c:2250:22: style: Variable 'att_val' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_aux.c:44:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_aux.c:126:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_aux.c:164:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_aux.c:401:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_aux.c:586:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_aux.c:664:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_bnr.c:21:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_bnr.c:40:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_bnr.c:146:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_bnr.c:185:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] nco-5.2.3/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.2.3/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.2.3/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.2.3/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.2.3/src/nco/nco_bnr.c:153:8: note: Assuming that condition 'vp_bs' is not redundant nco-5.2.3/src/nco/nco_bnr.c:151:20: note: Null pointer dereference nco-5.2.3/src/nco/nco_bnr.c:153:20: style: Variable 'vp_bs' is assigned a value that is never used. [unreadVariable] nco-5.2.3/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.2.3/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.2.3/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.2.3/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.2.3/src/nco/nco_aux.c:103:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_aux.c:66:6: note: rcd is assigned nco-5.2.3/src/nco/nco_aux.c:103:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_aux.c:138:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_aux.c:137:8: note: rcd is assigned nco-5.2.3/src/nco/nco_aux.c:138:8: note: rcd is overwritten nco-5.2.3/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.2.3/src/nco/nco_aux.h:43:6: note: Function 'nco_find_lat_lon' argument 1 names different: declaration 'ncid' definition 'nc_id'. nco-5.2.3/src/nco/nco_aux.c:26:6: note: Function 'nco_find_lat_lon' argument 1 names different: declaration 'ncid' definition 'nc_id'. nco-5.2.3/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.2.3/src/nco/nco_aux.h:53:6: note: Function 'nco_get_dmn_info' argument 1 names different: declaration 'ncid' definition 'nc_id'. nco-5.2.3/src/nco/nco_aux.c:117:6: note: Function 'nco_get_dmn_info' argument 1 names different: declaration 'ncid' definition 'nc_id'. nco-5.2.3/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.2.3/src/nco/nco_aux.h:54:6: note: Function 'nco_get_dmn_info' argument 2 names different: declaration 'varid' definition 'var_id'. nco-5.2.3/src/nco/nco_aux.c:118:6: note: Function 'nco_get_dmn_info' argument 2 names different: declaration 'varid' definition 'var_id'. nco-5.2.3/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.2.3/src/nco/nco_aux.h:55:7: note: Function 'nco_get_dmn_info' argument 3 names different: declaration 'dimname' definition 'dmn_nm'. nco-5.2.3/src/nco/nco_aux.c:119:7: note: Function 'nco_get_dmn_info' argument 3 names different: declaration 'dimname' definition 'dmn_nm'. nco-5.2.3/src/nco/nco_aux.c:346:9: style: Variable 'crd_tkn' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_aux.c:386:11: style: Parameter 'lat_trv' can be declared as pointer to const [constParameterPointer] nco-5.2.3/src/nco/nco_aux.c:387:11: style: Parameter 'lon_trv' can be declared as pointer to const [constParameterPointer] nco-5.2.3/src/nco/nco_aux.c:402:8: style: Variable 'var_nm_lat' can be declared as const array [constVariable] nco-5.2.3/src/nco/nco_aux.c:403:8: style: Variable 'var_nm_lon' can be declared as const array [constVariable] nco-5.2.3/src/nco/nco_aux.c:550:259: error: Uninitialized variable: var_nm_lon [uninitvar] nco-5.2.3/src/nco/nco_aux.c:550:286: error: Uninitialized variable: var_nm_lat [uninitvar] nco-5.2.3/src/nco/nco_aux.c:180:18: style: Variable 'cll_grp_nbr' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_aux.c:182:18: style: Variable 'cll_idx_min' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_aux.c:183:18: style: Variable 'cll_nbr_cns' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_aux.c:184:18: style: Variable 'cll_nbr_ttl' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_aux.c:223:6: style: Variable 'rcd' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_aux.c:224:6: style: Variable 'rcd' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_aux.c:314:20: style: Variable 'vp_lat' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_aux.c:315:20: style: Variable 'vp_lon' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_aux.c:360:36: style: Variable 'bnd_bx_sng_tmp' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_aux.c:417:18: style: Variable 'cll_grp_nbr' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_aux.c:419:18: style: Variable 'cll_idx_min' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_aux.c:420:18: style: Variable 'cll_nbr_cns' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_aux.c:421:18: style: Variable 'cll_nbr_ttl' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_aux.c:554:20: style: Variable 'vp_lat' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_aux.c:555:20: style: Variable 'vp_lon' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_cln_utl.c:40:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_cln_utl.c:451:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_cln_utl.c:497:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_cln_utl.c:601:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_cln_utl.c:614:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_cln_utl.c:646:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_cnf_dmn.c:126:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_cnf_dmn.c:378:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_cnf_dmn.c:463:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_VAR_DIMS [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_cnf_dmn.c:671:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_VAR_DIMS [valueFlowBailoutIncompleteVar] nco-5.2.3/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.2.3/src/nco/nco_cln_utl.c:39:10: note: Assuming that condition 'mth<1' is not redundant nco-5.2.3/src/nco/nco_cln_utl.c:44:26: note: Negative array index nco-5.2.3/src/nco/nco_cln_utl.c:501:8: warning: Identical inner 'if' condition is always true. [identicalInnerCondition] nco-5.2.3/src/nco/nco_cln_utl.c:498:6: note: outer condition: !cln_sng nco-5.2.3/src/nco/nco_cln_utl.c:501:8: note: identical inner condition: !cln_sng nco-5.2.3/src/nco/nco_cln_utl.c:107:20: style: Condition 'day_srt<0L' is always true [knownConditionTrueFalse] nco-5.2.3/src/nco/nco_cln_utl.c:75:14: note: Assuming that condition 'day_srt==0L' is not redundant nco-5.2.3/src/nco/nco_cln_utl.c:107:20: note: Condition 'day_srt<0L' is always true nco-5.2.3/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.2.3/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.2.3/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.2.3/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.2.3/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.2.3/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.2.3/src/nco/nco_cln_utl.c:636:11: style:inconclusive: Function 'nco_cln_var_prs' argument 5 names different: declaration 'var_out' definition 'var_ret'. [funcArgNamesDifferent] nco-5.2.3/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.2.3/src/nco/nco_cln_utl.c:636:11: note: Function 'nco_cln_var_prs' argument 5 names different: declaration 'var_out' definition 'var_ret'. nco-5.2.3/src/nco/nco_cln_utl.c:169:14: style: Parameter 'ttx' can be declared as pointer to const [constParameterPointer] nco-5.2.3/src/nco/nco_cln_utl.c:250:8: style: Variable 'days' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_cln_utl.c:283:8: style: Variable 'days_per_month' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_cln_utl.c:288:11: style: Variable 'data' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_cln_utl.c:349:11: style: Variable 'data' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_cln_utl.c:400:11: style: Variable 'data' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_cln_utl.c:448:14: style: Parameter 'cln_sct' can be declared as pointer to const [constParameterPointer] nco-5.2.3/src/nco/nco_cln_utl.c:635:11: style: Parameter 'var' can be declared as pointer to const [constParameterPointer] nco-5.2.3/src/nco/nco_cln_utl.c:636:11: style: Parameter 'var_ret' can be declared as pointer to const [constParameterPointer] nco-5.2.3/src/nco/nco_cln_utl.c:569: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.2.3/src/nco/nco_cln_utl.c:163:22: style: Variable 'lcl_sng' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_cln_utl.c:585:22: style: Variable 'var_tmp' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_cnf_dmn.c:191:21: style: Variable 'wgt_cp' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_cnf_dmn.c:198:21: style: Variable 'var_cnt' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_cnf_dmn.c:653:9: style: Variable 'val_in_cp' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_cnf_dmn.c:676:9: style: Variable 'var_in_cnt' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_cnf_dmn.c:723:222: warning: Uninitialized variable: dmn_idx_in_out [uninitvar] nco-5.2.3/src/nco/nco_cnf_dmn.c:719:34: note: Assuming condition is false nco-5.2.3/src/nco/nco_cnf_dmn.c:723:222: note: Uninitialized variable: dmn_idx_in_out nco-5.2.3/src/nco/nco_cnf_dmn.c:99:14: style: Variable 'wgt_crr' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_cnf_dmn.c:366:16: style: Variable 'var_2_org' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_cnf_dmn.c:372:16: style: Variable 'var_1_org' is assigned a value that is never used. [unreadVariable] nco-5.2.3/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.2.3/src/nco/nco_cnf_typ.c:160:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_FLOAT [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_cnf_typ.c:228:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_cnf_typ.c:292:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_cnf_typ.c:601:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_cnf_typ.c:1412:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_CHAR [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_cnf_typ.c:1431:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_SHORT [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_cnf_typ.c:1486:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_DOUBLE [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_cnk.c:116:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_cnk.c:129:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_cnk.c:157:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_cnk.c:254:57: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_cnk.c:307:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_cnk.c:384:56: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_cnk.c:436:56: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_cnk.c:575:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_cnk.c:936:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] nco-5.2.3/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.2.3/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.2.3/src/nco/nco_cnf_typ.c:20:12: error: Overlapping read/write of union is undefined behavior [overlappingWriteUnion] nco-5.2.3/src/nco/nco_cnf_typ.c:23:12: error: Overlapping read/write of union is undefined behavior [overlappingWriteUnion] nco-5.2.3/src/nco/nco_cnf_typ.c:26:12: error: Overlapping read/write of union is undefined behavior [overlappingWriteUnion] nco-5.2.3/src/nco/nco_cnf_typ.c:29:12: error: Overlapping read/write of union is undefined behavior [overlappingWriteUnion] nco-5.2.3/src/nco/nco_cnf_typ.c:32:12: error: Overlapping read/write of union is undefined behavior [overlappingWriteUnion] nco-5.2.3/src/nco/nco_cnf_typ.c:35:12: error: Overlapping read/write of union is undefined behavior [overlappingWriteUnion] nco-5.2.3/src/nco/nco_cnf_typ.c:38:13: error: Overlapping read/write of union is undefined behavior [overlappingWriteUnion] nco-5.2.3/src/nco/nco_cnf_typ.c:41:13: error: Overlapping read/write of union is undefined behavior [overlappingWriteUnion] nco-5.2.3/src/nco/nco_cnf_typ.c:44:13: error: Overlapping read/write of union is undefined behavior [overlappingWriteUnion] nco-5.2.3/src/nco/nco_cnf_typ.c:47:14: error: Overlapping read/write of union is undefined behavior [overlappingWriteUnion] nco-5.2.3/src/nco/nco_cnf_typ.c:50:15: error: Overlapping read/write of union is undefined behavior [overlappingWriteUnion] nco-5.2.3/src/nco/nco_cnf_typ.c:53:14: error: Overlapping read/write of union is undefined behavior [overlappingWriteUnion] nco-5.2.3/src/nco/nco_cnf_typ.c:56:14: error: Overlapping read/write of union is undefined behavior [overlappingWriteUnion] nco-5.2.3/src/nco/nco_cnf_typ.c:59:14: error: Overlapping read/write of union is undefined behavior [overlappingWriteUnion] nco-5.2.3/src/nco/nco_cnf_typ.c:62:14: error: Overlapping read/write of union is undefined behavior [overlappingWriteUnion] nco-5.2.3/src/nco/nco_cnf_typ.c:65:14: error: Overlapping read/write of union is undefined behavior [overlappingWriteUnion] nco-5.2.3/src/nco/nco_cnf_typ.c:79:12: error: Overlapping read/write of union is undefined behavior [overlappingWriteUnion] nco-5.2.3/src/nco/nco_cnf_typ.c:82:12: error: Overlapping read/write of union is undefined behavior [overlappingWriteUnion] nco-5.2.3/src/nco/nco_cnf_typ.c:85:12: error: Overlapping read/write of union is undefined behavior [overlappingWriteUnion] nco-5.2.3/src/nco/nco_cnf_typ.c:88:12: error: Overlapping read/write of union is undefined behavior [overlappingWriteUnion] nco-5.2.3/src/nco/nco_cnf_typ.c:91:12: error: Overlapping read/write of union is undefined behavior [overlappingWriteUnion] nco-5.2.3/src/nco/nco_cnf_typ.c:94:12: error: Overlapping read/write of union is undefined behavior [overlappingWriteUnion] nco-5.2.3/src/nco/nco_cnf_typ.c:97:12: error: Overlapping read/write of union is undefined behavior [overlappingWriteUnion] nco-5.2.3/src/nco/nco_cnf_typ.c:100:12: error: Overlapping read/write of union is undefined behavior [overlappingWriteUnion] nco-5.2.3/src/nco/nco_cnf_typ.c:103:12: error: Overlapping read/write of union is undefined behavior [overlappingWriteUnion] nco-5.2.3/src/nco/nco_cnf_typ.c:106:12: error: Overlapping read/write of union is undefined behavior [overlappingWriteUnion] nco-5.2.3/src/nco/nco_cnf_typ.c:109:12: error: Overlapping read/write of union is undefined behavior [overlappingWriteUnion] nco-5.2.3/src/nco/nco_cnf_typ.c:112:12: error: Overlapping read/write of union is undefined behavior [overlappingWriteUnion] nco-5.2.3/src/nco/nco_cnf_typ.c:115:12: error: Overlapping read/write of union is undefined behavior [overlappingWriteUnion] nco-5.2.3/src/nco/nco_cnf_typ.c:118:12: error: Overlapping read/write of union is undefined behavior [overlappingWriteUnion] nco-5.2.3/src/nco/nco_cnf_typ.c:121:12: error: Overlapping read/write of union is undefined behavior [overlappingWriteUnion] nco-5.2.3/src/nco/nco_cnf_typ.c:124:12: error: Overlapping read/write of union is undefined behavior [overlappingWriteUnion] nco-5.2.3/src/nco/nco_cnf_typ.c:1540:35: style: Variable 'var_1' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_cnf_typ.c:1541:35: style: Variable 'var_2' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_cnv_arm.c:27:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_cnv_arm.c:55:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_cnv_arm.c:91:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_cnv_arm.c:185:57: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_INT [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_cnv_arm.c:145:8: style: Variable 'rcd' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_cnv_arm.c:166:14: style: Variable 'time_offset' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_cnv_csm.c:65:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_cnv_csm.c:136:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_GLOBAL [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_cnv_csm.c:203:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_GLOBAL [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_cnv_csm.c:246:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_cnv_csm.c:319:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_cnv_csm.c:458:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_cnk.c:367:15: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg] nco-5.2.3/src/nco/nco_cnk.c:1410:37: style: Redundant condition: cnk_plc==nco_cnk_plc_r1d. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] nco-5.2.3/src/nco/nco_cnk.c:157:11: portability: %ld in format string (no. 3) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] nco-5.2.3/src/nco/nco_cnk.c:157:11: portability: %ld in format string (no. 4) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] nco-5.2.3/src/nco/nco_cnk.c:811:41: warning: %lu in format string (no. 5) requires 'unsigned long' but the argument type is 'signed long'. [invalidPrintfArgType_uint] nco-5.2.3/src/nco/nco_cnk.c:816:27: warning: %lu in format string (no. 5) requires 'unsigned long' but the argument type is 'signed long'. [invalidPrintfArgType_uint] nco-5.2.3/src/nco/nco_cnk.c:824:21: warning: %lu in format string (no. 5) requires 'unsigned long' but the argument type is 'signed long'. [invalidPrintfArgType_uint] nco-5.2.3/src/nco/nco_cnk.c:840:15: warning: %lu in format string (no. 3) requires 'unsigned long' but the argument type is 'signed long'. [invalidPrintfArgType_uint] nco-5.2.3/src/nco/nco_cnk.c:231:17: style: Checking if unsigned expression 'cnk_sz_byt' is less than zero. [unsignedLessThanZero] nco-5.2.3/src/nco/nco_cnk.c:638:47: style: Checking if unsigned expression 'cnk_sz_scl' is less than zero. [unsignedLessThanZero] nco-5.2.3/src/nco/nco_cnk.c:948:47: style: Checking if unsigned expression 'cnk_sz_scl' is less than zero. [unsignedLessThanZero] nco-5.2.3/src/nco/nco_cnk.c:1216:19: style: Checking if unsigned expression 'cnk_sz_lft' is less than zero. [unsignedLessThanZero] nco-5.2.3/src/nco/nco_cnk.c:323:11: style: Variable 'sng_tmp' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_cnk.c:379:9: style: Variable 'nco_prg_nm' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_cnk.c:431:9: style: Variable 'nco_prg_nm' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_cnk.c:334:12: style: Variable 'arg_lst' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_cnk.c:367:22: style: Variable 'cnk_dmn' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_cnk.c:849:11: style: Variable 'cnk_sz' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_cnk.c:1488:20: style: Variable 'cnk_sz' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_cnv_csm.c:487:119: error: Null pointer dereference: var_trv [nullPointer] nco-5.2.3/src/nco/nco_cnv_csm.c:473:20: note: Assignment 'var_trv=NULL', assigned value is 0 nco-5.2.3/src/nco/nco_cnv_csm.c:487:119: note: Null pointer dereference nco-5.2.3/src/nco/nco_cnv_csm.c:526:16: warning: Either the condition 'att_val' is redundant or there is possible null pointer dereference: att_val. [nullPointerRedundantCheck] nco-5.2.3/src/nco/nco_cnv_csm.c:533:5: note: Assuming that condition 'att_val' is not redundant nco-5.2.3/src/nco/nco_cnv_csm.c:526:16: note: Null pointer dereference nco-5.2.3/src/nco/nco_cnv_csm.c:663:32: warning: Either the condition 'att_val_cpy' is redundant or there is possible null pointer dereference: att_val_cpy. [nullPointerRedundantCheck] nco-5.2.3/src/nco/nco_cnv_csm.c:664:10: note: Assuming that condition 'att_val_cpy' is not redundant nco-5.2.3/src/nco/nco_cnv_csm.c:663:32: note: Null pointer dereference nco-5.2.3/src/nco/nco_cnv_csm.c:401:26: style:inconclusive: Function 'nco_cnv_cf_cll_mth_add' argument 4 names different: declaration 'dmn' definition 'dmn_rdc'. [funcArgNamesDifferent] nco-5.2.3/src/nco/nco_cnv_csm.h:97:28: note: Function 'nco_cnv_cf_cll_mth_add' argument 4 names different: declaration 'dmn' definition 'dmn_rdc'. nco-5.2.3/src/nco/nco_cnv_csm.c:401:26: note: Function 'nco_cnv_cf_cll_mth_add' argument 4 names different: declaration 'dmn' definition 'dmn_rdc'. nco-5.2.3/src/nco/nco_cnv_csm.c:402:12: style:inconclusive: Function 'nco_cnv_cf_cll_mth_add' argument 5 names different: declaration 'dmn_nbr' definition 'dmn_nbr_rdc'. [funcArgNamesDifferent] nco-5.2.3/src/nco/nco_cnv_csm.h:98:14: note: Function 'nco_cnv_cf_cll_mth_add' argument 5 names different: declaration 'dmn_nbr' definition 'dmn_nbr_rdc'. nco-5.2.3/src/nco/nco_cnv_csm.c:402:12: note: Function 'nco_cnv_cf_cll_mth_add' argument 5 names different: declaration 'dmn_nbr' definition 'dmn_nbr_rdc'. nco-5.2.3/src/nco/nco_cnv_csm.c:108:9: style: Variable 'cnv_sng' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_cnv_csm.c:160:10: style: Variable 'att_sng_cnv' can be declared as const array [constVariable] nco-5.2.3/src/nco/nco_cnv_csm.c:189:9: style: Variable 'cnv_sng' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_cnv_csm.c:404:11: style: Parameter 'gpe' can be declared as pointer to const [constParameterPointer] nco-5.2.3/src/nco/nco_cnv_csm.c:448:9: style: Variable 'sbs_ptr' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_cnv_csm.c:449:9: style: Variable 'cll_mth_clm' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_cnv_csm.c:66:12: style: Variable 'msg_sng' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_cnv_csm.c:163:32: style: Variable 'att_cnv_val' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_cnv_csm.c:228:12: style: Variable 'att_val' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_cnv_csm.c:328:10: style: Variable 'rcd' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_cnv_csm.c:386:9: style: Variable 'att_val' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_cnv_csm.c:387:9: style: Variable 'crd_lst' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_cnv_csm.c:734:28: style: Variable 'aed.att_nm' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_cnv_csm.c:735:22: style: Variable 'dmn_mch' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_crt.c:107:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_crt.c:446:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_ctl.c:57:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_ctl.c:168:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_ctl.c:204:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_ctl.c:531:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_ctl.c:555:56: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_ctl.c:570:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_ctl.c:590:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_ctl.c:759:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_ctl.c:945:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_ctl.c:1012:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_crt.c:343:29: style: Parameter 'a' can be declared as pointer to const [constParameterPointer] nco-5.2.3/src/nco/nco_crt.c:343:40: style: Parameter 'b' can be declared as pointer to const [constParameterPointer] nco-5.2.3/src/nco/nco_crt.c:357:30: style: Parameter 'a' can be declared as pointer to const [constParameterPointer] nco-5.2.3/src/nco/nco_crt.c:357:41: style: Parameter 'b' can be declared as pointer to const [constParameterPointer] nco-5.2.3/src/nco/nco_crt.c:366:38: style: Parameter 'a' can be declared as pointer to const [constParameterPointer] nco-5.2.3/src/nco/nco_crt.c:375:31: style: Parameter 'a' can be declared as pointer to const [constParameterPointer] nco-5.2.3/src/nco/nco_crt.c:375:42: style: Parameter 'b' can be declared as pointer to const [constParameterPointer] nco-5.2.3/src/nco/nco_crt.c:375:53: style: Parameter 'c' can be declared as pointer to const [constParameterPointer] nco-5.2.3/src/nco/nco_crt.c:420:34: style: Parameter 'a' can be declared as pointer to const [constParameterPointer] nco-5.2.3/src/nco/nco_crt.c:420:45: style: Parameter 'b' can be declared as pointer to const [constParameterPointer] nco-5.2.3/src/nco/nco_crt.c:420:56: style: Parameter 'c' can be declared as pointer to const [constParameterPointer] nco-5.2.3/src/nco/nco_crt.c:431:50: style: Parameter 'P' can be declared as pointer to const [constParameterPointer] nco-5.2.3/src/nco/nco_crt.c:483:11: style: Parameter 'pl_in' can be declared as pointer to const [constParameterPointer] nco-5.2.3/src/nco/nco_crt.c:484:11: style: Parameter 'pl_out' can be declared as pointer to const [constParameterPointer] nco-5.2.3/src/nco/nco_crt.c:540:17: style: Variable 'dsign' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_crt.c:542:14: style: Variable 'area' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_dbg.c:25:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_dbg.c:14:8: style: Parameter 'err_msg' can be declared as pointer to const [constParameterPointer] nco-5.2.3/src/nco/nco_ctl.c:864:14: style:inconclusive: Function 'nco_prg_prs' argument 2 names different: declaration 'nco_prg_lcl' definition 'prg_lcl'. [funcArgNamesDifferent] nco-5.2.3/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.2.3/src/nco/nco_ctl.c:864:14: note: Function 'nco_prg_prs' argument 2 names different: declaration 'nco_prg_lcl' definition 'prg_lcl'. nco-5.2.3/src/nco/nco_ctl.c:590:8: style: Unused variable: lbr_sng [unusedVariable] nco-5.2.3/src/nco/nco_ctl.c:952:14: style: Variable 'nm_out_orig' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_dmn_utl.c:22:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_dmn_utl.c:88:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_dmn_utl.c:257:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_DIMS [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_dmn_utl.c:335:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_dmn_utl.c:358:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] nco-5.2.3/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.2.3/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.2.3/src/nco/nco_dmn_utl.c:303:10: note: Assuming that condition 'grp_nm_fll' is not redundant nco-5.2.3/src/nco/nco_dmn_utl.c:302:151: note: Null pointer dereference nco-5.2.3/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.2.3/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.2.3/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.2.3/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.2.3/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.2.3/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.2.3/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.2.3/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.2.3/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.2.3/src/nco/nco_dmn_utl.c:22:10: style: Variable 'rcd' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_dmn_utl.c:136:6: style: Variable 'dmn' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_dmn_utl.c:284:30: style: Variable 'grp_nm_fll' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_dmn_utl.c:303:32: style: Variable 'grp_nm_fll' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncbo.c:783:19: style: The comparison 'nbr_cmn_nm > 0' is always false. [knownConditionTrueFalse] nco-5.2.3/src/nco/ncbo.c:216:18: note: 'nbr_cmn_nm' is assigned value '0' here. nco-5.2.3/src/nco/ncbo.c:783:19: note: The comparison 'nbr_cmn_nm > 0' is always false. nco-5.2.3/src/nco/ncbo.c:145:9: style: Variable 'nco_op_typ_sng' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/ncbo.c:160:12: style: Variable 'cnv' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/ncbo.c:251:24: style: Variable 'opt_lng' can be declared as const array [constVariable] nco-5.2.3/src/nco/ncbo.c:612:24: style: Variable 'opt_crr' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncbo.c:749:24: style: Variable 'fl_in_1' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncbo.c:750:24: style: Variable 'fl_in_2' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncbo.c:752:22: style: Variable 'cmd_ln' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncbo.c:753:24: style: Variable 'cmp_sng' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncbo.c:754:32: style: Variable 'cnk_map_sng' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncbo.c:755:32: style: Variable 'cnk_plc_sng' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncbo.c:757:30: style: Variable 'fl_out_tmp' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncbo.c:758:22: style: Variable 'fl_pth' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncbo.c:759:30: style: Variable 'fl_pth_lcl' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncbo.c:760:32: style: Variable 'in_id_1_arr' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncbo.c:761:32: style: Variable 'in_id_2_arr' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncbo.c:764:42: style: Variable 'fl_lst_in' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncbo.c:765:30: style: Variable 'fl_lst_abb' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncbo.c:766:28: style: Variable 'gaa_arg' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncbo.c:767:38: style: Variable 'var_lst_in' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncbo.c:777:16: style: Variable 'gpe' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncbo.c:780:26: style: Variable 'gpe_nm' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncbo.c:783:31: style: Variable 'cmn_lst' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncbo.c:788:12: style: Variable 'flg_dne' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_fl_utl.c:24:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOCLOBBER [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_fl_utl.c:57:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_fl_utl.c:110:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_fl_utl.c:148:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_VAR_DIMS [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_fl_utl.c:192:106: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_fl_utl.c:220:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_fl_utl.c:277:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable S_IRWXU [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_fl_utl.c:318:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_fl_utl.c:394:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_fl_utl.c:491:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_fl_utl.c:538:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdin [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_fl_utl.c:667:55: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_fl_utl.c:962:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_fl_utl.c:1595:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_fl_utl.c:1841:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_fl_utl.c:1954:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_fl_utl.c:1998:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_fl_utl.c:2288:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_fl_utl.c:2341:53: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_fl_utl.c:2390:53: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_fl_utl.c:2443:58: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_fl_utl.c:2508:68: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_getopt.c:78:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_getopt.c:232:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_flt.c:36:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_flt.c:51:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_flt.c:113:78: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_flt.c:330:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_flt.c:508:55: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_flt.c:529:55: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_flt.c:560:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_flt.c:581:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_flt.c:764:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_flt.c:830:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_flt.c:876:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_flt.c:1028:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_flt.c:1314:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_flt.c:1379:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_flt.c:1486:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] nco-5.2.3/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.2.3/src/nco/nco_getopt.c:150:25: note: colon_mode is initialized nco-5.2.3/src/nco/nco_getopt.c:153:44: note: colon_mode is overwritten nco-5.2.3/src/nco/nco_getopt.c:237:19: style: Variable 'charind' is assigned a value that is never used. [unreadVariable] nco-5.2.3/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.2.3/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.2.3/src/nco/nco_fl_utl.c:569:14: style: Condition 'fl_in==NULL' is always true [knownConditionTrueFalse] nco-5.2.3/src/nco/nco_fl_utl.c:558:17: note: Assignment 'fl_in=NULL', assigned value is 0 nco-5.2.3/src/nco/nco_fl_utl.c:569:14: note: Condition 'fl_in==NULL' is always true nco-5.2.3/src/nco/nco_fl_utl.c:1101:6: style: Condition '!DAP_OR_NCZARR_URL' is always true [knownConditionTrueFalse] nco-5.2.3/src/nco/nco_fl_utl.c:911:20: note: Assignment 'DAP_URL=0', assigned value is 0 nco-5.2.3/src/nco/nco_fl_utl.c:1098:29: note: Assignment 'DAP_OR_NCZARR_URL=DAP_URL||NCZARR_URL', assigned value is 0 nco-5.2.3/src/nco/nco_fl_utl.c:1101:6: note: Condition '!DAP_OR_NCZARR_URL' is always true nco-5.2.3/src/nco/nco_fl_utl.c:1200:8: style: Condition '!rmt_cmd' is always true [knownConditionTrueFalse] nco-5.2.3/src/nco/nco_fl_utl.c:1177:30: note: Assignment 'rmt_cmd=NULL', assigned value is 0 nco-5.2.3/src/nco/nco_fl_utl.c:1200:8: note: Condition '!rmt_cmd' is always true nco-5.2.3/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.2.3/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.2.3/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.2.3/src/nco/nco_fl_utl.c:1276:12: error: Resource handle 'fp_netrc' freed twice. [doubleFree] nco-5.2.3/src/nco/nco_fl_utl.c:1273:14: note: Resource handle 'fp_netrc' freed twice. nco-5.2.3/src/nco/nco_fl_utl.c:1276:12: note: Resource handle 'fp_netrc' freed twice. nco-5.2.3/src/nco/nco_fl_utl.c:429:7: warning: Either the condition 'fl_dst_tst' is redundant or there is possible null pointer dereference: fl_dst_tst. [nullPointerRedundantCheck] nco-5.2.3/src/nco/nco_fl_utl.c:462:10: note: Assuming that condition 'fl_dst_tst' is not redundant nco-5.2.3/src/nco/nco_fl_utl.c:429:7: note: Null pointer dereference nco-5.2.3/src/nco/nco_fl_utl.c:430:20: warning: Either the condition 'fl_dst_tst' is redundant or there is possible null pointer dereference: fl_dst_tst. [nullPointerRedundantCheck] nco-5.2.3/src/nco/nco_fl_utl.c:462:10: note: Assuming that condition 'fl_dst_tst' is not redundant nco-5.2.3/src/nco/nco_fl_utl.c:430:20: note: Null pointer dereference nco-5.2.3/src/nco/nco_fl_utl.c:431:20: warning: Either the condition 'fl_dst_tst' is redundant or there is possible null pointer dereference: fl_dst_tst. [nullPointerRedundantCheck] nco-5.2.3/src/nco/nco_fl_utl.c:462:10: note: Assuming that condition 'fl_dst_tst' is not redundant nco-5.2.3/src/nco/nco_fl_utl.c:431:20: note: Null pointer dereference nco-5.2.3/src/nco/nco_fl_utl.c:432:20: warning: Either the condition 'fl_dst_tst' is redundant or there is possible null pointer dereference: fl_dst_tst. [nullPointerRedundantCheck] nco-5.2.3/src/nco/nco_fl_utl.c:462:10: note: Assuming that condition 'fl_dst_tst' is not redundant nco-5.2.3/src/nco/nco_fl_utl.c:432:20: note: Null pointer dereference nco-5.2.3/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.2.3/src/nco/nco_fl_utl.c:462:10: note: Assuming that condition 'fl_dst_tst' is not redundant nco-5.2.3/src/nco/nco_fl_utl.c:434:20: note: Null pointer dereference nco-5.2.3/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.2.3/src/nco/nco_fl_utl.c:961:8: note: Assuming that condition '!fl_pth_lcl_tmp' is not redundant nco-5.2.3/src/nco/nco_fl_utl.c:966:41: note: Null pointer dereference nco-5.2.3/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.2.3/src/nco/nco_fl_utl.c:961:8: note: Assuming that condition '!fl_pth_lcl_tmp' is not redundant nco-5.2.3/src/nco/nco_fl_utl.c:967:28: note: Null pointer dereference nco-5.2.3/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.2.3/src/nco/nco_fl_utl.c:1064:10: note: Assuming that condition '!fl_pth_lcl_tmp' is not redundant nco-5.2.3/src/nco/nco_fl_utl.c:1069:43: note: Null pointer dereference nco-5.2.3/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.2.3/src/nco/nco_fl_utl.c:1064:10: note: Assuming that condition '!fl_pth_lcl_tmp' is not redundant nco-5.2.3/src/nco/nco_fl_utl.c:1070:30: note: Null pointer dereference nco-5.2.3/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.2.3/src/nco/nco_fl_utl.c:1087:10: note: Assuming that condition '!fl_pth_lcl_tmp' is not redundant nco-5.2.3/src/nco/nco_fl_utl.c:1092:43: note: Null pointer dereference nco-5.2.3/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.2.3/src/nco/nco_fl_utl.c:1087:10: note: Assuming that condition '!fl_pth_lcl_tmp' is not redundant nco-5.2.3/src/nco/nco_fl_utl.c:1093:30: note: Null pointer dereference nco-5.2.3/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.2.3/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.2.3/src/nco/nco_fl_utl.c:1267:58: note: Null pointer dereference nco-5.2.3/src/nco/nco_fl_utl.c:2075:104: warning: Either the condition 'fl_frg_dpl' is redundant or there is possible null pointer dereference: fl_frg_dpl. [nullPointerRedundantCheck] nco-5.2.3/src/nco/nco_fl_utl.c:2078:8: note: Assuming that condition 'fl_frg_dpl' is not redundant nco-5.2.3/src/nco/nco_fl_utl.c:2075:104: note: Null pointer dereference nco-5.2.3/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.2.3/src/nco/nco_fl_utl.c:395:14: note: rcd_stt is initialized nco-5.2.3/src/nco/nco_fl_utl.c:400:10: note: rcd_stt is overwritten nco-5.2.3/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.2.3/src/nco/nco_fl_utl.c:1273:13: note: rcd_frd is assigned nco-5.2.3/src/nco/nco_fl_utl.c:1276:11: note: rcd_frd is overwritten nco-5.2.3/src/nco/nco_fl_utl.c:105:9: style: Variable 'fl_out_tmp' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_fl_utl.c:308:9: style: Variable 'cmd_cp_typ' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_fl_utl.c:558:11: style: Variable 'fl_in' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_fl_utl.c:920:9: style: Variable 'cln_ptr' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_fl_utl.c:1209:8: style: Variable 'usr_nm' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_fl_utl.c:1211:8: style: Variable 'host_nm_rmt' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_fl_utl.c:1221:17: style: Variable 'usr_pwd' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_fl_utl.c:1253:10: style: Variable 'host_nm_rmt_psn' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_fl_utl.c:1663:16: style: Variable 'fl_nm_1st_dgt' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_fl_utl.c:1988:9: style: Variable 'fl_pth_lcn' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_fl_utl.c:2183:11: style: Variable 'rcd_fgets' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_fl_utl.c:2319:9: style: Variable 'cmd_rm_typ' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_fl_utl.c:2367:9: style: Variable 'cmd_chmod_typ' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_fl_utl.c:2369:9: style: Variable 'obj_to_chmod' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_fl_utl.c:2560:13: style: Variable 'sls_ptr' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_fl_utl.c:229:58: warning: Storing fgetc() return value in char variable and then comparing with EOF. [checkCastIntToCharAndBack] nco-5.2.3/src/nco/nco_fl_utl.c:2118:16: error: Uninitialized variable: fl_out_hnd [uninitvar] nco-5.2.3/src/nco/nco_fl_utl.c:266:10: style: Variable 'rcd_sys' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_fl_utl.c:367:20: style: Variable 'cmd_cp' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_fl_utl.c:368:28: style: Variable 'fl_dst_cdl' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_fl_utl.c:369:28: style: Variable 'fl_src_cdl' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_fl_utl.c:453:27: style: Variable 'fl_dst_dpl' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_fl_utl.c:462:32: style: Variable 'fl_dst_tst' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_fl_utl.c:929:30: style: Variable 'nczarr_url_sng' is assigned a value that is never used. [unreadVariable] nco-5.2.3/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.2.3/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.2.3/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.2.3/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.2.3/src/nco/nco_fl_utl.c:1276:11: style: Variable 'rcd_frd' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_fl_utl.c:1304:15: style: Variable 'host_nm_lcl' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_fl_utl.c:1318:26: style: Variable 'usr_email' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_fl_utl.c:1492:32: style: Variable 'fmt_ftp' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_fl_utl.c:1503:20: style: Variable 'fl_sz_ntl' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_fl_utl.c:1563:30: style: Variable 'fl_nm_cnc' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_fl_utl.c:934:7: style: Unused variable: in_id [unusedVariable] nco-5.2.3/src/nco/nco_fl_utl.c:935:7: style: Unused variable: rcd [unusedVariable] nco-5.2.3/src/nco/nco_fl_utl.c:1640:20: style: Variable 'cmd_mv' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_fl_utl.c:1641:28: style: Variable 'fl_dst_cdl' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_fl_utl.c:1642:28: style: Variable 'fl_src_cdl' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_fl_utl.c:1823:15: style: Variable 'fl_nm_stub' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_fl_utl.c:2078:30: style: Variable 'fl_frg_dpl' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_fl_utl.c:2118:15: style: Variable 'fl_out_hnd' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_fl_utl.c:2146:8: style: Variable 'rcd' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_fl_utl.c:2174:10: style: Variable 'rcd' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_fl_utl.c:2201:10: style: Variable 'rcd' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_fl_utl.c:2399:26: style: Variable 'fl_nm_dpl' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_fl_utl.c:2600:30: style: Variable 'fl_ncz_dpl' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_fl_utl.c:2601:32: style: Variable 'psx_fll_tmp' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_fl_utl.c:2602:32: style: Variable 'psx_drc_tmp' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_fl_utl.c:2603:32: style: Variable 'psx_stb_tmp' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_grp_trv.c:159:90: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_grp_trv.c:217:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_grp_trv.c:242:71: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_grp_trv.c:251:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_grp_trv.c:265:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_grp_trv.c:288:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_grp_trv.c:420:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_grp_trv.c:496:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_grp_trv.c:598:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_grp_trv.c:665:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable next [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_grp_trv.c:740:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable hh_head [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_grp_trv.c:815:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable flg_in_fl [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_flt.c:715:13: style: Expression is always false because 'else if' condition matches previous condition at line 629. [multiCondition] nco-5.2.3/src/nco/nco_flt.c:640:13: style: Expression is always false because 'else if' condition matches previous condition at line 639. [multiCondition] nco-5.2.3/src/nco/nco_flt.c:358: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.2.3/src/nco/nco_flt.c:442: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.2.3/src/nco/nco_flt.c:330:100: warning: Either the condition '!flt_sng' is redundant or there is possible null pointer dereference: flt_sng. [nullPointerRedundantCheck] nco-5.2.3/src/nco/nco_flt.c:329:6: note: Assuming that condition '!flt_sng' is not redundant nco-5.2.3/src/nco/nco_flt.c:330:100: note: Null pointer dereference nco-5.2.3/src/nco/nco_flt.c:330:100: error: Null pointer dereference [nullPointer] nco-5.2.3/src/nco/nco_flt.c:371:13: portability: Casting from double * to unsigned int * is not portable due to different binary data representations on different platforms. [invalidPointerCast] nco-5.2.3/src/nco/nco_flt.c:379:13: portability: Casting from float * to unsigned int * is not portable due to different binary data representations on different platforms. [invalidPointerCast] nco-5.2.3/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.2.3/src/nco/nco_flt.h:140:26: note: Function 'nc_def_var_bzip2' argument 1 names different: declaration 'ncid' definition 'nc_id'. nco-5.2.3/src/nco/nco_flt.c:27:12: note: Function 'nc_def_var_bzip2' argument 1 names different: declaration 'ncid' definition 'nc_id'. nco-5.2.3/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.2.3/src/nco/nco_flt.h:140:36: note: Function 'nc_def_var_bzip2' argument 2 names different: declaration 'varid' definition 'var_id'. nco-5.2.3/src/nco/nco_flt.c:28:12: note: Function 'nc_def_var_bzip2' argument 2 names different: declaration 'varid' definition 'var_id'. nco-5.2.3/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.2.3/src/nco/nco_flt.h:140:47: note: Function 'nc_def_var_bzip2' argument 3 names different: declaration 'level' definition 'cmp_lvl'. nco-5.2.3/src/nco/nco_flt.c:29:12: note: Function 'nc_def_var_bzip2' argument 3 names different: declaration 'level' definition 'cmp_lvl'. nco-5.2.3/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.2.3/src/nco/nco_flt.h:166:14: note: Function 'nco_cmp_prs' argument 2 names different: declaration 'dfl_lvl' definition 'dfl_lvlp'. nco-5.2.3/src/nco/nco_flt.c:58:14: note: Function 'nco_cmp_prs' argument 2 names different: declaration 'dfl_lvl' definition 'dfl_lvlp'. nco-5.2.3/src/nco/nco_flt.c:490:21: style:inconclusive: Function 'nco_flt_id2nm' argument 1 names different: declaration 'nco_flt_id' definition 'flt_id'. [funcArgNamesDifferent] nco-5.2.3/src/nco/nco_flt.h:187:21: note: Function 'nco_flt_id2nm' argument 1 names different: declaration 'nco_flt_id' definition 'flt_id'. nco-5.2.3/src/nco/nco_flt.c:490:21: note: Function 'nco_flt_id2nm' argument 1 names different: declaration 'nco_flt_id' definition 'flt_id'. nco-5.2.3/src/nco/nco_flt.c:46:8: style: Parameter 'fnc_err' can be declared as pointer to const [constParameterPointer] nco-5.2.3/src/nco/nco_flt.c:58:14: style: Parameter 'dfl_lvlp' can be declared as pointer to const [constParameterPointer] nco-5.2.3/src/nco/nco_flt.c:878:9: style: Variable 'cmp_sng' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_flt.c:947:10: style: Variable 'spr_sng' can be declared as const array [constVariable] nco-5.2.3/src/nco/nco_flt.c:1262:13: style: Variable 'nvr_HDF5_PLUGIN_PATH' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_flt.c:1478:8: style: Variable 'mpl_val_libnetcdf' can be declared as const array [constVariable] nco-5.2.3/src/nco/nco_flt.c:1479:8: style: Variable 'mpl_val_nco' can be declared as const array [constVariable] nco-5.2.3/src/nco/nco_flt.c:1640:40: error: Uninitialized struct member: aed_cnt_fml.var_nm [uninitStructMember] nco-5.2.3/src/nco/nco_flt.c:286:47: style: Variable 'flt_alg' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_flt.c:287:43: style: Variable 'flt_id' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_flt.c:288:47: style: Variable 'flt_lvl' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_flt.c:289:63: style: Variable 'flt_prm_nbr' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_flt.c:294:12: style: Variable 'flt_prm' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_flt.c:296:30: style: Variable 'cmp_sng_std' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_flt.c:424:22: style: Variable 'sfx_lcn' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_flt.c:981:26: style: Variable 'flt_lst' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_flt.c:1006:22: style: Variable 'flt_sng' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_flt.c:1289:30: style: Variable 'cmp_sng_cpy' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_flt.c:1432:20: style: Variable 'cnk_sz' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_flt.c:1433:20: style: Variable 'dmn_id' is assigned a value that is never used. [unreadVariable] nco-5.2.3/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.2.3/src/nco/nco_grp_trv.c:807:11: style: Variable 'nm_1' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_grp_trv.c:808:11: style: Variable 'nm_2' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_grp_trv.c:157:6: style: Variable 'tbl' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_kd.c:142:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_kd.c:1616:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_kd.c:2113:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_lmt.c:63:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_lmt.c:293:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_lmt.c:406:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_lmt.c:506:63: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_lmt.c:533:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_lmt.c:600:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_lmt.c:1478:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NAT [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_grp_utl.c:59:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_grp_utl.c:104:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_grp_utl.c:157:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_grp_utl.c:185:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_grp_utl.c:242:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_grp_utl.c:282:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_grp_utl.c:302:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_grp_utl.c:381:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_grp_utl.c:432:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_grp_utl.c:452:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_grp_utl.c:675:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_grp_utl.c:1009:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_grp_utl.c:1039:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_grp_utl.c:1198:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_grp_utl.c:1263:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_CHAR [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_grp_utl.c:1318:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_grp_utl.c:1566:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_grp_utl.c:1700:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_grp_utl.c:1715:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_grp_utl.c:1751:66: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_grp_utl.c:2049:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_grp_utl.c:2207:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_grp_utl.c:2268:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_grp_utl.c:2373:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_grp_utl.c:2444:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_grp_utl.c:2589:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_grp_utl.c:2731:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_grp_utl.c:2840:55: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_grp_utl.c:2901:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_grp_utl.c:2968:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_grp_utl.c:3061:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_grp_utl.c:3501:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_grp_utl.c:3631:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_grp_utl.c:3649:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_grp_utl.c:3664:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_grp_utl.c:3770:53: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_grp_utl.c:3851:56: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_grp_utl.c:4024:62: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_grp_utl.c:4186:58: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_grp_utl.c:4249:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable var_nm_fll [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_grp_utl.c:4457:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_grp_utl.c:4573:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_grp_utl.c:4944:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NAT [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_grp_utl.c:5004:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_grp_utl.c:5251:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_grp_utl.c:6053:62: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_grp_utl.c:6435:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_VAR_DIMS [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_grp_utl.c:6641:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_grp_utl.c:6911:72: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable id [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_grp_utl.c:7030:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_grp_utl.c:7186:55: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable id [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_grp_utl.c:7314:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable id [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_grp_utl.c:7431:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_grp_utl.c:7555:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_grp_utl.c:7645:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_grp_utl.c:7662:68: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable flg_dne [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_grp_utl.c:7916:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_grp_utl.c:8498:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_grp_utl.c:8513:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_grp_utl.c:8555:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_grp_utl.c:8667:60: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_grp_utl.c:8916:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_grp_utl.c:9044:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_grp_utl.c:9203:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_grp_utl.c:9388:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable nm [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_grp_utl.c:9413:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_grp_utl.c:9517:57: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_grp_utl.c:9728:94: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_grp_utl.c:9755:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_grp_utl.c:9902:60: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_grp_utl.c:10012:58: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_grp_utl.c:10173:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_grp_utl.c:10337:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_grp_utl.c:10445:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_grp_utl.c:10761:58: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_grp_utl.c:10857:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_grp_utl.c:11088:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_GLOBAL [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_grp_utl.c:11154:58: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_grp_utl.c:11201:56: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_grp_utl.c:11283:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_grp_utl.c:11385:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_CHAR [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_grp_utl.c:11416:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_grp_utl.c:11474:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_lmt.c:993:28: style: Array index 'tmp_idx' is used before limits check. [arrayIndexThenCheck] nco-5.2.3/src/nco/nco_lmt.c:1025:28: style: Array index 'tmp_idx' is used before limits check. [arrayIndexThenCheck] nco-5.2.3/src/nco/nco_lmt.c:1862:28: style: Array index 'tmp_idx' is used before limits check. [arrayIndexThenCheck] nco-5.2.3/src/nco/nco_lmt.c:1894:28: style: Array index 'tmp_idx' is used before limits check. [arrayIndexThenCheck] nco-5.2.3/src/nco/nco_lmt.c:540:6: style: The if condition is the same as the previous if condition [duplicateCondition] nco-5.2.3/src/nco/nco_lmt.c:539:6: note: First condition nco-5.2.3/src/nco/nco_lmt.c:540:6: note: Second condition nco-5.2.3/src/nco/nco_lmt.c:541:6: style: The if condition is the same as the previous if condition [duplicateCondition] nco-5.2.3/src/nco/nco_lmt.c:540:6: note: First condition nco-5.2.3/src/nco/nco_lmt.c:541:6: note: Second condition nco-5.2.3/src/nco/nco_lmt.c:545:26: style: The if condition is the same as the previous if condition [duplicateCondition] nco-5.2.3/src/nco/nco_lmt.c:544:26: note: First condition nco-5.2.3/src/nco/nco_lmt.c:545:26: note: Second condition nco-5.2.3/src/nco/nco_lmt.c:1400:19: style: The if condition is the same as the previous if condition [duplicateCondition] nco-5.2.3/src/nco/nco_lmt.c:1399:19: note: First condition nco-5.2.3/src/nco/nco_lmt.c:1400:19: note: Second condition nco-5.2.3/src/nco/nco_lmt.c:2218:19: style: The if condition is the same as the previous if condition [duplicateCondition] nco-5.2.3/src/nco/nco_lmt.c:2217:19: note: First condition nco-5.2.3/src/nco/nco_lmt.c:2218:19: note: Second condition nco-5.2.3/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.2.3/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.2.3/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.2.3/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.2.3/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.2.3/src/nco/nco_lmt.c:61:11: style: Parameter 'lmt' can be declared as pointer to const [constParameterPointer] nco-5.2.3/src/nco/nco_lmt.c:455:12: style: Variable 'arg_lst' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_lmt.c:815:24: style: Variable 'cln_sng' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_lmt.c:1680:24: style: Variable 'cln_sng' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_lst_utl.c:196:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_lst_utl.c:209:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_lst_utl.c:351:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_lst_utl.c:772:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_lst_utl.c:196:6: style: Condition 'foo' is always true [knownConditionTrueFalse] nco-5.2.3/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.2.3/src/nco/nco_lst_utl.c:195:3: note: foo is incremented', new value is 21 nco-5.2.3/src/nco/nco_lst_utl.c:196:6: note: Condition 'foo' is always true nco-5.2.3/src/nco/nco_lst_utl.c:209:6: style: Condition 'foo' is always true [knownConditionTrueFalse] nco-5.2.3/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.2.3/src/nco/nco_lst_utl.c:208:3: note: foo is incremented', new value is 21 nco-5.2.3/src/nco/nco_lst_utl.c:209:6: note: Condition 'foo' is always true nco-5.2.3/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.2.3/src/nco/nco_lst_utl.c:771:14: note: Assuming that condition 'dlm_sng==NULL' is not redundant nco-5.2.3/src/nco/nco_lst_utl.c:775:18: note: Null pointer dereference nco-5.2.3/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.2.3/src/nco/nco_lst_utl.c:417:14: note: dlm_ptr_crr is assigned nco-5.2.3/src/nco/nco_lst_utl.c:420:21: note: dlm_ptr_crr is overwritten nco-5.2.3/src/nco/nco_lst_utl.c:463:9: style: Variable 'cp_end' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_lst_utl.c:802:8: style: Parameter 'var_nm' can be declared as pointer to const [constParameterPointer] nco-5.2.3/src/nco/nco_lst_utl.c:803:8: style: Parameter 'bnds_nm' can be declared as pointer to const [constParameterPointer] nco-5.2.3/src/nco/nco_lst_utl.c:251:11: style: Variable 'xtr_nm' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_lst_utl.c:260:11: style: Variable 'xtr_id' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_lst_utl.c:269:10: style: Variable 'lst_tmp' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_lst_utl.c:270:10: style: Variable 'srt_idx' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_lst_utl.c:441:13: style: Variable 'sng_in_cpy' is assigned a value that is never used. [unreadVariable] nco-5.2.3/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.2.3/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.2.3/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.2.3/src/nco/nco_kd.c:336:13: style: Condition 'spares' is always true [knownConditionTrueFalse] nco-5.2.3/src/nco/nco_kd.c:410:16: style: Condition 'new_list' is always true [knownConditionTrueFalse] nco-5.2.3/src/nco/nco_kd.c:734:10: style: Condition 'list' is always true [knownConditionTrueFalse] nco-5.2.3/src/nco/nco_kd.c:1664:10: style: Condition 'spares' is always true [knownConditionTrueFalse] nco-5.2.3/src/nco/nco_kd.c:2161:5: style: Condition 'dbg_flg' is always false [knownConditionTrueFalse] nco-5.2.3/src/nco/nco_kd.c:2159:14: note: Assignment 'dbg_flg=0', assigned value is 0 nco-5.2.3/src/nco/nco_kd.c:2161:5: note: Condition 'dbg_flg' is always false nco-5.2.3/src/nco/nco_kd.c:2181:5: style: Condition 'dbg_flg' is always false [knownConditionTrueFalse] nco-5.2.3/src/nco/nco_kd.c:2159:14: note: Assignment 'dbg_flg=0', assigned value is 0 nco-5.2.3/src/nco/nco_kd.c:2181:5: note: Condition 'dbg_flg' is always false nco-5.2.3/src/nco/nco_kd.c:2116:7: error: Null pointer dereference: list [nullPointer] nco-5.2.3/src/nco/nco_kd.c:2109:20: note: Assignment 'list=NULL', assigned value is 0 nco-5.2.3/src/nco/nco_kd.c:2116:7: note: Null pointer dereference nco-5.2.3/src/nco/nco_kd.c:2118:5: error: Null pointer dereference: list [nullPointer] nco-5.2.3/src/nco/nco_kd.c:2109:20: note: Assignment 'list=NULL', assigned value is 0 nco-5.2.3/src/nco/nco_kd.c:2118:5: note: Null pointer dereference nco-5.2.3/src/nco/nco_kd.c:2119:12: error: Null pointer dereference: list [nullPointer] nco-5.2.3/src/nco/nco_kd.c:2109:20: note: Assignment 'list=NULL', assigned value is 0 nco-5.2.3/src/nco/nco_kd.c:2119:12: note: Null pointer dereference nco-5.2.3/src/nco/nco_kd.c:2120:12: error: Null pointer dereference: list [nullPointer] nco-5.2.3/src/nco/nco_kd.c:2109:20: note: Assignment 'list=NULL', assigned value is 0 nco-5.2.3/src/nco/nco_kd.c:2120:12: note: Null pointer dereference nco-5.2.3/src/nco/nco_kd.c:2121:5: error: Null pointer dereference: list [nullPointer] nco-5.2.3/src/nco/nco_kd.c:2109:20: note: Assignment 'list=NULL', assigned value is 0 nco-5.2.3/src/nco/nco_kd.c:2121:5: note: Null pointer dereference nco-5.2.3/src/nco/nco_kd.c:2122:5: error: Null pointer dereference: list [nullPointer] nco-5.2.3/src/nco/nco_kd.c:2109:20: note: Assignment 'list=NULL', assigned value is 0 nco-5.2.3/src/nco/nco_kd.c:2122:5: note: Null pointer dereference nco-5.2.3/src/nco/nco_kd.c:2123:5: error: Null pointer dereference: list [nullPointer] nco-5.2.3/src/nco/nco_kd.c:2109:20: note: Assignment 'list=NULL', assigned value is 0 nco-5.2.3/src/nco/nco_kd.c:2123:5: note: Null pointer dereference nco-5.2.3/src/nco/nco_kd.c:2124:5: error: Null pointer dereference: list [nullPointer] nco-5.2.3/src/nco/nco_kd.c:2109:20: note: Assignment 'list=NULL', assigned value is 0 nco-5.2.3/src/nco/nco_kd.c:2124:5: note: Null pointer dereference nco-5.2.3/src/nco/nco_kd.c:2728:4: warning: Possible null pointer dereference: alist [nullPointer] nco-5.2.3/src/nco/nco_kd.c:2109:20: note: Assignment 'list=NULL', assigned value is 0 nco-5.2.3/src/nco/nco_kd.c:2112:42: note: Calling function 'kd_nearest', 6th argument 'list' value is 0 nco-5.2.3/src/nco/nco_kd.c:2728:4: note: Null pointer dereference nco-5.2.3/src/nco/nco_kd.c:2026:2: style:inconclusive: Statements following 'return' will never be executed. [unreachableCode] nco-5.2.3/src/nco/nco_kd.c:768:25: style:inconclusive: Function 'kd_destroy' argument 1 names different: declaration 'this_one' definition 'rootTree'. [funcArgNamesDifferent] nco-5.2.3/src/nco/nco_kd.h:294:25: note: Function 'kd_destroy' argument 1 names different: declaration 'this_one' definition 'rootTree'. nco-5.2.3/src/nco/nco_kd.c:768:25: note: Function 'kd_destroy' argument 1 names different: declaration 'this_one' definition 'rootTree'. nco-5.2.3/src/nco/nco_kd.c:1129:36: style:inconclusive: Function 'kd_really_delete' argument 1 names different: declaration 'theTree' definition 'realTree'. [funcArgNamesDifferent] nco-5.2.3/src/nco/nco_kd.h:313:37: note: Function 'kd_really_delete' argument 1 names different: declaration 'theTree' definition 'realTree'. nco-5.2.3/src/nco/nco_kd.c:1129:36: note: Function 'kd_really_delete' argument 1 names different: declaration 'theTree' definition 'realTree'. nco-5.2.3/src/nco/nco_kd.c:1366:26: style:inconclusive: Function 'kd_start' argument 1 names different: declaration 'tree' definition 'realTree'. [funcArgNamesDifferent] nco-5.2.3/src/nco/nco_kd.h:319:26: note: Function 'kd_start' argument 1 names different: declaration 'tree' definition 'realTree'. nco-5.2.3/src/nco/nco_kd.c:1366:26: note: Function 'kd_start' argument 1 names different: declaration 'tree' definition 'realTree'. nco-5.2.3/src/nco/nco_kd.c:1366:43: style:inconclusive: Function 'kd_start' argument 2 names different: declaration 'size' definition 'area'. [funcArgNamesDifferent] nco-5.2.3/src/nco/nco_kd.h:319:39: note: Function 'kd_start' argument 2 names different: declaration 'size' definition 'area'. nco-5.2.3/src/nco/nco_kd.c:1366:43: note: Function 'kd_start' argument 2 names different: declaration 'size' definition 'area'. nco-5.2.3/src/nco/nco_kd.c:907:11: style: Variable 'elem' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_kd.c:1517:10: style: Parameter 'tree' can be declared as pointer to const [constParameterPointer] nco-5.2.3/src/nco/nco_kd.c:1607:25: style: Parameter 'realTree' can be declared as pointer to const [constParameterPointer] nco-5.2.3/src/nco/nco_kd.c:391:14: style: Variable 'new_item' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_kd.c:396:13: style: Variable 'new_item' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_kd.c:411:7: style: Variable 'ptr' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_kd.c:659:17: style: Variable 'cur_disc' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_kd.c:764:9: style: Variable 'elem' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_kd.c:779:12: style: Variable 'rootTree' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_kd.c:1159:7: style: Variable 'elem' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_kd.c:1264:9: style: Variable 'elem' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_kd.c:1272:9: style: Variable 'elem' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_map.c:57:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_map.c:858:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_map.c:1161:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_map.c:1247:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_map.c:1434:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_map.c:1536:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_map.c:1575:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_map.c:1747:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_CHAR [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_map.c:1784:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_map.c:1824:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_DOUBLE [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_map.c:1863:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_map.c:1924:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_DOUBLE [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_map.c:2042:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_DOUBLE [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_map.c:2082:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_DOUBLE [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_map.c:2139:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_md5.c:81:75: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_mmr.c:45:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_mmr.c:104:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_mmr.c:142:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_mmr.c:183:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_mmr.c:203:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_mmr.c:274:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_mmr.c:330:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_mmr.c:414:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_mmr.c:472:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_mmr.c:535:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_mmr.c:362:6: style: The if condition is the same as the previous if condition [duplicateCondition] nco-5.2.3/src/nco/nco_mmr.c:361:6: note: First condition nco-5.2.3/src/nco/nco_mmr.c:362:6: note: Second condition nco-5.2.3/src/nco/nco_mmr.c:455:6: style: The if condition is the same as the previous if condition [duplicateCondition] nco-5.2.3/src/nco/nco_mmr.c:454:6: note: First condition nco-5.2.3/src/nco/nco_mmr.c:455:6: note: Second condition nco-5.2.3/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.2.3/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.2.3/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.2.3/src/nco/nco_mmr.c:423:8: note: Assuming that condition 'prc_stt_sng' is not redundant nco-5.2.3/src/nco/nco_mmr.c:422:97: note: Null pointer dereference nco-5.2.3/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.2.3/src/nco/nco_mmr.c:481:8: note: Assuming that condition 'prc_stm_sng' is not redundant nco-5.2.3/src/nco/nco_mmr.c:480:97: note: Null pointer dereference nco-5.2.3/src/nco/nco_mmr.c:71:15: style:inconclusive: Function 'nco_malloc' argument 1 names different: declaration 'size' definition 'sz'. [funcArgNamesDifferent] nco-5.2.3/src/nco/nco_mmr.h:131:15: note: Function 'nco_malloc' argument 1 names different: declaration 'size' definition 'sz'. nco-5.2.3/src/nco/nco_mmr.c:71:15: note: Function 'nco_malloc' argument 1 names different: declaration 'size' definition 'sz'. nco-5.2.3/src/nco/nco_mmr.c:123:15: style:inconclusive: Function 'nco_malloc_flg' argument 1 names different: declaration 'size' definition 'sz'. [funcArgNamesDifferent] nco-5.2.3/src/nco/nco_mmr.h:135:15: note: Function 'nco_malloc_flg' argument 1 names different: declaration 'size' definition 'sz'. nco-5.2.3/src/nco/nco_mmr.c:123:15: note: Function 'nco_malloc_flg' argument 1 names different: declaration 'size' definition 'sz'. nco-5.2.3/src/nco/nco_mmr.c:250:15: style:inconclusive: Function 'nco_realloc' argument 2 names different: declaration 'size' definition 'sz'. [funcArgNamesDifferent] nco-5.2.3/src/nco/nco_mmr.h:163:15: note: Function 'nco_realloc' argument 2 names different: declaration 'size' definition 'sz'. nco-5.2.3/src/nco/nco_mmr.c:250:15: note: Function 'nco_realloc' argument 2 names different: declaration 'size' definition 'sz'. nco-5.2.3/src/nco/nco_mmr.c:81:9: style: Variable 'nvr_NCO_MMR_DBG' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_mmr.c:352:9: style: Variable 'fl_prc' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_mmr.c:445:9: style: Variable 'fl_prc' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_mmr.c:423:32: style: Variable 'prc_stt_sng' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_mmr.c:481:32: style: Variable 'prc_stm_sng' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_mmr.c:514:8: style: Variable 'sz_pg' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_msa.c:223:73: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_msa.c:291:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_msa.c:673:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_msa.c:899:58: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_msa.c:1172:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_msa.c:1277:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_msa.c:1459:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable lmt_dmn [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_msa.c:1575:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NAT [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_msa.c:1673:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NAT [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_map.c:2534: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.2.3/src/nco/nco_map.c:2583: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.2.3/src/nco/nco_map.c:2602:17: style: Redundant condition: has_mask_b. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] nco-5.2.3/src/nco/nco_map.c:2278:12: style: The if condition is the same as the previous if condition [duplicateCondition] nco-5.2.3/src/nco/nco_map.c:2277:12: note: First condition nco-5.2.3/src/nco/nco_map.c:2278:12: note: Second condition nco-5.2.3/src/nco/nco_map.c:2279:12: style: The if condition is the same as the previous if condition [duplicateCondition] nco-5.2.3/src/nco/nco_map.c:2278:12: note: First condition nco-5.2.3/src/nco/nco_map.c:2279:12: note: Second condition nco-5.2.3/src/nco/nco_map.c:2288:12: style: The if condition is the same as the previous if condition [duplicateCondition] nco-5.2.3/src/nco/nco_map.c:2287:12: note: First condition nco-5.2.3/src/nco/nco_map.c:2288:12: note: Second condition nco-5.2.3/src/nco/nco_map.c:2289:12: style: The if condition is the same as the previous if condition [duplicateCondition] nco-5.2.3/src/nco/nco_map.c:2288:12: note: First condition nco-5.2.3/src/nco/nco_map.c:2289:12: note: Second condition nco-5.2.3/src/nco/nco_map.c:502:36: style: Comparing expression of type 'unsigned short' against value 0. Condition is always true. [compareValueOutOfTypeRangeError] nco-5.2.3/src/nco/nco_map.c:513:31: style: Comparing expression of type 'unsigned short' against value 0. Condition is always true. [compareValueOutOfTypeRangeError] nco-5.2.3/src/nco/nco_map.c:2435:26: style: Comparing expression of type 'unsigned short' against value 0. Condition is always true. [compareValueOutOfTypeRangeError] nco-5.2.3/src/nco/nco_map.c:1318:14: style: Condition 'hdr_pad==0UL' is always false [knownConditionTrueFalse] nco-5.2.3/src/nco/nco_map.c:1286:18: note: Assignment 'hdr_pad=10000UL', assigned value is 10000 nco-5.2.3/src/nco/nco_map.c:1318:14: note: Condition 'hdr_pad==0UL' is always false nco-5.2.3/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.2.3/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.2.3/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.2.3/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.2.3/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.2.3/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.2.3/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.2.3/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.2.3/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.2.3/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.2.3/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.2.3/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.2.3/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.2.3/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.2.3/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.2.3/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.2.3/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.2.3/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.2.3/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.2.3/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.2.3/src/nco/nco_map.c:2279:18: portability: %lu in format string (no. 2) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint] nco-5.2.3/src/nco/nco_map.c:2289:18: portability: %lu in format string (no. 2) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint] nco-5.2.3/src/nco/nco_map.c:2367: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.2.3/src/nco/nco_map.c:2367: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.2.3/src/nco/nco_map.c:2367: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.2.3/src/nco/nco_map.c:2370: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.2.3/src/nco/nco_map.c:2370: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.2.3/src/nco/nco_map.c:2370: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.2.3/src/nco/nco_map.c:2411:5: warning: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'signed long'. [invalidPrintfArgType_uint] nco-5.2.3/src/nco/nco_map.c:2422:5: portability: %ld in format string (no. 1) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] nco-5.2.3/src/nco/nco_map.c:2425:7: portability: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint] nco-5.2.3/src/nco/nco_map.c:2426:7: portability: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint] nco-5.2.3/src/nco/nco_map.c:2459:5: warning: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'signed long'. [invalidPrintfArgType_uint] nco-5.2.3/src/nco/nco_map.c:2460: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.2.3/src/nco/nco_map.c:2460:20: portability: %lu in format string (no. 2) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint] nco-5.2.3/src/nco/nco_map.c:2462: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.2.3/src/nco/nco_map.c:2477:5: warning: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'signed long'. [invalidPrintfArgType_uint] nco-5.2.3/src/nco/nco_map.c:2478: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.2.3/src/nco/nco_map.c:2478:20: portability: %lu in format string (no. 2) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint] nco-5.2.3/src/nco/nco_map.c:2480: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.2.3/src/nco/nco_map.c:2503:5: portability: %lu in format string (no. 4) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint] nco-5.2.3/src/nco/nco_map.c:2504:5: portability: %lu in format string (no. 4) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint] nco-5.2.3/src/nco/nco_map.c:2536:42: portability: %lu in format string (no. 4) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint] nco-5.2.3/src/nco/nco_map.c:2541:23: warning: %lu in format string (no. 3) requires 'unsigned long' but the argument type is 'signed long'. [invalidPrintfArgType_uint] nco-5.2.3/src/nco/nco_map.c:2546:7: portability: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint] nco-5.2.3/src/nco/nco_map.c:2547:7: portability: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint] nco-5.2.3/src/nco/nco_map.c:2559:5: portability: %lu in format string (no. 4) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint] nco-5.2.3/src/nco/nco_map.c:2560:5: portability: %lu in format string (no. 4) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint] nco-5.2.3/src/nco/nco_map.c:2585:42: portability: %lu in format string (no. 4) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint] nco-5.2.3/src/nco/nco_map.c:2590:23: warning: %lu in format string (no. 3) requires 'unsigned long' but the argument type is 'signed long'. [invalidPrintfArgType_uint] nco-5.2.3/src/nco/nco_map.c:2605: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.2.3/src/nco/nco_map.c:2630:7: portability: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint] nco-5.2.3/src/nco/nco_map.c:2631:7: portability: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint] nco-5.2.3/src/nco/nco_map.c:2643:48: portability: %lu in format string (no. 2) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint] nco-5.2.3/src/nco/nco_map.c:166:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_map.c:137:6: note: rcd is assigned nco-5.2.3/src/nco/nco_map.c:166:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_map.c:251:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_map.c:170:6: note: rcd is assigned nco-5.2.3/src/nco/nco_map.c:251:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_map.c:251:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_map.c:181:8: note: rcd is assigned nco-5.2.3/src/nco/nco_map.c:251:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_map.c:251:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_map.c:190:8: note: rcd is assigned nco-5.2.3/src/nco/nco_map.c:251:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_map.c:259:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_map.c:257:6: note: rcd is assigned nco-5.2.3/src/nco/nco_map.c:259:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_map.c:261:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_map.c:259:6: note: rcd is assigned nco-5.2.3/src/nco/nco_map.c:261:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_map.c:268:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_map.c:267:6: note: rcd is assigned nco-5.2.3/src/nco/nco_map.c:268:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_map.c:277:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_map.c:268:6: note: rcd is assigned nco-5.2.3/src/nco/nco_map.c:277:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_map.c:288:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_map.c:280:8: note: rcd is assigned nco-5.2.3/src/nco/nco_map.c:288:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_map.c:345:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_map.c:291:8: note: rcd is assigned nco-5.2.3/src/nco/nco_map.c:345:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_map.c:345:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_map.c:343:8: note: rcd is assigned nco-5.2.3/src/nco/nco_map.c:345:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_map.c:346:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_map.c:345:6: note: rcd is assigned nco-5.2.3/src/nco/nco_map.c:346:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_map.c:350:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_map.c:346:6: note: rcd is assigned nco-5.2.3/src/nco/nco_map.c:350:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_map.c:351:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_map.c:350:6: note: rcd is assigned nco-5.2.3/src/nco/nco_map.c:351:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_map.c:360:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_map.c:351:6: note: rcd is assigned nco-5.2.3/src/nco/nco_map.c:360:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_map.c:360:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_map.c:358:35: note: rcd is assigned nco-5.2.3/src/nco/nco_map.c:360:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_map.c:361:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_map.c:360:6: note: rcd is assigned nco-5.2.3/src/nco/nco_map.c:361:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_map.c:365:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_map.c:361:6: note: rcd is assigned nco-5.2.3/src/nco/nco_map.c:365:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_map.c:366:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_map.c:365:6: note: rcd is assigned nco-5.2.3/src/nco/nco_map.c:366:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_map.c:584:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_map.c:581:28: note: rcd is assigned nco-5.2.3/src/nco/nco_map.c:584:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_map.c:585:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_map.c:584:6: note: rcd is assigned nco-5.2.3/src/nco/nco_map.c:585:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_map.c:587:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_map.c:585:6: note: rcd is assigned nco-5.2.3/src/nco/nco_map.c:587:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_map.c:593:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_map.c:587:6: note: rcd is assigned nco-5.2.3/src/nco/nco_map.c:593:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_map.c:593:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_map.c:588:38: note: rcd is assigned nco-5.2.3/src/nco/nco_map.c:593:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_map.c:593:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_map.c:589:43: note: rcd is assigned nco-5.2.3/src/nco/nco_map.c:593:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_map.c:593:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_map.c:591:38: note: rcd is assigned nco-5.2.3/src/nco/nco_map.c:593:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_map.c:593:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_map.c:592:43: note: rcd is assigned nco-5.2.3/src/nco/nco_map.c:593:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_map.c:604:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_map.c:593:6: note: rcd is assigned nco-5.2.3/src/nco/nco_map.c:604:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_map.c:610:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_map.c:604:6: note: rcd is assigned nco-5.2.3/src/nco/nco_map.c:610:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_map.c:611:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_map.c:610:6: note: rcd is assigned nco-5.2.3/src/nco/nco_map.c:611:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_map.c:615:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_map.c:611:6: note: rcd is assigned nco-5.2.3/src/nco/nco_map.c:615:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_map.c:616:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_map.c:615:6: note: rcd is assigned nco-5.2.3/src/nco/nco_map.c:616:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_map.c:617:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_map.c:616:6: note: rcd is assigned nco-5.2.3/src/nco/nco_map.c:617:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_map.c:618:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_map.c:617:6: note: rcd is assigned nco-5.2.3/src/nco/nco_map.c:618:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_map.c:619:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_map.c:618:6: note: rcd is assigned nco-5.2.3/src/nco/nco_map.c:619:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_map.c:620:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_map.c:619:6: note: rcd is assigned nco-5.2.3/src/nco/nco_map.c:620:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_map.c:621:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_map.c:620:6: note: rcd is assigned nco-5.2.3/src/nco/nco_map.c:621:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_map.c:622:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_map.c:621:6: note: rcd is assigned nco-5.2.3/src/nco/nco_map.c:622:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_map.c:623:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_map.c:622:6: note: rcd is assigned nco-5.2.3/src/nco/nco_map.c:623:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_map.c:624:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_map.c:623:6: note: rcd is assigned nco-5.2.3/src/nco/nco_map.c:624:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_map.c:625:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_map.c:624:6: note: rcd is assigned nco-5.2.3/src/nco/nco_map.c:625:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_map.c:626:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_map.c:625:6: note: rcd is assigned nco-5.2.3/src/nco/nco_map.c:626:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_map.c:627:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_map.c:626:6: note: rcd is assigned nco-5.2.3/src/nco/nco_map.c:627:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_map.c:628:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_map.c:627:6: note: rcd is assigned nco-5.2.3/src/nco/nco_map.c:628:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_map.c:629:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_map.c:628:6: note: rcd is assigned nco-5.2.3/src/nco/nco_map.c:629:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_map.c:630:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_map.c:629:6: note: rcd is assigned nco-5.2.3/src/nco/nco_map.c:630:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_map.c:631:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_map.c:630:6: note: rcd is assigned nco-5.2.3/src/nco/nco_map.c:631:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_map.c:632:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_map.c:631:6: note: rcd is assigned nco-5.2.3/src/nco/nco_map.c:632:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_map.c:633:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_map.c:632:6: note: rcd is assigned nco-5.2.3/src/nco/nco_map.c:633:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_map.c:634:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_map.c:633:6: note: rcd is assigned nco-5.2.3/src/nco/nco_map.c:634:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_map.c:635:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_map.c:634:6: note: rcd is assigned nco-5.2.3/src/nco/nco_map.c:635:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_map.c:636:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_map.c:635:6: note: rcd is assigned nco-5.2.3/src/nco/nco_map.c:636:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_map.c:637:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_map.c:636:6: note: rcd is assigned nco-5.2.3/src/nco/nco_map.c:637:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_map.c:638:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_map.c:637:6: note: rcd is assigned nco-5.2.3/src/nco/nco_map.c:638:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_map.c:639:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_map.c:638:6: note: rcd is assigned nco-5.2.3/src/nco/nco_map.c:639:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_map.c:640:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_map.c:639:6: note: rcd is assigned nco-5.2.3/src/nco/nco_map.c:640:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_map.c:641:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_map.c:640:6: note: rcd is assigned nco-5.2.3/src/nco/nco_map.c:641:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_map.c:642:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_map.c:641:6: note: rcd is assigned nco-5.2.3/src/nco/nco_map.c:642:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_map.c:643:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_map.c:642:6: note: rcd is assigned nco-5.2.3/src/nco/nco_map.c:643:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_map.c:644:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_map.c:643:6: note: rcd is assigned nco-5.2.3/src/nco/nco_map.c:644:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_map.c:645:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_map.c:644:6: note: rcd is assigned nco-5.2.3/src/nco/nco_map.c:645:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_map.c:646:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_map.c:645:6: note: rcd is assigned nco-5.2.3/src/nco/nco_map.c:646:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_map.c:647:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_map.c:646:6: note: rcd is assigned nco-5.2.3/src/nco/nco_map.c:647:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_map.c:648:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_map.c:647:6: note: rcd is assigned nco-5.2.3/src/nco/nco_map.c:648:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_map.c:649:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_map.c:648:6: note: rcd is assigned nco-5.2.3/src/nco/nco_map.c:649:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_map.c:650:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_map.c:649:6: note: rcd is assigned nco-5.2.3/src/nco/nco_map.c:650:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_map.c:651:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_map.c:650:6: note: rcd is assigned nco-5.2.3/src/nco/nco_map.c:651:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_map.c:652:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_map.c:651:6: note: rcd is assigned nco-5.2.3/src/nco/nco_map.c:652:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_map.c:653:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_map.c:652:6: note: rcd is assigned nco-5.2.3/src/nco/nco_map.c:653:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_map.c:654:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_map.c:653:6: note: rcd is assigned nco-5.2.3/src/nco/nco_map.c:654:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_map.c:655:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_map.c:654:6: note: rcd is assigned nco-5.2.3/src/nco/nco_map.c:655:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_map.c:656:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_map.c:655:6: note: rcd is assigned nco-5.2.3/src/nco/nco_map.c:656:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_map.c:657:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_map.c:656:6: note: rcd is assigned nco-5.2.3/src/nco/nco_map.c:657:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_map.c:658:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_map.c:657:6: note: rcd is assigned nco-5.2.3/src/nco/nco_map.c:658:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_map.c:659:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_map.c:658:6: note: rcd is assigned nco-5.2.3/src/nco/nco_map.c:659:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_map.c:660:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_map.c:659:6: note: rcd is assigned nco-5.2.3/src/nco/nco_map.c:660:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_map.c:661:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_map.c:660:6: note: rcd is assigned nco-5.2.3/src/nco/nco_map.c:661:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_map.c:681:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_map.c:661:6: note: rcd is assigned nco-5.2.3/src/nco/nco_map.c:681:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_map.c:684:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_map.c:681:6: note: rcd is assigned nco-5.2.3/src/nco/nco_map.c:684:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_map.c:688:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_map.c:684:6: note: rcd is assigned nco-5.2.3/src/nco/nco_map.c:688:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_map.c:689:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_map.c:688:6: note: rcd is assigned nco-5.2.3/src/nco/nco_map.c:689:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_map.c:690:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_map.c:689:6: note: rcd is assigned nco-5.2.3/src/nco/nco_map.c:690:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_map.c:694:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_map.c:690:6: note: rcd is assigned nco-5.2.3/src/nco/nco_map.c:694:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_map.c:695:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_map.c:694:6: note: rcd is assigned nco-5.2.3/src/nco/nco_map.c:695:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_map.c:696:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_map.c:695:6: note: rcd is assigned nco-5.2.3/src/nco/nco_map.c:696:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_map.c:697:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_map.c:696:6: note: rcd is assigned nco-5.2.3/src/nco/nco_map.c:697:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_map.c:698:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_map.c:697:6: note: rcd is assigned nco-5.2.3/src/nco/nco_map.c:698:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_map.c:702:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_map.c:698:6: note: rcd is assigned nco-5.2.3/src/nco/nco_map.c:702:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_map.c:703:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_map.c:702:6: note: rcd is assigned nco-5.2.3/src/nco/nco_map.c:703:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_map.c:707:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_map.c:703:6: note: rcd is assigned nco-5.2.3/src/nco/nco_map.c:707:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_map.c:708:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_map.c:707:6: note: rcd is assigned nco-5.2.3/src/nco/nco_map.c:708:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_map.c:709:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_map.c:708:6: note: rcd is assigned nco-5.2.3/src/nco/nco_map.c:709:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_map.c:710:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_map.c:709:6: note: rcd is assigned nco-5.2.3/src/nco/nco_map.c:710:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_map.c:711:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_map.c:710:6: note: rcd is assigned nco-5.2.3/src/nco/nco_map.c:711:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_map.c:715:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_map.c:711:6: note: rcd is assigned nco-5.2.3/src/nco/nco_map.c:715:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_map.c:716:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_map.c:715:6: note: rcd is assigned nco-5.2.3/src/nco/nco_map.c:716:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_map.c:96:12: style: Same expression used in consecutive assignments of 'SHARE_CREATE' and 'SHARE_OPEN'. [duplicateAssignExpression] nco-5.2.3/src/nco/nco_map.c:97:12: note: Same expression used in consecutive assignments of 'SHARE_CREATE' and 'SHARE_OPEN'. nco-5.2.3/src/nco/nco_map.c:96:12: note: Same expression used in consecutive assignments of 'SHARE_CREATE' and 'SHARE_OPEN'. nco-5.2.3/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.2.3/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.2.3/src/nco/nco_map.c:2435:23: style: Unsigned expression 'nco_dbg_lvl_get()' can't be negative so it is unnecessary to test it. [unsignedPositive] nco-5.2.3/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.2.3/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.2.3/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.2.3/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.2.3/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.2.3/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.2.3/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.2.3/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.2.3/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.2.3/src/nco/nco_map.c:509:16: style: Local variable 'idx' shadows outer variable [shadowVariable] nco-5.2.3/src/nco/nco_map.c:103:10: note: Shadowed declaration nco-5.2.3/src/nco/nco_map.c:509:16: note: Shadow variable nco-5.2.3/src/nco/nco_map.c:514:18: style: Local variable 'idx' shadows outer variable [shadowVariable] nco-5.2.3/src/nco/nco_map.c:103:10: note: Shadowed declaration nco-5.2.3/src/nco/nco_map.c:514:18: note: Shadow variable nco-5.2.3/src/nco/nco_map.c:515:18: style: Local variable 'idx' shadows outer variable [shadowVariable] nco-5.2.3/src/nco/nco_map.c:103:10: note: Shadowed declaration nco-5.2.3/src/nco/nco_map.c:515:18: note: Shadow variable nco-5.2.3/src/nco/nco_map.c:25:9: style: Variable 'fl_pth_lcl' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_map.c:273:8: style: Variable 'unt_sng' can be declared as const array [constVariable] nco-5.2.3/src/nco/nco_map.c:452:9: style: Variable 'fl_grd_dst' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_map.c:453:9: style: Variable 'fl_grd_src' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_map.c:454:9: style: Variable 'fl_out' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_map.c:455:9: style: Variable 'sls_ptr' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_map.c:760:15: style: Parameter 'mpf' can be declared as pointer to const [constParameterPointer] nco-5.2.3/src/nco/nco_map.c:1240:10: style: Parameter 'lat_crn' can be declared as pointer to const [constParameterPointer] nco-5.2.3/src/nco/nco_map.c:1241:10: style: Parameter 'lon_crn' can be declared as pointer to const [constParameterPointer] nco-5.2.3/src/nco/nco_map.c:1268:9: style: Variable 'fl_out_tmp' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_map.c:1270:8: style: Variable 'grd_area_nm' can be declared as const array [constVariable] nco-5.2.3/src/nco/nco_map.c:1271:8: style: Variable 'grd_crn_lat_nm' can be declared as const array [constVariable] nco-5.2.3/src/nco/nco_map.c:1272:8: style: Variable 'grd_crn_lon_nm' can be declared as const array [constVariable] nco-5.2.3/src/nco/nco_map.c:1273:8: style: Variable 'grd_crn_nm' can be declared as const array [constVariable] nco-5.2.3/src/nco/nco_map.c:1275:8: style: Variable 'grd_sz_nm' can be declared as const array [constVariable] nco-5.2.3/src/nco/nco_map.c:1346:10: style: Parameter 'area' can be declared as pointer to const [constParameterPointer] nco-5.2.3/src/nco/nco_map.c:1347:7: style: Parameter 'msk' can be declared as pointer to const [constParameterPointer] nco-5.2.3/src/nco/nco_map.c:1350:10: style: Parameter 'lat_crn' can be declared as pointer to const [constParameterPointer] nco-5.2.3/src/nco/nco_map.c:1351:10: style: Parameter 'lon_crn' can be declared as pointer to const [constParameterPointer] nco-5.2.3/src/nco/nco_map.c:1607:8: style: Variable 'grd_area_nm' can be declared as const array [constVariable] nco-5.2.3/src/nco/nco_map.c:1608:8: style: Variable 'dmn_sz_nm' can be declared as const array [constVariable] nco-5.2.3/src/nco/nco_map.c:1609:8: style: Variable 'grd_crn_lat_nm' can be declared as const array [constVariable] nco-5.2.3/src/nco/nco_map.c:1610:8: style: Variable 'grd_crn_lon_nm' can be declared as const array [constVariable] nco-5.2.3/src/nco/nco_map.c:1611:8: style: Variable 'grd_crn_nm' can be declared as const array [constVariable] nco-5.2.3/src/nco/nco_map.c:1612:8: style: Variable 'grd_ctr_lat_nm' can be declared as const array [constVariable] nco-5.2.3/src/nco/nco_map.c:1613:8: style: Variable 'grd_ctr_lon_nm' can be declared as const array [constVariable] nco-5.2.3/src/nco/nco_map.c:1614:8: style: Variable 'grd_rnk_nm' can be declared as const array [constVariable] nco-5.2.3/src/nco/nco_map.c:1615:8: style: Variable 'grd_sz_nm' can be declared as const array [constVariable] nco-5.2.3/src/nco/nco_map.c:1616:8: style: Variable 'msk_nm' can be declared as const array [constVariable] nco-5.2.3/src/nco/nco_map.c:1851:9: style: Parameter 'var_nm' can be declared as pointer to const [constParameterPointer] nco-5.2.3/src/nco/nco_map.c:1884:10: style: Parameter 'area' can be declared as pointer to const [constParameterPointer] nco-5.2.3/src/nco/nco_map.c:1886:7: style: Parameter 'mask' can be declared as pointer to const [constParameterPointer] nco-5.2.3/src/nco/nco_map.c:2135:8: style: Variable 'fnc_nm' can be declared as const array [constVariable] nco-5.2.3/src/nco/nco_map.c:2143:11: style: Variable 'val' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_map.c:2146:8: style: Variable 'ival' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_map.c:2351:10: style: Variable 'ival_a' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_map.c:2352:10: style: Variable 'ival_b' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_map.c:218:13: style: Variable 'bnd_nbr_in' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_map.c:220:15: style: Variable 'col_nbr_in' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_map.c:222:15: style: Variable 'lat_nbr_in' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_map.c:224:15: style: Variable 'col_nbr_in' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_map.c:235:14: style: Variable 'bnd_nbr_out' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_map.c:238:16: style: Variable 'lat_nbr_out' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_map.c:245:16: style: Variable 'col_nbr_out' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_map.c:285:24: style: Variable 'att_val' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_map.c:296:24: style: Variable 'att_val' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_map.c:300:26: style: Variable 'flg_grd_in_rct' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_map.c:302:27: style: Variable 'flg_grd_out_rct' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_map.c:405:74: style: Variable 'flg_grd_in_rct' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_map.c:421:77: style: Variable 'flg_grd_out_rct' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_map.c:724:22: style: Variable 'dmn_cnt' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_map.c:725:22: style: Variable 'dmn_srt' is assigned a value that is never used. [unreadVariable] nco-5.2.3/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.2.3/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.2.3/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.2.3/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.2.3/src/nco/nco_map.c:726:34: style: Variable 'dmn_sz_in_int' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_map.c:727:36: style: Variable 'dmn_sz_out_int' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_map.c:729:22: style: Variable 'area_in' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_map.c:730:20: style: Variable 'frc_in' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_map.c:731:20: style: Variable 'msk_in' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_map.c:733:24: style: Variable 'area_out' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_map.c:734:22: style: Variable 'frc_out' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_map.c:735:22: style: Variable 'msk_out' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_msa.c:261:19: style: The if condition is the same as the previous if condition [duplicateCondition] nco-5.2.3/src/nco/nco_msa.c:259:19: note: First condition nco-5.2.3/src/nco/nco_msa.c:261:19: note: Second condition nco-5.2.3/src/nco/nco_map.c:737:28: style: Variable 'lat_ctr_in' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_map.c:738:28: style: Variable 'lon_ctr_in' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_map.c:739:28: style: Variable 'lat_crn_in' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_map.c:740:28: style: Variable 'lon_crn_in' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_map.c:741:30: style: Variable 'lat_ctr_out' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_map.c:742:30: style: Variable 'lon_ctr_out' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_map.c:743:30: style: Variable 'lat_crn_out' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_map.c:744:30: style: Variable 'lon_crn_out' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_map.c:750:26: style: Variable 'fl_in_dst' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_map.c:751:26: style: Variable 'fl_in_src' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_map.c:752:28: style: Variable 'fl_out_tmp' is assigned a value that is never used. [unreadVariable] nco-5.2.3/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.2.3/src/nco/nco_msa.h:88:6: note: Function 'nco_msa_rcr_clc' argument 1 names different: declaration 'i' definition 'dpt_crr'. nco-5.2.3/src/nco/nco_msa.c:14:6: note: Function 'nco_msa_rcr_clc' argument 1 names different: declaration 'i' definition 'dpt_crr'. nco-5.2.3/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.2.3/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.2.3/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.2.3/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.2.3/src/nco/nco_msa.h:92:11: note: Function 'nco_msa_rcr_clc' argument 5 names different: declaration 'var1' definition 'vara'. nco-5.2.3/src/nco/nco_msa.c:18:11: note: Function 'nco_msa_rcr_clc' argument 5 names different: declaration 'var1' definition 'vara'. nco-5.2.3/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.2.3/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.2.3/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.2.3/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.2.3/src/nco/nco_msa.h:49:11: note: Function 'nco_msa_clc_idx' argument 4 names different: declaration 'lmt_out' definition 'lmt'. nco-5.2.3/src/nco/nco_msa.c:303:11: note: Function 'nco_msa_clc_idx' argument 4 names different: declaration 'lmt_out' definition 'lmt'. nco-5.2.3/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.2.3/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.2.3/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.2.3/src/nco/nco_map.c:1026:19: style: Variable 'pl_lst_dbg' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_map.c:1033:9: style: Variable 'tree' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_msa.c:394:8: style: Parameter 'dmn_sbs_ram' can be declared as pointer to const [constParameterPointer] nco-5.2.3/src/nco/nco_map.c:1062:9: style: Variable 'tree' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_msa.c:1294:12: style: Variable 'var_out_ptr' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_map.c:1128:12: style: Variable 'pl_glb_in' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_map.c:1129:13: style: Variable 'pl_glb_out' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_map.c:1135:16: style: Variable 'wgt_lst_vrl' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_map.c:1137:17: style: Variable 'pl_lst_vrl' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_map.c:1139:27: style: Variable 'pl_lst_in' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_map.c:1140:29: style: Variable 'pl_lst_out' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_msa.c:1331:13: error: Uninitialized struct member: var_in.nm_fll [uninitStructMember] nco-5.2.3/src/nco/nco_msa.c:1331:13: error: Uninitialized struct member: var_in.wgt_sum [uninitStructMember] nco-5.2.3/src/nco/nco_msa.c:1331:13: error: Uninitialized struct member: var_in.wgt_crr [uninitStructMember] nco-5.2.3/src/nco/nco_msa.c:1331:13: error: Uninitialized struct member: var_in.dim [uninitStructMember] nco-5.2.3/src/nco/nco_msa.c:1331:13: error: Uninitialized struct member: var_in.dmn_id [uninitStructMember] nco-5.2.3/src/nco/nco_msa.c:1331:13: error: Uninitialized struct member: var_in.cid [uninitStructMember] nco-5.2.3/src/nco/nco_msa.c:1331:13: error: Uninitialized struct member: var_in.dfl_lvl [uninitStructMember] nco-5.2.3/src/nco/nco_msa.c:1331:13: error: Uninitialized struct member: var_in.has_add_fst [uninitStructMember] nco-5.2.3/src/nco/nco_msa.c:1331:13: error: Uninitialized struct member: var_in.has_dpl_dmn [uninitStructMember] nco-5.2.3/src/nco/nco_msa.c:1331:13: error: Uninitialized struct member: var_in.has_scl_fct [uninitStructMember] nco-5.2.3/src/nco/nco_msa.c:1331:13: error: Uninitialized struct member: var_in.nbr_att [uninitStructMember] nco-5.2.3/src/nco/nco_msa.c:1331:13: error: Uninitialized struct member: var_in.nbr_dim [uninitStructMember] nco-5.2.3/src/nco/nco_msa.c:1331:13: error: Uninitialized struct member: var_in.pck_dsk [uninitStructMember] nco-5.2.3/src/nco/nco_msa.c:1331:13: error: Uninitialized struct member: var_in.pck_ram [uninitStructMember] nco-5.2.3/src/nco/nco_msa.c:1331:13: error: Uninitialized struct member: var_in.shuffle [uninitStructMember] nco-5.2.3/src/nco/nco_msa.c:1331:13: error: Uninitialized struct member: var_in.undefined [uninitStructMember] nco-5.2.3/src/nco/nco_msa.c:1331:13: error: Uninitialized struct member: var_in.cnt [uninitStructMember] nco-5.2.3/src/nco/nco_msa.c:1331:13: error: Uninitialized struct member: var_in.end [uninitStructMember] nco-5.2.3/src/nco/nco_msa.c:1331:13: error: Uninitialized struct member: var_in.srd [uninitStructMember] nco-5.2.3/src/nco/nco_msa.c:1331:13: error: Uninitialized struct member: var_in.srt [uninitStructMember] nco-5.2.3/src/nco/nco_msa.c:1331:13: error: Uninitialized struct member: var_in.tally [uninitStructMember] nco-5.2.3/src/nco/nco_msa.c:1331:13: error: Uninitialized struct member: var_in.sz_rec [uninitStructMember] nco-5.2.3/src/nco/nco_msa.c:1331:13: error: Uninitialized struct member: var_in.typ_dsk [uninitStructMember] nco-5.2.3/src/nco/nco_msa.c:1331:13: error: Uninitialized struct member: var_in.typ_pck [uninitStructMember] nco-5.2.3/src/nco/nco_msa.c:1331:13: error: Uninitialized struct member: var_in.typ_upk [uninitStructMember] nco-5.2.3/src/nco/nco_msa.c:1331:13: error: Uninitialized struct member: var_in.add_fst [uninitStructMember] nco-5.2.3/src/nco/nco_msa.c:1331:13: error: Uninitialized struct member: var_in.mss_val [uninitStructMember] nco-5.2.3/src/nco/nco_msa.c:1331:13: error: Uninitialized struct member: var_in.scl_fct [uninitStructMember] nco-5.2.3/src/nco/nco_msa.c:1331:13: error: Uninitialized struct member: var_in.is_crd_var [uninitStructMember] nco-5.2.3/src/nco/nco_msa.c:1331:13: error: Uninitialized struct member: var_in.is_fix_var [uninitStructMember] nco-5.2.3/src/nco/nco_msa.c:1331:13: error: Uninitialized struct member: var_in.is_rec_var [uninitStructMember] nco-5.2.3/src/nco/nco_msa.c:1331:13: error: Uninitialized struct member: var_in.cnk_sz [uninitStructMember] nco-5.2.3/src/nco/nco_msa.c:1331:13: error: Uninitialized struct member: var_in.xrf [uninitStructMember] nco-5.2.3/src/nco/nco_map.c:1337:7: style: Variable 'area' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_msa.c:87:13: style: Variable 'cp_wrp' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_msa.c:158:12: style: Variable 'indices' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_map.c:1718:13: style: Variable 'fl_out_tmp' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_msa.c:159:11: style: Variable 'cp_wrp' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_msa.c:269:12: style: Variable 'dmn_srt' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_msa.c:270:12: style: Variable 'dmn_cnt' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_map.c:1720:7: style: Variable 'area' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_msa.c:271:12: style: Variable 'dmn_srd' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_map.c:1721:10: style: Variable 'lat_ctr' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_msa.c:312:14: style: Variable 'crr_slb' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_map.c:1722:10: style: Variable 'lat_crn' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_msa.c:387:6: style: Variable 'mnm' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_msa.c:508:12: style: Variable 'indices' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_msa.c:509:8: style: Variable 'mnm' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_map.c:1724:10: style: Variable 'lon_ctr' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_msa.c:654:31: style: Variable 'var_in' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_msa.c:1029:12: style: Variable 'indices' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_map.c:1725:10: style: Variable 'lon_crn' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_msa.c:1030:8: style: Variable 'mnm' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_map.c:1726:6: style: Variable 'msk' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_msa.c:1429:30: style: Variable 'dmn_map_cnt' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_map.c:1753:17: style: Variable 'aed_mtd.att_nm' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_msa.c:1430:30: style: Variable 'dmn_map_srt' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_msa.c:1434:8: style: Variable 'lmt' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_map.c:1754:17: style: Variable 'aed_mtd.var_nm' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_msa.c:1629:6: style: Variable 'lmt' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_map.c:1821:21: style: Variable 'idx_row_or_col' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_msa.c:1650:31: style: Variable 'var_in' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_map.c:1843:17: style: Variable 'row_or_col_bin' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_msa.c:1721:7: style: Variable 'lmt' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_msa.c:1742:31: style: Variable 'var_in' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_map.c:1926:16: style: Variable 'dval' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_msa.c:1760:10: style: Variable 'lmt_msa' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_map.c:1975:13: style: Variable 'ival' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_map.c:2024:24: style: Variable 'area_lcl' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_map.c:2025:24: style: Variable 'mask_lcl' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_map.c:2146:12: style: Variable 'ival' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_map.c:2223:22: style: Variable 'att_val' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_map.c:2224:22: style: Variable 'cnv_sng' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_map.c:2439:24: style: Variable 'idx_sng' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_map.c:2609:23: style: Variable 'idx_crr_row' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_map.c:2660:24: style: Variable 'hst_row' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_map.c:2661:24: style: Variable 'hst_col' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_map.c:2662:24: style: Variable 'hst_wgt' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_map.c:2670:20: style: Variable 'dmn_in' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_map.c:2671:18: style: Variable 'var_S' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_map.c:2672:28: style: Variable 'var_area_a' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_map.c:2673:28: style: Variable 'var_area_b' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_map.c:2674:22: style: Variable 'var_col' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_map.c:2675:28: style: Variable 'var_frac_a' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_map.c:2676:28: style: Variable 'var_frac_b' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_map.c:2677:28: style: Variable 'var_mask_a' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_map.c:2678:28: style: Variable 'var_mask_b' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_map.c:2679:22: style: Variable 'var_row' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_map.c:2680:24: style: Variable 'var_xc_a' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_map.c:2681:24: style: Variable 'var_xc_b' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_map.c:2682:24: style: Variable 'var_yc_a' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_map.c:2683:24: style: Variable 'var_yc_b' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_mss_val.c:29:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_FILL_FLOAT [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_mss_val.c:66:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_FILL_FLOAT [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_mss_val.c:100:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NAT [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_mss_val.c:309:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_mss_val.c:422:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_mss_val.c:492:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_mss_val.c:100:18: style: Variable 'var_typ' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_mta.c:46:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_mta.c:89:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_mta.c:226:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_mta.c:265:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_mta.c:320:26: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] nco-5.2.3/src/nco/nco_mta.c:230:11: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] nco-5.2.3/src/nco/nco_mta.c:18:14: style:inconclusive: Function 'nco_sng2kvm' argument 1 names different: declaration 'sng' definition 'arg'. [funcArgNamesDifferent] nco-5.2.3/src/nco/nco_mta.h:37:16: note: Function 'nco_sng2kvm' argument 1 names different: declaration 'sng' definition 'arg'. nco-5.2.3/src/nco/nco_mta.c:18:14: note: Function 'nco_sng2kvm' argument 1 names different: declaration 'sng' definition 'arg'. nco-5.2.3/src/nco/nco_mta.c:97:9: style: Variable 'backslash_psn' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_mta.c:109:9: style: Variable 'hyphen_psn' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_mta.c:352:9: style: Variable 'nco_mta_dlm' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_mta.c:161:24: style: Variable 'idx_lst' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_mta.c:162:24: style: Variable 'sng_tmp' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_mta.c:164:24: style: Variable 'idx_lst' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_mta.c:165:24: style: Variable 'sng_tmp' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_mta.c:334:19: style: Variable 'individual_arg' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_mta.c:338:15: style: Variable 'separate_arg' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_netcdf.c:80:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_netcdf.c:337:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_netcdf.c:724:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_netcdf.c:735:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_netcdf.c:759:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_netcdf.c:769:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_netcdf.c:785:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_netcdf.c:803:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_netcdf.c:817:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_netcdf.c:831:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_netcdf.c:845:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_netcdf.c:872:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_netcdf.c:888:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_netcdf.c:902:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_netcdf.c:913:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_netcdf.c:929:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_netcdf.c:943:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_netcdf.c:957:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_netcdf.c:971:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_netcdf.c:986:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_netcdf.c:1001:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_netcdf.c:1056:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_netcdf.c:1114:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_netcdf.c:1132:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_netcdf.c:1212:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_netcdf.c:1222:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_netcdf.c:1232:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_netcdf.c:1249:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_netcdf.c:1259:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_netcdf.c:1269:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_netcdf.c:1278:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_netcdf.c:1355:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_netcdf.c:1367:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_netcdf.c:1375:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_netcdf.c:1386:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_netcdf.c:1397:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_netcdf.c:1407:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_netcdf.c:1417:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_netcdf.c:1436:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_netcdf.c:1469:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_netcdf.c:1479:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_netcdf.c:1489:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_netcdf.c:1499:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_netcdf.c:1509:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_EBADDIM [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_netcdf.c:1522:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_netcdf.c:1534:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_netcdf.c:1711:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_ENAMEINUSE [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_netcdf.c:1746:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_EBADDIM [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_netcdf.c:1760:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_EBADDIM [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_netcdf.c:1775:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_EBADDIM [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_netcdf.c:1792:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_EBADDIM [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_netcdf.c:1803:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_netcdf.c:1817:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_EBADDIM [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_netcdf.c:1831:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_ENAMEINUSE [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_netcdf.c:2043:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_netcdf.c:2054:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_EBADNAME [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_netcdf.c:2118:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_EBADCHUNK [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_netcdf.c:2159:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_netcdf.c:2168:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_netcdf.c:2177:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_netcdf.c:2188:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_netcdf.c:2213:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_netcdf.c:2238:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_netcdf.c:2259:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_netcdf.c:2283:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_netcdf.c:2296:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_netcdf.c:2310:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_netcdf.c:2319:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_netcdf.c:2328:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_netcdf.c:2338:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_netcdf.c:2349:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_netcdf.c:2362:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_netcdf.c:2381:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_netcdf.c:2427:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_ENOTATT [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_netcdf.c:2458:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_ENOTVAR [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_netcdf.c:2477:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_ENOTVAR [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_netcdf.c:2489:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_ENOTVAR [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_netcdf.c:2508:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_netcdf.c:2518:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_netcdf.c:2528:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_netcdf.c:2539:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_ENOTVAR [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_netcdf.c:2553:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_ENAMEINUSE [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_netcdf.c:2578:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_netcdf.c:2621:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_netcdf.c:2654:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_netcdf.c:2704:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_netcdf.c:2762:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_netcdf.c:2841:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_netcdf.c:2896:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_netcdf.c:2948:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_netcdf.c:2990:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_netcdf.c:3038:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_netcdf.c:3085:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_netcdf.c:3102:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_ENOTATT [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_netcdf.c:3116:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_netcdf.c:3127:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_ENOTATT [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_netcdf.c:3141:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_netcdf.c:3154:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_netcdf.c:3168:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_ENOTATT [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_netcdf.c:3179:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_netcdf.c:3194:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_netcdf.c:3225:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_ENAMEINUSE [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_netcdf.c:3246:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_netcdf.c:3255:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_netcdf.c:3330:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_netcdf.c:3406:123: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_netcdf.c:3407:125: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_netcdf.c:3408:162: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_netcdf.c:3409:131: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_netcdf.c:3410:120: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_netcdf.c:3411:123: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_netcdf.c:3412:139: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_netcdf.c:3413:61: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_netcdf.c:3414:78: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_netcdf.c:3415:96: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_netcdf.c:3416:114: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_netcdf.c:3417:118: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_netcdf.c:3418:101: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_netcdf.c:3419:109: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_netcdf.c:3422:95: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_netcdf.c:3423:104: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_netcdf.c:3424:85: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_netcdf.c:3425:105: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_netcdf.c:3426:101: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_netcdf.c:3427:75: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_netcdf.c:3433:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_netcdf.c:3443:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_netcdf.c:3453:116: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_netcdf.c:3454:187: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_netcdf.c:3455:108: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_netcdf.c:3461:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_omp.c:49:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_omp.c:240:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_omp.c:253:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_omp.c:278:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_netcdf.c:2084:38: portability: %ld in format string (no. 2) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] nco-5.2.3/src/nco/nco_netcdf.c:2129:34: portability: %ld in format string (no. 3) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] nco-5.2.3/src/nco/nco_netcdf.c:2133: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.2.3/src/nco/nco_netcdf.c:2878: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.2.3/src/nco/nco_netcdf.c:2878: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.2.3/src/nco/nco_netcdf.c:2883: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.2.3/src/nco/nco_netcdf.c:1365:4: warning: Possible null pointer dereference: pathlen [nullPointer] nco-5.2.3/src/nco/nco_netcdf.c:2494:27: note: Calling function 'nc_inq_path', 2nd argument 'NULL' value is 0 nco-5.2.3/src/nco/nco_netcdf.c:1365:4: note: Null pointer dereference nco-5.2.3/src/nco/nco_netcdf.c:1366:4: warning: Possible null pointer dereference: path [nullPointer] nco-5.2.3/src/nco/nco_netcdf.c:2492:36: note: Calling function 'nc_inq_path', 3rd argument 'NULL' value is 0 nco-5.2.3/src/nco/nco_netcdf.c:1366:4: note: Null pointer dereference nco-5.2.3/src/nco/nco_netcdf.c:2495:98: warning: Either the condition 'path' is redundant or there is possible null pointer dereference: path. [nullPointerRedundantCheck] nco-5.2.3/src/nco/nco_netcdf.c:2496:8: note: Assuming that condition 'path' is not redundant nco-5.2.3/src/nco/nco_netcdf.c:2495:98: note: Null pointer dereference nco-5.2.3/src/nco/nco_netcdf.c:1024:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_netcdf.c:1023:6: note: rcd is assigned nco-5.2.3/src/nco/nco_netcdf.c:1024:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_netcdf.c:2277:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_netcdf.c:2275:6: note: rcd is assigned nco-5.2.3/src/nco/nco_netcdf.c:2277:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_netcdf.c:2494:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_netcdf.c:2492:8: note: rcd is assigned nco-5.2.3/src/nco/nco_netcdf.c:2494:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_omp.c:24:53: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg] nco-5.2.3/src/nco/nco_omp.c:25:43: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg] nco-5.2.3/src/nco/nco_omp.c:26:53: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg] nco-5.2.3/src/nco/nco_omp.c:87:21: style: Condition 'omp_in_parallel()' is always false [knownConditionTrueFalse] nco-5.2.3/src/nco/nco_omp.c:87:21: note: Calling function 'omp_in_parallel' returns 0 nco-5.2.3/src/nco/nco_omp.c:87:21: note: Condition 'omp_in_parallel()' is always false nco-5.2.3/src/nco/nco_omp.c:178:162: style: Condition 'dyn_thr' is always false [knownConditionTrueFalse] nco-5.2.3/src/nco/nco_omp.c:177:28: note: Calling function 'omp_get_dynamic' returns 0 nco-5.2.3/src/nco/nco_omp.c:177:28: note: Assignment 'dyn_thr=omp_get_dynamic()', assigned value is 0 nco-5.2.3/src/nco/nco_omp.c:178:162: note: Condition 'dyn_thr' is always false nco-5.2.3/src/nco/nco_omp.c:195:21: style: Condition 'omp_in_parallel()' is always false [knownConditionTrueFalse] nco-5.2.3/src/nco/nco_omp.c:195:21: note: Calling function 'omp_in_parallel' returns 0 nco-5.2.3/src/nco/nco_omp.c:195:21: note: Condition 'omp_in_parallel()' is always false nco-5.2.3/src/nco/nco_netcdf.c:3411:97: style:inconclusive: Function 'nco_def_vlen' argument 4 names different: declaration 'vlen_typ' definition 'var_typ'. [funcArgNamesDifferent] nco-5.2.3/src/nco/nco_netcdf.h:541:97: note: Function 'nco_def_vlen' argument 4 names different: declaration 'vlen_typ' definition 'var_typ'. nco-5.2.3/src/nco/nco_netcdf.c:3411:97: note: Function 'nco_def_vlen' argument 4 names different: declaration 'vlen_typ' definition 'var_typ'. nco-5.2.3/src/nco/nco_netcdf.c:3412:48: style:inconclusive: Function 'nco_inq_vlen' argument 2 names different: declaration 'vlen_typ' definition 'var_typ'. [funcArgNamesDifferent] nco-5.2.3/src/nco/nco_netcdf.h:542:48: note: Function 'nco_inq_vlen' argument 2 names different: declaration 'vlen_typ' definition 'var_typ'. nco-5.2.3/src/nco/nco_netcdf.c:3412:48: note: Function 'nco_inq_vlen' argument 2 names different: declaration 'vlen_typ' definition 'var_typ'. nco-5.2.3/src/nco/nco_netcdf.c:3488:34: style:inconclusive: Function 'nc_get_vara_longlong' argument 1 names different: declaration 'ncrd_id' definition 'nc_id'. [funcArgNamesDifferent] nco-5.2.3/src/nco/nco_netcdf.h:716:36: note: Function 'nc_get_vara_longlong' argument 1 names different: declaration 'ncrd_id' definition 'nc_id'. nco-5.2.3/src/nco/nco_netcdf.c:3488:34: note: Function 'nc_get_vara_longlong' argument 1 names different: declaration 'ncrd_id' definition 'nc_id'. nco-5.2.3/src/nco/nco_netcdf.c:2074:10: style: Local variable 'var_nm' shadows outer argument [shadowArgument] nco-5.2.3/src/nco/nco_netcdf.c:2048:48: note: Shadowed declaration nco-5.2.3/src/nco/nco_netcdf.c:2074:10: note: Shadow variable nco-5.2.3/src/nco/nco_omp.c:75:3: style:inconclusive: Statements following 'return' will never be executed. [unreachableCode] nco-5.2.3/src/nco/nco_netcdf.c:2074:10: style: Variable 'var_nm' can be declared as const array [constVariable] nco-5.2.3/src/nco/nco_netcdf.c:3391:91: style: Parameter 'cnk_sz' can be declared as pointer to const [constParameterPointer] nco-5.2.3/src/nco/nco_netcdf.c:3399:87: style: Parameter 'fll_val' can be declared as pointer to const [constParameterPointer] nco-5.2.3/src/nco/nco_netcdf.c:3406:97: style: Parameter 'var_typ' can be declared as pointer to const [constParameterPointer] nco-5.2.3/src/nco/nco_netcdf.c:3408:69: style: Parameter 'typ_nm' can be declared as pointer to const [constParameterPointer] nco-5.2.3/src/nco/nco_netcdf.c:3408:92: style: Parameter 'bs_typ' can be declared as pointer to const [constParameterPointer] nco-5.2.3/src/nco/nco_netcdf.c:3408:114: style: Parameter 'typ_sz' can be declared as pointer to const [constParameterPointer] nco-5.2.3/src/nco/nco_netcdf.c:3408:136: style: Parameter 'typ_nbr' can be declared as pointer to const [constParameterPointer] nco-5.2.3/src/nco/nco_netcdf.c:3409:90: style: Parameter 'mbr_nm' can be declared as pointer to const [constParameterPointer] nco-5.2.3/src/nco/nco_netcdf.c:3409:110: style: Parameter 'vp' can be declared as pointer to const [constParameterPointer] nco-5.2.3/src/nco/nco_netcdf.c:3410:95: style: Parameter 'mbr_nm' can be declared as pointer to const [constParameterPointer] nco-5.2.3/src/nco/nco_netcdf.c:3411:97: style: Parameter 'var_typ' can be declared as pointer to const [constParameterPointer] nco-5.2.3/src/nco/nco_netcdf.c:3412:69: style: Parameter 'typ_nm' can be declared as pointer to const [constParameterPointer] nco-5.2.3/src/nco/nco_netcdf.c:3412:91: style: Parameter 'typ_sz' can be declared as pointer to const [constParameterPointer] nco-5.2.3/src/nco/nco_netcdf.c:3412:114: style: Parameter 'bs_typ' can be declared as pointer to const [constParameterPointer] nco-5.2.3/src/nco/nco_netcdf.c:3413:37: style: Parameter 'vlenp' can be declared as pointer to const [constParameterPointer] nco-5.2.3/src/nco/nco_netcdf.c:3414:54: style: Parameter 'vlenp' can be declared as pointer to const [constParameterPointer] nco-5.2.3/src/nco/nco_netcdf.c:3415:71: style: Parameter 'grp_id' can be declared as pointer to const [constParameterPointer] nco-5.2.3/src/nco/nco_netcdf.c:3418:76: style: Parameter 'grp_id' can be declared as pointer to const [constParameterPointer] nco-5.2.3/src/nco/nco_netcdf.c:3420:52: style: Parameter 'prn_id' can be declared as pointer to const [constParameterPointer] nco-5.2.3/src/nco/nco_netcdf.c:3421:56: style: Parameter 'prn_id' can be declared as pointer to const [constParameterPointer] nco-5.2.3/src/nco/nco_netcdf.c:3423:51: style: Parameter 'grp_nm_lng' can be declared as pointer to const [constParameterPointer] nco-5.2.3/src/nco/nco_netcdf.c:3423:75: style: Parameter 'grp_nm_fll' can be declared as pointer to const [constParameterPointer] nco-5.2.3/src/nco/nco_netcdf.c:3424:56: style: Parameter 'grp_nm_lng' can be declared as pointer to const [constParameterPointer] nco-5.2.3/src/nco/nco_netcdf.c:3426:76: style: Parameter 'grp_id' can be declared as pointer to const [constParameterPointer] nco-5.2.3/src/nco/nco_netcdf.c:3453:69: style: Parameter 'typ_nm' can be declared as pointer to const [constParameterPointer] nco-5.2.3/src/nco/nco_netcdf.c:3453:91: style: Parameter 'typ_sz' can be declared as pointer to const [constParameterPointer] nco-5.2.3/src/nco/nco_netcdf.c:3454:74: style: Parameter 'typ_nm' can be declared as pointer to const [constParameterPointer] nco-5.2.3/src/nco/nco_netcdf.c:3454:96: style: Parameter 'typ_sz' can be declared as pointer to const [constParameterPointer] nco-5.2.3/src/nco/nco_netcdf.c:3454:119: style: Parameter 'bs_typ' can be declared as pointer to const [constParameterPointer] nco-5.2.3/src/nco/nco_netcdf.c:3454:141: style: Parameter 'fld_nbr' can be declared as pointer to const [constParameterPointer] nco-5.2.3/src/nco/nco_netcdf.c:3454:161: style: Parameter 'cls_typ' can be declared as pointer to const [constParameterPointer] nco-5.2.3/src/nco/nco_netcdf.c:3469:86: style: Parameter 'ubp' can be declared as pointer to const [constParameterPointer] nco-5.2.3/src/nco/nco_netcdf.c:3470:88: style: Parameter 'usp' can be declared as pointer to const [constParameterPointer] nco-5.2.3/src/nco/nco_netcdf.c:3471:84: style: Parameter 'uip' can be declared as pointer to const [constParameterPointer] nco-5.2.3/src/nco/nco_netcdf.c:3472:86: style: Parameter 'i64p' can be declared as pointer to const [constParameterPointer] nco-5.2.3/src/nco/nco_netcdf.c:3473:88: style: Parameter 'ui64p' can be declared as pointer to const [constParameterPointer] nco-5.2.3/src/nco/nco_netcdf.c:3485:104: style: Parameter 'ubp' can be declared as pointer to const [constParameterPointer] nco-5.2.3/src/nco/nco_netcdf.c:3486:106: style: Parameter 'usp' can be declared as pointer to const [constParameterPointer] nco-5.2.3/src/nco/nco_netcdf.c:3487:102: style: Parameter 'uip' can be declared as pointer to const [constParameterPointer] nco-5.2.3/src/nco/nco_netcdf.c:3488:104: style: Parameter 'i64p' can be declared as pointer to const [constParameterPointer] nco-5.2.3/src/nco/nco_netcdf.c:3489:106: style: Parameter 'ui64p' can be declared as pointer to const [constParameterPointer] nco-5.2.3/src/nco/nco_netcdf.c:3501:125: style: Parameter 'ubp' can be declared as pointer to const [constParameterPointer] nco-5.2.3/src/nco/nco_netcdf.c:3502:127: style: Parameter 'usp' can be declared as pointer to const [constParameterPointer] nco-5.2.3/src/nco/nco_netcdf.c:3503:123: style: Parameter 'uip' can be declared as pointer to const [constParameterPointer] nco-5.2.3/src/nco/nco_netcdf.c:3504:125: style: Parameter 'i64p' can be declared as pointer to const [constParameterPointer] nco-5.2.3/src/nco/nco_netcdf.c:3505:127: style: Parameter 'ui64p' can be declared as pointer to const [constParameterPointer] nco-5.2.3/src/nco/nco_netcdf.c:3517:146: style: Parameter 'ubp' can be declared as pointer to const [constParameterPointer] nco-5.2.3/src/nco/nco_netcdf.c:3518:148: style: Parameter 'usp' can be declared as pointer to const [constParameterPointer] nco-5.2.3/src/nco/nco_netcdf.c:3519:144: style: Parameter 'uip' can be declared as pointer to const [constParameterPointer] nco-5.2.3/src/nco/nco_netcdf.c:3520:146: style: Parameter 'i64p' can be declared as pointer to const [constParameterPointer] nco-5.2.3/src/nco/nco_netcdf.c:3521:148: style: Parameter 'ui64p' can be declared as pointer to const [constParameterPointer] nco-5.2.3/src/nco/nco_netcdf.c:3543:86: style: Parameter 'ubp' can be declared as pointer to const [constParameterPointer] nco-5.2.3/src/nco/nco_netcdf.c:3544:88: style: Parameter 'usp' can be declared as pointer to const [constParameterPointer] nco-5.2.3/src/nco/nco_netcdf.c:3545:84: style: Parameter 'uip' can be declared as pointer to const [constParameterPointer] nco-5.2.3/src/nco/nco_netcdf.c:3546:86: style: Parameter 'i64p' can be declared as pointer to const [constParameterPointer] nco-5.2.3/src/nco/nco_netcdf.c:3547:88: style: Parameter 'ui64p' can be declared as pointer to const [constParameterPointer] nco-5.2.3/src/nco/nco_omp.c:47:9: style: Variable 'nvr_OMP_NUM_THREADS' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_omp.c:250:8: style: Variable 'fnc_nm' can be declared as const array [constVariable] nco-5.2.3/src/nco/nco_omp.c:273:8: style: Variable 'fnc_nm' can be declared as const array [constVariable] nco-5.2.3/src/nco/nco_netcdf.c:2079:89: error: Uninitialized variable: var_nm [uninitvar] nco-5.2.3/src/nco/nco_netcdf.c:1772:23: warning: Uninitialized variable: *dmn_sz [uninitvar] nco-5.2.3/src/nco/nco_netcdf.c:2081:52: note: Calling function 'nco_inq_dim', 4th argument '&dmn_cnt' value is nco-5.2.3/src/nco/nco_netcdf.c:1772:23: note: Uninitialized variable: *dmn_sz nco-5.2.3/src/nco/nco_netcdf.c:3099:23: warning: Uninitialized variable: *att_sz [uninitvar] nco-5.2.3/src/nco/nco_netcdf.c:2426:61: note: Calling function 'nco_inq_att_flg', 5th argument '&scl_fct_lng' value is nco-5.2.3/src/nco/nco_netcdf.c:3099:23: note: Uninitialized variable: *att_sz nco-5.2.3/src/nco/nco_omp.c:24:68: style: Variable 'dynamic_threads' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_omp.c:25:49: style: Variable 'nested' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_omp.c:26:64: style: Variable 'num_threads' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_netcdf.c:1016:22: style: Variable 'fnc_nm' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_omp.c:51:27: style: Variable 'USR_SPC_THR_RQS' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_netcdf.c:1043:14: style: Variable 'flt_idx' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_netcdf.c:1063:7: style: Unused variable: flt_idx [unusedVariable] nco-5.2.3/src/nco/nco_omp.c:53:14: style: Variable 'dyn_thr' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_omp.c:55:26: style: Variable 'ntg_OMP_NUM_THREADS' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_omp.c:58:22: style: Variable 'thr_nbr_max_fsh' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_omp.c:59:18: style: Variable 'thr_nbr_max' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_omp.c:60:18: style: Variable 'thr_nbr_rqs' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_pck.c:93:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_pck.c:106:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_pck.c:121:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_pck.c:160:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_pck.c:205:58: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_pck.c:250:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NAT [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_pck.c:477:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_ENOTATT [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_pck.c:548:58: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_pck.c:636:58: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_pck.c:748:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_pck.c:1092:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_pck.c:1234:55: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_ply.c:703:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] nco-5.2.3/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.2.3/src/nco/nco_pck.c:159:22: note: Assuming that condition 'nco_pck_map_sng==NULL' is not redundant nco-5.2.3/src/nco/nco_pck.c:160:112: note: Null pointer dereference nco-5.2.3/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.2.3/src/nco/nco_pck.c:159:22: note: Assuming that condition 'nco_pck_map_sng==NULL' is not redundant nco-5.2.3/src/nco/nco_pck.c:164:14: note: Null pointer dereference nco-5.2.3/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.2.3/src/nco/nco_pck.c:203:22: note: Assuming that condition 'nco_pck_plc_sng==NULL' is not redundant nco-5.2.3/src/nco/nco_pck.c:214:14: note: Null pointer dereference nco-5.2.3/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.2.3/src/nco/nco_pck.c:980:8: note: Assuming that condition 'min_var' is not redundant nco-5.2.3/src/nco/nco_pck.c:918:82: note: Null pointer dereference nco-5.2.3/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.2.3/src/nco/nco_pck.c:981:8: note: Assuming that condition 'max_var' is not redundant nco-5.2.3/src/nco/nco_pck.c:918:95: note: Null pointer dereference nco-5.2.3/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.2.3/src/nco/nco_pck.c:983:8: note: Assuming that condition 'hlf_var' is not redundant nco-5.2.3/src/nco/nco_pck.c:919:82: note: Null pointer dereference nco-5.2.3/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.2.3/src/nco/nco_pck.c:981:8: note: Assuming that condition 'max_var' is not redundant nco-5.2.3/src/nco/nco_pck.c:919:95: note: Null pointer dereference nco-5.2.3/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.2.3/src/nco/nco_pck.c:981:8: note: Assuming that condition 'max_var' is not redundant nco-5.2.3/src/nco/nco_pck.c:921:46: note: Null pointer dereference nco-5.2.3/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.2.3/src/nco/nco_pck.c:980:8: note: Assuming that condition 'min_var' is not redundant nco-5.2.3/src/nco/nco_pck.c:945:82: note: Null pointer dereference nco-5.2.3/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.2.3/src/nco/nco_pck.c:961:10: note: Assuming that condition 'zero_var' is not redundant nco-5.2.3/src/nco/nco_pck.c:960:36: note: Null pointer dereference nco-5.2.3/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.2.3/src/nco/nco_pck.c:1272:6: note: Assuming that condition 'var_tmp' is not redundant nco-5.2.3/src/nco/nco_pck.c:1263:24: note: Null pointer dereference nco-5.2.3/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.2.3/src/nco/nco_pck.c:1272:6: note: Assuming that condition 'var_tmp' is not redundant nco-5.2.3/src/nco/nco_pck.c:1264:24: note: Null pointer dereference nco-5.2.3/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.2.3/src/nco/nco_pck.c:1272:6: note: Assuming that condition 'var_tmp' is not redundant nco-5.2.3/src/nco/nco_pck.c:1271:3: note: Null pointer dereference nco-5.2.3/src/nco/nco_pck.c:160:112: error: Null pointer dereference [nullPointer] nco-5.2.3/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.2.3/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.2.3/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.2.3/src/nco/nco_pck.c:156:9: style: Variable 'nco_prg_nm' can be declared as pointer to const [constVariablePointer] nco-5.2.3/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.2.3/src/nco/nco_ply.c:1433:22: note: first condition nco-5.2.3/src/nco/nco_ply.c:1436:29: note: else if condition is opposite to first condition nco-5.2.3/src/nco/nco_pck.c:961:28: style: Variable 'zero_var' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_pck.c:980:24: style: Variable 'min_var' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_pck.c:981:24: style: Variable 'max_var' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_pck.c:982:32: style: Variable 'max_var_dpl' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_pck.c:983:24: style: Variable 'hlf_var' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_pck.c:984:26: style: Variable 'ndrv_var' is assigned a value that is never used. [unreadVariable] nco-5.2.3/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.2.3/src/nco/nco_ply.c:1388:19: note: $symbol is assigned nco-5.2.3/src/nco/nco_ply.c:1420:19: note: $symbol is overwritten nco-5.2.3/src/nco/nco_pck.c:1272:22: style: Variable 'var_tmp' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_ply.c:1454:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak] nco-5.2.3/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.2.3/src/nco/nco_ply.h:176:9: note: Function 'nco_poly_intersect' argument 4 names different: declaration 'r' definition 'nbr_r'. nco-5.2.3/src/nco/nco_ply.c:1463:11: note: Function 'nco_poly_intersect' argument 4 names different: declaration 'r' definition 'nbr_r'. nco-5.2.3/src/nco/nco_ply.c:467:15: style: Local variable 'bDeg' shadows outer variable [shadowVariable] nco-5.2.3/src/nco/nco_ply.c:440:14: note: Shadowed declaration nco-5.2.3/src/nco/nco_ply.c:467:15: note: Shadow variable nco-5.2.3/src/nco/nco_ply.c:185:27: style: Parameter 'pl' can be declared as pointer to const [constParameterPointer] nco-5.2.3/src/nco/nco_ply.c:691:12: style: Parameter 'pl' can be declared as pointer to const [constParameterPointer] nco-5.2.3/src/nco/nco_ply.c:764:9: style: Parameter 'sp_sng' can be declared as pointer to const [constParameterPointer] nco-5.2.3/src/nco/nco_ply.c:346:13: style: Variable 'lcl_x_in' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_ply.c:347:13: style: Variable 'lcl_y_in' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_ply.c:622:18: style: Variable 'lcl_dp_x' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_ply.c:798:12: style: Variable 'pl_vrl' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_ply.c:866:12: style: Variable 'pl_in' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_ply.c:906:8: style: Variable 'pl_in' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_ply.c:907:10: style: Variable 'pl_bnds' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_ply.c:947:12: style: Variable 'pl_in' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_ply.c:1005:8: style: Variable 'pl_in' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_ply.c:1006:10: style: Variable 'pl_bnds' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_ply_lst.c:141:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_ply_lst.c:307:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_ply_lst.c:449:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_ply_lst.c:668:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_ply_lst.c:726:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_ply_lst.c:1155:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_ply_lst.c:1241:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_ply_lst.c:1308:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_ppc.c:28:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_ppc.c:75:58: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_ppc.c:210:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_ppc.c:255:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_ppc.c:392:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_CHAR [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_ppc.c:687:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_DOUBLE [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/ncks.c:1302:23: style: Redundant condition: att_ttl_val. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] nco-5.2.3/src/nco/ncks.c:874:24: style: Assignment 'maxrss=0' is redundant with condition 'maxrss==0'. [duplicateConditionalAssign] nco-5.2.3/src/nco/ncks.c:874:12: note: Condition 'maxrss==0' nco-5.2.3/src/nco/ncks.c:874:24: note: Assignment 'maxrss=0' is redundant nco-5.2.3/src/nco/ncks.c:1480:13: warning: %i in format string (no. 6) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] nco-5.2.3/src/nco/ncks.c:1480:13: warning: %i in format string (no. 7) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] nco-5.2.3/src/nco/ncks.c:1317:10: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/ncks.c:1311:5: note: rcd is assigned nco-5.2.3/src/nco/ncks.c:1317:10: note: rcd is overwritten nco-5.2.3/src/nco/ncks.c:1319:10: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/ncks.c:1317:10: note: rcd is assigned nco-5.2.3/src/nco/ncks.c:1319:10: note: rcd is overwritten nco-5.2.3/src/nco/ncks.c:1656:20: style: Variable 'ddra_info.tmr_flg' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/ncks.c:1374:24: note: ddra_info.tmr_flg is assigned nco-5.2.3/src/nco/ncks.c:1656:20: note: ddra_info.tmr_flg is overwritten nco-5.2.3/src/nco/ncks.c:331:24: style: Variable 'opt_lng' can be declared as const array [constVariable] nco-5.2.3/src/nco/ncks.c:1298:12: style: Variable 'att_sng_ttl' can be declared as const array [constVariable] nco-5.2.3/src/nco/ncks.c:874:24: style: Variable 'maxrss' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncks.c:902:18: style: Variable 'cp' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncks.c:1260:12: style: Variable 'trr_nfo' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncks.c:1261:24: style: Variable 'trr_wxy' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncks.c:1313:29: style: Variable 'att_ttl_val' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncks.c:1325:14: style: Variable 'rgr_nfo' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncks.c:1606:22: style: Variable 'fl_bnr' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncks.c:1607:28: style: Variable 'fl_in_dpl' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncks.c:1608:22: style: Variable 'fl_prn' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncks.c:1609:24: style: Variable 'flt_sng' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncks.c:1610:30: style: Variable 'rec_dmn_nm' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncks.c:1613:22: style: Variable 'cmd_ln' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncks.c:1614:24: style: Variable 'cmp_sng' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncks.c:1616:32: style: Variable 'cnk_map_sng' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncks.c:1617:32: style: Variable 'cnk_plc_sng' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncks.c:1618:20: style: Variable 'fl_in' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncks.c:1620:30: style: Variable 'fl_out_tmp' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncks.c:1621:22: style: Variable 'fl_pth' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncks.c:1622:30: style: Variable 'fl_pth_lcl' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncks.c:1623:28: style: Variable 'in_id_arr' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncks.c:1624:24: style: Variable 'spr_nmr' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncks.c:1625:24: style: Variable 'spr_chr' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncks.c:1628:42: style: Variable 'fl_lst_in' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncks.c:1629:30: style: Variable 'fl_lst_abb' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncks.c:1630:28: style: Variable 'gaa_arg' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncks.c:1631:38: style: Variable 'grp_lst_in' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncks.c:1632:38: style: Variable 'var_lst_in' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncks.c:1643:16: style: Variable 'gpe' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncks.c:1644:16: style: Variable 'md5' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncks.c:1645:38: style: Variable 'rec_dmn_nm_fix' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncks.c:1646:24: style: Variable 'smr_sng' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncks.c:1647:36: style: Variable 'smr_fl_sz_sng' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncks.c:1648:32: style: Variable 'smr_xtn_sng' is assigned a value that is never used. [unreadVariable] nco-5.2.3/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.2.3/src/nco/nco_ppc.c:1291:11: portability: Casting from double * to unsigned long long * is not portable due to different binary data representations on different platforms. [invalidPointerCast] nco-5.2.3/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.2.3/src/nco/nco_ppc.h:54:14: note: Function 'nco_ppc_ini' argument 5 names different: declaration 'ppc_nbr' definition 'ppc_arg_nbr'. nco-5.2.3/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.2.3/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.2.3/src/nco/nco_ppc.h:70:23: note: Function 'nco_ppc_set_var' argument 1 names different: declaration 'var_nm_fll' definition 'var_nm'. nco-5.2.3/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.2.3/src/nco/nco_ppc.c:346:12: style:inconclusive: Function 'nco_ppc_around' argument 1 names different: declaration 'prc' definition 'ppc'. [funcArgNamesDifferent] nco-5.2.3/src/nco/nco_ppc.h:76:14: note: Function 'nco_ppc_around' argument 1 names different: declaration 'prc' definition 'ppc'. nco-5.2.3/src/nco/nco_ppc.c:346:12: note: Function 'nco_ppc_around' argument 1 names different: declaration 'prc' definition 'ppc'. nco-5.2.3/src/nco/nco_ply_lst.c:790:11: style: Condition '0&&nco_dbg_lvl_get()>=nco_dbg_dev' is always false [knownConditionTrueFalse] nco-5.2.3/src/nco/nco_ply_lst.c:885:14: style: Condition '0&&nco_dbg_lvl_get()>=nco_dbg_dev' is always false [knownConditionTrueFalse] nco-5.2.3/src/nco/nco_ply_lst.c:1376:11: style: Condition '0&&nco_dbg_lvl_get()>=nco_dbg_dev' is always false [knownConditionTrueFalse] nco-5.2.3/src/nco/nco_ply_lst.c:226: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.2.3/src/nco/nco_ply_lst.c:363: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.2.3/src/nco/nco_ply_lst.c:363: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.2.3/src/nco/nco_ply_lst.c:541: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.2.3/src/nco/nco_ply_lst.c:541: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.2.3/src/nco/nco_ply_lst.c:680: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.2.3/src/nco/nco_ply_lst.c:791: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.2.3/src/nco/nco_ply_lst.c:1049: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.2.3/src/nco/nco_ply_lst.c:1058: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.2.3/src/nco/nco_ply_lst.c:1088:13: portability: %ld in format string (no. 4) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] nco-5.2.3/src/nco/nco_ply_lst.c:1088:13: portability: %ld in format string (no. 5) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] nco-5.2.3/src/nco/nco_ply_lst.c:1377: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.2.3/src/nco/nco_ply_lst.c:1506:13: portability: %ld in format string (no. 4) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] nco-5.2.3/src/nco/nco_ply_lst.c:1506:13: portability: %ld in format string (no. 5) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] nco-5.2.3/src/nco/nco_ppc.c:189:22: style: Variable 'ppc_lst' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_ply_lst.c:806:14: style: Variable 'vrl_cnt' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_ply_lst.c:805:14: note: vrl_cnt is assigned nco-5.2.3/src/nco/nco_ply_lst.c:806:14: note: vrl_cnt is overwritten nco-5.2.3/src/nco/nco_ply_lst.c:638:20: style: Checking if unsigned expression 'jdx' is less than zero. [unsignedLessThanZero] nco-5.2.3/src/nco/nco_ply_lst.c:620:17: note: Assignment 'cnt_vrl=0', assigned value is 0 nco-5.2.3/src/nco/nco_ply_lst.c:638:20: note: Unsigned less than zero nco-5.2.3/src/nco/nco_ply_lst.c:73:9: style: Parameter 'area' can be declared as pointer to const [constParameterPointer] nco-5.2.3/src/nco/nco_ply_lst.c:74:6: style: Parameter 'msk' can be declared as pointer to const [constParameterPointer] nco-5.2.3/src/nco/nco_ply_lst.c:76:9: style: Parameter 'lon_ctr' can be declared as pointer to const [constParameterPointer] nco-5.2.3/src/nco/nco_ply_lst.c:240:6: style: Parameter 'msk' can be declared as pointer to const [constParameterPointer] nco-5.2.3/src/nco/nco_ply_lst.c:241:9: style: Parameter 'lat_ctr' can be declared as pointer to const [constParameterPointer] nco-5.2.3/src/nco/nco_ply_lst.c:242:9: style: Parameter 'lon_ctr' can be declared as pointer to const [constParameterPointer] nco-5.2.3/src/nco/nco_ply_lst.c:374:6: style: Parameter 'msk' can be declared as pointer to const [constParameterPointer] nco-5.2.3/src/nco/nco_ply_lst.c:375:9: style: Parameter 'lat_ctr' can be declared as pointer to const [constParameterPointer] nco-5.2.3/src/nco/nco_ply_lst.c:376:9: style: Parameter 'lon_ctr' can be declared as pointer to const [constParameterPointer] nco-5.2.3/src/nco/nco_ply_lst.c:1366:15: style: Variable 'pl' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_ply_lst.c:1586:29: warning: Size of pointer 'mem_lst' used instead of size of its data. [pointerSize] nco-5.2.3/src/nco/nco_ply_lst.c:1603:29: warning: Size of pointer 'mem_lst' used instead of size of its data. [pointerSize] nco-5.2.3/src/nco/nco_ply_lst.c:18:10: style: Variable 'jdx' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_ply_lst.c:365:9: style: Variable 'pl_msk' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_ply_lst.c:545:9: style: Variable 'pl_msk' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_ply_lst.c:682:8: style: Variable 'list' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_ply_lst.c:706:14: style: Variable 'thr_idx' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_ply_lst.c:1022:17: style: Variable 'pl_vrl' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_ply_lst.c:1102:15: style: Variable 'pl_lst_dbg' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_ply_lst.c:1119:10: style: Variable 'mem_lst' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_ply_lst.c:1250:7: style: Variable 'area' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_ply_lst.c:1286:15: style: Variable 'thr_idx' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_ply_lst.c:1521:10: style: Variable 'mem_lst' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rec_var.c:24:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_rec_var.c:84:53: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_rec_var.c:46:16: style: Variable 'rec_crd_nm' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_rth_flt.c:118:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable RAND_MAX [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_rth_flt.c:108:3: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg] nco-5.2.3/src/nco/nco_rth_flt.c:108:4: style: Variable 'x' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rth_utl.c:284:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_rth_utl.c:334:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_rth_utl.c:406:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_rth_utl.c:426:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_rth_utl.c:445:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_rth_utl.c:288:14: warning: Either the condition 'nco_op_sng==NULL' is redundant or there is possible null pointer dereference: nco_op_sng. [nullPointerRedundantCheck] nco-5.2.3/src/nco/nco_rth_utl.c:271:17: note: Assuming that condition 'nco_op_sng==NULL' is not redundant nco-5.2.3/src/nco/nco_rth_utl.c:288:14: note: Null pointer dereference nco-5.2.3/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.2.3/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.2.3/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.2.3/src/nco/nco_rth_utl.c:265:9: style: Variable 'nco_prg_nm' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_s1d.c:149:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_s1d.c:1265:46: portability: %ld in format string (no. 5) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] nco-5.2.3/src/nco/nco_s1d.c:1705:60: portability: %ld in format string (no. 3) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] nco-5.2.3/src/nco/nco_s1d.c:274:25: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_s1d.c:270:8: note: rcd is assigned nco-5.2.3/src/nco/nco_s1d.c:274:25: note: rcd is overwritten nco-5.2.3/src/nco/nco_s1d.c:369:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_s1d.c:357:6: note: rcd is assigned nco-5.2.3/src/nco/nco_s1d.c:369:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_s1d.c:361:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_s1d.c:360:8: note: rcd is assigned nco-5.2.3/src/nco/nco_s1d.c:361:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_s1d.c:362:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_s1d.c:361:8: note: rcd is assigned nco-5.2.3/src/nco/nco_s1d.c:362:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_s1d.c:363:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_s1d.c:362:8: note: rcd is assigned nco-5.2.3/src/nco/nco_s1d.c:363:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_s1d.c:364:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_s1d.c:363:8: note: rcd is assigned nco-5.2.3/src/nco/nco_s1d.c:364:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_s1d.c:365:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_s1d.c:364:8: note: rcd is assigned nco-5.2.3/src/nco/nco_s1d.c:365:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_s1d.c:366:23: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_s1d.c:365:8: note: rcd is assigned nco-5.2.3/src/nco/nco_s1d.c:366:23: note: rcd is overwritten nco-5.2.3/src/nco/nco_s1d.c:369:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_s1d.c:366:23: note: rcd is assigned nco-5.2.3/src/nco/nco_s1d.c:369:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_s1d.c:377:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_s1d.c:369:6: note: rcd is assigned nco-5.2.3/src/nco/nco_s1d.c:377:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_s1d.c:373:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_s1d.c:372:8: note: rcd is assigned nco-5.2.3/src/nco/nco_s1d.c:373:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_s1d.c:374:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_s1d.c:373:8: note: rcd is assigned nco-5.2.3/src/nco/nco_s1d.c:374:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_s1d.c:377:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_s1d.c:374:8: note: rcd is assigned nco-5.2.3/src/nco/nco_s1d.c:377:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_s1d.c:389:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_s1d.c:377:6: note: rcd is assigned nco-5.2.3/src/nco/nco_s1d.c:389:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_s1d.c:381:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_s1d.c:380:8: note: rcd is assigned nco-5.2.3/src/nco/nco_s1d.c:381:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_s1d.c:382:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_s1d.c:381:8: note: rcd is assigned nco-5.2.3/src/nco/nco_s1d.c:382:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_s1d.c:383:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_s1d.c:382:8: note: rcd is assigned nco-5.2.3/src/nco/nco_s1d.c:383:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_s1d.c:384:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_s1d.c:383:8: note: rcd is assigned nco-5.2.3/src/nco/nco_s1d.c:384:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_s1d.c:386:23: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_s1d.c:384:8: note: rcd is assigned nco-5.2.3/src/nco/nco_s1d.c:386:23: note: rcd is overwritten nco-5.2.3/src/nco/nco_s1d.c:389:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_s1d.c:386:23: note: rcd is assigned nco-5.2.3/src/nco/nco_s1d.c:389:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_s1d.c:403:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_s1d.c:389:6: note: rcd is assigned nco-5.2.3/src/nco/nco_s1d.c:403:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_s1d.c:393:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_s1d.c:392:8: note: rcd is assigned nco-5.2.3/src/nco/nco_s1d.c:393:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_s1d.c:394:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_s1d.c:393:8: note: rcd is assigned nco-5.2.3/src/nco/nco_s1d.c:394:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_s1d.c:395:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_s1d.c:394:8: note: rcd is assigned nco-5.2.3/src/nco/nco_s1d.c:395:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_s1d.c:396:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_s1d.c:395:8: note: rcd is assigned nco-5.2.3/src/nco/nco_s1d.c:396:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_s1d.c:397:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_s1d.c:396:8: note: rcd is assigned nco-5.2.3/src/nco/nco_s1d.c:397:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_s1d.c:399:23: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_s1d.c:397:8: note: rcd is assigned nco-5.2.3/src/nco/nco_s1d.c:399:23: note: rcd is overwritten nco-5.2.3/src/nco/nco_s1d.c:400:23: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_s1d.c:399:23: note: rcd is assigned nco-5.2.3/src/nco/nco_s1d.c:400:23: note: rcd is overwritten nco-5.2.3/src/nco/nco_s1d.c:403:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_s1d.c:400:23: note: rcd is assigned nco-5.2.3/src/nco/nco_s1d.c:403:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_s1d.c:434:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_s1d.c:403:6: note: rcd is assigned nco-5.2.3/src/nco/nco_s1d.c:434:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_s1d.c:407:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_s1d.c:406:8: note: rcd is assigned nco-5.2.3/src/nco/nco_s1d.c:407:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_s1d.c:408:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_s1d.c:407:8: note: rcd is assigned nco-5.2.3/src/nco/nco_s1d.c:408:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_s1d.c:409:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_s1d.c:408:8: note: rcd is assigned nco-5.2.3/src/nco/nco_s1d.c:409:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_s1d.c:434:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_s1d.c:409:8: note: rcd is assigned nco-5.2.3/src/nco/nco_s1d.c:434:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_s1d.c:434:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_s1d.c:417:22: note: rcd is assigned nco-5.2.3/src/nco/nco_s1d.c:434:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_s1d.c:434:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_s1d.c:418:22: note: rcd is assigned nco-5.2.3/src/nco/nco_s1d.c:434:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_s1d.c:434:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_s1d.c:419:22: note: rcd is assigned nco-5.2.3/src/nco/nco_s1d.c:434:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_s1d.c:434:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_s1d.c:420:22: note: rcd is assigned nco-5.2.3/src/nco/nco_s1d.c:434:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_s1d.c:434:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_s1d.c:421:22: note: rcd is assigned nco-5.2.3/src/nco/nco_s1d.c:434:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_s1d.c:612:23: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_s1d.c:434:6: note: rcd is assigned nco-5.2.3/src/nco/nco_s1d.c:612:23: note: rcd is overwritten nco-5.2.3/src/nco/nco_s1d.c:612:23: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_s1d.c:538:19: note: rcd is assigned nco-5.2.3/src/nco/nco_s1d.c:612:23: note: rcd is overwritten nco-5.2.3/src/nco/nco_s1d.c:612:23: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_s1d.c:539:19: note: rcd is assigned nco-5.2.3/src/nco/nco_s1d.c:612:23: note: rcd is overwritten nco-5.2.3/src/nco/nco_s1d.c:612:23: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_s1d.c:540:19: note: rcd is assigned nco-5.2.3/src/nco/nco_s1d.c:612:23: note: rcd is overwritten nco-5.2.3/src/nco/nco_s1d.c:612:23: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_s1d.c:541:19: note: rcd is assigned nco-5.2.3/src/nco/nco_s1d.c:612:23: note: rcd is overwritten nco-5.2.3/src/nco/nco_s1d.c:612:23: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_s1d.c:542:19: note: rcd is assigned nco-5.2.3/src/nco/nco_s1d.c:612:23: note: rcd is overwritten nco-5.2.3/src/nco/nco_s1d.c:568:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_s1d.c:567:8: note: rcd is assigned nco-5.2.3/src/nco/nco_s1d.c:568:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_s1d.c:612:23: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_s1d.c:568:8: note: rcd is assigned nco-5.2.3/src/nco/nco_s1d.c:612:23: note: rcd is overwritten nco-5.2.3/src/nco/nco_s1d.c:573:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_s1d.c:572:8: note: rcd is assigned nco-5.2.3/src/nco/nco_s1d.c:573:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_s1d.c:612:23: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_s1d.c:573:8: note: rcd is assigned nco-5.2.3/src/nco/nco_s1d.c:612:23: note: rcd is overwritten nco-5.2.3/src/nco/nco_s1d.c:578:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_s1d.c:577:8: note: rcd is assigned nco-5.2.3/src/nco/nco_s1d.c:578:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_s1d.c:612:23: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_s1d.c:578:8: note: rcd is assigned nco-5.2.3/src/nco/nco_s1d.c:612:23: note: rcd is overwritten nco-5.2.3/src/nco/nco_s1d.c:583:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_s1d.c:582:8: note: rcd is assigned nco-5.2.3/src/nco/nco_s1d.c:583:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_s1d.c:612:23: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_s1d.c:583:8: note: rcd is assigned nco-5.2.3/src/nco/nco_s1d.c:612:23: note: rcd is overwritten nco-5.2.3/src/nco/nco_s1d.c:588:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_s1d.c:587:8: note: rcd is assigned nco-5.2.3/src/nco/nco_s1d.c:588:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_s1d.c:612:23: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_s1d.c:588:8: note: rcd is assigned nco-5.2.3/src/nco/nco_s1d.c:612:23: note: rcd is overwritten nco-5.2.3/src/nco/nco_s1d.c:593:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_s1d.c:592:8: note: rcd is assigned nco-5.2.3/src/nco/nco_s1d.c:593:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_s1d.c:612:23: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_s1d.c:593:8: note: rcd is assigned nco-5.2.3/src/nco/nco_s1d.c:612:23: note: rcd is overwritten nco-5.2.3/src/nco/nco_s1d.c:598:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_s1d.c:597:8: note: rcd is assigned nco-5.2.3/src/nco/nco_s1d.c:598:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_s1d.c:612:23: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_s1d.c:598:8: note: rcd is assigned nco-5.2.3/src/nco/nco_s1d.c:612:23: note: rcd is overwritten nco-5.2.3/src/nco/nco_s1d.c:711:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_s1d.c:617:21: note: rcd is assigned nco-5.2.3/src/nco/nco_s1d.c:711:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_s1d.c:620:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_s1d.c:619:8: note: rcd is assigned nco-5.2.3/src/nco/nco_s1d.c:620:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_s1d.c:711:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_s1d.c:620:8: note: rcd is assigned nco-5.2.3/src/nco/nco_s1d.c:711:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_s1d.c:711:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_s1d.c:622:38: note: rcd is assigned nco-5.2.3/src/nco/nco_s1d.c:711:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_s1d.c:711:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_s1d.c:655:8: note: rcd is assigned nco-5.2.3/src/nco/nco_s1d.c:711:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_s1d.c:659:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_s1d.c:658:8: note: rcd is assigned nco-5.2.3/src/nco/nco_s1d.c:659:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_s1d.c:711:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_s1d.c:659:8: note: rcd is assigned nco-5.2.3/src/nco/nco_s1d.c:711:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_s1d.c:711:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_s1d.c:661:38: note: rcd is assigned nco-5.2.3/src/nco/nco_s1d.c:711:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_s1d.c:712:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_s1d.c:711:8: note: rcd is assigned nco-5.2.3/src/nco/nco_s1d.c:712:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_s1d.c:713:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_s1d.c:712:8: note: rcd is assigned nco-5.2.3/src/nco/nco_s1d.c:713:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_s1d.c:714:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_s1d.c:713:8: note: rcd is assigned nco-5.2.3/src/nco/nco_s1d.c:714:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_s1d.c:715:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_s1d.c:714:8: note: rcd is assigned nco-5.2.3/src/nco/nco_s1d.c:715:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_s1d.c:716:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_s1d.c:715:8: note: rcd is assigned nco-5.2.3/src/nco/nco_s1d.c:716:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_s1d.c:717:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_s1d.c:716:8: note: rcd is assigned nco-5.2.3/src/nco/nco_s1d.c:717:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_s1d.c:718:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_s1d.c:717:8: note: rcd is assigned nco-5.2.3/src/nco/nco_s1d.c:718:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_s1d.c:719:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_s1d.c:718:8: note: rcd is assigned nco-5.2.3/src/nco/nco_s1d.c:719:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_s1d.c:722:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_s1d.c:721:8: note: rcd is assigned nco-5.2.3/src/nco/nco_s1d.c:722:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_s1d.c:723:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_s1d.c:722:8: note: rcd is assigned nco-5.2.3/src/nco/nco_s1d.c:723:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_s1d.c:724:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_s1d.c:723:8: note: rcd is assigned nco-5.2.3/src/nco/nco_s1d.c:724:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_s1d.c:725:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_s1d.c:724:8: note: rcd is assigned nco-5.2.3/src/nco/nco_s1d.c:725:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_s1d.c:726:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_s1d.c:725:8: note: rcd is assigned nco-5.2.3/src/nco/nco_s1d.c:726:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_s1d.c:727:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_s1d.c:726:8: note: rcd is assigned nco-5.2.3/src/nco/nco_s1d.c:727:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_s1d.c:728:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_s1d.c:727:8: note: rcd is assigned nco-5.2.3/src/nco/nco_s1d.c:728:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_s1d.c:729:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_s1d.c:728:8: note: rcd is assigned nco-5.2.3/src/nco/nco_s1d.c:729:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_s1d.c:747:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_s1d.c:741:43: note: rcd is assigned nco-5.2.3/src/nco/nco_s1d.c:747:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_s1d.c:747:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_s1d.c:744:41: note: rcd is assigned nco-5.2.3/src/nco/nco_s1d.c:747:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_s1d.c:811:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_s1d.c:804:43: note: rcd is assigned nco-5.2.3/src/nco/nco_s1d.c:811:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_s1d.c:812:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_s1d.c:811:8: note: rcd is assigned nco-5.2.3/src/nco/nco_s1d.c:812:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_s1d.c:826:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_s1d.c:812:8: note: rcd is assigned nco-5.2.3/src/nco/nco_s1d.c:826:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_s1d.c:918:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_s1d.c:899:6: note: rcd is assigned nco-5.2.3/src/nco/nco_s1d.c:918:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_s1d.c:918:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_s1d.c:902:8: note: rcd is assigned nco-5.2.3/src/nco/nco_s1d.c:918:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_s1d.c:919:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_s1d.c:918:6: note: rcd is assigned nco-5.2.3/src/nco/nco_s1d.c:919:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_s1d.c:920:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_s1d.c:919:6: note: rcd is assigned nco-5.2.3/src/nco/nco_s1d.c:920:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_s1d.c:951:10: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_s1d.c:920:6: note: rcd is assigned nco-5.2.3/src/nco/nco_s1d.c:951:10: note: rcd is overwritten nco-5.2.3/src/nco/nco_s1d.c:1056:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_s1d.c:1054:30: note: rcd is assigned nco-5.2.3/src/nco/nco_s1d.c:1056:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_s1d.c:1057:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_s1d.c:1056:8: note: rcd is assigned nco-5.2.3/src/nco/nco_s1d.c:1057:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_s1d.c:1068:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_s1d.c:1066:30: note: rcd is assigned nco-5.2.3/src/nco/nco_s1d.c:1068:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_s1d.c:1069:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_s1d.c:1068:8: note: rcd is assigned nco-5.2.3/src/nco/nco_s1d.c:1069:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_s1d.c:1080:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_s1d.c:1078:30: note: rcd is assigned nco-5.2.3/src/nco/nco_s1d.c:1080:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_s1d.c:1081:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_s1d.c:1080:8: note: rcd is assigned nco-5.2.3/src/nco/nco_s1d.c:1081:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_s1d.c:1119:10: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_s1d.c:1118:10: note: rcd is assigned nco-5.2.3/src/nco/nco_s1d.c:1119:10: note: rcd is overwritten nco-5.2.3/src/nco/nco_s1d.c:1125:7: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_s1d.c:1124:7: note: rcd is assigned nco-5.2.3/src/nco/nco_s1d.c:1125:7: note: rcd is overwritten nco-5.2.3/src/nco/nco_s1d.c:1373:5: style: Variable 'rcd' is reassigned a value before the old one has been used. 'break;' missing? [redundantAssignInSwitch] nco-5.2.3/src/nco/nco_s1d.c:1125:7: note: $symbol is assigned nco-5.2.3/src/nco/nco_s1d.c:1373:5: note: $symbol is overwritten nco-5.2.3/src/nco/nco_s1d.c:1373:5: style: Variable 'rcd' is reassigned a value before the old one has been used. 'break;' missing? [redundantAssignInSwitch] nco-5.2.3/src/nco/nco_s1d.c:1136:9: note: $symbol is assigned nco-5.2.3/src/nco/nco_s1d.c:1373:5: note: $symbol is overwritten nco-5.2.3/src/nco/nco_s1d.c:1323:11: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_s1d.c:1318:11: note: rcd is assigned nco-5.2.3/src/nco/nco_s1d.c:1323:11: note: rcd is overwritten nco-5.2.3/src/nco/nco_s1d.c:1373:5: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_s1d.c:1323:11: note: rcd is assigned nco-5.2.3/src/nco/nco_s1d.c:1373:5: note: rcd is overwritten nco-5.2.3/src/nco/nco_s1d.c:1373:5: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_s1d.c:1358:7: note: rcd is assigned nco-5.2.3/src/nco/nco_s1d.c:1373:5: note: rcd is overwritten nco-5.2.3/src/nco/nco_s1d.c:1362:9: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_s1d.c:1361:9: note: rcd is assigned nco-5.2.3/src/nco/nco_s1d.c:1362:9: note: rcd is overwritten nco-5.2.3/src/nco/nco_s1d.c:1369:11: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_s1d.c:1364:11: note: rcd is assigned nco-5.2.3/src/nco/nco_s1d.c:1369:11: note: rcd is overwritten nco-5.2.3/src/nco/nco_s1d.c:1373:5: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_s1d.c:1369:11: note: rcd is assigned nco-5.2.3/src/nco/nco_s1d.c:1373:5: note: rcd is overwritten nco-5.2.3/src/nco/nco_s1d.c:1493:5: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_s1d.c:1492:5: note: rcd is assigned nco-5.2.3/src/nco/nco_s1d.c:1493:5: note: rcd is overwritten nco-5.2.3/src/nco/nco_s1d.c:1494:5: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_s1d.c:1493:5: note: rcd is assigned nco-5.2.3/src/nco/nco_s1d.c:1494:5: note: rcd is overwritten nco-5.2.3/src/nco/nco_s1d.c:1495:5: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_s1d.c:1494:5: note: rcd is assigned nco-5.2.3/src/nco/nco_s1d.c:1495:5: note: rcd is overwritten nco-5.2.3/src/nco/nco_s1d.c:1502:5: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_s1d.c:1495:5: note: rcd is assigned nco-5.2.3/src/nco/nco_s1d.c:1502:5: note: rcd is overwritten nco-5.2.3/src/nco/nco_s1d.c:1503:5: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_s1d.c:1502:5: note: rcd is assigned nco-5.2.3/src/nco/nco_s1d.c:1503:5: note: rcd is overwritten nco-5.2.3/src/nco/nco_s1d.c:1580:5: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_s1d.c:1503:5: note: rcd is assigned nco-5.2.3/src/nco/nco_s1d.c:1580:5: note: rcd is overwritten nco-5.2.3/src/nco/nco_s1d.c:1580:5: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_s1d.c:1512:7: note: rcd is assigned nco-5.2.3/src/nco/nco_s1d.c:1580:5: note: rcd is overwritten nco-5.2.3/src/nco/nco_s1d.c:1580:5: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_s1d.c:1563:7: note: rcd is assigned nco-5.2.3/src/nco/nco_s1d.c:1580:5: note: rcd is overwritten nco-5.2.3/src/nco/nco_s1d.c:1569:9: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_s1d.c:1568:9: note: rcd is assigned nco-5.2.3/src/nco/nco_s1d.c:1569:9: note: rcd is overwritten nco-5.2.3/src/nco/nco_s1d.c:1570:9: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_s1d.c:1569:9: note: rcd is assigned nco-5.2.3/src/nco/nco_s1d.c:1570:9: note: rcd is overwritten nco-5.2.3/src/nco/nco_s1d.c:1580:5: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_s1d.c:1570:9: note: rcd is assigned nco-5.2.3/src/nco/nco_s1d.c:1580:5: note: rcd is overwritten nco-5.2.3/src/nco/nco_s1d.c:151:9: style: Variable 'fl_in' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_s1d.c:170:9: style: Variable 'mec_nm_out' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_s1d.c:255:11: style: Variable 'fl_pth_lcl' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_s1d.c:443:9: style: Variable 'dmn_nm_cp' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_s1d.c:635:9: style: Variable 'bnd_nm_out' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_s1d.c:636:9: style: Variable 'col_nm_out' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_s1d.c:637:9: style: Variable 'lat_nm_out' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_s1d.c:638:9: style: Variable 'lon_nm_out' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_s1d.c:926:9: style: Variable 'area_nm' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_s1d.c:631:38: warning: Uninitialized variable: lat_nbr [uninitvar] nco-5.2.3/src/nco/nco_s1d.c:618:6: note: Assuming condition is false nco-5.2.3/src/nco/nco_s1d.c:631:38: note: Uninitialized variable: lat_nbr nco-5.2.3/src/nco/nco_s1d.c:629:27: error: Uninitialized variable: col_nbr [legacyUninitvar] nco-5.2.3/src/nco/nco_s1d.c:1430:28: style: Variable 'dmn_ids_in' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_s1d.c:1431:30: style: Variable 'dmn_ids_out' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_s1d.c:1434:22: style: Variable 'dmn_srt' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_s1d.c:1435:28: style: Variable 'dmn_cnt_in' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_s1d.c:1436:30: style: Variable 'dmn_cnt_out' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_s1d.c:1889:27: style: Variable 'dmn_ids_in' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_s1d.c:1890:29: style: Variable 'dmn_ids_out' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_s1d.c:1891:21: style: Variable 'dmn_srt' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_s1d.c:1892:27: style: Variable 'dmn_cnt_in' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_s1d.c:1893:29: style: Variable 'dmn_cnt_out' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_s1d.c:1910:34: style: Variable 'cols1d_active' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_s1d.c:1911:30: style: Variable 'cols1d_ityp' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_s1d.c:1912:36: style: Variable 'cols1d_ityplun' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_s1d.c:1913:28: style: Variable 'cols1d_ixy' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_s1d.c:1914:28: style: Variable 'cols1d_jxy' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_s1d.c:1915:34: style: Variable 'land1d_active' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_s1d.c:1916:36: style: Variable 'land1d_ityplun' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_s1d.c:1917:34: style: Variable 'pfts1d_active' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_s1d.c:1918:38: style: Variable 'pfts1d_ityp_veg' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_s1d.c:1919:36: style: Variable 'pfts1d_ityplun' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_s1d.c:1920:28: style: Variable 'pfts1d_ixy' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_s1d.c:1921:28: style: Variable 'pfts1d_jxy' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_s1d.c:1923:28: style: Variable 'topo1d_ixy' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_s1d.c:1924:28: style: Variable 'topo1d_jxy' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_s1d.c:1926:26: style: Variable 'clm_nm_in' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_s1d.c:1927:26: style: Variable 'grd_nm_in' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_s1d.c:1928:26: style: Variable 'lnd_nm_in' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_s1d.c:1929:26: style: Variable 'pft_nm_in' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_s1d.c:1930:26: style: Variable 'tpo_nm_in' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_s1d.c:1931:28: style: Variable 'clm_nm_out' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_s1d.c:1932:28: style: Variable 'grd_nm_out' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_s1d.c:1933:28: style: Variable 'lnd_nm_out' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_s1d.c:1934:28: style: Variable 'pft_nm_out' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_s1d.c:1935:28: style: Variable 'tpo_nm_out' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_s1d.c:1937:32: style: Variable 'levcan_nm_in' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_s1d.c:1938:34: style: Variable 'levgrnd_nm_in' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_s1d.c:1939:32: style: Variable 'levlak_nm_in' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_s1d.c:1940:32: style: Variable 'levsno_nm_in' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_s1d.c:1941:34: style: Variable 'levsno1_nm_in' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_s1d.c:1942:32: style: Variable 'levtot_nm_in' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_s1d.c:1943:32: style: Variable 'numrad_nm_in' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_s1d.c:1945:34: style: Variable 'levcan_nm_out' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_s1d.c:1946:36: style: Variable 'levgrnd_nm_out' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_s1d.c:1947:34: style: Variable 'levlak_nm_out' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_s1d.c:1948:34: style: Variable 'levsno_nm_out' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_s1d.c:1949:36: style: Variable 'levsno1_nm_out' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_s1d.c:1950:34: style: Variable 'levtot_nm_out' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_s1d.c:1951:34: style: Variable 'numrad_nm_out' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_prn.c:19:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_GLOBAL [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_prn.c:60:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_prn.c:1301:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_prn.c:1721:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_prn.c:2047:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_prn.c:3054:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_prn.c:3478:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_prn.c:3810:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_prn.c:4087:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_prn.c:4491:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_scl_utl.c:30:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_DOUBLE [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_scl_utl.c:119:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_scm.c:54:71: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_scm.c:153:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_scm.c:181:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_scm.c:270:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] nco-5.2.3/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.2.3/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.2.3/src/nco/nco_scm.c:95:16: note: Assuming that condition 'usc_1_ptr==NULL' is not redundant nco-5.2.3/src/nco/nco_scm.c:96:34: note: Null pointer subtraction nco-5.2.3/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.2.3/src/nco/nco_scm.c:95:16: note: Assuming that condition 'usc_1_ptr==NULL' is not redundant nco-5.2.3/src/nco/nco_scm.c:97:29: note: Null pointer addition nco-5.2.3/src/nco/nco_scm.c:20:9: style: Variable 'cvs_nm_ptr' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_scm.c:24:9: style: Variable 'dsh_ptr' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_scm.c:25:9: style: Variable 'dlr_ptr' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_scm.c:26:9: style: Variable 'nco_sng_ptr' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_scm.c:28:9: style: Variable 'usc_2_ptr' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_scm.c:65:16: style: Variable 'gmt_tm' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_scm.c:163:9: style: Variable 'dlr_ptr' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_scm.c:166:9: style: Variable 'of_ptr' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_scm.c:283:24: style: Variable 'date_cvs' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_scm.c:284:22: style: Variable 'vrs_rcs' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_scm.c:285:22: style: Variable 'vrs_cvs' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_sld.c:48:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_sld.c:250:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_sld.c:93:29: style: Assignment 'cnv_nbr=3' is redundant with condition 'cnv_nbr==3'. [duplicateConditionalAssign] nco-5.2.3/src/nco/nco_sld.c:93:16: note: Condition 'cnv_nbr==3' nco-5.2.3/src/nco/nco_sld.c:93:29: note: Assignment 'cnv_nbr=3' is redundant nco-5.2.3/src/nco/nco_sld.c:377:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_sld.c:376:6: note: rcd is assigned nco-5.2.3/src/nco/nco_sld.c:377:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_sld.c:378:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_sld.c:377:6: note: rcd is assigned nco-5.2.3/src/nco/nco_sld.c:378:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_sld.c:411:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_sld.c:408:28: note: rcd is assigned nco-5.2.3/src/nco/nco_sld.c:411:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_sld.c:413:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_sld.c:411:6: note: rcd is assigned nco-5.2.3/src/nco/nco_sld.c:413:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_sld.c:416:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_sld.c:413:6: note: rcd is assigned nco-5.2.3/src/nco/nco_sld.c:416:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_sld.c:417:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_sld.c:416:6: note: rcd is assigned nco-5.2.3/src/nco/nco_sld.c:417:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_sld.c:418:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_sld.c:417:6: note: rcd is assigned nco-5.2.3/src/nco/nco_sld.c:418:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_sld.c:427:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_sld.c:418:6: note: rcd is assigned nco-5.2.3/src/nco/nco_sld.c:427:6: note: rcd is overwritten nco-5.2.3/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.2.3/src/nco/nco_sld.h:93:13: note: Function 'nco_trr_read' argument 1 names different: declaration 'trr_nfo' definition 'trr'. nco-5.2.3/src/nco/nco_sld.c:221:11: note: Function 'nco_trr_read' argument 1 names different: declaration 'trr_nfo' definition 'trr'. nco-5.2.3/src/nco/nco_sld.c:20:15: style: Parameter 'trr_wxy' can be declared as pointer to const [constParameterPointer] nco-5.2.3/src/nco/nco_sld.c:230:9: style: Variable 'fl_out' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_sld.c:231:9: style: Variable 'fl_out_tmp' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_sld.c:232:9: style: Variable 'var_nm' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_sld.c:233:9: style: Variable 'wvl_nm' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_sld.c:234:9: style: Variable 'xdm_nm' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_sld.c:235:9: style: Variable 'ydm_nm' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_sld.c:182:22: style: Variable 'trr_lst' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_sng_utl.c:258:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_sng_utl.c:417:55: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_sng_utl.c:457:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_sng_utl.c:714:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_sng_utl.c:829:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_FLOAT [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_sng_utl.c:914:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_sng_utl.c:735:8: style: The if condition is the same as the previous if condition [duplicateCondition] nco-5.2.3/src/nco/nco_sng_utl.c:728:8: note: First condition nco-5.2.3/src/nco/nco_sng_utl.c:735:8: note: Second condition nco-5.2.3/src/nco/nco_sng_utl.c:411:22: style: Condition 'idx_chr>0' is always true [knownConditionTrueFalse] nco-5.2.3/src/nco/nco_sng_utl.c:405:16: note: Assuming that condition 'idx_chr==0' is not redundant nco-5.2.3/src/nco/nco_sng_utl.c:411:22: note: Condition 'idx_chr>0' is always true nco-5.2.3/src/nco/nco_sng_utl.c:593:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak] nco-5.2.3/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.2.3/src/nco/nco_sng_utl.h:144:8: note: Function 'sng2sng_sf' argument 2 names different: declaration 'flg_typ' definition 'flg_sf'. nco-5.2.3/src/nco/nco_sng_utl.c:522:6: note: Function 'sng2sng_sf' argument 2 names different: declaration 'flg_typ' definition 'flg_sf'. nco-5.2.3/src/nco/nco_sng_utl.c:660:15: style: Parameter 'sng' can be declared as pointer to const [constParameterPointer] nco-5.2.3/src/nco/nco_sng_utl.c:748:15: style: Parameter 'sng' can be declared as pointer to const [constParameterPointer] nco-5.2.3/src/nco/nco_sng_utl.c:755:9: style: Variable 'dcm_ptr' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_sng_utl.c:810:13: style: Variable 'end' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_sng_utl.c:892:15: style: Variable 'wht_lst' can be declared as const array [constVariable] nco-5.2.3/src/nco/nco_sng_utl.c:318:9: style: Variable 'nm_cpy' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_sng_utl.c:379:9: style: Variable 'nm_cpy' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_sng_utl.c:514:9: style: Variable 'nm_cpy' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_sng_utl.c:904:28: style: Variable 'dap4_url_sng' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_sng_utl.c:905:28: style: Variable 'http_url_sng' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_sng_utl.c:906:29: style: Variable 'https_url_sng' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:74:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_rgr.c:234:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_rgr.c:935:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_rgr.c:3943:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_rgr.c:7041:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_rgr.c:7110:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_rgr.c:7411:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_rgr.c:7921:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_rgr.c:8279:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_DOUBLE [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_rgr.c:9205:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_DOUBLE [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_rgr.c:11880:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_rgr.c:11902:56: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_rgr.c:11928:56: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_rgr.c:12095:58: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_rgr.c:12157:59: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_sph.c:176:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_sph.c:584:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_sph.c:689:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_sph.c:801:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_sph.c:855:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_sph.c:951:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_sph.c:1156:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_sph.c:1297:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_sph.c:1572:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_sph.c:1655:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_sph.c:1880:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_sph.c:1975:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_sph.c:2417:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_sph.c:2647:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_sph.c:2778:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_sph.c:2838:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_sph.c:3323:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_sph.c:3814:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_prn.c:1432:14: style: Expression is always true because 'else if' condition is opposite to previous condition at line 1430. [multiCondition] nco-5.2.3/src/nco/nco_prn.c:1430:14: note: first condition nco-5.2.3/src/nco/nco_prn.c:1432:14: note: else if condition is opposite to first condition nco-5.2.3/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.2.3/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.2.3/src/nco/nco_grp_utl.c:9908:12: style: Expression is always true because 'else if' condition is opposite to previous condition at line 9895. [multiCondition] nco-5.2.3/src/nco/nco_grp_utl.c:9895:6: note: first condition nco-5.2.3/src/nco/nco_grp_utl.c:9908:12: note: else if condition is opposite to first condition nco-5.2.3/src/nco/nco_grp_utl.c:720:18: style: The if condition is the same as the previous if condition [duplicateCondition] nco-5.2.3/src/nco/nco_grp_utl.c:710:18: note: First condition nco-5.2.3/src/nco/nco_grp_utl.c:720:18: note: Second condition nco-5.2.3/src/nco/nco_grp_utl.c:838:19: style: The if condition is the same as the previous if condition [duplicateCondition] nco-5.2.3/src/nco/nco_grp_utl.c:837:19: note: First condition nco-5.2.3/src/nco/nco_grp_utl.c:838:19: note: Second condition nco-5.2.3/src/nco/nco_grp_utl.c:839:19: style: The if condition is the same as the previous if condition [duplicateCondition] nco-5.2.3/src/nco/nco_grp_utl.c:838:19: note: First condition nco-5.2.3/src/nco/nco_grp_utl.c:839:19: note: Second condition nco-5.2.3/src/nco/nco_grp_utl.c:840:19: style: The if condition is the same as the previous if condition [duplicateCondition] nco-5.2.3/src/nco/nco_grp_utl.c:839:19: note: First condition nco-5.2.3/src/nco/nco_grp_utl.c:840:19: note: Second condition nco-5.2.3/src/nco/nco_grp_utl.c:842:19: style: The if condition is the same as the previous if condition [duplicateCondition] nco-5.2.3/src/nco/nco_grp_utl.c:841:19: note: First condition nco-5.2.3/src/nco/nco_grp_utl.c:842:19: note: Second condition nco-5.2.3/src/nco/nco_grp_utl.c:931:26: style: The if condition is the same as the previous if condition [duplicateCondition] nco-5.2.3/src/nco/nco_grp_utl.c:930:26: note: First condition nco-5.2.3/src/nco/nco_grp_utl.c:931:26: note: Second condition nco-5.2.3/src/nco/nco_grp_utl.c:933:26: style: The if condition is the same as the previous if condition [duplicateCondition] nco-5.2.3/src/nco/nco_grp_utl.c:932:26: note: First condition nco-5.2.3/src/nco/nco_grp_utl.c:933:26: note: Second condition nco-5.2.3/src/nco/nco_grp_utl.c:934:26: style: The if condition is the same as the previous if condition [duplicateCondition] nco-5.2.3/src/nco/nco_grp_utl.c:933:26: note: First condition nco-5.2.3/src/nco/nco_grp_utl.c:934:26: note: Second condition nco-5.2.3/src/nco/nco_grp_utl.c:3696:17: style: The if condition is the same as the previous if condition [duplicateCondition] nco-5.2.3/src/nco/nco_grp_utl.c:3692:17: note: First condition nco-5.2.3/src/nco/nco_grp_utl.c:3696:17: note: Second condition nco-5.2.3/src/nco/nco_grp_utl.c:2248:29: style: Comparing expression of type 'unsigned short' against value 0. Condition is always true. [compareValueOutOfTypeRangeError] nco-5.2.3/src/nco/nco_grp_utl.c:2341:29: style: Comparing expression of type 'unsigned short' against value 0. Condition is always true. [compareValueOutOfTypeRangeError] nco-5.2.3/src/nco/nco_grp_utl.c:2422:29: style: Comparing expression of type 'unsigned short' against value 0. Condition is always true. [compareValueOutOfTypeRangeError] nco-5.2.3/src/nco/nco_grp_utl.c:2521:30: style: Comparing expression of type 'unsigned short' against value 0. Condition is always true. [compareValueOutOfTypeRangeError] nco-5.2.3/src/nco/nco_grp_utl.c:2545:30: style: Comparing expression of type 'unsigned short' against value 0. Condition is always true. [compareValueOutOfTypeRangeError] nco-5.2.3/src/nco/nco_grp_utl.c:2559:29: style: Comparing expression of type 'unsigned short' against value 0. Condition is always true. [compareValueOutOfTypeRangeError] nco-5.2.3/src/nco/nco_grp_utl.c:2676:29: style: Comparing expression of type 'unsigned short' against value 0. Condition is always true. [compareValueOutOfTypeRangeError] nco-5.2.3/src/nco/nco_grp_utl.c:2750:29: style: Comparing expression of type 'unsigned short' against value 0. Condition is always true. [compareValueOutOfTypeRangeError] nco-5.2.3/src/nco/nco_grp_utl.c:2786:29: style: Comparing expression of type 'unsigned short' against value 0. Condition is always true. [compareValueOutOfTypeRangeError] nco-5.2.3/src/nco/nco_grp_utl.c:2789:31: style: Comparing expression of type 'unsigned short' against value 0. Condition is always true. [compareValueOutOfTypeRangeError] nco-5.2.3/src/nco/nco_grp_utl.c:2797:29: style: Comparing expression of type 'unsigned short' against value 0. Condition is always true. [compareValueOutOfTypeRangeError] nco-5.2.3/src/nco/nco_grp_utl.c:688:22: style: Condition 'itr_idx==1' is always true [knownConditionTrueFalse] nco-5.2.3/src/nco/nco_grp_utl.c:684:16: note: Assuming that condition 'itr_idx==0' is not redundant nco-5.2.3/src/nco/nco_grp_utl.c:681:37: note: Assuming that condition 'itr_idx<2' is not redundant nco-5.2.3/src/nco/nco_grp_utl.c:688:22: note: Condition 'itr_idx==1' is always true nco-5.2.3/src/nco/nco_grp_utl.c:1867:35: style: Condition 'flg_pth_end_bnd' is always true [knownConditionTrueFalse] nco-5.2.3/src/nco/nco_grp_utl.c:1866:29: note: Assignment 'flg_pth_end_bnd=1', assigned value is 1 nco-5.2.3/src/nco/nco_grp_utl.c:1867:35: note: Condition 'flg_pth_end_bnd' is always true nco-5.2.3/src/nco/nco_grp_utl.c:1908:35: style: Condition 'flg_pth_end_bnd' is always true [knownConditionTrueFalse] nco-5.2.3/src/nco/nco_grp_utl.c:1907:29: note: Assignment 'flg_pth_end_bnd=1', assigned value is 1 nco-5.2.3/src/nco/nco_grp_utl.c:1908:35: note: Condition 'flg_pth_end_bnd' is always true nco-5.2.3/src/nco/nco_grp_utl.c:6765:8: style: Condition 'NEED_TO_DEFINE_DIM' is always true [knownConditionTrueFalse] nco-5.2.3/src/nco/nco_grp_utl.c:6753:24: note: Assignment 'NEED_TO_DEFINE_DIM=1', assigned value is 1 nco-5.2.3/src/nco/nco_grp_utl.c:6765:8: note: Condition 'NEED_TO_DEFINE_DIM' is always true nco-5.2.3/src/nco/nco_grp_utl.c:9479:26: style: Condition 'trv_1.nco_typ==nco_obj_typ_grp' is always true [knownConditionTrueFalse] nco-5.2.3/src/nco/nco_grp_utl.c:9469:22: note: Assuming that condition 'trv_1.nco_typ==nco_obj_typ_grp' is not redundant nco-5.2.3/src/nco/nco_grp_utl.c:9479:26: note: Condition 'trv_1.nco_typ==nco_obj_typ_grp' is always true nco-5.2.3/src/nco/nco_grp_utl.c:3770:45: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] nco-5.2.3/src/nco/nco_grp_utl.c:5803:60: portability: %ld in format string (no. 3) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] nco-5.2.3/src/nco/nco_grp_utl.c:10995:25: portability: %ld in format string (no. 5) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] nco-5.2.3/src/nco/nco_grp_utl.c:11026:38: portability: %ld in format string (no. 4) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] nco-5.2.3/src/nco/nco_grp_utl.c:5673: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.2.3/src/nco/nco_grp_utl.c:5690:8: note: Assuming that condition 'grp_dmn_out_fll' is not redundant nco-5.2.3/src/nco/nco_grp_utl.c:5673:46: note: Null pointer dereference nco-5.2.3/src/nco/nco_grp_utl.c:5674: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.2.3/src/nco/nco_grp_utl.c:5690:8: note: Assuming that condition 'grp_dmn_out_fll' is not redundant nco-5.2.3/src/nco/nco_grp_utl.c:5674:27: note: Null pointer dereference nco-5.2.3/src/nco/nco_grp_utl.c:5675: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.2.3/src/nco/nco_grp_utl.c:5690:8: note: Assuming that condition 'grp_dmn_out_fll' is not redundant nco-5.2.3/src/nco/nco_grp_utl.c:5675:15: note: Null pointer dereference nco-5.2.3/src/nco/nco_grp_utl.c:5676:12: warning: Either the condition 'dmn_nm_fll_out' is redundant or there is possible null pointer dereference: dmn_nm_fll_out. [nullPointerRedundantCheck] nco-5.2.3/src/nco/nco_grp_utl.c:5691:8: note: Assuming that condition 'dmn_nm_fll_out' is not redundant nco-5.2.3/src/nco/nco_grp_utl.c:5676:12: note: Null pointer dereference nco-5.2.3/src/nco/nco_grp_utl.c:11229:59: warning: Either the condition 'trv_1' is redundant or there is possible null pointer dereference: trv_1. [nullPointerRedundantCheck] nco-5.2.3/src/nco/nco_grp_utl.c:11237:18: note: Assuming that condition 'trv_1' is not redundant nco-5.2.3/src/nco/nco_grp_utl.c:11229:59: note: Null pointer dereference nco-5.2.3/src/nco/nco_grp_utl.c:11234:40: warning: Either the condition 'trv_1' is redundant or there is possible null pointer dereference: trv_1. [nullPointerRedundantCheck] nco-5.2.3/src/nco/nco_grp_utl.c:11237:18: note: Assuming that condition 'trv_1' is not redundant nco-5.2.3/src/nco/nco_grp_utl.c:11234:40: note: Null pointer dereference nco-5.2.3/src/nco/nco_grp_utl.c:11388:23: warning: Either the condition 'grp_out_fll' is redundant or there is possible null pointer dereference: grp_out_fll. [nullPointerRedundantCheck] nco-5.2.3/src/nco/nco_grp_utl.c:11400:12: note: Assuming that condition 'grp_out_fll' is not redundant nco-5.2.3/src/nco/nco_grp_utl.c:11388:23: note: Null pointer dereference nco-5.2.3/src/nco/nco_grp_utl.c:11390:33: warning: Either the condition 'grp_out_fll' is redundant or there is possible null pointer dereference: grp_out_fll. [nullPointerRedundantCheck] nco-5.2.3/src/nco/nco_grp_utl.c:11400:12: note: Assuming that condition 'grp_out_fll' is not redundant nco-5.2.3/src/nco/nco_grp_utl.c:11390:33: note: Null pointer dereference nco-5.2.3/src/nco/nco_grp_utl.c:2227:10: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_grp_utl.c:2225:32: note: rcd is assigned nco-5.2.3/src/nco/nco_grp_utl.c:2227:10: note: rcd is overwritten nco-5.2.3/src/nco/nco_grp_utl.c:2228:10: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_grp_utl.c:2227:10: note: rcd is assigned nco-5.2.3/src/nco/nco_grp_utl.c:2228:10: note: rcd is overwritten nco-5.2.3/src/nco/nco_grp_utl.c:2230:10: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_grp_utl.c:2228:10: note: rcd is assigned nco-5.2.3/src/nco/nco_grp_utl.c:2230:10: note: rcd is overwritten nco-5.2.3/src/nco/nco_grp_utl.c:2633:10: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_grp_utl.c:2632:10: note: rcd is assigned nco-5.2.3/src/nco/nco_grp_utl.c:2633:10: note: rcd is overwritten nco-5.2.3/src/nco/nco_grp_utl.c:4693:32: style: Variable 'has_mss_val' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_grp_utl.c:4690:18: note: has_mss_val is assigned nco-5.2.3/src/nco/nco_grp_utl.c:4693:32: note: has_mss_val is overwritten nco-5.2.3/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.2.3/src/nco/nco_grp_utl.c:2248:26: style: Unsigned expression 'nco_dbg_lvl_get()' can't be negative so it is unnecessary to test it. [unsignedPositive] nco-5.2.3/src/nco/nco_grp_utl.c:2341:26: style: Unsigned expression 'nco_dbg_lvl_get()' can't be negative so it is unnecessary to test it. [unsignedPositive] nco-5.2.3/src/nco/nco_grp_utl.c:2422:26: style: Unsigned expression 'nco_dbg_lvl_get()' can't be negative so it is unnecessary to test it. [unsignedPositive] nco-5.2.3/src/nco/nco_grp_utl.c:2521:27: style: Unsigned expression 'nco_dbg_lvl_get()' can't be negative so it is unnecessary to test it. [unsignedPositive] nco-5.2.3/src/nco/nco_grp_utl.c:2545:27: style: Unsigned expression 'nco_dbg_lvl_get()' can't be negative so it is unnecessary to test it. [unsignedPositive] nco-5.2.3/src/nco/nco_grp_utl.c:2559:26: style: Unsigned expression 'nco_dbg_lvl_get()' can't be negative so it is unnecessary to test it. [unsignedPositive] nco-5.2.3/src/nco/nco_grp_utl.c:2676:26: style: Unsigned expression 'nco_dbg_lvl_get()' can't be negative so it is unnecessary to test it. [unsignedPositive] nco-5.2.3/src/nco/nco_grp_utl.c:2750:26: style: Unsigned expression 'nco_dbg_lvl_get()' can't be negative so it is unnecessary to test it. [unsignedPositive] nco-5.2.3/src/nco/nco_grp_utl.c:2786:26: style: Unsigned expression 'nco_dbg_lvl_get()' can't be negative so it is unnecessary to test it. [unsignedPositive] nco-5.2.3/src/nco/nco_grp_utl.c:2789:28: style: Unsigned expression 'nco_dbg_lvl_get()' can't be negative so it is unnecessary to test it. [unsignedPositive] nco-5.2.3/src/nco/nco_grp_utl.c:2797:26: style: Unsigned expression 'nco_dbg_lvl_get()' can't be negative so it is unnecessary to test it. [unsignedPositive] nco-5.2.3/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.2.3/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.2.3/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.2.3/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.2.3/src/nco/nco_grp_utl.h:228:12: note: Function 'nco_prn_att_trv' argument 1 names different: declaration 'in_id' definition 'nc_id'. nco-5.2.3/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.2.3/src/nco/nco_grp_utl.c:2690:21: style:inconclusive: Function 'nco_chk_xtn' argument 2 names different: declaration 'fl_in' definition 'fl_nm'. [funcArgNamesDifferent] nco-5.2.3/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.2.3/src/nco/nco_grp_utl.c:2690:21: note: Function 'nco_chk_xtn' argument 2 names different: declaration 'fl_in' definition 'fl_nm'. nco-5.2.3/src/nco/nco_grp_utl.c:2691:12: style:inconclusive: Function 'nco_chk_xtn' argument 3 names different: declaration 'fl_in_fmt' definition 'fl_fmt'. [funcArgNamesDifferent] nco-5.2.3/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.2.3/src/nco/nco_grp_utl.c:2691:12: note: Function 'nco_chk_xtn' argument 3 names different: declaration 'fl_in_fmt' definition 'fl_fmt'. nco-5.2.3/src/nco/nco_grp_utl.c:2805:12: style:inconclusive: Function 'nco_xtr_wrt' argument 1 names different: declaration 'nc_id' definition 'nc_id_in'. [funcArgNamesDifferent] nco-5.2.3/src/nco/nco_grp_utl.h:296:12: note: Function 'nco_xtr_wrt' argument 1 names different: declaration 'nc_id' definition 'nc_id_in'. nco-5.2.3/src/nco/nco_grp_utl.c:2805:12: note: Function 'nco_xtr_wrt' argument 1 names different: declaration 'nc_id' definition 'nc_id_in'. nco-5.2.3/src/nco/nco_grp_utl.c:2806:12: style:inconclusive: Function 'nco_xtr_wrt' argument 2 names different: declaration 'nc_out_id' definition 'nc_id_out'. [funcArgNamesDifferent] nco-5.2.3/src/nco/nco_grp_utl.h:297:12: note: Function 'nco_xtr_wrt' argument 2 names different: declaration 'nc_out_id' definition 'nc_id_out'. nco-5.2.3/src/nco/nco_grp_utl.c:2806:12: note: Function 'nco_xtr_wrt' argument 2 names different: declaration 'nc_out_id' definition 'nc_id_out'. nco-5.2.3/src/nco/nco_grp_utl.c:3931:14: style:inconclusive: Function 'nco_cmp_crd_dpt' argument 1 names different: declaration 'p1' definition 'val_1'. [funcArgNamesDifferent] nco-5.2.3/src/nco/nco_grp_utl.h:350:14: note: Function 'nco_cmp_crd_dpt' argument 1 names different: declaration 'p1' definition 'val_1'. nco-5.2.3/src/nco/nco_grp_utl.c:3931:14: note: Function 'nco_cmp_crd_dpt' argument 1 names different: declaration 'p1' definition 'val_1'. nco-5.2.3/src/nco/nco_grp_utl.c:3932:14: style:inconclusive: Function 'nco_cmp_crd_dpt' argument 2 names different: declaration 'p2' definition 'val_2'. [funcArgNamesDifferent] nco-5.2.3/src/nco/nco_grp_utl.h:351:14: note: Function 'nco_cmp_crd_dpt' argument 2 names different: declaration 'p2' definition 'val_2'. nco-5.2.3/src/nco/nco_grp_utl.c:3932:14: note: Function 'nco_cmp_crd_dpt' argument 2 names different: declaration 'p2' definition 'val_2'. nco-5.2.3/src/nco/nco_grp_utl.c:4903:12: style:inconclusive: Function 'nco_var_typ_trv' argument 1 names different: declaration 'xtr_nbr' definition 'prc_nbr'. [funcArgNamesDifferent] nco-5.2.3/src/nco/nco_grp_utl.h:457:12: note: Function 'nco_var_typ_trv' argument 1 names different: declaration 'xtr_nbr' definition 'prc_nbr'. nco-5.2.3/src/nco/nco_grp_utl.c:4903:12: note: Function 'nco_var_typ_trv' argument 1 names different: declaration 'xtr_nbr' definition 'prc_nbr'. nco-5.2.3/src/nco/nco_grp_utl.c:4997:12: style:inconclusive: Function 'nco_var_fll_trv' argument 1 names different: declaration 'nc_id' definition 'grp_id'. [funcArgNamesDifferent] nco-5.2.3/src/nco/nco_grp_utl.h:470:12: note: Function 'nco_var_fll_trv' argument 1 names different: declaration 'nc_id' definition 'grp_id'. nco-5.2.3/src/nco/nco_grp_utl.c:4997:12: note: Function 'nco_var_fll_trv' argument 1 names different: declaration 'nc_id' definition 'grp_id'. nco-5.2.3/src/nco/nco_grp_utl.c:6345: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.2.3/src/nco/nco_grp_utl.h:518:8: note: Function 'nco_var_prc_idx_trv' argument 4 names different: declaration 'var_prc_idx_out' definition 'idx_var_prc_out'. nco-5.2.3/src/nco/nco_grp_utl.c:6345:8: note: Function 'nco_var_prc_idx_trv' argument 4 names different: declaration 'var_prc_idx_out' definition 'idx_var_prc_out'. nco-5.2.3/src/nco/nco_grp_utl.c:6872:13: style:inconclusive: Function 'nco_dmn_lst_ass_var_trv' argument 4 names different: declaration 'dim' definition 'dmn'. [funcArgNamesDifferent] nco-5.2.3/src/nco/nco_grp_utl.h:544:13: note: Function 'nco_dmn_lst_ass_var_trv' argument 4 names different: declaration 'dim' definition 'dmn'. nco-5.2.3/src/nco/nco_grp_utl.c:6872:13: note: Function 'nco_dmn_lst_ass_var_trv' argument 4 names different: declaration 'dim' definition 'dmn'. nco-5.2.3/src/nco/nco_grp_utl.c:7999:12: style:inconclusive: Function 'nco_bld_lmt_var' argument 6 names different: declaration 'wgt_trv' definition 'var_trv'. [funcArgNamesDifferent] nco-5.2.3/src/nco/nco_grp_utl.h:624:12: note: Function 'nco_bld_lmt_var' argument 6 names different: declaration 'wgt_trv' definition 'var_trv'. nco-5.2.3/src/nco/nco_grp_utl.c:7999:12: note: Function 'nco_bld_lmt_var' argument 6 names different: declaration 'wgt_trv' definition 'var_trv'. nco-5.2.3/src/nco/nco_grp_utl.c:9354:7: style:inconclusive: Function 'nco_dmn_malloc' argument 3 names different: declaration 'nbr_dmn' definition 'dmn_nbr'. [funcArgNamesDifferent] nco-5.2.3/src/nco/nco_grp_utl.h:733:7: note: Function 'nco_dmn_malloc' argument 3 names different: declaration 'nbr_dmn' definition 'dmn_nbr'. nco-5.2.3/src/nco/nco_grp_utl.c:9354:7: note: Function 'nco_dmn_malloc' argument 3 names different: declaration 'nbr_dmn' definition 'dmn_nbr'. nco-5.2.3/src/nco/nco_grp_utl.c:277:13: style: Parameter 'grp_xtr_lst' can be declared as pointer to const [constParameterPointer] nco-5.2.3/src/nco/nco_grp_utl.c:332:15: style: Parameter 'nm_fll' can be declared as pointer to const [constParameterPointer] nco-5.2.3/src/nco/nco_grp_utl.c:335:9: style: Variable 'ptr_chr' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_grp_utl.c:349:15: style: Parameter 'nm_fll' can be declared as pointer to const [constParameterPointer] nco-5.2.3/src/nco/nco_grp_utl.c:371:9: style: Variable 'ptr_chr' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_grp_utl.c:372:9: style: Variable 'ptr_chr_tkn' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_grp_utl.c:532:15: style: Parameter 'nm' can be declared as pointer to const [constParameterPointer] nco-5.2.3/src/nco/nco_grp_utl.c:540:9: style: Variable 'var_mch_srt' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_grp_utl.c:649:9: style: Variable 'var_mch_srt' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_grp_utl.c:1025:22: style: Parameter 'trv_tbl' can be declared as pointer to const [constParameterPointer] nco-5.2.3/src/nco/nco_grp_utl.c:1386:8: style: Variable 'spc_ptr' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_grp_utl.c:1407:15: style: Variable 'cf_lst_var' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_grp_utl.c:1640:19: style: Variable 'ptr_chr' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_grp_utl.c:1697:20: style: Parameter 'nm_id_lst' can be declared as pointer to const [constParameterPointer] nco-5.2.3/src/nco/nco_grp_utl.c:1740:22: style: Parameter 'prn_flg' can be declared as pointer to const [constParameterPointer] nco-5.2.3/src/nco/nco_grp_utl.c:1816:9: style: Variable 'sbs_srt' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_grp_utl.c:2209:9: style: Variable 'nm' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_grp_utl.c:2270:9: style: Variable 'nm' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_grp_utl.c:2375:9: style: Variable 'nm' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_grp_utl.c:2591:9: style: Variable 'var_nm' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_grp_utl.c:2715:8: style: Variable 'att_sng_he5' can be declared as const array [constVariable] nco-5.2.3/src/nco/nco_grp_utl.c:2716:8: style: Variable 'att_sng_nc' can be declared as const array [constVariable] nco-5.2.3/src/nco/nco_grp_utl.c:2979:22: style: Variable 'dmn_trv' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_grp_utl.c:3053:15: style: Parameter 'grp_nm_fll_prn' can be declared as pointer to const [constParameterPointer] nco-5.2.3/src/nco/nco_grp_utl.c:3068:9: style: Variable 'sls_psn' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_grp_utl.c:3630:24: style: Variable 'crd' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_grp_utl.c:3647:11: style: Parameter 'lmt' can be declared as pointer to const [constParameterPointer] nco-5.2.3/src/nco/nco_grp_utl.c:4279:16: style: Variable 'dmn_trv' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_grp_utl.c:4433:12: style: Variable 'md5' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_grp_utl.c:4513:12: style: Variable 'var_prc_lsr' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_grp_utl.c:4661:14: style: Variable 'md5' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_grp_utl.c:4765:12: style: Variable 'md5' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_grp_utl.c:5015:16: style: Variable 'dmn_trv' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_grp_utl.c:5249:9: style: Variable 'rec_dmn_nm' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_grp_utl.c:6312:26: style: Variable 'dmn_trv' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_grp_utl.c:6422:9: style: Variable 'val_in_cp' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_grp_utl.c:6440:9: style: Variable 'var_in_cnt' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_grp_utl.c:6642:9: style: Variable 'rec_dmn_nm' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_grp_utl.c:6665:16: style: Variable 'dmn_trv' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_grp_utl.c:7273:16: style: Variable 'dmn_trv' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_grp_utl.c:7335:24: style: Variable 'crd' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_grp_utl.c:7346:28: style: Variable 'ncd' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_grp_utl.c:7433:24: style: Variable 'lmt_dmn' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_grp_utl.c:7449:24: style: Variable 'lmt_dmn' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_grp_utl.c:7866:24: style: Variable 'crd' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_grp_utl.c:7923:28: style: Variable 'ncd' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_grp_utl.c:8125:20: style: Variable 'crd' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_grp_utl.c:8165:24: style: Variable 'ncd' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_grp_utl.c:8341:16: style: Variable 'dmn_trv' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_grp_utl.c:8609:15: style: Variable 'cf_lst_var' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_grp_utl.c:8736:26: style: Variable 'dmn_trv' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_grp_utl.c:8841:16: style: Variable 'crd' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_grp_utl.c:8868:16: style: Variable 'crd' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_grp_utl.c:8940:20: style: Variable 'ncd' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_grp_utl.c:8966:20: style: Variable 'ncd' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_grp_utl.c:9329:11: style: Variable 'grp_nm_fll_prn_2' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_grp_utl.c:9525:17: style: Variable 'var_trv' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_grp_utl.c:9610:13: style: Variable 'var_trv' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_grp_utl.c:10054:15: style: Variable 'var_nm_fll' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_grp_utl.c:10057:18: style: Variable 'var_trv' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_grp_utl.c:10640:11: style: Variable 'rec_dmn_nm' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_grp_utl.c:10656:14: style: Variable 'md5' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_grp_utl.c:10676:12: style: Parameter 'var_trv' can be declared as pointer to const [constParameterPointer] nco-5.2.3/src/nco/nco_grp_utl.c:11189:14: style: Parameter 'nsm_grp_nm_fll_prn' can be declared as pointer to const [constParameterPointer] nco-5.2.3/src/nco/nco_grp_utl.c:11277:22: style: Parameter 'trv_tbl' can be declared as pointer to const [constParameterPointer] nco-5.2.3/src/nco/nco_grp_utl.c:5785:69: warning: Uninitialized variable: dmn_ids_out [uninitvar] nco-5.2.3/src/nco/nco_grp_utl.c:5777:30: note: Assuming condition is false nco-5.2.3/src/nco/nco_grp_utl.c:5785:69: note: Uninitialized variable: dmn_ids_out nco-5.2.3/src/nco/nco_grp_utl.c:6510:226: warning: Uninitialized variable: dmn_idx_in_out [uninitvar] nco-5.2.3/src/nco/nco_grp_utl.c:6506:38: note: Assuming condition is false nco-5.2.3/src/nco/nco_grp_utl.c:6510:226: note: Uninitialized variable: dmn_idx_in_out nco-5.2.3/src/nco/nco_prn.c:418:5: style: The if condition is the same as the previous if condition [duplicateCondition] nco-5.2.3/src/nco/nco_prn.c:400:5: note: First condition nco-5.2.3/src/nco/nco_prn.c:418:5: note: Second condition nco-5.2.3/src/nco/nco_prn.c:433:5: style: The if condition is the same as the previous if condition [duplicateCondition] nco-5.2.3/src/nco/nco_prn.c:418:5: note: First condition nco-5.2.3/src/nco/nco_prn.c:433:5: note: Second condition nco-5.2.3/src/nco/nco_prn.c:449:5: style: The if condition is the same as the previous if condition [duplicateCondition] nco-5.2.3/src/nco/nco_prn.c:433:5: note: First condition nco-5.2.3/src/nco/nco_prn.c:449:5: note: Second condition nco-5.2.3/src/nco/nco_grp_utl.c:133:14: style: Variable 'grp_pth_dpl' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_grp_utl.c:203:14: style: Variable 'grp_ids' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_grp_utl.c:405:14: style: Variable 'sng' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_grp_utl.c:855:26: style: Variable 'usr_sng' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_grp_utl.c:1488:48: style: Variable 'cf_lst_var_nm_fll' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_grp_utl.c:1538:18: style: Variable 'grp_out_fll' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_grp_utl.c:1682:38: style: Variable 'dmn_nm_fll' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_grp_utl.c:1688:17: style: Variable 'dmn_id_var' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_grp_utl.c:1916:34: style: Variable 'grp_fll_sls' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_grp_utl.c:1987:16: style: Variable 'nm_fll_sfx' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_grp_utl.c:2032:14: style: Variable 'nm_fll_sfx' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_grp_utl.c:2081:16: style: Variable 'var_prc' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_grp_utl.c:2170:34: style: Variable 'grp_out_fll' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_grp_utl.c:2406:9: style: Variable 'nm' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_grp_utl.c:2553:10: style: Variable 'var' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_grp_utl.c:2731:10: style: Variable 'rcd' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_grp_utl.c:2761:34: style: Variable 'att_xtn_val' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_prn.c:840:29: style: Assignment 'rcd_prn=0' is redundant with condition 'rcd_prn==0'. [duplicateConditionalAssign] nco-5.2.3/src/nco/nco_prn.c:840:16: note: Condition 'rcd_prn==0' nco-5.2.3/src/nco/nco_prn.c:840:29: note: Assignment 'rcd_prn=0' is redundant nco-5.2.3/src/nco/nco_prn.c:1837:33: style: Assignment 'ram_sz_ttl=0' is redundant with condition 'ram_sz_ttl==0'. [duplicateConditionalAssign] nco-5.2.3/src/nco/nco_prn.c:1837:17: note: Condition 'ram_sz_ttl==0' nco-5.2.3/src/nco/nco_prn.c:1837:33: note: Assignment 'ram_sz_ttl=0' is redundant nco-5.2.3/src/nco/nco_prn.c:2630:29: style: Assignment 'rcd_prn=0' is redundant with condition 'rcd_prn==0'. [duplicateConditionalAssign] nco-5.2.3/src/nco/nco_prn.c:2630:16: note: Condition 'rcd_prn==0' nco-5.2.3/src/nco/nco_prn.c:2630:29: note: Assignment 'rcd_prn=0' is redundant nco-5.2.3/src/nco/nco_grp_utl.c:2774:7: style: Variable 'rcd' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_grp_utl.c:2778:34: style: Variable 'att_xtn_val' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_prn.c:3155:193: style: Condition 'qte_fmt_sng' is always false [knownConditionTrueFalse] nco-5.2.3/src/nco/nco_prn.c:3154:188: note: Assignment 'qte_fmt_sng=0', assigned value is 0 nco-5.2.3/src/nco/nco_prn.c:3155:193: note: Condition 'qte_fmt_sng' is always false nco-5.2.3/src/nco/nco_grp_utl.c:2794:26: style: Variable 'fl_nm_dpl' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_prn.c:1421: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.2.3/src/nco/nco_grp_utl.c:2861:24: style: Variable 'xtr_lst' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_grp_utl.c:2884:36: style: Variable 'grp_out_fll' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_grp_utl.c:2943:10: style: Variable 'dmn_ids' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_grp_utl.c:2944:14: style: Variable 'dmn_ids_ult' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_grp_utl.c:3362:15: style: Variable 'var_nm_fll' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_grp_utl.c:3365:15: style: Variable 'dmn_id_var' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_grp_utl.c:3431:15: style: Variable 'dmn_nm_fll' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_grp_utl.c:3466:10: style: Variable 'grp_ids' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_grp_utl.c:3467:14: style: Variable 'dmn_ids_grp' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_grp_utl.c:3468:18: style: Variable 'dmn_ids_grp_ult' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_grp_utl.c:4217:17: style: Variable 'dmn_id_var' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_prn.c:2531:22: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] nco-5.2.3/src/nco/nco_prn.c:135:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_prn.c:134:6: note: rcd is assigned nco-5.2.3/src/nco/nco_prn.c:135:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_prn.c:195:9: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_prn.c:191:11: note: rcd is assigned nco-5.2.3/src/nco/nco_prn.c:195:9: note: rcd is overwritten nco-5.2.3/src/nco/nco_grp_utl.c:4647:30: style: Variable 'rec_dmn_nm' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_prn.c:207:9: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_prn.c:203:11: note: rcd is assigned nco-5.2.3/src/nco/nco_prn.c:207:9: note: rcd is overwritten nco-5.2.3/src/nco/nco_prn.c:241:5: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_prn.c:223:5: note: rcd is assigned nco-5.2.3/src/nco/nco_prn.c:241:5: note: rcd is overwritten nco-5.2.3/src/nco/nco_prn.c:318:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_prn.c:308:6: note: rcd is assigned nco-5.2.3/src/nco/nco_prn.c:318:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_prn.c:356:10: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_prn.c:354:10: note: rcd is assigned nco-5.2.3/src/nco/nco_prn.c:356:10: note: rcd is overwritten nco-5.2.3/src/nco/nco_prn.c:1554:18: style: Redundant initialization for 'arr_lft_dlm'. The initialized value is overwritten before it is read. [redundantInitialization] nco-5.2.3/src/nco/nco_prn.c:1518:21: note: arr_lft_dlm is initialized nco-5.2.3/src/nco/nco_prn.c:1554:18: note: arr_lft_dlm is overwritten nco-5.2.3/src/nco/nco_prn.c:1555:18: style: Redundant initialization for 'arr_rgt_dlm'. The initialized value is overwritten before it is read. [redundantInitialization] nco-5.2.3/src/nco/nco_prn.c:1519:21: note: arr_rgt_dlm is initialized nco-5.2.3/src/nco/nco_prn.c:1555:18: note: arr_rgt_dlm is overwritten nco-5.2.3/src/nco/nco_prn.c:2161:17: style: Variable 'unit_sng_var' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_prn.c:2112:15: note: unit_sng_var is assigned nco-5.2.3/src/nco/nco_prn.c:2161:17: note: unit_sng_var is overwritten nco-5.2.3/src/nco/nco_grp_utl.c:4731:14: style: Variable 'var_prc_out' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_prn.c:3587:10: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_prn.c:3586:10: note: rcd is assigned nco-5.2.3/src/nco/nco_prn.c:3587:10: note: rcd is overwritten nco-5.2.3/src/nco/nco_prn.c:3911:10: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_prn.c:3910:10: note: rcd is assigned nco-5.2.3/src/nco/nco_prn.c:3911:10: note: rcd is overwritten nco-5.2.3/src/nco/nco_prn.c:4188:10: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_prn.c:4187:10: note: rcd is assigned nco-5.2.3/src/nco/nco_prn.c:4188:10: note: rcd is overwritten nco-5.2.3/src/nco/nco_prn.c:1864:11: style:inconclusive: Found duplicate branches for 'if' and 'else'. [duplicateBranch] nco-5.2.3/src/nco/nco_prn.c:1866:7: note: Found duplicate branches for 'if' and 'else'. nco-5.2.3/src/nco/nco_prn.c:1864:11: note: Found duplicate branches for 'if' and 'else'. nco-5.2.3/src/nco/nco_grp_utl.c:4736:14: style: Variable 'grp_out_fll' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_grp_utl.c:4797:14: style: Variable 'var_prc_1' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_grp_utl.c:4798:16: style: Variable 'var_prc_out' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_grp_utl.c:4799:16: style: Variable 'grp_out_fll' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_grp_utl.c:4834:12: style: Variable 'var_prc_1' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_grp_utl.c:4835:14: style: Variable 'var_prc_out' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_grp_utl.c:4838:14: style: Variable 'grp_out_fll' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_grp_utl.c:5150:8: style: Variable 'dim' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_grp_utl.c:5214:16: style: Variable 'dmn_in_id_var' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_grp_utl.c:5513:19: style: Variable 'dmn_out_id_grp' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_grp_utl.c:5514:19: style: Variable 'udm_out_id_grp' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_grp_utl.c:5690:40: style: Variable 'grp_dmn_out_fll' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_grp_utl.c:5691:38: style: Variable 'dmn_nm_fll_out' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_grp_utl.c:5769:12: style: Variable 'var_prc' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_grp_utl.c:5842:32: style: Variable 'rcd' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_grp_utl.c:5898:96: style: Variable 'dmn_cmn[0].nm_fll' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_grp_utl.c:5903:36: style: Variable 'rec_dmn_nm_mlc' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_grp_utl.c:5905:16: style: Variable 'dmn_in_id_var' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_grp_utl.c:5906:17: style: Variable 'dmn_idx_in_out' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_grp_utl.c:5907:17: style: Variable 'dmn_out_id_tmp' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_grp_utl.c:6078:19: style: Variable 'dmn_idx_out_in' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_grp_utl.c:6079:15: style: Variable 'dmn_rvr_in' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_grp_utl.c:6080:35: style: Variable 'rec_dmn_nm_in' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_grp_utl.c:6081:37: style: Variable 'rec_dmn_nm_out' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_grp_utl.c:6281:21: style: Variable 'dmn_idx_out_in' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_grp_utl.c:6593:21: style: Variable 'dmn_idx_out_in' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_grp_utl.c:6594:17: style: Variable 'dmn_rvr_in' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_grp_utl.c:6846:16: style: Variable 'dmn_in_id_var' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_grp_utl.c:7370:42: style: Variable 'cln_att_sng' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_grp_utl.c:7629:22: style: Variable 'lmt' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_grp_utl.c:8419:11: style: Variable 'lmt' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_grp_utl.c:8479:19: style: Variable 'lmt' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_grp_utl.c:8489:21: style: Variable 'wgt_tbl' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_grp_utl.c:8617:14: style: Variable 'att_val' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_grp_utl.c:8618:13: style: Variable 'cf_lst' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_grp_utl.c:8753:14: style: Variable 'aux' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_grp_utl.c:9039:21: style: Variable 'has_lat' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_grp_utl.c:9238:21: style: Variable 'nbr_lat_crd' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_grp_utl.c:9282:21: style: Variable 'nbr_lon_crd' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_grp_utl.c:9650:16: style: Variable 'skp_nm_fll' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_grp_utl.c:9703:17: style: Variable 'nm_fll_sfx' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_grp_utl.c:9733:32: style: Variable 'grp_out_fll' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_grp_utl.c:9844:23: style: Variable 'var_nm_fll' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_grp_utl.c:9861:12: style: Variable 'grp_ids' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_prn.c:282:13: style: Local variable 'spr_sng' shadows outer variable [shadowVariable] nco-5.2.3/src/nco/nco_prn.c:51:9: note: Shadowed declaration nco-5.2.3/src/nco/nco_prn.c:282:13: note: Shadow variable nco-5.2.3/src/nco/nco_grp_utl.c:10670:14: style: Variable 'grp_out_fll' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_grp_utl.c:11023:23: style: Variable 'dmn_id_var' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_grp_utl.c:11044:12: style: Variable 'grp_ids' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_prn.c:50:9: style: Variable 'sng_val_sng_cpy' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_prn.c:51:9: style: Variable 'spr_sng' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_prn.c:282:13: style: Variable 'spr_sng' can be declared as const array [constVariable] nco-5.2.3/src/nco/nco_prn.c:480:13: style: Variable 'vln_val_dp' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_prn.c:481:12: style: Variable 'vln_val_fp' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_prn.c:482:14: style: Variable 'vln_val_ip' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_grp_utl.c:11045:16: style: Variable 'var_tpl_trv' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_prn.c:483:16: style: Variable 'vln_val_sp' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_prn.c:484:15: style: Variable 'vln_val_bp' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_prn.c:485:16: style: Variable 'vln_val_ubp' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_prn.c:486:17: style: Variable 'vln_val_usp' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_prn.c:487:15: style: Variable 'vln_val_uip' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_grp_utl.c:11113:21: style: Variable 'attr_sng' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_prn.c:488:16: style: Variable 'vln_val_i64p' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_prn.c:489:17: style: Variable 'vln_val_ui64p' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_prn.c:1851:11: style: Variable 'typ_nm' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_prn.c:1982:22: style: Variable 'dmn_trv' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_prn.c:2029:8: style: Variable 'mss_val_sng' can be declared as const array [constVariable] nco-5.2.3/src/nco/nco_prn.c:2036:9: style: Variable 'fmt_val' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_prn.c:2039:9: style: Variable 'sng_val_sng_cpy' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_grp_utl.c:11167:42: style: Variable 'grp_dmn_out_fll' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_prn.c:2040:9: style: Variable 'spr_sng' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_prn.c:2302:18: style: Variable 'dmn_trv' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_prn.c:2391:13: style: Variable 'vln_val_dp' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_prn.c:2392:12: style: Variable 'vln_val_fp' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_prn.c:2393:14: style: Variable 'vln_val_ip' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_prn.c:2394:16: style: Variable 'vln_val_sp' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_prn.c:2395:15: style: Variable 'vln_val_bp' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_prn.c:2396:16: style: Variable 'vln_val_ubp' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_prn.c:2397:17: style: Variable 'vln_val_usp' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_prn.c:2398:15: style: Variable 'vln_val_uip' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_grp_utl.c:11338:13: style: Variable 'dmn_id_var' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_prn.c:2399:16: style: Variable 'vln_val_i64p' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_prn.c:2400:17: style: Variable 'vln_val_ui64p' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_prn.c:4409:16: style: Variable 'dmn_trv' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_grp_utl.c:11376:21: style: Variable 'nm_fll_sfx' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_grp_utl.c:11396:34: style: Variable 'aed.att_nm' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_grp_utl.c:11400:36: style: Variable 'grp_out_fll' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_prn.c:3131:49: warning: Uninitialized variable: dmn_idx_grp [uninitvar] nco-5.2.3/src/nco/nco_prn.c:3113:24: note: Assuming condition is false nco-5.2.3/src/nco/nco_prn.c:3131:49: note: Uninitialized variable: dmn_idx_grp nco-5.2.3/src/nco/nco_prn.c:3552:49: warning: Uninitialized variable: dmn_idx_grp [uninitvar] nco-5.2.3/src/nco/nco_prn.c:3534:24: note: Assuming condition is false nco-5.2.3/src/nco/nco_prn.c:3552:49: note: Uninitialized variable: dmn_idx_grp nco-5.2.3/src/nco/nco_prn.c:3879:49: warning: Uninitialized variable: dmn_idx_grp [uninitvar] nco-5.2.3/src/nco/nco_prn.c:3861:24: note: Assuming condition is false nco-5.2.3/src/nco/nco_prn.c:3879:49: note: Uninitialized variable: dmn_idx_grp nco-5.2.3/src/nco/nco_prn.c:4159:49: warning: Uninitialized variable: dmn_idx_grp [uninitvar] nco-5.2.3/src/nco/nco_prn.c:4141:24: note: Assuming condition is false nco-5.2.3/src/nco/nco_prn.c:4159:49: note: Uninitialized variable: dmn_idx_grp nco-5.2.3/src/nco/nco_prn.c:173:31: style: Variable 'val_hdn_sng' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_prn.c:257:33: style: Variable 'val_hdn_sng' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_prn.c:392:32: style: Variable 'val_hdn_sng' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_prn.c:393:24: style: Variable 'flt_lst' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_prn.c:429:33: style: Variable 'val_hdn_sng' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_prn.c:445:33: style: Variable 'val_hdn_sng' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_prn.c:462:33: style: Variable 'val_hdn_sng' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_prn.c:528:46: style: Variable 'typ_nm' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_prn.c:887:26: style: Variable 'att' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_prn.c:1270:38: style: Variable 'fmt_sng_mss_val' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_prn.c:1525:20: style: Variable 'dmn_nbr_prn' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_prn.c:1688:8: style: Variable 'dim' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_prn.c:1689:12: style: Variable 'dmn_cnt' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_prn.c:1690:11: style: Variable 'dmn_id' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_prn.c:1691:12: style: Variable 'dmn_map' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_prn.c:1692:12: style: Variable 'dmn_mod' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_prn.c:1693:16: style: Variable 'dmn_sbs_ram' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_prn.c:1694:16: style: Variable 'dmn_sbs_dsk' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_prn.c:1695:12: style: Variable 'dmn_srd' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_prn.c:1696:12: style: Variable 'dmn_srt' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_prn.c:1697:12: style: Variable 'hyp_mod' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_prn.c:1703:36: style: Variable 'unit_sng' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_prn.c:1830:24: style: Variable 'dmn_srt' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_prn.c:1831:24: style: Variable 'dmn_cnt' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_prn.c:1899:8: style: Variable 'nm_jsn' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_prn.c:1903:8: style: Variable 'nm_cdl' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_prn.c:1935:44: style: Variable 'typ_nm' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_prn.c:1942:11: style: Variable 'nm_cdl' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_prn.c:1958:44: style: Variable 'typ_nm' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_prn.c:1961:22: style: Variable 'dmn_sng' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_prn.c:2166:26: style: Variable 'cln_sng' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_prn.c:2192:28: style: Variable 'var_tmp' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_prn.c:2294:40: style: Variable 'fmt_sng_mss_val' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_prn.c:2996:16: style: Variable 'dim' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_prn.c:2997:32: style: Variable 'dmn_sbs_ram' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_prn.c:2998:32: style: Variable 'dmn_sbs_dsk' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_prn.c:2999:32: style: Variable 'mod_map_cnt' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_prn.c:3000:38: style: Variable 'mod_map_rv_cnt' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_prn.c:3001:30: style: Variable 'mod_map_in' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_prn.c:3015:39: style: Variable 'unit_sng_crd' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_prn.c:3016:39: style: Variable 'unit_sng_var' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_prn.c:3017:22: style: Variable 'dlm_sng' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_prn.c:3023:8: style: Variable 'lmt' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_prn.c:3026:6: style: Variable 'var' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_prn.c:3027:22: style: Variable 'var_aux' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_prn.c:3149:11: style: Variable 'nm_cdl' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_prn.c:3160:11: style: Variable 'nm_jsn' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_prn.c:3174:13: style: Variable 'nm_cdl' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_prn.c:3186:13: style: Variable 'nm_jsn' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_prn.c:3192:10: style: Variable 'dmn_lst' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_prn.c:3232:15: style: Variable 'var_nm_fll' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_prn.c:3342:10: style: Variable 'var_lst' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_prn.c:3391:16: style: Variable 'JSN_BLOCK' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_prn.c:3614:14: style: Variable 'mbr_nm_cdl' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_prn.c:3618:13: style: Variable 'bs_cdl' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_prn.c:3619:14: style: Variable 'typ_cdl' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_prn.c:3621:12: style: Variable 'typ_ids' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_prn.c:3633:11: style: Variable 'nm_cdl' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_prn.c:3645:10: style: Variable 'dmn_lst' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_prn.c:3705:15: style: Variable 'var_nm_fll' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_prn.c:3747:10: style: Variable 'var_lst' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_prn.c:3942:13: style: Variable 'bs_cdl' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_prn.c:3943:14: style: Variable 'typ_cdl' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_prn.c:3945:12: style: Variable 'typ_ids' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_prn.c:3951:10: style: Variable 'dmn_lst' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_prn.c:3990:15: style: Variable 'var_nm_fll' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_prn.c:4022:10: style: Variable 'var_lst' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_prn.c:4219:13: style: Variable 'bs_cdl' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_prn.c:4220:14: style: Variable 'typ_cdl' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_prn.c:4224:12: style: Variable 'typ_ids' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_prn.c:4235:11: style: Variable 'nm_jsn' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_prn.c:4240:10: style: Variable 'dmn_lst' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_prn.c:4279:15: style: Variable 'var_nm_fll' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_prn.c:4333:10: style: Variable 'var_lst' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_srm.c:49:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_srm.c:46:9: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_var_lst.c:24:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_var_lst.c:134:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_var_lst.c:188:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_var_lst.c:245:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_var_lst.c:459:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_var_lst.c:682:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_var_lst.c:797:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_VARS [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_var_lst.c:872:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_VARS [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_var_lst.c:1132:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NAT [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_var_lst.c:1287:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_var_avg.c:52:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_VAR_DIMS [valueFlowBailoutIncompleteVar] nco-5.2.3/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.2.3/src/nco/nco_var_avg.c:458:6: style: The if condition is the same as the previous if condition [duplicateCondition] nco-5.2.3/src/nco/nco_var_avg.c:456:6: note: First condition nco-5.2.3/src/nco/nco_var_avg.c:458:6: note: Second condition nco-5.2.3/src/nco/nco_var_avg.c:1076:6: style: The if condition is the same as the previous if condition [duplicateCondition] nco-5.2.3/src/nco/nco_var_avg.c:1074:6: note: First condition nco-5.2.3/src/nco/nco_var_avg.c:1076:6: note: Second condition nco-5.2.3/src/nco/nco_var_avg.c:1700:6: style: The if condition is the same as the previous if condition [duplicateCondition] nco-5.2.3/src/nco/nco_var_avg.c:1698:6: note: First condition nco-5.2.3/src/nco/nco_var_avg.c:1700:6: note: Second condition nco-5.2.3/src/nco/nco_var_avg.c:1618:7: style: Condition '!flg_mss' is always true [knownConditionTrueFalse] nco-5.2.3/src/nco/nco_var_avg.c:1615:17: note: Assignment 'flg_mss=0', assigned value is 0 nco-5.2.3/src/nco/nco_var_avg.c:1618:7: note: Condition '!flg_mss' is always true nco-5.2.3/src/nco/nco_var_avg.c:1638:7: style: Condition '!flg_mss' is always true [knownConditionTrueFalse] nco-5.2.3/src/nco/nco_var_avg.c:1635:17: note: Assignment 'flg_mss=0', assigned value is 0 nco-5.2.3/src/nco/nco_var_avg.c:1638:7: note: Condition '!flg_mss' is always true nco-5.2.3/src/nco/nco_var_avg.c:2242:7: style: Condition '!flg_mss' is always true [knownConditionTrueFalse] nco-5.2.3/src/nco/nco_var_avg.c:2239:17: note: Assignment 'flg_mss=0', assigned value is 0 nco-5.2.3/src/nco/nco_var_avg.c:2242:7: note: Condition '!flg_mss' is always true nco-5.2.3/src/nco/nco_var_avg.c:2262:7: style: Condition '!flg_mss' is always true [knownConditionTrueFalse] nco-5.2.3/src/nco/nco_var_avg.c:2259:17: note: Assignment 'flg_mss=0', assigned value is 0 nco-5.2.3/src/nco/nco_var_avg.c:2262:7: note: Condition '!flg_mss' is always true nco-5.2.3/src/nco/nco_var_avg.c:188:13: style: Variable 'mss_val' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_var_avg.c:243:13: style: Variable 'var_cp' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_var_avg.c:248:13: style: Variable 'var_cnt' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_var_avg.c:387:6: style: Variable 'var' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_var_avg.c:388:10: style: Variable 'dmn_avg' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_var_avg.c:389:10: style: Variable 'dmn_fix' is assigned a value that is never used. [unreadVariable] nco-5.2.3/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.2.3/src/nco/nco_var_lst.c:214:10: note: Assuming that condition 'dmn_id' is not redundant nco-5.2.3/src/nco/nco_var_lst.c:213:10: note: Null pointer dereference nco-5.2.3/src/nco/nco_var_lst.c:722:13: style: Parameter 'xtr_lst' can be declared as pointer to const [constParameterPointer] nco-5.2.3/src/nco/nco_var_lst.c:757:14: style: Parameter 'var_nbr_1' can be declared as pointer to const [constParameterPointer] nco-5.2.3/src/nco/nco_var_lst.c:865:9: style: Variable 'var_nm' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_var_lst.c:1123:9: style: Variable 'var_nm' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_var_lst.c:115:14: style: Variable 'var_lst_all' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_var_lst.c:116:14: style: Variable 'var_xtr_rqs' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_var_lst.c:167:10: style: Variable 'xcl_lst' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_var_lst.c:214:24: style: Variable 'dmn_id' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_var_lst.c:357:18: style: Variable 'att_val' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_var_lst.c:358:18: style: Variable 'crd_lst' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_var_lst.c:440:18: style: Variable 'att_val' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_var_lst.c:441:18: style: Variable 'bnd_lst' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_var_lst.c:585:18: style: Variable 'att_val' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_var_lst.c:586:18: style: Variable 'crd_lst' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_var_lst.c:662:18: style: Variable 'att_val' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_var_lst.c:663:18: style: Variable 'bnd_lst' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_var_lst.c:711:18: style: Variable 'var_lst_tmp' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_var_lst.c:838:8: style: Variable 'var_2' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_var_rth.c:2348:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_var_rth.c:3478:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_var_rth.c:3722:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_var_rth.c:2848:6: style: Condition 'has_mss_val' is always true [knownConditionTrueFalse] nco-5.2.3/src/nco/nco_var_utl.c:57:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_var_utl.c:267:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_var_utl.c:350:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_var_utl.c:593:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_var_utl.c:922:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_var_utl.c:1074:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NAT [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_var_utl.c:1164:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_VAR_DIMS [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_var_utl.c:1392:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_var_utl.c:1506:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_var_utl.c:1580:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_var_utl.c:1601:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_var_utl.c:1676:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_var_utl.c:1752:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_var_utl.c:1828:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_var_utl.c:1906:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_var_utl.c:2021:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/nco_var_utl.c:2163:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NAT [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/ncpdq.c:100:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_DIMS [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/ncpdq.c:1064:16: style: The if condition is the same as the previous if condition [duplicateCondition] nco-5.2.3/src/nco/ncpdq.c:1063:16: note: First condition nco-5.2.3/src/nco/ncpdq.c:1064:16: note: Second condition nco-5.2.3/src/nco/ncpdq.c:128:12: style: Variable 'cnv' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/ncpdq.c:188:12: style: Variable 'md5' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/ncpdq.c:241:24: style: Variable 'opt_lng' can be declared as const array [constVariable] nco-5.2.3/src/nco/ncpdq.c:638:24: style: Variable 'opt_crr' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncpdq.c:697:19: style: Variable 'optarg_lcl' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncpdq.c:784:12: style: Variable 'dmn_rdr' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncpdq.c:904:34: style: Variable 'grp_out_fll' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncpdq.c:968:36: style: Variable 'grp_out_fll' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncpdq.c:1016:44: style: Variable 'dmn_rdr_lst_in' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncpdq.c:1017:18: style: Variable 'dmn_rvr_rdr' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncpdq.c:1028:42: style: Variable 'nco_pck_plc_sng' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncpdq.c:1029:42: style: Variable 'nco_pck_map_sng' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncpdq.c:1034:24: style: Variable 'aed_lst_add_fst' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncpdq.c:1035:24: style: Variable 'aed_lst_scl_fct' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncpdq.c:1040:22: style: Variable 'cmd_ln' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncpdq.c:1041:24: style: Variable 'cmp_sng' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncpdq.c:1042:32: style: Variable 'cnk_map_sng' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncpdq.c:1043:32: style: Variable 'cnk_plc_sng' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncpdq.c:1044:20: style: Variable 'fl_in' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncpdq.c:1046:30: style: Variable 'fl_out_tmp' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncpdq.c:1047:22: style: Variable 'fl_pth' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncpdq.c:1048:30: style: Variable 'fl_pth_lcl' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncpdq.c:1049:28: style: Variable 'in_id_arr' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncpdq.c:1052:42: style: Variable 'fl_lst_in' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncpdq.c:1053:30: style: Variable 'fl_lst_abb' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncpdq.c:1054:28: style: Variable 'gaa_arg' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncpdq.c:1055:38: style: Variable 'var_lst_in' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncpdq.c:1063:24: style: Variable 'var' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncpdq.c:1064:28: style: Variable 'var_out' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncpdq.c:1072:16: style: Variable 'gpe' is assigned a value that is never used. [unreadVariable] nco-5.2.3/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.2.3/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.2.3/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.2.3/src/nco/nco_var_utl.c:649:12: note: first condition nco-5.2.3/src/nco/nco_var_utl.c:653:12: note: else if condition is opposite to first condition nco-5.2.3/src/nco/nco_var_utl.c:101:8: style: The if condition is the same as the previous if condition [duplicateCondition] nco-5.2.3/src/nco/nco_var_utl.c:100:8: note: First condition nco-5.2.3/src/nco/nco_var_utl.c:101:8: note: Second condition nco-5.2.3/src/nco/nco_var_utl.c:435:5: style: The if condition is the same as the previous if condition [duplicateCondition] nco-5.2.3/src/nco/nco_var_utl.c:434:5: note: First condition nco-5.2.3/src/nco/nco_var_utl.c:435:5: note: Second condition nco-5.2.3/src/nco/nco_var_utl.c:744:17: style: Condition 'MNT' is always false [knownConditionTrueFalse] nco-5.2.3/src/nco/nco_var_utl.c:728:20: note: Assignment 'MNT=0', assigned value is 0 nco-5.2.3/src/nco/nco_var_utl.c:744:17: note: Condition 'MNT' is always false nco-5.2.3/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.2.3/src/nco/nco_var_utl.c:309:16: note: Assuming that condition 'dmn_id' is not redundant nco-5.2.3/src/nco/nco_var_utl.c:305:16: note: Null pointer dereference nco-5.2.3/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.2.3/src/nco/nco_var_utl.c:1581:6: note: rcd is assigned nco-5.2.3/src/nco/nco_var_utl.c:1582:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_var_utl.c:94:14: style: Variable 'var_trv' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_var_utl.c:428:11: style: Variable 'var_trv' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_var_utl.c:545:8: style: Parameter 'var_nm' can be declared as pointer to const [constParameterPointer] nco-5.2.3/src/nco/nco_var_utl.c:102:30: style: Variable 'var_nm_fll' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_var_utl.c:170:10: style: Variable 'dmn_cnt' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_var_utl.c:171:9: style: Variable 'dmn_id' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_var_utl.c:172:9: style: Variable 'dmn_sz' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_var_utl.c:173:10: style: Variable 'dmn_srt' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_var_utl.c:176:11: style: Variable 'void_ptr' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_var_utl.c:309:30: style: Variable 'dmn_id' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_var_utl.c:362:14: style: Variable 'var_sz' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_var_utl.c:436:27: style: Variable 'var_nm_fll' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_var_utl.c:485:14: style: Variable 'dmn_cnt' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_var_utl.c:486:13: style: Variable 'dmn_id' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_var_utl.c:487:13: style: Variable 'dmn_sz' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_var_utl.c:488:14: style: Variable 'dmn_srt' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_var_utl.c:491:15: style: Variable 'void_ptr' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_var_utl.c:527:14: style: Variable 'dmn_cnt' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_var_utl.c:528:13: style: Variable 'dmn_id' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_var_utl.c:529:13: style: Variable 'dmn_sz' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_var_utl.c:530:14: style: Variable 'dmn_srt' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_var_utl.c:532:15: style: Variable 'void_ptr' is assigned a value that is never used. [unreadVariable] nco-5.2.3/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.2.3/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.2.3/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.2.3/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.2.3/src/nco/nco_var_utl.c:793:14: style: Variable 'dmn_cnt_1' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_var_utl.c:794:14: style: Variable 'dmn_cnt_2' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_var_utl.c:799:10: style: Variable 'dmn_map' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_var_utl.c:800:10: style: Variable 'dmn_srd' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_var_utl.c:801:10: style: Variable 'dmn_cnt' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_var_utl.c:802:9: style: Variable 'dmn_id' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_var_utl.c:803:13: style: Variable 'dmn_in_srt' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_var_utl.c:804:14: style: Variable 'dmn_out_srt' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_var_utl.c:805:9: style: Variable 'dmn_sz' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_var_utl.c:808:11: style: Variable 'void_ptr' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_var_utl.c:733:14: style: Variable 'wrp_min' is not assigned a value. [unassignedVariable] nco-5.2.3/src/nco/nco_var_utl.c:976:25: style: Variable 'var' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_var_utl.c:1038:6: style: Variable 'var' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_var_utl.c:1163:14: style: Variable 'dmn_nbr' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_var_utl.c:1169:10: style: Variable 'rcd' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_var_utl.c:1231:10: style: Variable 'rcd' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_var_utl.c:1234:8: style: Variable 'rcd' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_var_utl.c:1323:14: style: Variable 'zero_var' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_var_utl.c:1632:14: style: Variable 'rcd' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_var_utl.c:1650:16: style: Variable 'att_val' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_var_utl.c:1651:16: style: Variable 'crd_lst' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_var_utl.c:1707:14: style: Variable 'rcd' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_var_utl.c:1725:16: style: Variable 'att_val' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_var_utl.c:1726:16: style: Variable 'bnd_lst' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_var_utl.c:1783:14: style: Variable 'rcd' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_var_utl.c:1801:16: style: Variable 'att_val' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_var_utl.c:1802:16: style: Variable 'clm_lst' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_var_utl.c:1859:14: style: Variable 'rcd' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_var_utl.c:1877:16: style: Variable 'att_val' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_var_utl.c:1878:16: style: Variable 'grd_lst' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_sph.c:183:12: style: Suspicious condition (assignment + comparison); Clarify expression with parentheses. [clarifyCondition] nco-5.2.3/src/nco/nco_sph.c:193:11: style: Suspicious condition (assignment + comparison); Clarify expression with parentheses. [clarifyCondition] nco-5.2.3/src/nco/nco_sph.c:93:8: style: Condition '0&&DEBUG_SPH' is always false [knownConditionTrueFalse] nco-5.2.3/src/nco/nco_sph.c:526:6: style: Condition 'flg_sx' is always false [knownConditionTrueFalse] nco-5.2.3/src/nco/nco_sph.c:501:14: note: Assignment 'flg_sx=0', assigned value is 0 nco-5.2.3/src/nco/nco_sph.c:526:6: note: Condition 'flg_sx' is always false nco-5.2.3/src/nco/nco_sph.c:688:8: style: Condition '0&&DEBUG_SPH' is always false [knownConditionTrueFalse] nco-5.2.3/src/nco/nco_sph.c:707:6: style: Condition 'flg_old' is always false [knownConditionTrueFalse] nco-5.2.3/src/nco/nco_sph.c:705:20: note: Assignment 'flg_old=0', assigned value is 0 nco-5.2.3/src/nco/nco_sph.c:707:6: note: Condition 'flg_old' is always false nco-5.2.3/src/nco/nco_sph.c:800:6: style: Condition 'DEBUG_LCL' is always false [knownConditionTrueFalse] nco-5.2.3/src/nco/nco_sph.c:738:22: note: Assignment 'DEBUG_LCL=0', assigned value is 0 nco-5.2.3/src/nco/nco_sph.c:800:6: note: Condition 'DEBUG_LCL' is always false nco-5.2.3/src/nco/nco_sph.c:1272:6: style: Condition 'bTstVertex' is always true [knownConditionTrueFalse] nco-5.2.3/src/nco/nco_sph.c:1253:23: note: Assignment 'bTstVertex=1', assigned value is 1 nco-5.2.3/src/nco/nco_sph.c:1272:6: note: Condition 'bTstVertex' is always true nco-5.2.3/src/nco/nco_sph.c:1441:7: style: Condition 'flg_sx' is always false [knownConditionTrueFalse] nco-5.2.3/src/nco/nco_sph.c:1422:16: note: Assignment 'flg_sx=0', assigned value is 0 nco-5.2.3/src/nco/nco_sph.c:1441:7: note: Condition 'flg_sx' is always false nco-5.2.3/src/nco/nco_sph.c:1810:6: style: Condition 'numOutSide' is always true [knownConditionTrueFalse] nco-5.2.3/src/nco/nco_sph.c:1814:6: style: Condition 'numOutSide' is always true [knownConditionTrueFalse] nco-5.2.3/src/nco/nco_sph.c:1879:9: style: Condition '0&&DEBUG_SPH' is always false [knownConditionTrueFalse] nco-5.2.3/src/nco/nco_sph.c:1974:9: style: Condition '0&&DEBUG_SPH' is always false [knownConditionTrueFalse] nco-5.2.3/src/nco/nco_sph.c:1996:8: style: Condition '0&&DEBUG_SPH' is always false [knownConditionTrueFalse] nco-5.2.3/src/nco/nco_sph.c:2021:8: style: Condition '0&&DEBUG_SPH' is always false [knownConditionTrueFalse] nco-5.2.3/src/nco/nco_sph.c:2143:7: style: Condition 'bDeg' is always false [knownConditionTrueFalse] nco-5.2.3/src/nco/nco_sph.c:2128:19: note: Assignment 'bDeg=0', assigned value is 0 nco-5.2.3/src/nco/nco_sph.c:2143:7: note: Condition 'bDeg' is always false nco-5.2.3/src/nco/nco_sph.c:2198:9: style: Condition '0&&n1!=0.0' is always false [knownConditionTrueFalse] nco-5.2.3/src/nco/nco_sph.c:3813:10: style: Condition '0&&nco_dbg_lvl_get()>=nco_dbg_dev' is always false [knownConditionTrueFalse] nco-5.2.3/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.2.3/src/nco/nco_sph.c:1797:9: note: Assuming that condition 'sq' is not redundant nco-5.2.3/src/nco/nco_sph.c:1796:20: note: Null pointer dereference nco-5.2.3/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.2.3/src/nco/nco_sph.h:158:51: note: Function 'nco_sph_seg_vrt_int' argument 3 names different: declaration 'c' definition 'vtx'. nco-5.2.3/src/nco/nco_sph.c:1836:51: note: Function 'nco_sph_seg_vrt_int' argument 3 names different: declaration 'c' definition 'vtx'. nco-5.2.3/src/nco/nco_sph.c:2248:22: style:inconclusive: Function 'nco_sph_dist' argument 1 names different: declaration 'a' definition 'p0'. [funcArgNamesDifferent] nco-5.2.3/src/nco/nco_sph.h:200:22: note: Function 'nco_sph_dist' argument 1 names different: declaration 'a' definition 'p0'. nco-5.2.3/src/nco/nco_sph.c:2248:22: note: Function 'nco_sph_dist' argument 1 names different: declaration 'a' definition 'p0'. nco-5.2.3/src/nco/nco_sph.c:2248:34: style:inconclusive: Function 'nco_sph_dist' argument 2 names different: declaration 'b' definition 'p1'. [funcArgNamesDifferent] nco-5.2.3/src/nco/nco_sph.h:200:33: note: Function 'nco_sph_dist' argument 2 names different: declaration 'b' definition 'p1'. nco-5.2.3/src/nco/nco_sph.c:2248:34: note: Function 'nco_sph_dist' argument 2 names different: declaration 'b' definition 'p1'. nco-5.2.3/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.2.3/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.2.3/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.2.3/src/nco/nco_sph.c:3576:25: style:inconclusive: Function 'nco_rll_lhs' argument 1 names different: declaration 'p0' definition 'Pi'. [funcArgNamesDifferent] nco-5.2.3/src/nco/nco_sph.h:301:21: note: Function 'nco_rll_lhs' argument 1 names different: declaration 'p0' definition 'Pi'. nco-5.2.3/src/nco/nco_sph.c:3576:25: note: Function 'nco_rll_lhs' argument 1 names different: declaration 'p0' definition 'Pi'. nco-5.2.3/src/nco/nco_sph.c:3576:37: style:inconclusive: Function 'nco_rll_lhs' argument 2 names different: declaration 'QCross' definition 'Qi'. [funcArgNamesDifferent] nco-5.2.3/src/nco/nco_sph.h:301:33: note: Function 'nco_rll_lhs' argument 2 names different: declaration 'QCross' definition 'Qi'. nco-5.2.3/src/nco/nco_sph.c:3576:37: note: Function 'nco_rll_lhs' argument 2 names different: declaration 'QCross' definition 'Qi'. nco-5.2.3/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.2.3/src/nco/nco_sph.h:289:25: note: Function 'nco_rll_seg_int' argument 1 names different: declaration 'a' definition 'p0'. nco-5.2.3/src/nco/nco_sph.c:3629:25: note: Function 'nco_rll_seg_int' argument 1 names different: declaration 'a' definition 'p0'. nco-5.2.3/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.2.3/src/nco/nco_sph.h:289:36: note: Function 'nco_rll_seg_int' argument 2 names different: declaration 'b' definition 'p1'. nco-5.2.3/src/nco/nco_sph.c:3629:37: note: Function 'nco_rll_seg_int' argument 2 names different: declaration 'b' definition 'p1'. nco-5.2.3/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.2.3/src/nco/nco_sph.h:289:47: note: Function 'nco_rll_seg_int' argument 3 names different: declaration 'c' definition 'q0'. nco-5.2.3/src/nco/nco_sph.c:3629:49: note: Function 'nco_rll_seg_int' argument 3 names different: declaration 'c' definition 'q0'. nco-5.2.3/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.2.3/src/nco/nco_sph.h:289:58: note: Function 'nco_rll_seg_int' argument 4 names different: declaration 'd' definition 'q1'. nco-5.2.3/src/nco/nco_sph.c:3629:61: note: Function 'nco_rll_seg_int' argument 4 names different: declaration 'd' definition 'q1'. nco-5.2.3/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.2.3/src/nco/nco_sph.h:289:69: note: Function 'nco_rll_seg_int' argument 5 names different: declaration 'p' definition 'r0'. nco-5.2.3/src/nco/nco_sph.c:3629:73: note: Function 'nco_rll_seg_int' argument 5 names different: declaration 'p' definition 'r0'. nco-5.2.3/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.2.3/src/nco/nco_sph.h:289:80: note: Function 'nco_rll_seg_int' argument 6 names different: declaration 'q' definition 'r1'. nco-5.2.3/src/nco/nco_sph.c:3629:85: note: Function 'nco_rll_seg_int' argument 6 names different: declaration 'q' definition 'r1'. nco-5.2.3/src/nco/nco_sph.c:290:22: style: Local variable 'dx1' shadows outer variable [shadowVariable] nco-5.2.3/src/nco/nco_sph.c:154:11: note: Shadowed declaration nco-5.2.3/src/nco/nco_sph.c:290:22: note: Shadow variable nco-5.2.3/src/nco/nco_sph.c:78:35: style: Parameter 'a' can be declared as pointer to const [constParameterPointer] nco-5.2.3/src/nco/nco_sph.c:78:46: style: Parameter 'b' can be declared as pointer to const [constParameterPointer] nco-5.2.3/src/nco/nco_sph.c:662:32: style: Parameter 'a' can be declared as pointer to const [constParameterPointer] nco-5.2.3/src/nco/nco_sph.c:662:43: style: Parameter 'b' can be declared as pointer to const [constParameterPointer] nco-5.2.3/src/nco/nco_sph.c:737:8: style: Variable 'fnc_nm' can be declared as const array [constVariable] nco-5.2.3/src/nco/nco_sph.c:815:95: style: Parameter 'pqCross' can be declared as pointer to const [constParameterPointer] nco-5.2.3/src/nco/nco_sph.c:878:95: style: Parameter 'pq_cross' can be declared as pointer to const [constParameterPointer] nco-5.2.3/src/nco/nco_sph.c:1588:8: style: Variable 'fnc_nm' can be declared as const array [constVariable] nco-5.2.3/src/nco/nco_sph.c:1715:31: style: Parameter 'sQ' can be declared as pointer to const [constParameterPointer] nco-5.2.3/src/nco/nco_sph.c:1937:29: style: Parameter 'a' can be declared as pointer to const [constParameterPointer] nco-5.2.3/src/nco/nco_sph.c:1937:40: style: Parameter 'b' can be declared as pointer to const [constParameterPointer] nco-5.2.3/src/nco/nco_sph.c:1954:32: style: Parameter 'a' can be declared as pointer to const [constParameterPointer] nco-5.2.3/src/nco/nco_sph.c:1954:43: style: Parameter 'b' can be declared as pointer to const [constParameterPointer] nco-5.2.3/src/nco/nco_sph.c:1982:32: style: Parameter 'a' can be declared as pointer to const [constParameterPointer] nco-5.2.3/src/nco/nco_sph.c:1982:43: style: Parameter 'b' can be declared as pointer to const [constParameterPointer] nco-5.2.3/src/nco/nco_sph.c:2008:31: style: Parameter 'a' can be declared as pointer to const [constParameterPointer] nco-5.2.3/src/nco/nco_sph.c:2008:42: style: Parameter 'b' can be declared as pointer to const [constParameterPointer] nco-5.2.3/src/nco/nco_sph.c:2039:28: style: Parameter 'a' can be declared as pointer to const [constParameterPointer] nco-5.2.3/src/nco/nco_sph.c:2039:39: style: Parameter 'b' can be declared as pointer to const [constParameterPointer] nco-5.2.3/src/nco/nco_sph.c:2039:50: style: Parameter 'c' can be declared as pointer to const [constParameterPointer] nco-5.2.3/src/nco/nco_sph.c:2053:28: style: Parameter 'a' can be declared as pointer to const [constParameterPointer] nco-5.2.3/src/nco/nco_sph.c:2063:22: style: Parameter 'a' can be declared as pointer to const [constParameterPointer] nco-5.2.3/src/nco/nco_sph.c:2125:25: style: Parameter 'a' can be declared as pointer to const [constParameterPointer] nco-5.2.3/src/nco/nco_sph.c:2125:36: style: Parameter 'b' can be declared as pointer to const [constParameterPointer] nco-5.2.3/src/nco/nco_sph.c:2214:21: style: Parameter 'a' can be declared as pointer to const [constParameterPointer] nco-5.2.3/src/nco/nco_sph.c:2214:32: style: Parameter 'b' can be declared as pointer to const [constParameterPointer] nco-5.2.3/src/nco/nco_sph.c:2225:21: style: Parameter 'a' can be declared as pointer to const [constParameterPointer] nco-5.2.3/src/nco/nco_sph.c:2225:32: style: Parameter 'b' can be declared as pointer to const [constParameterPointer] nco-5.2.3/src/nco/nco_sph.c:2248:22: style: Parameter 'p0' can be declared as pointer to const [constParameterPointer] nco-5.2.3/src/nco/nco_sph.c:2248:34: style: Parameter 'p1' can be declared as pointer to const [constParameterPointer] nco-5.2.3/src/nco/nco_sph.c:2267:38: style: Parameter 'b' can be declared as pointer to const [constParameterPointer] nco-5.2.3/src/nco/nco_sph.c:2308:37: style: Parameter 'info_a' can be declared as pointer to const [constParameterPointer] nco-5.2.3/src/nco/nco_sph.c:2308:59: style: Parameter 'info_b' can be declared as pointer to const [constParameterPointer] nco-5.2.3/src/nco/nco_sph.c:2414:48: style: Parameter 'p' can be declared as pointer to const [constParameterPointer] nco-5.2.3/src/nco/nco_sph.c:3071:36: style: Parameter 'a' can be declared as pointer to const [constParameterPointer] nco-5.2.3/src/nco/nco_sph.c:3564:31: style: Parameter 'p0' can be declared as pointer to const [constParameterPointer] nco-5.2.3/src/nco/nco_sph.c:3564:43: style: Parameter 'p1' can be declared as pointer to const [constParameterPointer] nco-5.2.3/src/nco/nco_sph.c:3599:25: style: Parameter 'p0' can be declared as pointer to const [constParameterPointer] nco-5.2.3/src/nco/nco_sph.c:3599:37: style: Parameter 'q0' can be declared as pointer to const [constParameterPointer] nco-5.2.3/src/nco/nco_sph.c:3599:49: style: Parameter 'q1' can be declared as pointer to const [constParameterPointer] nco-5.2.3/src/nco/nco_sph.c:3675:8: style: Variable 'fnc_nm' can be declared as const array [constVariable] nco-5.2.3/src/nco/nco_sph.c:3789:9: style: Parameter 'mat' can be declared as const array [constParameter] nco-5.2.3/src/nco/nco_sph.c:3789:23: style: Parameter 'vec' can be declared as const array [constParameter] nco-5.2.3/src/nco/nco_sph.c:3800:21: style: Parameter 'mat' can be declared as pointer to const [constParameterPointer] nco-5.2.3/src/nco/nco_sph.c:3802:8: style: Variable 'fnc_nm' can be declared as const array [constVariable] nco-5.2.3/src/nco/nco_sph.c:133:20: style: Variable 'qpFace' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_sph.c:134:20: style: Variable 'pqFace' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_sph.c:142:18: style: Variable 'a1' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_sph.c:143:18: style: Variable 'b1' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_sph.c:149:23: style: Variable 'isParallel' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_sph.c:528:8: style: Variable 'nx2' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_sph.c:533:8: style: Variable 'nx3' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_sph.c:539:8: style: Variable 'nx2' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_sph.c:541:8: style: Variable 'nx3' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_sph.c:579:10: style: Variable 'nx_ci' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_sph.c:624:10: style: Variable 'nx_ci' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_sph.c:1023:12: style: Variable 'bSetCnd' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_sph.c:1442:9: style: Variable 'nx1' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_sph.c:1443:9: style: Variable 'nx2' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_sph.c:1450:9: style: Variable 'nx1' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_sph.c:1451:9: style: Variable 'nx2' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_sph.c:1472:9: style: Variable 'nx3' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_sph.c:1491:9: style: Variable 'nx3' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_sph.c:1599:21: style: Variable 'bComplex' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_sph.c:1798:10: style: Variable 'sq' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_sph.c:1848:8: style: Variable 'nx_ab' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_sph.c:1855:10: style: Variable 'nx_av' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_sph.c:2491:6: style: Variable 'n1' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_sph.c:2621:11: style: Variable 'idx1' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_sph.c:2673:19: style: Variable 'bVertex' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_sph.c:2675:12: style: Variable 'code' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_sph.c:3285:19: style: Variable 'qpFace' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_sph.c:3286:19: style: Variable 'pqFace' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_sph.c:3294:17: style: Variable 'a1' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_sph.c:3295:17: style: Variable 'b1' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_sph.c:3300:25: style: Variable 'isP_LatCircle' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_sph.c:3301:25: style: Variable 'isQ_LatCircle' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_sph.c:3336:9: style: Variable 'nx1' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_sph.c:3337:9: style: Variable 'nx2' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncrename.c:93:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_ATTRS [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/ncra.c:126:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_DIMS [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/ncwa.c:107:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_DIMS [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/ncwa.c:1176:16: style: Expression is always true because 'else if' condition is opposite to previous condition at line 1143. [multiCondition] nco-5.2.3/src/nco/ncwa.c:1143:16: note: first condition nco-5.2.3/src/nco/ncwa.c:1176:16: note: else if condition is opposite to first condition nco-5.2.3/src/nco/ncwa.c:121:9: style: Variable 'nco_op_typ_sng' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/ncwa.c:194:12: style: Variable 'md5' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/ncwa.c:196:12: style: Variable 'cnv' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/ncwa.c:264:24: style: Variable 'opt_lng' can be declared as const array [constVariable] nco-5.2.3/src/nco/ncwa.c:872:34: style: Variable 'grp_out_fll' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncwa.c:1212:34: style: Variable 'grp_out_fll' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncwa.c:1265:18: style: Variable 'wgt' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncwa.c:1266:26: style: Variable 'wgt_out' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncwa.c:1267:18: style: Variable 'msk' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncwa.c:1268:26: style: Variable 'msk_out' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncwa.c:1290:32: style: Variable 'msk_cnd_sng' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncwa.c:1291:24: style: Variable 'wgt_avg' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncwa.c:1292:22: style: Variable 'wgt_nm' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncwa.c:1295:22: style: Variable 'cmd_ln' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncwa.c:1296:24: style: Variable 'cmp_sng' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncwa.c:1297:32: style: Variable 'cnk_map_sng' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncwa.c:1298:32: style: Variable 'cnk_plc_sng' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncwa.c:1299:20: style: Variable 'fl_in' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncwa.c:1301:30: style: Variable 'fl_out_tmp' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncwa.c:1302:22: style: Variable 'fl_pth' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncwa.c:1303:30: style: Variable 'fl_pth_lcl' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncwa.c:1304:28: style: Variable 'in_id_arr' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncwa.c:1307:42: style: Variable 'fl_lst_in' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncwa.c:1308:30: style: Variable 'fl_lst_abb' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncwa.c:1309:28: style: Variable 'gaa_arg' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncwa.c:1310:38: style: Variable 'var_lst_in' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncwa.c:1322:24: style: Variable 'var' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncwa.c:1328:12: style: Variable 'var_out' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco_c++/nco_att.cc:44:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco_c++/nco_att.cc:79:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco_c++/nco_att.cc:190:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco_c++/nco_att.cc:217:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco_c++/nco_att.cc:313:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco_c++/nco_att.cc:457:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco_c++/nco_att.cc:473:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco_c++/nco_att.cc:489:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/ncrename.c:590:10: style: The if condition is the same as the previous if condition [duplicateCondition] nco-5.2.3/src/nco/ncrename.c:579:10: note: First condition nco-5.2.3/src/nco/ncrename.c:590:10: note: Second condition nco-5.2.3/src/nco/ncrename.c:549:47: portability: %ld in format string (no. 5) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] nco-5.2.3/src/nco/ncrename.c:549:47: portability: %ld in format string (no. 7) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] nco-5.2.3/src/nco_c++/nco_att.cc:282:10: style: Variable 'rcd' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco_c++/nco_att.cc:283:6: style: Variable 'rcd' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco_c++/nco_att.cc:295:10: style: Variable 'rcd' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco_c++/nco_att.cc:296:6: style: Variable 'rcd' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco_c++/nco_att.cc:328:10: style: Variable 'rcd' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco_c++/nco_att.cc:329:6: style: Variable 'rcd' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco_c++/nco_att.cc:341:10: style: Variable 'rcd' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco_c++/nco_att.cc:342:6: style: Variable 'rcd' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco_c++/nco_att.cc:372:10: style: Variable 'rcd' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco_c++/nco_att.cc:373:6: style: Variable 'rcd' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco_c++/nco_att.cc:404:10: style: Variable 'rcd' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco_c++/nco_att.cc:405:6: style: Variable 'rcd' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco_c++/nco_att.cc:417:10: style: Variable 'rcd' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco_c++/nco_att.cc:418:6: style: Variable 'rcd' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco_c++/nco_att.cc:430:10: style: Variable 'rcd' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco_c++/nco_att.cc:431:6: style: Variable 'rcd' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco_c++/nco_dmn.cc:42:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco_c++/nco_dmn.cc:71:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco_c++/nco_dmn.cc:54:10: style: Variable 'rcd' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco_c++/nco_dmn.cc:55:6: style: Variable 'rcd' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco_c++/nco_dmn.cc:102:10: style: Variable 'rcd' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco_c++/nco_dmn.cc:103:6: style: Variable 'rcd' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco_c++/nco_dmn.cc:131:10: style: Variable 'rcd' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco_c++/nco_dmn.cc:132:6: style: Variable 'rcd' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco_c++/nco_dmn.cc:143:10: style: Variable 'rcd' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco_c++/nco_dmn.cc:144:6: style: Variable 'rcd' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco_c++/nco_fl.cc:41:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco_c++/nco_fl.cc:70:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco_c++/nco_fl.cc:217:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco_c++/nco_fl.cc:228:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/ncrename.c:173:24: style: Variable 'opt_lng' can be declared as const array [constVariable] nco-5.2.3/src/nco_c++/nco_fl.cc:53:10: style: Variable 'rcd' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco_c++/nco_fl.cc:54:6: style: Variable 'rcd' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco_c++/nco_fl.cc:82:10: style: Variable 'rcd' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco_c++/nco_fl.cc:83:6: style: Variable 'rcd' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco_c++/nco_fl.cc:126:10: style: Variable 'rcd' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco_c++/nco_fl.cc:127:6: style: Variable 'rcd' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco_c++/nco_fl.cc:153:10: style: Variable 'rcd' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco_c++/nco_fl.cc:154:6: style: Variable 'rcd' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco_c++/nco_hgh.cc:54:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable nco_dbg_sbr [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/ncrename.c:680:36: style: Variable 'att_rnm_lst' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncrename.c:681:36: style: Variable 'dmn_rnm_lst' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco_c++/nco_hgh.cc:55:18: style: The if condition is the same as the previous if condition [duplicateCondition] nco-5.2.3/src/nco_c++/nco_hgh.cc:54:18: note: First condition nco-5.2.3/src/nco_c++/nco_hgh.cc:55:18: note: Second condition nco-5.2.3/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.2.3/src/nco_c++/nco_hgh.cc:58:6: note: rcd is assigned nco-5.2.3/src/nco_c++/nco_hgh.cc:98:6: note: rcd is overwritten nco-5.2.3/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.2.3/src/nco_c++/nco_hgh.cc:75:10: note: rcd is assigned nco-5.2.3/src/nco_c++/nco_hgh.cc:83:10: note: rcd is overwritten nco-5.2.3/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.2.3/src/nco_c++/nco_hgh.cc:83:10: note: rcd is assigned nco-5.2.3/src/nco_c++/nco_hgh.cc:89:10: note: rcd is overwritten nco-5.2.3/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.2.3/src/nco_c++/nco_hgh.cc:89:10: note: rcd is assigned nco-5.2.3/src/nco_c++/nco_hgh.cc:98:6: note: rcd is overwritten nco-5.2.3/src/nco/ncrename.c:682:36: style: Variable 'grp_rnm_lst' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncrename.c:683:36: style: Variable 'var_rnm_lst' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncrename.c:684:22: style: Variable 'obj_nm' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncrename.c:688:22: style: Variable 'cmd_ln' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncrename.c:689:20: style: Variable 'fl_in' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncrename.c:691:22: style: Variable 'fl_pth' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncrename.c:692:30: style: Variable 'fl_pth_lcl' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncrename.c:695:42: style: Variable 'fl_lst_in' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco_c++/nco_utl.cc:37:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/ncrename.c:696:30: style: Variable 'fl_lst_abb' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco_c++/nco_utl.cc:83:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco_c++/nco_utl.cc:106:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco_c++/nco_utl.cc:129:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco_c++/nco_utl.cc:208:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable nco_ubyte [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco_c++/nco_utl.cc:354:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco_c++/nco_utl.cc:378:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_FLOAT [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco_c++/nco_utl.cc:390:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_DOUBLE [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco/ncrename.c:697:28: style: Variable 'gaa_arg' is assigned a value that is never used. [unreadVariable] nco-5.2.3/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.2.3/src/nco_c++/nco_utl.cc:146:10: note: rcd is initialized nco-5.2.3/src/nco_c++/nco_utl.cc:148:6: note: rcd is overwritten nco-5.2.3/src/nco_c++/nco_utl.cc:33:20: performance: Function parameter 'fl_fmt_sng' should be passed by const reference. [passedByValue] nco-5.2.3/src/nco_c++/nco_utl.cc:166:10: style: Variable 'rcd' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco_c++/nco_utl.cc:167:6: style: Variable 'rcd' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco_c++/nco_utl.cc:377:10: style: Variable 'flt_foo' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco_c++/nco_utl.cc:389:10: style: Variable 'dbl_foo' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco_c++/tst.cc:74:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cerr [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco_c++/nco_var.cc:44:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_ENAMEINUSE [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco_c++/nco_var.cc:62:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_ENAMEINUSE [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco_c++/nco_var.cc:83:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco_c++/nco_var.cc:130:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco_c++/nco_var.cc:218:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco_c++/nco_var.cc:317:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco_c++/nco_var.cc:331:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco_c++/nco_var.cc:345:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco_c++/nco_var.cc:364:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco_c++/nco_var.cc:379:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco_c++/nco_var.cc:393:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco_c++/nco_var.cc:407:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco_c++/nco_var.cc:421:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco_c++/nco_var.cc:435:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco_c++/nco_var.cc:537:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco_c++/nco_var.cc:549:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco_c++/nco_var.cc:566:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco_c++/nco_var.cc:579:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco_c++/nco_var.cc:591:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco_c++/nco_var.cc:603:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco_c++/nco_var.cc:615:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco_c++/nco_var.cc:627:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco_c++/nco_var.cc:716:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco_c++/nco_var.cc:729:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco_c++/nco_var.cc:743:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco_c++/nco_var.cc:756:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco_c++/nco_var.cc:782:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco_c++/nco_var.cc:795:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco_c++/nco_var.cc:808:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco_c++/nco_var.cc:821:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco_c++/nco_var.cc:923:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco_c++/nco_var.cc:939:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco_c++/nco_var.cc:956:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco_c++/nco_var.cc:976:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco_c++/nco_var.cc:992:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco_c++/nco_var.cc:1008:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco_c++/nco_var.cc:1024:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.2.3/src/nco_c++/nco_var.cc:1040:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] nco-5.2.3/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.2.3/src/nco_c++/nco_var.cc:919:10: note: rcd is initialized nco-5.2.3/src/nco_c++/nco_var.cc:922:6: note: rcd is overwritten nco-5.2.3/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.2.3/src/nco_c++/nco_var.cc:935:10: note: rcd is initialized nco-5.2.3/src/nco_c++/nco_var.cc:938:6: note: rcd is overwritten nco-5.2.3/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.2.3/src/nco_c++/nco_var.cc:951:10: note: rcd is initialized nco-5.2.3/src/nco_c++/nco_var.cc:955:6: note: rcd is overwritten nco-5.2.3/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.2.3/src/nco_c++/nco_var.cc:972:10: note: rcd is initialized nco-5.2.3/src/nco_c++/nco_var.cc:975:6: note: rcd is overwritten nco-5.2.3/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.2.3/src/nco_c++/nco_var.cc:988:10: note: rcd is initialized nco-5.2.3/src/nco_c++/nco_var.cc:991:6: note: rcd is overwritten nco-5.2.3/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.2.3/src/nco_c++/nco_var.cc:1004:10: note: rcd is initialized nco-5.2.3/src/nco_c++/nco_var.cc:1007:6: note: rcd is overwritten nco-5.2.3/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.2.3/src/nco_c++/nco_var.cc:1020:10: note: rcd is initialized nco-5.2.3/src/nco_c++/nco_var.cc:1023:6: note: rcd is overwritten nco-5.2.3/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.2.3/src/nco_c++/nco_var.cc:1036:10: note: rcd is initialized nco-5.2.3/src/nco_c++/nco_var.cc:1039:6: note: rcd is overwritten nco-5.2.3/src/nco_c++/nco_var.cc:113:10: style: Variable 'rcd' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco_c++/nco_var.cc:114:6: style: Variable 'rcd' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco_c++/nco_var.cc:144:10: style: Variable 'rcd' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco_c++/nco_var.cc:145:6: style: Variable 'rcd' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco_c++/nco_var.cc:173:10: style: Variable 'rcd' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco_c++/nco_var.cc:174:6: style: Variable 'rcd' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco_c++/nco_var.cc:185:10: style: Variable 'rcd' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco_c++/nco_var.cc:186:6: style: Variable 'rcd' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco_c++/nco_var.cc:229:10: style: Variable 'rcd' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco_c++/nco_var.cc:230:6: style: Variable 'rcd' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco_c++/nco_var.cc:241:10: style: Variable 'rcd' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco_c++/nco_var.cc:242:6: style: Variable 'rcd' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco_c++/nco_var.cc:270:10: style: Variable 'rcd' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco_c++/nco_var.cc:271:6: style: Variable 'rcd' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco_c++/nco_var.cc:282:10: style: Variable 'rcd' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco_c++/nco_var.cc:283:6: style: Variable 'rcd' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco_c++/nco_var.cc:1150:10: style: Variable 'rcd' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco_c++/nco_var.cc:1151:6: style: Variable 'rcd' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco_c++/nco_var.cc:1163:10: style: Variable 'rcd' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco_c++/nco_var.cc:1164:6: style: Variable 'rcd' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco_c++/tst.cc:88:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco_c++/tst.cc:86:6: note: rcd is assigned nco-5.2.3/src/nco_c++/tst.cc:88:6: note: rcd is overwritten nco-5.2.3/src/nco_c++/tst.cc:140:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco_c++/tst.cc:88:6: note: rcd is assigned nco-5.2.3/src/nco_c++/tst.cc:140:6: note: rcd is overwritten nco-5.2.3/src/nco_c++/tst.cc:169:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco_c++/tst.cc:140:6: note: rcd is assigned nco-5.2.3/src/nco_c++/tst.cc:169:6: note: rcd is overwritten nco-5.2.3/src/nco_c++/tst.cc:169:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco_c++/tst.cc:155:8: note: rcd is assigned nco-5.2.3/src/nco_c++/tst.cc:169:6: note: rcd is overwritten nco-5.2.3/src/nco_c++/tst.cc:164:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco_c++/tst.cc:162:8: note: rcd is assigned nco-5.2.3/src/nco_c++/tst.cc:164:8: note: rcd is overwritten nco-5.2.3/src/nco_c++/tst.cc:169:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco_c++/tst.cc:164:8: note: rcd is assigned nco-5.2.3/src/nco_c++/tst.cc:169:6: note: rcd is overwritten nco-5.2.3/src/nco_c++/tst.cc:180:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco_c++/tst.cc:169:6: note: rcd is assigned nco-5.2.3/src/nco_c++/tst.cc:180:6: note: rcd is overwritten nco-5.2.3/src/nco_c++/tst.cc:181:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco_c++/tst.cc:180:6: note: rcd is assigned nco-5.2.3/src/nco_c++/tst.cc:181:6: note: rcd is overwritten nco-5.2.3/src/nco_c++/tst.cc:182:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco_c++/tst.cc:181:6: note: rcd is assigned nco-5.2.3/src/nco_c++/tst.cc:182:6: note: rcd is overwritten nco-5.2.3/src/nco_c++/tst.cc:183:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco_c++/tst.cc:182:6: note: rcd is assigned nco-5.2.3/src/nco_c++/tst.cc:183:6: note: rcd is overwritten nco-5.2.3/src/nco_c++/tst.cc:184:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco_c++/tst.cc:183:6: note: rcd is assigned nco-5.2.3/src/nco_c++/tst.cc:184:6: note: rcd is overwritten nco-5.2.3/src/nco_c++/tst.cc:190:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco_c++/tst.cc:184:6: note: rcd is assigned nco-5.2.3/src/nco_c++/tst.cc:190:6: note: rcd is overwritten nco-5.2.3/src/nco_c++/tst.cc:60:31: style: Variable 'CVS_Header' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco_c++/tst.cc:64:27: style: Variable 'sbr_nm' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco_c++/tst.cc:70:29: style: Variable 'time_cpp' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco_c++/tst.cc:201:6: style: Variable 'idx' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:7499:21: style: Expression is always true because 'else if' condition is opposite to previous condition at line 7486. [multiCondition] nco-5.2.3/src/nco/nco_rgr.c:7486:15: note: first condition nco-5.2.3/src/nco/nco_rgr.c:7499:21: note: else if condition is opposite to first condition nco-5.2.3/src/nco/nco_rgr.c:1766:6: style: The if condition is the same as the previous if condition [duplicateCondition] nco-5.2.3/src/nco/nco_rgr.c:1745:6: note: First condition nco-5.2.3/src/nco/nco_rgr.c:1766:6: note: Second condition nco-5.2.3/src/nco/nco_rgr.c:2813:8: style: The if condition is the same as the previous if condition [duplicateCondition] nco-5.2.3/src/nco/nco_rgr.c:2804:8: note: First condition nco-5.2.3/src/nco/nco_rgr.c:2813:8: note: Second condition nco-5.2.3/src/nco/nco_rgr.c:3204:17: style: The if condition is the same as the previous if condition [duplicateCondition] nco-5.2.3/src/nco/nco_rgr.c:3203:17: note: First condition nco-5.2.3/src/nco/nco_rgr.c:3204:17: note: Second condition nco-5.2.3/src/nco/nco_rgr.c:3270:17: style: The if condition is the same as the previous if condition [duplicateCondition] nco-5.2.3/src/nco/nco_rgr.c:3269:17: note: First condition nco-5.2.3/src/nco/nco_rgr.c:3270:17: note: Second condition nco-5.2.3/src/nco/nco_rgr.c:9980:5: style: The if condition is the same as the previous if condition [duplicateCondition] nco-5.2.3/src/nco/nco_rgr.c:9979:5: note: First condition nco-5.2.3/src/nco/nco_rgr.c:9980:5: note: Second condition nco-5.2.3/src/nco/nco_rgr.c:10215:10: style: The if condition is the same as the previous if condition [duplicateCondition] nco-5.2.3/src/nco/nco_rgr.c:10214:10: note: First condition nco-5.2.3/src/nco/nco_rgr.c:10215:10: note: Second condition nco-5.2.3/src/nco/nco_rgr.c:10757:6: style: The if condition is the same as the previous if condition [duplicateCondition] nco-5.2.3/src/nco/nco_rgr.c:10716:6: note: First condition nco-5.2.3/src/nco/nco_rgr.c:10757:6: note: Second condition nco-5.2.3/src/nco/nco_rgr.c:10925:6: style: The if condition is the same as the previous if condition [duplicateCondition] nco-5.2.3/src/nco/nco_rgr.c:10757:6: note: First condition nco-5.2.3/src/nco/nco_rgr.c:10925:6: note: Second condition nco-5.2.3/src/nco/nco_rgr.c:10955:6: style: The if condition is the same as the previous if condition [duplicateCondition] nco-5.2.3/src/nco/nco_rgr.c:10925:6: note: First condition nco-5.2.3/src/nco/nco_rgr.c:10955:6: note: Second condition nco-5.2.3/src/nco/nco_rgr.c:7862:30: style: Assignment 'xpn_sum=0.0' is redundant with condition 'xpn_sum==0.0'. [duplicateConditionalAssign] nco-5.2.3/src/nco/nco_rgr.c:7862:15: note: Condition 'xpn_sum==0.0' nco-5.2.3/src/nco/nco_rgr.c:7862:30: note: Assignment 'xpn_sum=0.0' is redundant nco-5.2.3/src/nco/nco_rgr.c:2138:40: style: Condition 'nco_dbg_lvl_get()>=nco_dbg_std&&0' is always false [knownConditionTrueFalse] nco-5.2.3/src/nco/nco_rgr.c:2797:41: style: Condition 'nco_dbg_lvl_get()>=nco_dbg_std&&0' is always false [knownConditionTrueFalse] nco-5.2.3/src/nco/nco_rgr.c:3598:22: style: Condition 'brk_lft_idx==-1' is always false [knownConditionTrueFalse] nco-5.2.3/src/nco/nco_rgr.c:3602:18: style: Condition 'brk_lft_idx==-1' is always false [knownConditionTrueFalse] nco-5.2.3/src/nco/nco_rgr.c:8435:18: style: Condition 'grd_rnk_nbr==dmn_nbr_2D' is always true [knownConditionTrueFalse] nco-5.2.3/src/nco/nco_rgr.c:8403:15: note: Assignment 'grd_rnk_nbr=dmn_nbr_2D', assigned value is 2 nco-5.2.3/src/nco/nco_rgr.c:8435:18: note: Condition 'grd_rnk_nbr==dmn_nbr_2D' is always true nco-5.2.3/src/nco/nco_rgr.c:12107:8: style: Condition '!flg_ccw' is always true [knownConditionTrueFalse] nco-5.2.3/src/nco/nco_rgr.c:12102:12: note: Assuming that condition '!flg_ccw' is not redundant nco-5.2.3/src/nco/nco_rgr.c:12107:8: note: Condition '!flg_ccw' is always true nco-5.2.3/src/nco/nco_rgr.c:12124:5: style: Condition '!flg_ccw' is always true [knownConditionTrueFalse] nco-5.2.3/src/nco/nco_rgr.c:12121:10: note: Assuming that condition 'flg_ccw' is not redundant nco-5.2.3/src/nco/nco_rgr.c:12124:5: note: Condition '!flg_ccw' is always true nco-5.2.3/src/nco/nco_rgr.c:12132:10: style: Condition '!flg_ccw' is always true [knownConditionTrueFalse] nco-5.2.3/src/nco/nco_rgr.c:12117:8: note: Assuming that condition 'flg_ccw' is not redundant nco-5.2.3/src/nco/nco_rgr.c:12132:10: note: Condition '!flg_ccw' is always true nco-5.2.3/src/nco/nco_rgr.c:1400: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.2.3/src/nco/nco_rgr.c:1400:12: warning: %lu in format string (no. 2) requires 'unsigned long' but the argument type is 'signed long'. [invalidPrintfArgType_uint] nco-5.2.3/src/nco/nco_rgr.c:1402: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.2.3/src/nco/nco_rgr.c:2063:39: portability: %ld in format string (no. 3) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] nco-5.2.3/src/nco/nco_rgr.c:2063:39: portability: %ld in format string (no. 4) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] nco-5.2.3/src/nco/nco_rgr.c:2142: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.2.3/src/nco/nco_rgr.c:2142:14: warning: %lu in format string (no. 2) requires 'unsigned long' but the argument type is 'signed long'. [invalidPrintfArgType_uint] nco-5.2.3/src/nco/nco_rgr.c:2144: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.2.3/src/nco/nco_rgr.c:2349:39: portability: %ld in format string (no. 3) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] nco-5.2.3/src/nco/nco_rgr.c:2349:39: portability: %ld in format string (no. 4) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] nco-5.2.3/src/nco/nco_rgr.c:2378:46: portability: %ld in format string (no. 2) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] nco-5.2.3/src/nco/nco_rgr.c:3182:46: portability: %ld in format string (no. 5) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] nco-5.2.3/src/nco/nco_rgr.c:3419:47: warning: %lu in format string (no. 7) requires 'unsigned long' but the argument type is 'signed long'. [invalidPrintfArgType_uint] nco-5.2.3/src/nco/nco_rgr.c:3419: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.2.3/src/nco/nco_rgr.c:3419: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.2.3/src/nco/nco_rgr.c:3419: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.2.3/src/nco/nco_rgr.c:3419: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.2.3/src/nco/nco_rgr.c:3419: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.2.3/src/nco/nco_rgr.c:3606: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.2.3/src/nco/nco_rgr.c:3606: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.2.3/src/nco/nco_rgr.c:3606: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.2.3/src/nco/nco_rgr.c:3606: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.2.3/src/nco/nco_rgr.c:3606: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.2.3/src/nco/nco_rgr.c:3645: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.2.3/src/nco/nco_rgr.c:3671: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.2.3/src/nco/nco_rgr.c:3671: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.2.3/src/nco/nco_rgr.c:3671: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.2.3/src/nco/nco_rgr.c:3671: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.2.3/src/nco/nco_rgr.c:3671: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.2.3/src/nco/nco_rgr.c:3723: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.2.3/src/nco/nco_rgr.c:3750: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.2.3/src/nco/nco_rgr.c:3752: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.2.3/src/nco/nco_rgr.c:4938:52: portability: %li in format string (no. 1) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] nco-5.2.3/src/nco/nco_rgr.c:5773: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.2.3/src/nco/nco_rgr.c:5788: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.2.3/src/nco/nco_rgr.c:6317: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.2.3/src/nco/nco_rgr.c:6317: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.2.3/src/nco/nco_rgr.c:6351: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.2.3/src/nco/nco_rgr.c:7411:44: warning: %lu in format string (no. 3) requires 'unsigned long' but the argument type is 'signed long'. [invalidPrintfArgType_uint] nco-5.2.3/src/nco/nco_rgr.c:7547:49: warning: %lu in format string (no. 3) requires 'unsigned long' but the argument type is 'signed long'. [invalidPrintfArgType_uint] nco-5.2.3/src/nco/nco_rgr.c:7826:10: warning: %lu in format string (no. 2) requires 'unsigned long' but the argument type is 'signed long'. [invalidPrintfArgType_uint] nco-5.2.3/src/nco/nco_rgr.c:8787:62: warning: %lu in format string (no. 3) requires 'unsigned long' but the argument type is 'signed long'. [invalidPrintfArgType_uint] nco-5.2.3/src/nco/nco_rgr.c:10569:39: portability: %li in format string (no. 3) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] nco-5.2.3/src/nco/nco_rgr.c:1087:5: error: Memory leak: bd_nm [memleak] nco-5.2.3/src/nco/nco_rgr.c:1087:5: error: Memory leak: lt_nm [memleak] nco-5.2.3/src/nco/nco_rgr.c:1087:5: error: Memory leak: mlc_nm [memleak] nco-5.2.3/src/nco/nco_rgr.c:7933: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.2.3/src/nco/nco_rgr.c:7944:6: note: Assuming that condition 'fl_grd_dst_cdl' is not redundant nco-5.2.3/src/nco/nco_rgr.c:7933:58: note: Null pointer dereference nco-5.2.3/src/nco/nco_rgr.c:8439:3: warning: Either the condition 'dmn_sz_int' is redundant or there is possible null pointer dereference: dmn_sz_int. [nullPointerRedundantCheck] nco-5.2.3/src/nco/nco_rgr.c:9160:6: note: Assuming that condition 'dmn_sz_int' is not redundant nco-5.2.3/src/nco/nco_rgr.c:8439:3: note: Null pointer dereference nco-5.2.3/src/nco/nco_rgr.c:8440:3: warning: Either the condition 'dmn_sz_int' is redundant or there is possible null pointer dereference: dmn_sz_int. [nullPointerRedundantCheck] nco-5.2.3/src/nco/nco_rgr.c:9160:6: note: Assuming that condition 'dmn_sz_int' is not redundant nco-5.2.3/src/nco/nco_rgr.c:8440:3: note: Null pointer dereference nco-5.2.3/src/nco/nco_rgr.c:1045:10: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:957:6: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:1045:10: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:1111:10: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:1110:10: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:1111:10: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:1112:10: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:1111:10: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:1112:10: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:1121:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:1120:8: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:1121:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:1122:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:1121:8: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:1122:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:1123:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:1122:8: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:1123:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:1124:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:1123:8: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:1124:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:1125:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:1124:8: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:1125:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:1126:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:1125:8: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:1126:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:1127:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:1126:8: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:1127:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:1191:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:1190:8: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:1191:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:1196:10: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:1195:10: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:1196:10: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:1208:5: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:1203:5: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:1208:5: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:1209:5: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:1208:5: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:1209:5: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:1258:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:1257:8: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:1258:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:1259:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:1258:8: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:1259:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:1260:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:1259:8: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:1260:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:1261:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:1260:8: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:1261:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:1263:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:1261:8: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:1263:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:1273:10: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:1268:10: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:1273:10: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:1274:10: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:1273:10: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:1274:10: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:1276:10: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:1274:10: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:1276:10: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:1320:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:1319:8: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:1320:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:1321:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:1320:8: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:1321:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:1376:10: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:1375:10: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:1376:10: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:1535:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:1534:8: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:1535:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:1536:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:1535:8: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:1536:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:1537:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:1536:8: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:1537:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:1538:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:1537:8: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:1538:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:1592:10: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:1588:8: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:1592:10: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:1739:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:1671:10: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:1739:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:1683:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:1681:8: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:1683:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:1684:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:1683:8: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:1684:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:1685:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:1684:8: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:1685:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:1739:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:1685:8: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:1739:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:1692:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:1691:8: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:1692:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:1693:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:1692:8: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:1693:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:1694:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:1693:8: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:1694:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:1739:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:1694:8: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:1739:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:1739:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:1707:10: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:1739:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:1739:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:1710:40: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:1739:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:1739:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:1711:39: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:1739:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:1739:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:1716:10: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:1739:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:1721:12: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:1720:8: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:1721:12: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:1770:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:1769:8: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:1770:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:1771:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:1770:8: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:1771:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:1772:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:1771:8: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:1772:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:1787:10: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:1786:10: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:1787:10: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:1865:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:1864:8: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:1865:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:1868:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:1865:8: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:1868:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:1868:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:1866:31: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:1868:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:1868:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:1867:30: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:1868:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:1869:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:1868:8: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:1869:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:1870:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:1869:8: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:1870:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:1874:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:1870:8: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:1874:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:1888:10: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:1887:10: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:1888:10: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:1900:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:1899:8: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:1900:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:1901:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:1900:8: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:1901:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:1921:5: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:1920:5: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:1921:5: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:2007:10: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:2002:10: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:2007:10: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:2118:5: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:2117:5: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:2118:5: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:2249:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:2248:8: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:2249:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:2250:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:2249:8: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:2250:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:2251:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:2250:8: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:2251:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:2283:10: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:2278:10: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:2283:10: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:2610:10: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:2600:5: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:2610:10: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:2606:5: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:2605:5: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:2606:5: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:2610:10: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:2606:5: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:2610:10: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:2620:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:2619:8: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:2620:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:2630:5: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:2629:5: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:2630:5: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:3025:10: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:3024:10: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:3025:10: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:3031:7: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:3030:7: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:3031:7: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:3075:5: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:3031:7: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:3075:5: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:3056:11: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:3051:11: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:3056:11: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:3075:5: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:3056:11: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:3075:5: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:3075:5: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:3061:7: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:3075:5: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:3064:9: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:3063:9: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:3064:9: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:3071:11: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:3066:11: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:3071:11: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:3075:5: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:3071:11: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:3075:5: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:3379:7: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:3378:7: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:3379:7: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:3380:7: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:3379:7: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:3380:7: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:3381:7: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:3380:7: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:3381:7: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:3388:7: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:3381:7: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:3388:7: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:3389:7: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:3388:7: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:3389:7: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:3404:7: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:3389:7: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:3404:7: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:3404:7: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:3391:9: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:3404:7: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:4349:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:4271:6: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:4349:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:4353:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:4349:6: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:4353:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:4581:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:4353:6: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:4581:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:4429:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:4428:8: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:4429:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:4433:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:4429:8: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:4433:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:4434:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:4433:8: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:4434:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:4581:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:4434:8: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:4581:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:4494:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:4491:8: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:4494:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:4498:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:4494:8: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:4498:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:4502:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:4498:8: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:4502:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:4581:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:4502:8: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:4581:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:4548:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:4544:8: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:4548:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:4552:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:4548:8: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:4552:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:4559:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:4552:8: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:4559:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:4581:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:4559:8: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:4581:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:4586:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:4581:6: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:4586:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:4914:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:4913:6: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:4914:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:4918:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:4914:6: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:4918:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:5153:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:4918:8: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:5153:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:5153:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:4927:8: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:5153:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:5089:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:5086:8: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:5089:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:5090:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:5089:8: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:5090:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:5153:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:5090:8: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:5153:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:5201:10: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:5199:10: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:5201:10: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:5274:25: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:5268:8: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:5274:25: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:5624:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:5620:10: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:5624:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:5627:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:5625:26: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:5627:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:5998:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:5809:8: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:5998:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:5830:10: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:5829:10: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:5830:10: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:5838:7: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:5835:7: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:5838:7: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:5934:5: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:5838:7: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:5934:5: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:5934:5: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:5841:9: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:5934:5: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:5888:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:5883:8: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:5888:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:5934:5: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:5888:8: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:5934:5: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:5913:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:5908:8: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:5913:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:5934:5: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:5913:8: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:5934:5: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:5934:5: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:5920:7: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:5934:5: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:5923:9: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:5922:9: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:5923:9: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:5930:11: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:5925:11: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:5930:11: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:5934:5: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:5930:11: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:5934:5: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:5998:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:5934:5: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:5998:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:5998:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:5938:9: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:5998:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:5998:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:5956:11: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:5998:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:5976:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:5975:8: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:5976:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:5977:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:5976:8: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:5977:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:5981:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:5977:8: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:5981:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:5981:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:5978:46: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:5981:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:5998:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:5981:8: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:5998:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:5990:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:5986:8: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:5990:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:5990:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:5987:46: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:5990:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:5998:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:5990:8: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:5998:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:5998:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:5994:8: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:5998:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:5998:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:5995:46: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:5998:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:5999:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:5998:6: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:5999:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:6000:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:5999:6: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:6000:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:6030:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:6000:6: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:6030:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:6030:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:6002:27: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:6030:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:6033:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:6030:6: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:6033:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:6035:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:6033:6: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:6035:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:6036:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:6035:6: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:6036:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:6037:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:6036:6: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:6037:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:6084:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:6037:6: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:6084:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:6084:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:6039:27: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:6084:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:6084:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:6057:8: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:6084:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:6099:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:6084:6: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:6099:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:6113:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:6099:6: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:6113:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:6103:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:6102:8: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:6103:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:6105:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:6103:8: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:6105:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:6107:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:6105:8: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:6107:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:6108:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:6107:8: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:6108:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:6113:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:6108:8: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:6113:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:6113:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:6111:26: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:6113:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:6114:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:6113:6: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:6114:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:6299:14: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:6298:10: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:6299:14: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:6310:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:6305:8: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:6310:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:6324:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:6310:8: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:6324:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:6324:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:6312:10: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:6324:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:6453:5: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:6452:5: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:6453:5: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:6454:5: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:6453:5: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:6454:5: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:6455:5: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:6454:5: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:6455:5: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:6462:5: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:6455:5: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:6462:5: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:6463:5: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:6462:5: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:6463:5: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:6507:5: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:6463:5: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:6507:5: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:6507:5: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:6465:7: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:6507:5: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:6507:5: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:6471:7: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:6507:5: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:6477:9: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:6476:9: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:6477:9: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:6478:9: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:6477:9: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:6478:9: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:6507:5: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:6478:9: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:6507:5: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:8840:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:8839:6: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:8840:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:8841:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:8840:6: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:8841:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:8865:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:8860:28: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:8865:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:8866:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:8865:6: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:8866:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:8868:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:8866:6: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:8868:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:8869:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:8868:6: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:8869:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:8872:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:8869:6: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:8872:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:8873:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:8872:6: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:8873:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:8875:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:8873:6: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:8875:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:8877:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:8875:6: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:8877:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:8878:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:8877:6: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:8878:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:8879:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:8878:6: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:8879:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:8881:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:8879:6: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:8881:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:8882:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:8881:6: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:8882:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:8883:28: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:8882:6: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:8883:28: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:8884:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:8883:28: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:8884:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:8886:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:8884:6: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:8886:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:8887:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:8886:6: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:8887:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:8888:28: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:8887:6: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:8888:28: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:8889:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:8888:28: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:8889:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:8891:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:8889:6: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:8891:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:8892:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:8891:6: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:8892:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:8893:28: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:8892:6: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:8893:28: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:8895:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:8893:28: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:8895:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:8896:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:8895:6: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:8896:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:8897:28: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:8896:6: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:8897:28: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:8899:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:8897:28: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:8899:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:8900:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:8899:6: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:8900:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:8908:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:8900:6: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:8908:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:8911:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:8908:6: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:8911:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:8914:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:8911:6: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:8914:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:8917:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:8914:6: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:8917:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:8920:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:8917:6: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:8920:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:8925:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:8920:6: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:8925:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:8930:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:8925:6: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:8930:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:8999:10: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:8998:10: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:8999:10: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:9057:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:9034:32: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:9057:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:9057:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:9053:32: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:9057:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:9058:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:9057:8: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:9058:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:9059:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:9058:8: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:9059:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:9062:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:9059:8: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:9062:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:9063:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:9062:8: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:9063:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:9064:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:9063:8: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:9064:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:9065:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:9064:8: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:9065:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:9066:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:9065:8: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:9066:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:9072:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:9066:8: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:9072:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:9075:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:9072:8: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:9075:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:9076:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:9075:8: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:9076:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:9077:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:9076:8: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:9077:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:9078:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:9077:8: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:9078:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:9079:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:9078:8: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:9079:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:9082:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:9079:8: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:9082:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:9086:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:9082:8: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:9086:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:9086:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:9084:23: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:9086:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:9087:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:9086:8: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:9087:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:9088:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:9087:8: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:9088:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:9089:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:9088:8: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:9089:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:9090:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:9089:8: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:9090:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:9093:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:9090:8: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:9093:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:9586:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:9382:6: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:9586:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:9523:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:9520:8: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:9523:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:9524:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:9523:8: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:9524:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:9586:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:9524:8: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:9586:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:9719:10: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:9704:8: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:9719:10: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:9858:10: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:9737:35: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:9858:10: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:9858:10: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:9774:39: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:9858:10: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:10226:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:9891:10: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:10226:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:9909:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:9907:8: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:9909:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:10226:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:9909:8: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:10226:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:9932:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:9931:8: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:9932:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:10226:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:9932:8: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:10226:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:10226:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:9935:34: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:10226:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:10226:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:9946:10: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:10226:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:10226:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:9952:39: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:10226:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:10226:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:9953:39: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:10226:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:9969:10: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:9962:43: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:9969:10: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:9969:10: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:9965:39: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:9969:10: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:9969:10: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:9967:39: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:9969:10: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:9969:10: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:9968:39: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:9969:10: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:10226:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:9973:5: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:10226:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:10226:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:10028:39: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:10226:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:10226:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:10029:39: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:10226:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:10039:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:10038:8: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:10039:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:10226:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:10039:8: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:10226:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:10226:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:10043:34: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:10226:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:10226:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:10055:10: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:10226:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:10083:10: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:10066:10: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:10083:10: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:10084:10: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:10083:10: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:10084:10: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:10226:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:10084:10: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:10226:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:10126:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:10123:8: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:10126:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:10226:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:10126:8: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:10226:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:10140:10: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:10139:10: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:10140:10: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:10226:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:10140:10: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:10226:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:10226:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:10144:5: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:10226:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:10166:10: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:10161:10: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:10166:10: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:10226:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:10166:10: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:10226:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:10186:10: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:10171:10: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:10186:10: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:10226:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:10186:10: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:10226:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:10226:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:10194:37: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:10226:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:10226:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:10198:37: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:10226:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:10226:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:10210:10: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:10226:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:10228:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:10226:6: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:10228:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:11271:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:11270:22: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:11271:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:11272:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:11271:6: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:11272:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:11304:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:11290:30: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:11304:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:11305:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:11304:6: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:11305:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:11307:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:11305:6: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:11307:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:11308:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:11307:6: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:11308:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:11311:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:11308:6: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:11311:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:11312:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:11311:6: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:11312:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:11314:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:11312:6: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:11314:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:11317:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:11314:6: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:11317:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:11318:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:11317:8: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:11318:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:11319:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:11318:8: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:11319:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:11326:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:11319:8: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:11326:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:11323:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:11321:8: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:11323:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:11326:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:11323:8: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:11326:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:11327:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:11326:6: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:11327:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:11329:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:11327:6: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:11329:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:11335:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:11329:8: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:11335:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:11335:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:11332:30: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:11335:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:11336:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:11335:6: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:11336:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:11338:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:11336:6: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:11338:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:11365:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:11338:8: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:11365:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:11365:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:11341:30: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:11365:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:11347:10: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:11345:8: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:11347:10: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:11353:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:11347:10: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:11353:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:11353:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:11350:32: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:11353:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:11355:10: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:11353:8: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:11355:10: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:11361:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:11355:10: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:11361:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:11361:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:11358:32: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:11361:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:11362:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:11361:8: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:11362:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:11365:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:11362:8: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:11365:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:11366:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:11365:6: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:11366:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:11374:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:11366:6: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:11374:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:11377:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:11374:6: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:11377:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:11380:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:11377:6: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:11380:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:11383:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:11380:6: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:11383:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:11386:6: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:11383:6: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:11386:6: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:11395:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:11391:8: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:11395:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:11630:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:11629:8: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:11630:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:11631:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:11630:8: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:11631:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:11632:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:11631:8: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:11632:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:11633:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:11632:8: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:11633:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:11637:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:11633:8: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:11637:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:11641:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:11638:30: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:11641:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:11643:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:11642:30: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:11643:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:11645:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:11644:30: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:11645:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:11647:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:11646:30: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:11647:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:11649:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:11648:30: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:11649:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:11651:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:11650:30: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:11651:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:11653:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:11652:30: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:11653:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:11655:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:11654:30: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:11655:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:11665:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:11656:30: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:11665:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:11666:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:11665:8: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:11666:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:11667:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:11666:8: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:11667:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:11668:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:11667:8: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:11668:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:11672:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:11668:8: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:11672:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:11673:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:11672:8: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:11673:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:11674:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:11673:8: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:11674:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:11689:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:11674:8: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:11689:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:11691:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:11689:8: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:11691:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:11696:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:11691:8: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:11696:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:11698:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:11696:8: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:11698:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:11699:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:11698:8: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:11699:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:11704:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:11699:8: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:11704:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:11706:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:11704:8: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:11706:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:11708:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:11706:8: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:11708:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:11709:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:11708:8: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:11709:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:11710:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:11709:8: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:11710:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:11712:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:11710:8: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:11712:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:11713:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:11712:8: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:11713:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:11714:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:11713:8: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:11714:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:11716:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:11714:8: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:11716:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:11717:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:11716:8: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:11717:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:11729:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:11717:8: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:11729:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:11730:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:11729:8: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:11730:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:11752:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:11730:8: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:11752:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:11753:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:11752:8: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:11753:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:11754:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:11753:8: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:11754:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:11756:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:11754:8: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:11756:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:11757:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:11756:8: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:11757:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:11758:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:11757:8: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:11758:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:11760:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:11758:8: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:11760:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:11761:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:11760:8: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:11761:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:11762:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:11761:8: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:11762:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:11764:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:11762:8: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:11764:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:11765:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:11764:8: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:11765:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:11766:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:11765:8: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:11766:8: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:12181:12: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/nco_rgr.c:12180:8: note: rcd is assigned nco-5.2.3/src/nco/nco_rgr.c:12181:12: note: rcd is overwritten nco-5.2.3/src/nco/nco_rgr.c:8367:12: style: Same expression used in consecutive assignments of 'SHARE_CREATE' and 'SHARE_OPEN'. [duplicateAssignExpression] nco-5.2.3/src/nco/nco_rgr.c:8368:12: note: Same expression used in consecutive assignments of 'SHARE_CREATE' and 'SHARE_OPEN'. nco-5.2.3/src/nco/nco_rgr.c:8367:12: note: Same expression used in consecutive assignments of 'SHARE_CREATE' and 'SHARE_OPEN'. nco-5.2.3/src/nco/nco_rgr.c:9338:12: style: Same expression used in consecutive assignments of 'SHARE_CREATE' and 'SHARE_OPEN'. [duplicateAssignExpression] nco-5.2.3/src/nco/nco_rgr.c:9339:12: note: Same expression used in consecutive assignments of 'SHARE_CREATE' and 'SHARE_OPEN'. nco-5.2.3/src/nco/nco_rgr.c:9338:12: note: Same expression used in consecutive assignments of 'SHARE_CREATE' and 'SHARE_OPEN'. nco-5.2.3/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.2.3/src/nco/nco_rgr.h:186:20: note: Function 'nco_rgr_ctl' argument 1 names different: declaration 'rgr_nfo' definition 'rgr'. nco-5.2.3/src/nco/nco_rgr.c:20:18: note: Function 'nco_rgr_ctl' argument 1 names different: declaration 'rgr_nfo' definition 'rgr'. nco-5.2.3/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.2.3/src/nco/nco_rgr.h:210:13: note: Function 'nco_rgr_free' argument 1 names different: declaration 'rgr_nfo' definition 'rgr'. nco-5.2.3/src/nco/nco_rgr.c:89:11: note: Function 'nco_rgr_free' argument 1 names different: declaration 'rgr_nfo' definition 'rgr'. nco-5.2.3/src/nco/nco_rgr.c:168:12: style:inconclusive: Function 'nco_rgr_ini' argument 4 names different: declaration 'rgr_nbr' definition 'rgr_arg_nbr'. [funcArgNamesDifferent] nco-5.2.3/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.2.3/src/nco/nco_rgr.c:168:12: note: Function 'nco_rgr_ini' argument 4 names different: declaration 'rgr_nbr' definition 'rgr_arg_nbr'. nco-5.2.3/src/nco/nco_rgr.c:3854:18: style:inconclusive: Function 'nco_rgr_wgt' argument 1 names different: declaration 'rgr_nfo' definition 'rgr'. [funcArgNamesDifferent] nco-5.2.3/src/nco/nco_rgr.h:181:20: note: Function 'nco_rgr_wgt' argument 1 names different: declaration 'rgr_nfo' definition 'rgr'. nco-5.2.3/src/nco/nco_rgr.c:3854:18: note: Function 'nco_rgr_wgt' argument 1 names different: declaration 'rgr_nfo' definition 'rgr'. nco-5.2.3/src/nco/nco_rgr.c:7205:13: style:inconclusive: Function 'nco_sph_plg_area' argument 4 names different: declaration 'grd_sz_nbr' definition 'col_nbr'. [funcArgNamesDifferent] nco-5.2.3/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.2.3/src/nco/nco_rgr.c:7205:13: note: Function 'nco_sph_plg_area' argument 4 names different: declaration 'grd_sz_nbr' definition 'col_nbr'. nco-5.2.3/src/nco/nco_rgr.c:7207:17: style:inconclusive: Function 'nco_sph_plg_area' argument 6 names different: declaration 'area_out' definition 'area'. [funcArgNamesDifferent] nco-5.2.3/src/nco/nco_rgr.h:165:19: note: Function 'nco_sph_plg_area' argument 6 names different: declaration 'area_out' definition 'area'. nco-5.2.3/src/nco/nco_rgr.c:7207:17: note: Function 'nco_sph_plg_area' argument 6 names different: declaration 'area_out' definition 'area'. nco-5.2.3/src/nco/nco_rgr.c:7893:18: style:inconclusive: Function 'nco_rgr_tps' argument 1 names different: declaration 'rgr_nfo' definition 'rgr'. [funcArgNamesDifferent] nco-5.2.3/src/nco/nco_rgr.h:214:20: note: Function 'nco_rgr_tps' argument 1 names different: declaration 'rgr_nfo' definition 'rgr'. nco-5.2.3/src/nco/nco_rgr.c:7893:18: note: Function 'nco_rgr_tps' argument 1 names different: declaration 'rgr_nfo' definition 'rgr'. nco-5.2.3/src/nco/nco_rgr.c:1847:13: style: Local variable 'var_nm' shadows outer variable [shadowVariable] nco-5.2.3/src/nco/nco_rgr.c:1653:9: note: Shadowed declaration nco-5.2.3/src/nco/nco_rgr.c:1847:13: note: Shadow variable nco-5.2.3/src/nco/nco_rgr.c:1930:14: style: Local variable 'dmn_idx_hrz' shadows outer variable [shadowVariable] nco-5.2.3/src/nco/nco_rgr.c:1152:7: note: Shadowed declaration nco-5.2.3/src/nco/nco_rgr.c:1930:14: note: Shadow variable nco-5.2.3/src/nco/nco_rgr.c:1939:16: style: Local variable 'dmn_idx_hrz' shadows outer variable [shadowVariable] nco-5.2.3/src/nco/nco_rgr.c:1152:7: note: Shadowed declaration nco-5.2.3/src/nco/nco_rgr.c:1939:16: note: Shadow variable nco-5.2.3/src/nco/nco_rgr.c:7385:12: style: Local variable 'bnd_idx' shadows outer variable [shadowVariable] nco-5.2.3/src/nco/nco_rgr.c:7276:13: note: Shadowed declaration nco-5.2.3/src/nco/nco_rgr.c:7385:12: note: Shadow variable nco-5.2.3/src/nco/nco_rgr.c:7827:12: style: Local variable 'bnd_idx' shadows outer variable [shadowVariable] nco-5.2.3/src/nco/nco_rgr.c:7276:13: note: Shadowed declaration nco-5.2.3/src/nco/nco_rgr.c:7827:12: note: Shadow variable nco-5.2.3/src/nco/nco_rgr.c:926:9: style: Variable 'fl_pth_lcl' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_rgr.c:1015:9: style: Variable 'dpt_nm_tpl' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_rgr.c:1016:9: style: Variable 'ilev_nm_in' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_rgr.c:1017:9: style: Variable 'ilev_nm_out' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_rgr.c:1022:9: style: Variable 'plev_nm_in' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_rgr.c:1023:9: style: Variable 'plev_nm_out' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_rgr.c:1024:9: style: Variable 'plev_nm_tpl' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_rgr.c:1037:9: style: Variable 'bd_nm' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_rgr.c:1038:9: style: Variable 'lt_nm' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_rgr.c:1039:9: style: Variable 'mlc_nm' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_rgr.c:1093:9: style: Variable 'ps_nm_tpl' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_rgr.c:3169:11: style: Variable 'prs_ntp_in' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_rgr.c:3170:11: style: Variable 'prs_ntp_out' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_rgr.c:3929:9: style: Variable 'fl_pth_lcl' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_rgr.c:4001:8: style: Variable 'att_sng_Cnv' can be declared as const array [constVariable] nco-5.2.3/src/nco/nco_rgr.c:4002:8: style: Variable 'att_sng_cnv' can be declared as const array [constVariable] nco-5.2.3/src/nco/nco_rgr.c:4003:8: style: Variable 'att_sng_gnr' can be declared as const array [constVariable] nco-5.2.3/src/nco/nco_rgr.c:4004:8: style: Variable 'att_sng_Ttl' can be declared as const array [constVariable] nco-5.2.3/src/nco/nco_rgr.c:4005:8: style: Variable 'att_sng_ttl' can be declared as const array [constVariable] nco-5.2.3/src/nco/nco_rgr.c:4006:8: style: Variable 'name0_sng' can be declared as const array [constVariable] nco-5.2.3/src/nco/nco_rgr.c:4409:8: style: Variable 'unt_sng' can be declared as const array [constVariable] nco-5.2.3/src/nco/nco_rgr.c:4971:9: style: Variable 'rgr_var' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_rgr.c:4981:10: style: Variable 'crd_sng' can be declared as const array [constVariable] nco-5.2.3/src/nco/nco_rgr.c:5386:12: style: Variable 'cnv' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_rgr.c:5424:9: style: Variable 'dmn_nm_cp' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_rgr.c:5500:9: style: Variable 'area_nm_out' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_rgr.c:5502:9: style: Variable 'bnd_nm_out' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_rgr.c:5503:9: style: Variable 'bnd_tm_nm_out' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_rgr.c:5504:9: style: Variable 'col_nm_out' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_rgr.c:5505:9: style: Variable 'frc_nm_out' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_rgr.c:5506:9: style: Variable 'lat_bnd_nm_out' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_rgr.c:5507:9: style: Variable 'lat_dmn_nm_out' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_rgr.c:5509:9: style: Variable 'lat_wgt_nm' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_rgr.c:5511:9: style: Variable 'lon_dmn_nm_out' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_rgr.c:5513:9: style: Variable 'msk_nm_out' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_rgr.c:6375:11: style: Variable 'sgs_nm_gnr' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_rgr.c:7916:9: style: Variable 'nvr_DATA_TEMPEST' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_rgr.c:8281:9: style: Variable 'fl_out_tmp' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_rgr.c:8282:9: style: Variable 'fl_out' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_rgr.c:8283:8: style: Variable 'grd_area_nm' can be declared as const array [constVariable] nco-5.2.3/src/nco/nco_rgr.c:8284:8: style: Variable 'dmn_sz_nm' can be declared as const array [constVariable] nco-5.2.3/src/nco/nco_rgr.c:8285:8: style: Variable 'grd_crn_lat_nm' can be declared as const array [constVariable] nco-5.2.3/src/nco/nco_rgr.c:8286:8: style: Variable 'grd_crn_lon_nm' can be declared as const array [constVariable] nco-5.2.3/src/nco/nco_rgr.c:8287:8: style: Variable 'grd_crn_nm' can be declared as const array [constVariable] nco-5.2.3/src/nco/nco_rgr.c:8288:8: style: Variable 'grd_ctr_lat_nm' can be declared as const array [constVariable] nco-5.2.3/src/nco/nco_rgr.c:8289:8: style: Variable 'grd_ctr_lon_nm' can be declared as const array [constVariable] nco-5.2.3/src/nco/nco_rgr.c:8290:8: style: Variable 'grd_rnk_nm' can be declared as const array [constVariable] nco-5.2.3/src/nco/nco_rgr.c:8291:8: style: Variable 'grd_sz_nm' can be declared as const array [constVariable] nco-5.2.3/src/nco/nco_rgr.c:8292:8: style: Variable 'msk_nm' can be declared as const array [constVariable] nco-5.2.3/src/nco/nco_rgr.c:8863:9: style: Variable 'att_val' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_rgr.c:8939:11: style: Variable 'area_nm' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_rgr.c:8940:11: style: Variable 'bnd_nm' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_rgr.c:8942:11: style: Variable 'col_nm_out' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_rgr.c:8943:11: style: Variable 'lat_nm_out' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_rgr.c:8944:11: style: Variable 'lat_wgt_nm' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_rgr.c:8945:11: style: Variable 'lon_nm_out' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_rgr.c:8946:11: style: Variable 'lat_bnd_nm' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_rgr.c:8947:11: style: Variable 'lon_bnd_nm' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_rgr.c:9209:9: style: Variable 'fl_out' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_rgr.c:9210:9: style: Variable 'fl_out_tmp' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_rgr.c:9211:9: style: Variable 'fl_pth_lcl' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_rgr.c:9216:8: style: Variable 'area_nm' can be declared as const array [constVariable] nco-5.2.3/src/nco/nco_rgr.c:9217:8: style: Variable 'dmn_sz_nm' can be declared as const array [constVariable] nco-5.2.3/src/nco/nco_rgr.c:9218:8: style: Variable 'grd_crn_lat_nm' can be declared as const array [constVariable] nco-5.2.3/src/nco/nco_rgr.c:9219:8: style: Variable 'grd_crn_lon_nm' can be declared as const array [constVariable] nco-5.2.3/src/nco/nco_rgr.c:9220:8: style: Variable 'grd_crn_nm' can be declared as const array [constVariable] nco-5.2.3/src/nco/nco_rgr.c:9221:8: style: Variable 'grd_ctr_lat_nm' can be declared as const array [constVariable] nco-5.2.3/src/nco/nco_rgr.c:9222:8: style: Variable 'grd_ctr_lon_nm' can be declared as const array [constVariable] nco-5.2.3/src/nco/nco_rgr.c:9223:8: style: Variable 'grd_rnk_nm' can be declared as const array [constVariable] nco-5.2.3/src/nco/nco_rgr.c:9224:8: style: Variable 'grd_sz_nm' can be declared as const array [constVariable] nco-5.2.3/src/nco/nco_rgr.c:9225:8: style: Variable 'msk_nm' can be declared as const array [constVariable] nco-5.2.3/src/nco/nco_rgr.c:9226:8: style: Variable 'unt_sng' can be declared as const array [constVariable] nco-5.2.3/src/nco/nco_rgr.c:9393:9: style: Variable 'vrt_dmn_nm' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_rgr.c:9405:9: style: Variable 'rgr_var' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_rgr.c:9415:10: style: Variable 'crd_sng' can be declared as const array [constVariable] nco-5.2.3/src/nco/nco_rgr.c:11097:9: style: Variable 'fl_hnt' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_rgr.c:11098:9: style: Variable 'fl_hnt_dst' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_rgr.c:11099:9: style: Variable 'fl_hnt_src' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_rgr.c:11955:10: style: Parameter 'lon_crn' can be declared as pointer to const [constParameterPointer] nco-5.2.3/src/nco/nco_rgr.c:12150:9: style: Variable 'var_nm' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_rgr.c:12151:9: style: Variable 'fl_xtr' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/nco_rgr.c:2489:73: warning: Uninitialized variable: lev_in_min [uninitvar] nco-5.2.3/src/nco/nco_rgr.c:2487:20: note: Assuming condition is false nco-5.2.3/src/nco/nco_rgr.c:2489:73: note: Uninitialized variable: lev_in_min nco-5.2.3/src/nco/nco_rgr.c:2497:78: warning: Uninitialized variable: lev_out_min [uninitvar] nco-5.2.3/src/nco/nco_rgr.c:2495:21: note: Assuming condition is false nco-5.2.3/src/nco/nco_rgr.c:2497:78: note: Uninitialized variable: lev_out_min nco-5.2.3/src/nco/nco_rgr.c:2551:73: warning: Uninitialized variable: lev_in_min [uninitvar] nco-5.2.3/src/nco/nco_rgr.c:2549:20: note: Assuming condition is false nco-5.2.3/src/nco/nco_rgr.c:2551:73: note: Uninitialized variable: lev_in_min nco-5.2.3/src/nco/nco_rgr.c:2808:61: warning: Uninitialized variable: dmn_ids_hrz [uninitvar] nco-5.2.3/src/nco/nco_rgr.c:2806:28: note: Assuming condition is false nco-5.2.3/src/nco/nco_rgr.c:2808:61: note: Uninitialized variable: dmn_ids_hrz nco-5.2.3/src/nco/nco_rgr.c:910:22: style: Variable 'rgr_lst' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:1492:24: style: Variable 'lt_sum' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:1493:32: style: Variable 'lt_cum_sum' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:1494:22: style: Variable 'z_ntf' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:1495:22: style: Variable 'z_sfc' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:2234:19: style: Variable 'lt_sum' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:2235:27: style: Variable 'lt_cum_sum' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:2236:17: style: Variable 'z_ntf' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:2237:17: style: Variable 'z_sfc' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:2568:30: style: Variable 'prs_max_in' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:2569:32: style: Variable 'prs_max_out' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:2570:30: style: Variable 'prs_min_in' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:2571:32: style: Variable 'prs_min_out' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:3100:26: style: Variable 'dmn_id_in' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:3101:28: style: Variable 'dmn_id_out' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:3102:22: style: Variable 'dmn_srt' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:3104:30: style: Variable 'dmn_cnt_out' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:3759:21: style: Variable 'crd_in' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:3760:23: style: Variable 'crd_out' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:3761:21: style: Variable 'dat_in' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:3762:23: style: Variable 'dat_out' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:3765:31: style: Variable 'crd_in_mnt' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:3766:31: style: Variable 'dat_in_mnt' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:3769:33: style: Variable 'crd_out_mnt' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:3770:33: style: Variable 'dat_out_mnt' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:3788:27: style: Variable 'dmn_id_in' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:3789:29: style: Variable 'dmn_id_out' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:3790:23: style: Variable 'dmn_srt' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:3792:31: style: Variable 'dmn_cnt_out' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:3793:37: style: Variable 'var_val_dbl_in' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:3794:39: style: Variable 'var_val_dbl_out' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:3812:36: style: Variable 'att_nm_fll_val' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:3814:28: style: Variable 'dmn_cnt_in' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:3815:28: style: Variable 'dmn_ids_in' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:3816:30: style: Variable 'dmn_ids_out' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:3818:28: style: Variable 'dpt_mdp_in' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:3819:28: style: Variable 'dpt_ntf_in' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:3820:20: style: Variable 'mlc_in' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:3821:18: style: Variable 'bd_in' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:3822:18: style: Variable 'lt_in' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:3824:22: style: Variable 'hyai_in' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:3825:22: style: Variable 'hyam_in' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:3826:22: style: Variable 'hybi_in' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:3827:22: style: Variable 'hybm_in' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:3828:18: style: Variable 'ps_in' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:3829:28: style: Variable 'prs_mdp_in' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:3830:28: style: Variable 'prs_ntf_in' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:3832:30: style: Variable 'dpt_mdp_out' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:3833:30: style: Variable 'dpt_ntf_out' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:3834:22: style: Variable 'mlc_out' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:3838:24: style: Variable 'hyai_out' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:3839:24: style: Variable 'hyam_out' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:3840:24: style: Variable 'hybi_out' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:3841:24: style: Variable 'hybm_out' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:3842:24: style: Variable 'ilev_out' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:3843:20: style: Variable 'lev_in' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:3844:22: style: Variable 'lev_out' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:3845:20: style: Variable 'ps_out' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:3846:30: style: Variable 'prs_mdp_out' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:3847:30: style: Variable 'prs_ntf_out' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:4689:34: style: Variable 'lat_sin_out' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:4741:34: style: Variable 'wgt_Gss_out' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:5139:24: style: Variable 'crd_dpl' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:5212:32: style: Variable 'dmn_ids_in' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:5967:26: style: Variable 'dmn_id_in' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:5968:28: style: Variable 'dmn_id_out' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:5969:22: style: Variable 'dmn_srt' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:6275:16: style: Variable 'var_typ_out' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:6277:15: style: Variable 'var_sz_out' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:6329:13: style: Variable 'fl_sgs' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:6358:28: style: Variable 'dmn_id_in' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:6359:24: style: Variable 'dmn_srt' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:6360:30: style: Variable 'dmn_cnt_in' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:6856:43: style: Variable 'sub_sgs_frc_out' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:6959:27: style: Variable 'dmn_id_out' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:6960:21: style: Variable 'dmn_srt' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:6961:27: style: Variable 'dmn_cnt_in' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:6962:29: style: Variable 'dmn_cnt_out' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:6964:37: style: Variable 'var_val_dbl_out' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:6965:35: style: Variable 'var_val_dbl_in' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:6980:24: style: Variable 'area_out' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:6981:30: style: Variable 'col_src_adr' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:6982:34: style: Variable 'dmn_sz_in_int' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:6983:36: style: Variable 'dmn_sz_out_int' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:6984:22: style: Variable 'frc_out' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:6985:30: style: Variable 'lat_bnd_out' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:6986:30: style: Variable 'lat_crn_out' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:6987:30: style: Variable 'lat_ctr_out' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:6988:30: style: Variable 'lat_ntf_out' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:6989:30: style: Variable 'lat_wgt_out' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:6990:30: style: Variable 'lon_bnd_out' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:6991:30: style: Variable 'lon_crn_out' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:6992:30: style: Variable 'lon_ctr_out' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:6993:30: style: Variable 'lon_ntf_out' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:6994:22: style: Variable 'msk_out' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:6995:30: style: Variable 'row_dst_adr' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:6996:28: style: Variable 'sgs_frc_nm' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:6997:28: style: Variable 'sgs_frc_in' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:6998:30: style: Variable 'sgs_frc_out' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:6999:28: style: Variable 'sgs_msk_nm' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:7000:22: style: Variable 'wgt_raw' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:7195:28: style: Variable 'wgt_Gss_p1' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:7196:28: style: Variable 'lat_sin_p1' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:7339:19: style: Variable 'bnd_vld_nbr' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:7347:23: style: Variable 'flg_sas_ndl' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:7348:23: style: Variable 'flg_sas_isc' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:7349:21: style: Variable 'flg_sas_a' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:7350:21: style: Variable 'flg_sas_b' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:7351:21: style: Variable 'flg_sas_c' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:7862:30: style: Variable 'xpn_sum' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:7879:22: style: Variable 'vrt_vld' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:7880:18: style: Variable 'a_idx' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:7881:18: style: Variable 'b_idx' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:7882:18: style: Variable 'c_idx' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:7883:30: style: Variable 'lat_bnd_rdn' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:7884:30: style: Variable 'lon_bnd_rdn' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:7885:30: style: Variable 'lat_bnd_cos' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:7886:30: style: Variable 'lon_bnd_cos' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:7887:30: style: Variable 'lat_bnd_sin' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:7888:30: style: Variable 'lon_bnd_sin' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:7944:36: style: Variable 'fl_grd_dst_cdl' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:7945:22: style: Variable 'cmd_rgr' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:8715:32: style: Variable 'lat_ctr_tmp' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:8716:32: style: Variable 'lat_ntf_tmp' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:8717:32: style: Variable 'lat_wgt_tmp' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:9073:32: style: Variable 'crd_val_sng' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:9160:28: style: Variable 'dmn_sz_int' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:9161:14: style: Variable 'msk' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:9162:16: style: Variable 'area' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:9163:30: style: Variable 'grd_ctr_lat' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:9164:30: style: Variable 'grd_ctr_lon' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:9165:30: style: Variable 'grd_crn_lat' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:9166:30: style: Variable 'grd_crn_lon' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:9167:22: style: Variable 'lat_bnd' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:9168:22: style: Variable 'lat_crn' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:9169:22: style: Variable 'lat_ctr' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:9170:22: style: Variable 'lat_ntf' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:9171:22: style: Variable 'lat_sin' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:9172:22: style: Variable 'lat_wgt' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:9173:22: style: Variable 'lon_bnd' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:9174:22: style: Variable 'lon_crn' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:9175:22: style: Variable 'lon_ctr' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:9176:22: style: Variable 'lon_ntf' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:9177:22: style: Variable 'wgt_Gss' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:9573:24: style: Variable 'crd_dpl' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:10102:29: style: Variable 'lat_crn_tmp' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:10103:29: style: Variable 'lon_crn_tmp' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:10344:17: style: Variable 'lon_ctr_drv' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:10392:34: style: Variable 'lon_vld_nxt' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:10393:34: style: Variable 'lon_vld_prv' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:10582:32: style: Variable 'lat_ctr_fk' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:10583:32: style: Variable 'lon_ctr_fk' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:10584:26: style: Variable 'crn_lon' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:10585:26: style: Variable 'crn_lat' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:11750:22: style: Variable 'att_nm' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:11799:16: style: Variable 'dgx' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:11800:16: style: Variable 'dgy' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:11801:20: style: Variable 'dg_nd' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:11802:16: style: Variable 'fcx' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:11803:16: style: Variable 'fcy' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:11804:20: style: Variable 'fc_nd' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:11805:16: style: Variable 'ndx' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:11806:16: style: Variable 'ndy' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:11809:22: style: Variable 'dgx_nm' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:11810:22: style: Variable 'dgy_nm' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:11811:28: style: Variable 'dg_dmn_nm' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:11812:26: style: Variable 'dg_nd_nm' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:11813:22: style: Variable 'fcx_nm' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:11814:22: style: Variable 'fcy_nm' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:11815:28: style: Variable 'fc_dmn_nm' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:11816:26: style: Variable 'fc_nd_nm' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:11817:22: style: Variable 'msh_nm' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:11818:28: style: Variable 'nd_dmn_nm' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:11819:22: style: Variable 'ndx_nm' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:11820:22: style: Variable 'ndy_nm' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:11821:30: style: Variable 'npe_dmn_nm' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:11822:30: style: Variable 'npf_dmn_nm' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:11826:28: style: Variable 'dmn_sz_int' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:11827:14: style: Variable 'msk' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:11828:16: style: Variable 'area' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:11829:30: style: Variable 'grd_ctr_lat' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:11830:30: style: Variable 'grd_ctr_lon' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:11831:30: style: Variable 'grd_crn_lat' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:11832:30: style: Variable 'grd_crn_lon' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:11833:22: style: Variable 'lat_bnd' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:11834:22: style: Variable 'lat_crn' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:11835:22: style: Variable 'lat_ctr' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:11836:22: style: Variable 'lat_ntf' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:11837:22: style: Variable 'lat_wgt' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:11838:22: style: Variable 'lon_bnd' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:11839:22: style: Variable 'lon_crn' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:11840:22: style: Variable 'lon_ctr' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:11841:22: style: Variable 'lon_ntf' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:11842:30: style: Variable 'edg_nbr_cll' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:11843:22: style: Variable 'vrt_cll' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:11844:22: style: Variable 'vrt_lat' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:11845:22: style: Variable 'vrt_lon' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:11848:28: style: Variable 'area_nm_in' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:11849:24: style: Variable 'area_unt' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:11850:28: style: Variable 'bnd_dmn_nm' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:11851:28: style: Variable 'col_dmn_nm' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:11852:28: style: Variable 'lat_bnd_nm' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:11853:28: style: Variable 'lat_dmn_nm' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:11854:26: style: Variable 'lat_nm_in' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:11855:28: style: Variable 'lon_bnd_nm' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:11856:28: style: Variable 'lon_dmn_nm' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:11857:26: style: Variable 'lon_nm_in' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:11858:26: style: Variable 'msk_nm_in' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:11859:22: style: Variable 'ngl_unt' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:11860:36: style: Variable 'edg_nbr_cll_nm' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:11861:28: style: Variable 'vrt_cll_nm' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:11862:28: style: Variable 'vrt_lat_nm' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/nco_rgr.c:11863:28: style: Variable 'vrt_lon_nm' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncra.c:2181:20: style: The if condition is the same as the previous if condition [duplicateCondition] nco-5.2.3/src/nco/ncra.c:2180:20: note: First condition nco-5.2.3/src/nco/ncra.c:2181:20: note: Second condition nco-5.2.3/src/nco/ncra.c:2184:16: style: The if condition is the same as the previous if condition [duplicateCondition] nco-5.2.3/src/nco/ncra.c:2183:16: note: First condition nco-5.2.3/src/nco/ncra.c:2184:16: note: Second condition nco-5.2.3/src/nco/ncra.c:1006:10: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/ncra.c:1004:10: note: rcd is assigned nco-5.2.3/src/nco/ncra.c:1006:10: note: rcd is overwritten nco-5.2.3/src/nco/ncra.c:1018:10: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/ncra.c:1009:5: note: rcd is assigned nco-5.2.3/src/nco/ncra.c:1018:10: note: rcd is overwritten nco-5.2.3/src/nco/ncra.c:1018:10: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/ncra.c:1015:5: note: rcd is assigned nco-5.2.3/src/nco/ncra.c:1018:10: note: rcd is overwritten nco-5.2.3/src/nco/ncra.c:1069:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/ncra.c:1050:10: note: rcd is assigned nco-5.2.3/src/nco/ncra.c:1069:8: note: rcd is overwritten nco-5.2.3/src/nco/ncra.c:1069:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/ncra.c:1060:10: note: rcd is assigned nco-5.2.3/src/nco/ncra.c:1069:8: note: rcd is overwritten nco-5.2.3/src/nco/ncra.c:1192:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/ncra.c:1188:10: note: rcd is assigned nco-5.2.3/src/nco/ncra.c:1192:8: note: rcd is overwritten nco-5.2.3/src/nco/ncra.c:1832:5: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/ncra.c:1829:5: note: rcd is assigned nco-5.2.3/src/nco/ncra.c:1832:5: note: rcd is overwritten nco-5.2.3/src/nco/ncra.c:2127:8: style: Variable 'rcd' is reassigned a value before the old one has been used. [redundantAssignment] nco-5.2.3/src/nco/ncra.c:2126:8: note: rcd is assigned nco-5.2.3/src/nco/ncra.c:2127:8: note: rcd is overwritten nco-5.2.3/src/nco/ncra.c:140:9: style: Variable 'nco_op_typ_sng' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/ncra.c:141:9: style: Variable 'nco_pck_plc_sng' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/ncra.c:158:12: style: Variable 'cnv' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/ncra.c:329:24: style: Variable 'opt_lng' can be declared as const array [constVariable] nco-5.2.3/src/nco/ncra.c:968:10: style: Variable 'bnd_sng' can be declared as const array [constVariable] nco-5.2.3/src/nco/ncra.c:969:10: style: Variable 'clm_sng' can be declared as const array [constVariable] nco-5.2.3/src/nco/ncra.c:970:10: style: Variable 'cln_sng' can be declared as const array [constVariable] nco-5.2.3/src/nco/ncra.c:971:10: style: Variable 'unt_sng' can be declared as const array [constVariable] nco-5.2.3/src/nco/ncra.c:1329:18: style: Variable 'trv' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/ncra.c:1338:16: style: Variable 'trv' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/ncra.c:1943:19: style: Variable 'grp_nm_fll' can be declared as pointer to const [constVariablePointer] nco-5.2.3/src/nco/ncra.c:1148:26: style: Variable 'att_val' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncra.c:1157:24: style: Variable 'att_nm' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncra.c:1185:19: style: Variable 'att_nm' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncra.c:1186:21: style: Variable 'att_val' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncra.c:1216:19: style: Variable 'att_nm' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncra.c:1217:21: style: Variable 'att_val' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncra.c:1812:34: style: Variable 'fl_udu_sng' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncra.c:1974:23: style: Variable 'var_nm_fll' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncra.c:2088:21: style: Variable 'nm_fll_sfx' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncra.c:2152:22: style: Variable 'cmd_ln' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncra.c:2153:24: style: Variable 'cmp_sng' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncra.c:2154:32: style: Variable 'clm_nfo_sng' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncra.c:2155:32: style: Variable 'cnk_map_sng' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncra.c:2156:32: style: Variable 'cnk_plc_sng' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncra.c:2157:20: style: Variable 'fl_in' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncra.c:2159:30: style: Variable 'fl_out_tmp' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncra.c:2160:22: style: Variable 'fl_pth' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncra.c:2161:30: style: Variable 'fl_pth_lcl' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncra.c:2162:28: style: Variable 'in_id_arr' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncra.c:2163:24: style: Variable 'wgt_arr' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncra.c:2164:22: style: Variable 'wgt_nm' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncra.c:2167:42: style: Variable 'fl_lst_in' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncra.c:2168:30: style: Variable 'fl_lst_abb' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncra.c:2169:28: style: Variable 'gaa_arg' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncra.c:2170:38: style: Variable 'var_lst_in' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncra.c:2171:31: style: Variable 'wgt_lst_in' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncra.c:2180:28: style: Variable 'dim' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncra.c:2181:32: style: Variable 'dmn_out' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncra.c:2183:24: style: Variable 'var' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncra.c:2184:28: style: Variable 'var_out' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncra.c:2189:16: style: Variable 'md5' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncra.c:2190:16: style: Variable 'wgt' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncra.c:2191:24: style: Variable 'wgt_out' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncra.c:2192:24: style: Variable 'wgt_avg' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncra.c:2202:16: style: Variable 'cb' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncra.c:2208:46: style: Variable 'flg_input_complete' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncra.c:2209:32: style: Variable 'idx_rec_out' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncra.c:2210:30: style: Variable 'rec_in_cml' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncra.c:2211:32: style: Variable 'rec_usd_cml' is assigned a value that is never used. [unreadVariable] nco-5.2.3/src/nco/ncra.c:2212:32: style: Variable 'REC_LST_DSR' is assigned a value that is never used. [unreadVariable] diff: head nco-5.2.3/src/nco++/nco_gsl.cc:138:10: style: Parameter 'c0' can be declared as pointer to const [constParameterPointer] head nco-5.2.3/src/nco++/nco_gsl.cc:139:10: style: Parameter 'c1' can be declared as pointer to const [constParameterPointer] head nco-5.2.3/src/nco++/nco_gsl.cc:140:10: style: Parameter 'cov_00' can be declared as pointer to const [constParameterPointer] head nco-5.2.3/src/nco++/nco_gsl.cc:141:10: style: Parameter 'cov_01' can be declared as pointer to const [constParameterPointer] head nco-5.2.3/src/nco++/nco_gsl.cc:142:10: style: Parameter 'cov_11' can be declared as pointer to const [constParameterPointer] head nco-5.2.3/src/nco++/nco_gsl.cc:143:10: style: Parameter 'sumsq' can be declared as pointer to const [constParameterPointer] 2.13.0 nco-5.2.3/src/nco++/nco_gsl.cc:146:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EXIT_FAILURE [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco++/sdo_utl.cc:100:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cerr [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco++/sdo_utl.cc:27:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cerr [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco++/sdo_utl.cc:34:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cerr [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco++/sdo_utl.cc:41:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cerr [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco++/sdo_utl.cc:55:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cerr [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco++/sdo_utl.cc:67:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cerr [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco++/sdo_utl.cc:79:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cerr [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco++/sdo_utl.cc:86:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cerr [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco++/sdo_utl.cc:93:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cerr [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/mpncwa.c:378:21: style: Redundant assignment of 'NORMALIZE_BY_TALLY' to itself. [selfAssignment] 2.13.0 nco-5.2.3/src/nco/mpncwa.c:378:21: warning: Redundant assignment of 'NORMALIZE_BY_TALLY' to itself. [selfAssignment] head nco-5.2.3/src/nco/mpncwa.c:379:22: style: Redundant assignment of 'NORMALIZE_BY_WEIGHT' to itself. [selfAssignment] 2.13.0 nco-5.2.3/src/nco/mpncwa.c:379:22: warning: Redundant assignment of 'NORMALIZE_BY_WEIGHT' to itself. [selfAssignment] head nco-5.2.3/src/nco/ncap_utl.c:187:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/ncap_utl.c:366:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/ncap_utl.c:466:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/ncap_utl.c:682:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/ncap_utl.c:723:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable var_nm [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_att_utl.c:1084:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_att_utl.c:1251:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_att_utl.c:1539:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_att_utl.c:1590:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_att_utl.c:1637:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_att_utl.c:1778:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_att_utl.c:178:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_att_utl.c:1958:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_att_utl.c:2001:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_GLOBAL [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_att_utl.c:2040:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_GLOBAL [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_att_utl.c:2082:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_GLOBAL [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_att_utl.c:2111:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_GLOBAL [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_att_utl.c:2159:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_CHAR [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_att_utl.c:2197:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_att_utl.c:2230:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_att_utl.c:518:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_GLOBAL [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_att_utl.c:542:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_GLOBAL [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_att_utl.c:578:58: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_att_utl.c:610:70: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_att_utl.c:681:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_att_utl.c:702:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_att_utl.c:911:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_GLOBAL [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_att_utl.c:958:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_aux.c:126:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_aux.c:164:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_aux.c:401:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_aux.c:586:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_aux.c:664:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_bnr.c:146:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_bnr.c:185:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_bnr.c:40:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_cln_utl.c:288:11: style: Variable 'data' can be declared as pointer to const [constVariablePointer] head nco-5.2.3/src/nco/nco_cln_utl.c:451:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_cln_utl.c:497:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_cln_utl.c:601:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_cln_utl.c:614:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_cln_utl.c:635:11: style: Parameter 'var' can be declared as pointer to const [constParameterPointer] head nco-5.2.3/src/nco/nco_cln_utl.c:636:11: style: Parameter 'var_ret' can be declared as pointer to const [constParameterPointer] head nco-5.2.3/src/nco/nco_cln_utl.c:646:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_cnf_dmn.c:378:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_cnf_dmn.c:463:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_VAR_DIMS [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_cnf_dmn.c:671:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_VAR_DIMS [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_cnf_typ.c:1412:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_CHAR [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_cnf_typ.c:1431:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_SHORT [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_cnf_typ.c:1486:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_DOUBLE [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_cnf_typ.c:228:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_cnf_typ.c:292:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_cnf_typ.c:601:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_cnk.c:129:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_cnk.c:157:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_cnk.c:254:57: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_cnk.c:307:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_cnk.c:384:56: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_cnk.c:436:56: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_cnk.c:575:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_cnk.c:936:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_cnv_arm.c:185:57: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_INT [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_cnv_arm.c:55:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_cnv_arm.c:91:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_cnv_csm.c:136:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_GLOBAL [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_cnv_csm.c:203:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_GLOBAL [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_cnv_csm.c:246:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_cnv_csm.c:319:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_cnv_csm.c:458:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_crt.c:446:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_ctl.c:1012:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_ctl.c:168:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_ctl.c:204:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_ctl.c:531:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_ctl.c:555:56: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_ctl.c:570:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_ctl.c:590:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_ctl.c:759:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_ctl.c:945:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_dmn_utl.c:257:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_DIMS [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_dmn_utl.c:335:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_dmn_utl.c:358:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_dmn_utl.c:88:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] 2.13.0 nco-5.2.3/src/nco/nco_fl_utl.c:1046:8: style: Condition '!DAP_URL' is always true [knownConditionTrueFalse] nco-5.2.3/src/nco/nco_fl_utl.c:911:20: note: Assignment 'DAP_URL=0', assigned value is 0 nco-5.2.3/src/nco/nco_fl_utl.c:1046:8: note: Condition '!DAP_URL' is always true head nco-5.2.3/src/nco/nco_fl_utl.c:110:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_fl_utl.c:148:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_VAR_DIMS [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_fl_utl.c:1595:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_fl_utl.c:1663:16: style: Variable 'fl_nm_1st_dgt' can be declared as pointer to const [constVariablePointer] head nco-5.2.3/src/nco/nco_fl_utl.c:1841:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_fl_utl.c:192:106: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_fl_utl.c:1954:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_fl_utl.c:1998:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_fl_utl.c:220:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_fl_utl.c:2288:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_fl_utl.c:2341:53: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_fl_utl.c:2390:53: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_fl_utl.c:2443:58: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_fl_utl.c:2508:68: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_fl_utl.c:277:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable S_IRWXU [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_fl_utl.c:318:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_fl_utl.c:394:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_fl_utl.c:491:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_fl_utl.c:538:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdin [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_fl_utl.c:57:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_fl_utl.c:667:55: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_fl_utl.c:962:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_flt.c:1028:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_flt.c:113:78: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_flt.c:1314:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_flt.c:1379:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_flt.c:1486:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_flt.c:330:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_flt.c:508:55: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_flt.c:51:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_flt.c:529:55: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_flt.c:560:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_flt.c:581:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_flt.c:764:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_flt.c:830:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_flt.c:876:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_getopt.c:232:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_grp_trv.c:217:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_grp_trv.c:242:71: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_grp_trv.c:251:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_grp_trv.c:265:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_grp_trv.c:288:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_grp_trv.c:420:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_grp_trv.c:496:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_grp_trv.c:598:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_grp_trv.c:665:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable next [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_grp_trv.c:740:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable hh_head [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_grp_trv.c:815:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable flg_in_fl [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_grp_utl.c:10012:58: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_grp_utl.c:1009:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_grp_utl.c:10173:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_grp_utl.c:10337:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_grp_utl.c:1039:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_grp_utl.c:10445:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_grp_utl.c:104:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_grp_utl.c:10761:58: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_grp_utl.c:10857:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_grp_utl.c:11088:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_GLOBAL [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_grp_utl.c:11154:58: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_grp_utl.c:11201:56: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_grp_utl.c:11277:22: style: Parameter 'trv_tbl' can be declared as pointer to const [constParameterPointer] head nco-5.2.3/src/nco/nco_grp_utl.c:11283:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_grp_utl.c:11385:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_CHAR [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_grp_utl.c:11416:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_grp_utl.c:11474:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_grp_utl.c:1198:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_grp_utl.c:1247:42: style: Redundant assignment of 'trv_tbl->lst[idx_var].is_crd_lk_var' to itself. [selfAssignment] 2.13.0 nco-5.2.3/src/nco/nco_grp_utl.c:1247:42: warning: Redundant assignment of 'trv_tbl->lst[idx_var].is_crd_lk_var' to itself. [selfAssignment] head nco-5.2.3/src/nco/nco_grp_utl.c:1263:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_CHAR [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_grp_utl.c:1318:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_grp_utl.c:1566:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_grp_utl.c:157:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_grp_utl.c:1700:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_grp_utl.c:1715:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_grp_utl.c:1751:66: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_grp_utl.c:185:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_grp_utl.c:2049:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_grp_utl.c:2207:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_grp_utl.c:2268:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_grp_utl.c:2373:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_grp_utl.c:242:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_grp_utl.c:2444:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_grp_utl.c:2589:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_grp_utl.c:2731:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_grp_utl.c:282:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_grp_utl.c:2840:55: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_grp_utl.c:2901:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_grp_utl.c:2968:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_grp_utl.c:302:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_grp_utl.c:3061:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_grp_utl.c:3501:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_grp_utl.c:3631:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_grp_utl.c:3649:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_grp_utl.c:3664:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_grp_utl.c:3770:53: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_grp_utl.c:381:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_grp_utl.c:3851:56: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_grp_utl.c:4024:62: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_grp_utl.c:4186:58: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_grp_utl.c:4249:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable var_nm_fll [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_grp_utl.c:432:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_grp_utl.c:4457:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_grp_utl.c:452:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_grp_utl.c:4573:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_grp_utl.c:4944:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NAT [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_grp_utl.c:5004:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_grp_utl.c:5251:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_grp_utl.c:5785:69: warning: Uninitialized variable: dmn_ids_out [uninitvar] nco-5.2.3/src/nco/nco_grp_utl.c:5777:30: note: Assuming condition is false nco-5.2.3/src/nco/nco_grp_utl.c:5785:69: note: Uninitialized variable: dmn_ids_out head nco-5.2.3/src/nco/nco_grp_utl.c:6053:62: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_grp_utl.c:6435:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_VAR_DIMS [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_grp_utl.c:6641:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_grp_utl.c:675:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_grp_utl.c:6911:72: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable id [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_grp_utl.c:7030:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_grp_utl.c:7186:55: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable id [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_grp_utl.c:7314:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable id [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_grp_utl.c:7431:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_grp_utl.c:7555:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_grp_utl.c:7645:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_grp_utl.c:7662:68: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable flg_dne [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_grp_utl.c:7916:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_grp_utl.c:8498:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_grp_utl.c:8513:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_grp_utl.c:8555:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_grp_utl.c:8667:60: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_grp_utl.c:8916:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_grp_utl.c:9044:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_grp_utl.c:9203:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_grp_utl.c:9388:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable nm [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_grp_utl.c:9413:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_grp_utl.c:9517:57: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_grp_utl.c:9728:94: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_grp_utl.c:9755:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_grp_utl.c:9902:60: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_kd.c:1607:25: style: Parameter 'realTree' can be declared as pointer to const [constParameterPointer] head nco-5.2.3/src/nco/nco_kd.c:1616:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_kd.c:2113:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] 2.13.0 nco-5.2.3/src/nco/nco_lmt.c:0:0: debug: ValueFlow maximum iterations exceeded [valueFlowMaxIterations] head nco-5.2.3/src/nco/nco_lmt.c:1478:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NAT [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_lmt.c:293:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_lmt.c:406:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_lmt.c:506:63: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_lmt.c:533:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_lmt.c:600:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_lst_utl.c:209:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_lst_utl.c:351:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_lst_utl.c:772:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_map.c:1161:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_map.c:1247:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_map.c:1434:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_map.c:1536:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_map.c:1575:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_map.c:1747:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_CHAR [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_map.c:1784:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_map.c:1824:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_DOUBLE [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_map.c:1863:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_map.c:1924:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_DOUBLE [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_map.c:2042:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_DOUBLE [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_map.c:2082:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_DOUBLE [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_map.c:2139:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_map.c:858:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_mmr.c:104:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_mmr.c:142:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_mmr.c:183:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_mmr.c:203:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_mmr.c:274:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_mmr.c:330:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_mmr.c:414:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_mmr.c:472:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_mmr.c:535:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_msa.c:1172:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_msa.c:1277:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_msa.c:1459:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable lmt_dmn [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_msa.c:1575:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NAT [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_msa.c:1673:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NAT [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_msa.c:291:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_msa.c:673:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_msa.c:899:58: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_mss_val.c:100:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NAT [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_mss_val.c:309:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_mss_val.c:422:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_mss_val.c:492:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_mss_val.c:66:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_FILL_FLOAT [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_mta.c:226:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_mta.c:265:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_mta.c:89:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_netcdf.c:1001:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_netcdf.c:1056:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_netcdf.c:1114:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_netcdf.c:1132:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_netcdf.c:1212:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_netcdf.c:1222:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_netcdf.c:1232:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_netcdf.c:1249:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_netcdf.c:1259:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_netcdf.c:1269:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_netcdf.c:1278:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_netcdf.c:1355:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_netcdf.c:1367:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_netcdf.c:1375:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_netcdf.c:1386:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_netcdf.c:1397:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_netcdf.c:1407:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_netcdf.c:1417:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_netcdf.c:1436:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_netcdf.c:1469:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_netcdf.c:1479:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_netcdf.c:1489:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_netcdf.c:1499:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_netcdf.c:1509:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_EBADDIM [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_netcdf.c:1522:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_netcdf.c:1534:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_netcdf.c:1711:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_ENAMEINUSE [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_netcdf.c:1746:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_EBADDIM [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_netcdf.c:1760:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_EBADDIM [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_netcdf.c:1775:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_EBADDIM [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_netcdf.c:1792:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_EBADDIM [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_netcdf.c:1803:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_netcdf.c:1817:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_EBADDIM [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_netcdf.c:1831:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_ENAMEINUSE [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_netcdf.c:2043:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_netcdf.c:2054:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_EBADNAME [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_netcdf.c:2118:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_EBADCHUNK [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_netcdf.c:2159:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_netcdf.c:2168:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_netcdf.c:2177:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_netcdf.c:2188:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_netcdf.c:2213:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_netcdf.c:2238:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_netcdf.c:2259:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_netcdf.c:2283:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_netcdf.c:2296:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_netcdf.c:2310:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_netcdf.c:2319:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_netcdf.c:2328:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_netcdf.c:2338:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_netcdf.c:2349:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_netcdf.c:2362:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_netcdf.c:2381:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_netcdf.c:2427:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_ENOTATT [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_netcdf.c:2458:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_ENOTVAR [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_netcdf.c:2477:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_ENOTVAR [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_netcdf.c:2489:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_ENOTVAR [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_netcdf.c:2508:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_netcdf.c:2518:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_netcdf.c:2528:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_netcdf.c:2539:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_ENOTVAR [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_netcdf.c:2553:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_ENAMEINUSE [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_netcdf.c:2578:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_netcdf.c:2621:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_netcdf.c:2654:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_netcdf.c:2704:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_netcdf.c:2762:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_netcdf.c:2841:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_netcdf.c:2896:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_netcdf.c:2948:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_netcdf.c:2990:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_netcdf.c:3038:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_netcdf.c:3085:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_netcdf.c:3102:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_ENOTATT [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_netcdf.c:3116:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_netcdf.c:3127:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_ENOTATT [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_netcdf.c:3141:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_netcdf.c:3154:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_netcdf.c:3168:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_ENOTATT [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_netcdf.c:3179:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_netcdf.c:3194:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_netcdf.c:3225:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_ENAMEINUSE [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_netcdf.c:3246:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_netcdf.c:3255:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_netcdf.c:3330:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_netcdf.c:337:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_netcdf.c:3391:91: style: Parameter 'cnk_sz' can be declared as pointer to const [constParameterPointer] head nco-5.2.3/src/nco/nco_netcdf.c:3406:123: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_netcdf.c:3406:97: style: Parameter 'var_typ' can be declared as pointer to const [constParameterPointer] head nco-5.2.3/src/nco/nco_netcdf.c:3407:125: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_netcdf.c:3408:114: style: Parameter 'typ_sz' can be declared as pointer to const [constParameterPointer] head nco-5.2.3/src/nco/nco_netcdf.c:3408:136: style: Parameter 'typ_nbr' can be declared as pointer to const [constParameterPointer] head nco-5.2.3/src/nco/nco_netcdf.c:3408:162: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_netcdf.c:3408:69: style: Parameter 'typ_nm' can be declared as pointer to const [constParameterPointer] head nco-5.2.3/src/nco/nco_netcdf.c:3408:92: style: Parameter 'bs_typ' can be declared as pointer to const [constParameterPointer] head nco-5.2.3/src/nco/nco_netcdf.c:3409:110: style: Parameter 'vp' can be declared as pointer to const [constParameterPointer] head nco-5.2.3/src/nco/nco_netcdf.c:3409:131: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_netcdf.c:3409:90: style: Parameter 'mbr_nm' can be declared as pointer to const [constParameterPointer] head nco-5.2.3/src/nco/nco_netcdf.c:3410:120: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_netcdf.c:3410:95: style: Parameter 'mbr_nm' can be declared as pointer to const [constParameterPointer] head nco-5.2.3/src/nco/nco_netcdf.c:3411:123: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_netcdf.c:3411:97: style: Parameter 'var_typ' can be declared as pointer to const [constParameterPointer] head nco-5.2.3/src/nco/nco_netcdf.c:3412:114: style: Parameter 'bs_typ' can be declared as pointer to const [constParameterPointer] head nco-5.2.3/src/nco/nco_netcdf.c:3412:139: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_netcdf.c:3412:69: style: Parameter 'typ_nm' can be declared as pointer to const [constParameterPointer] head nco-5.2.3/src/nco/nco_netcdf.c:3412:91: style: Parameter 'typ_sz' can be declared as pointer to const [constParameterPointer] head nco-5.2.3/src/nco/nco_netcdf.c:3413:37: style: Parameter 'vlenp' can be declared as pointer to const [constParameterPointer] head nco-5.2.3/src/nco/nco_netcdf.c:3413:61: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_netcdf.c:3414:54: style: Parameter 'vlenp' can be declared as pointer to const [constParameterPointer] head nco-5.2.3/src/nco/nco_netcdf.c:3414:78: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_netcdf.c:3415:71: style: Parameter 'grp_id' can be declared as pointer to const [constParameterPointer] head nco-5.2.3/src/nco/nco_netcdf.c:3415:96: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_netcdf.c:3416:114: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_netcdf.c:3417:118: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_netcdf.c:3418:101: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_netcdf.c:3418:76: style: Parameter 'grp_id' can be declared as pointer to const [constParameterPointer] head nco-5.2.3/src/nco/nco_netcdf.c:3419:109: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_netcdf.c:3420:52: style: Parameter 'prn_id' can be declared as pointer to const [constParameterPointer] head nco-5.2.3/src/nco/nco_netcdf.c:3421:56: style: Parameter 'prn_id' can be declared as pointer to const [constParameterPointer] head nco-5.2.3/src/nco/nco_netcdf.c:3422:95: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_netcdf.c:3423:104: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_netcdf.c:3423:51: style: Parameter 'grp_nm_lng' can be declared as pointer to const [constParameterPointer] head nco-5.2.3/src/nco/nco_netcdf.c:3423:75: style: Parameter 'grp_nm_fll' can be declared as pointer to const [constParameterPointer] head nco-5.2.3/src/nco/nco_netcdf.c:3424:56: style: Parameter 'grp_nm_lng' can be declared as pointer to const [constParameterPointer] head nco-5.2.3/src/nco/nco_netcdf.c:3424:85: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_netcdf.c:3425:105: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_netcdf.c:3426:101: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_netcdf.c:3426:76: style: Parameter 'grp_id' can be declared as pointer to const [constParameterPointer] head nco-5.2.3/src/nco/nco_netcdf.c:3427:75: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_netcdf.c:3433:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_netcdf.c:3443:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_netcdf.c:3453:116: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_netcdf.c:3453:69: style: Parameter 'typ_nm' can be declared as pointer to const [constParameterPointer] head nco-5.2.3/src/nco/nco_netcdf.c:3453:91: style: Parameter 'typ_sz' can be declared as pointer to const [constParameterPointer] head nco-5.2.3/src/nco/nco_netcdf.c:3454:119: style: Parameter 'bs_typ' can be declared as pointer to const [constParameterPointer] head nco-5.2.3/src/nco/nco_netcdf.c:3454:141: style: Parameter 'fld_nbr' can be declared as pointer to const [constParameterPointer] head nco-5.2.3/src/nco/nco_netcdf.c:3454:161: style: Parameter 'cls_typ' can be declared as pointer to const [constParameterPointer] head nco-5.2.3/src/nco/nco_netcdf.c:3454:187: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_netcdf.c:3454:74: style: Parameter 'typ_nm' can be declared as pointer to const [constParameterPointer] head nco-5.2.3/src/nco/nco_netcdf.c:3454:96: style: Parameter 'typ_sz' can be declared as pointer to const [constParameterPointer] head nco-5.2.3/src/nco/nco_netcdf.c:3455:108: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_netcdf.c:3461:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_netcdf.c:3469:86: style: Parameter 'ubp' can be declared as pointer to const [constParameterPointer] head nco-5.2.3/src/nco/nco_netcdf.c:3470:88: style: Parameter 'usp' can be declared as pointer to const [constParameterPointer] head nco-5.2.3/src/nco/nco_netcdf.c:3471:84: style: Parameter 'uip' can be declared as pointer to const [constParameterPointer] head nco-5.2.3/src/nco/nco_netcdf.c:3472:86: style: Parameter 'i64p' can be declared as pointer to const [constParameterPointer] head nco-5.2.3/src/nco/nco_netcdf.c:3473:88: style: Parameter 'ui64p' can be declared as pointer to const [constParameterPointer] head nco-5.2.3/src/nco/nco_netcdf.c:3485:104: style: Parameter 'ubp' can be declared as pointer to const [constParameterPointer] head nco-5.2.3/src/nco/nco_netcdf.c:3486:106: style: Parameter 'usp' can be declared as pointer to const [constParameterPointer] head nco-5.2.3/src/nco/nco_netcdf.c:3487:102: style: Parameter 'uip' can be declared as pointer to const [constParameterPointer] head nco-5.2.3/src/nco/nco_netcdf.c:3488:104: style: Parameter 'i64p' can be declared as pointer to const [constParameterPointer] head nco-5.2.3/src/nco/nco_netcdf.c:3489:106: style: Parameter 'ui64p' can be declared as pointer to const [constParameterPointer] head nco-5.2.3/src/nco/nco_netcdf.c:3501:125: style: Parameter 'ubp' can be declared as pointer to const [constParameterPointer] head nco-5.2.3/src/nco/nco_netcdf.c:3502:127: style: Parameter 'usp' can be declared as pointer to const [constParameterPointer] head nco-5.2.3/src/nco/nco_netcdf.c:3503:123: style: Parameter 'uip' can be declared as pointer to const [constParameterPointer] head nco-5.2.3/src/nco/nco_netcdf.c:3504:125: style: Parameter 'i64p' can be declared as pointer to const [constParameterPointer] head nco-5.2.3/src/nco/nco_netcdf.c:3505:127: style: Parameter 'ui64p' can be declared as pointer to const [constParameterPointer] head nco-5.2.3/src/nco/nco_netcdf.c:3517:146: style: Parameter 'ubp' can be declared as pointer to const [constParameterPointer] head nco-5.2.3/src/nco/nco_netcdf.c:3518:148: style: Parameter 'usp' can be declared as pointer to const [constParameterPointer] head nco-5.2.3/src/nco/nco_netcdf.c:3519:144: style: Parameter 'uip' can be declared as pointer to const [constParameterPointer] head nco-5.2.3/src/nco/nco_netcdf.c:3520:146: style: Parameter 'i64p' can be declared as pointer to const [constParameterPointer] head nco-5.2.3/src/nco/nco_netcdf.c:3521:148: style: Parameter 'ui64p' can be declared as pointer to const [constParameterPointer] head nco-5.2.3/src/nco/nco_netcdf.c:3543:86: style: Parameter 'ubp' can be declared as pointer to const [constParameterPointer] head nco-5.2.3/src/nco/nco_netcdf.c:3544:88: style: Parameter 'usp' can be declared as pointer to const [constParameterPointer] head nco-5.2.3/src/nco/nco_netcdf.c:3545:84: style: Parameter 'uip' can be declared as pointer to const [constParameterPointer] head nco-5.2.3/src/nco/nco_netcdf.c:3546:86: style: Parameter 'i64p' can be declared as pointer to const [constParameterPointer] head nco-5.2.3/src/nco/nco_netcdf.c:3547:88: style: Parameter 'ui64p' can be declared as pointer to const [constParameterPointer] head nco-5.2.3/src/nco/nco_netcdf.c:724:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_netcdf.c:735:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_netcdf.c:759:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_netcdf.c:769:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_netcdf.c:785:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_netcdf.c:803:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_netcdf.c:817:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_netcdf.c:831:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_netcdf.c:845:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_netcdf.c:872:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_netcdf.c:888:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_netcdf.c:902:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_netcdf.c:913:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_netcdf.c:929:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_netcdf.c:943:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_netcdf.c:957:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_netcdf.c:971:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_netcdf.c:986:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_omp.c:240:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_omp.c:253:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_omp.c:278:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_pck.c:106:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_pck.c:1092:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_pck.c:121:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_pck.c:1234:55: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_pck.c:160:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_pck.c:205:58: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_pck.c:250:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NAT [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_pck.c:477:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_ENOTATT [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_pck.c:548:58: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_pck.c:636:58: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_pck.c:748:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] 2.13.0 nco-5.2.3/src/nco/nco_ply.c:664:6: style: Condition '!pl_in->bwrp_y' is always true [knownConditionTrueFalse] nco-5.2.3/src/nco/nco_ply.c:661:11: note: Assuming condition 'pl_in->bwrp_y' is false nco-5.2.3/src/nco/nco_ply.c:664:6: note: Condition '!pl_in->bwrp_y' is always true head nco-5.2.3/src/nco/nco_ply_lst.c:1155:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_ply_lst.c:1241:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_ply_lst.c:1308:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_ply_lst.c:1376:11: style: Condition '0&&nco_dbg_lvl_get()>=nco_dbg_dev' is always false [knownConditionTrueFalse] head nco-5.2.3/src/nco/nco_ply_lst.c:307:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_ply_lst.c:449:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_ply_lst.c:668:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_ply_lst.c:726:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_ply_lst.c:790:11: style: Condition '0&&nco_dbg_lvl_get()>=nco_dbg_dev' is always false [knownConditionTrueFalse] head nco-5.2.3/src/nco/nco_ply_lst.c:885:14: style: Condition '0&&nco_dbg_lvl_get()>=nco_dbg_dev' is always false [knownConditionTrueFalse] head nco-5.2.3/src/nco/nco_ppc.c:210:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_ppc.c:255:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_ppc.c:392:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_CHAR [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_ppc.c:687:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_DOUBLE [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_ppc.c:75:58: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_prn.c:1301:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_prn.c:1721:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_prn.c:2047:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_prn.c:3054:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_prn.c:3478:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_prn.c:3810:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_prn.c:4087:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_prn.c:4491:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_prn.c:60:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_rec_var.c:84:53: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_rgr.c:11880:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_rgr.c:11902:56: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_rgr.c:11928:56: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_rgr.c:12095:58: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_rgr.c:12157:59: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_rgr.c:2138:40: style: Condition 'nco_dbg_lvl_get()>=nco_dbg_std&&0' is always false [knownConditionTrueFalse] head nco-5.2.3/src/nco/nco_rgr.c:234:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_rgr.c:2797:41: style: Condition 'nco_dbg_lvl_get()>=nco_dbg_std&&0' is always false [knownConditionTrueFalse] head nco-5.2.3/src/nco/nco_rgr.c:2808:61: warning: Uninitialized variable: dmn_ids_hrz [uninitvar] nco-5.2.3/src/nco/nco_rgr.c:2806:28: note: Assuming condition is false nco-5.2.3/src/nco/nco_rgr.c:2808:61: note: Uninitialized variable: dmn_ids_hrz head nco-5.2.3/src/nco/nco_rgr.c:3943:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_rgr.c:7041:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_rgr.c:7110:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_rgr.c:7411:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_rgr.c:7921:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_rgr.c:8279:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_DOUBLE [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_rgr.c:9205:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_DOUBLE [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_rgr.c:935:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_rth_utl.c:334:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_rth_utl.c:406:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_rth_utl.c:426:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_rth_utl.c:445:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_scl_utl.c:119:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_scm.c:153:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_scm.c:181:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_scm.c:270:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_sld.c:250:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_sng_utl.c:417:55: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_sng_utl.c:457:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_sng_utl.c:714:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_sng_utl.c:829:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_FLOAT [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_sng_utl.c:914:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_sph.c:1156:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_sph.c:1297:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_sph.c:1572:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] 2.13.0 nco-5.2.3/src/nco/nco_sph.c:1652:13: style: Condition 'DEBUG_LCL' is always false [knownConditionTrueFalse] nco-5.2.3/src/nco/nco_sph.c:1598:22: note: Assignment 'DEBUG_LCL=0', assigned value is 0 nco-5.2.3/src/nco/nco_sph.c:1652:13: note: Condition 'DEBUG_LCL' is always false head nco-5.2.3/src/nco/nco_sph.c:1655:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] 2.13.0 nco-5.2.3/src/nco/nco_sph.c:1675:13: style: Condition 'DEBUG_LCL' is always false [knownConditionTrueFalse] nco-5.2.3/src/nco/nco_sph.c:1598:22: note: Assignment 'DEBUG_LCL=0', assigned value is 0 nco-5.2.3/src/nco/nco_sph.c:1660:29: note: Assuming condition is false nco-5.2.3/src/nco/nco_sph.c:1675:13: note: Condition 'DEBUG_LCL' is always false 2.13.0 nco-5.2.3/src/nco/nco_sph.c:1700:10: style: Condition 'bInside' is always true [knownConditionTrueFalse] nco-5.2.3/src/nco/nco_sph.c:1603:20: note: Assignment 'bInside=1', assigned value is 1 nco-5.2.3/src/nco/nco_sph.c:1700:10: note: Condition 'bInside' is always true head nco-5.2.3/src/nco/nco_sph.c:1879:9: style: Condition '0&&DEBUG_SPH' is always false [knownConditionTrueFalse] head nco-5.2.3/src/nco/nco_sph.c:1880:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_sph.c:1974:9: style: Condition '0&&DEBUG_SPH' is always false [knownConditionTrueFalse] head nco-5.2.3/src/nco/nco_sph.c:1975:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_sph.c:1996:8: style: Condition '0&&DEBUG_SPH' is always false [knownConditionTrueFalse] head nco-5.2.3/src/nco/nco_sph.c:2021:8: style: Condition '0&&DEBUG_SPH' is always false [knownConditionTrueFalse] head nco-5.2.3/src/nco/nco_sph.c:2198:9: style: Condition '0&&n1!=0.0' is always false [knownConditionTrueFalse] head nco-5.2.3/src/nco/nco_sph.c:2417:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_sph.c:2647:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_sph.c:2778:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_sph.c:2838:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_sph.c:3323:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_sph.c:3813:10: style: Condition '0&&nco_dbg_lvl_get()>=nco_dbg_dev' is always false [knownConditionTrueFalse] head nco-5.2.3/src/nco/nco_sph.c:3814:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_sph.c:584:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_sph.c:688:8: style: Condition '0&&DEBUG_SPH' is always false [knownConditionTrueFalse] head nco-5.2.3/src/nco/nco_sph.c:689:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_sph.c:801:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_sph.c:855:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_sph.c:93:8: style: Condition '0&&DEBUG_SPH' is always false [knownConditionTrueFalse] head nco-5.2.3/src/nco/nco_sph.c:951:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_var_lst.c:1132:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NAT [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_var_lst.c:1287:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_var_lst.c:134:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_var_lst.c:188:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_var_lst.c:245:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_var_lst.c:459:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_var_lst.c:682:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_var_lst.c:797:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_VARS [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_var_lst.c:872:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_VARS [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_var_rth.c:3478:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_var_rth.c:3722:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_var_utl.c:1074:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NAT [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_var_utl.c:1164:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_VAR_DIMS [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_var_utl.c:1392:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_var_utl.c:1506:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_var_utl.c:1580:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_var_utl.c:1601:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_var_utl.c:1676:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_var_utl.c:1752:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_var_utl.c:1828:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_var_utl.c:1906:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_var_utl.c:2021:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_var_utl.c:2163:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NAT [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_var_utl.c:267:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_var_utl.c:350:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_var_utl.c:593:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco/nco_var_utl.c:922:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco_c++/nco_att.cc:190:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco_c++/nco_att.cc:217:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco_c++/nco_att.cc:313:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco_c++/nco_att.cc:457:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco_c++/nco_att.cc:473:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco_c++/nco_att.cc:489:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco_c++/nco_att.cc:79:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco_c++/nco_dmn.cc:71:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco_c++/nco_fl.cc:217:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco_c++/nco_fl.cc:228:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco_c++/nco_fl.cc:70:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco_c++/nco_utl.cc:106:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco_c++/nco_utl.cc:129:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco_c++/nco_utl.cc:208:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable nco_ubyte [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco_c++/nco_utl.cc:354:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco_c++/nco_utl.cc:378:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_FLOAT [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco_c++/nco_utl.cc:390:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_DOUBLE [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco_c++/nco_utl.cc:83:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco_c++/nco_var.cc:1008:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco_c++/nco_var.cc:1024:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco_c++/nco_var.cc:1040:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco_c++/nco_var.cc:130:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco_c++/nco_var.cc:218:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco_c++/nco_var.cc:317:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco_c++/nco_var.cc:331:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco_c++/nco_var.cc:345:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco_c++/nco_var.cc:364:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco_c++/nco_var.cc:379:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco_c++/nco_var.cc:393:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco_c++/nco_var.cc:407:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco_c++/nco_var.cc:421:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco_c++/nco_var.cc:435:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco_c++/nco_var.cc:537:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco_c++/nco_var.cc:549:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco_c++/nco_var.cc:566:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco_c++/nco_var.cc:579:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco_c++/nco_var.cc:591:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco_c++/nco_var.cc:603:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco_c++/nco_var.cc:615:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco_c++/nco_var.cc:627:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco_c++/nco_var.cc:62:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_ENAMEINUSE [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco_c++/nco_var.cc:716:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco_c++/nco_var.cc:729:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco_c++/nco_var.cc:743:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco_c++/nco_var.cc:756:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco_c++/nco_var.cc:782:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco_c++/nco_var.cc:795:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco_c++/nco_var.cc:808:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco_c++/nco_var.cc:821:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco_c++/nco_var.cc:83:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_MAX_NAME [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco_c++/nco_var.cc:923:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco_c++/nco_var.cc:939:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco_c++/nco_var.cc:956:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco_c++/nco_var.cc:976:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] head nco-5.2.3/src/nco_c++/nco_var.cc:992:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NC_NOERR [valueFlowBailoutIncompleteVar] DONE