2024-04-16 05:50 ftp://ftp.de.debian.org/debian/pool/main/e/eso-midas/eso-midas_23.02pl1.0.orig.tar.gz cppcheck-options: --library=posix --library=gnu --library=bsd --library=motif --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: 8cd680b (2024-04-15 22:43:04 +0200) count: 12341 9660 elapsed-time: 87.0 177.9 head-timing-info: old-timing-info: head results: 23FEBpl1.0/applic/general/libsrc/filtlib.c:119:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable D_I2_FORMAT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/applic/general/libsrc/filtlib.c:109:15: style: Parameter 'dummy' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/applic/general/src/keyset.c:78:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable F_I_MODE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/applic/general/src/keyreg.c:76:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable D_C_FORMAT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/applic/general/src/keyreg.c:128:16: style: Variable 'lgth' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/applic/general/src/keyset.c:90:30: style: Redundant condition: The condition 'linorg[cnt] != '\0'' is redundant since 'linorg[cnt] == ' '' is sufficient. [redundantCondition] 23FEBpl1.0/applic/general/src/sortrow.c:44:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TEXT_LEN [valueFlowBailoutIncompleteVar] 23FEBpl1.0/contrib/daophot/libsrc/sun_abort.c:35:1: portability: Omitted return type of function 'sun_abort_' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/contrib/daophot/libsrc/sun_abort.c:66:1: portability: Omitted return type of function 'catch_div_by_zero' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/contrib/daophot/libsrc/sun_abort.c:74:1: portability: Omitted return type of function 'catch_overflow' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/contrib/daophot/libsrc/sun_abort.c:82:1: portability: Omitted return type of function 'catch_invalid' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/contrib/daophot/libsrc/sun_abort.c:90:1: portability: Omitted return type of function 'catch_inexact' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/contrib/daophot/libsrc/sun_abort.c:98:1: portability: Omitted return type of function 'catch_underflow' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/contrib/daophot/libsrc/sun_abort.c:52:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SIGFPE_IGNORE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/contrib/daophot/libsrc/sun_abort.c:68:20: style: Parameter 'scp' can be declared as pointer to const. However it seems that 'catch_div_by_zero' is a callback function, if 'scp' is declared with const you might also need to cast function pointer(s). [constParameterCallback] 23FEBpl1.0/contrib/daophot/libsrc/sun_abort.c:54:40: note: You might need to cast the function pointer here 23FEBpl1.0/contrib/daophot/libsrc/sun_abort.c:68:20: note: Parameter 'scp' can be declared as pointer to const 23FEBpl1.0/contrib/daophot/libsrc/sun_abort.c:76:20: style: Parameter 'scp' can be declared as pointer to const. However it seems that 'catch_overflow' is a callback function, if 'scp' is declared with const you might also need to cast function pointer(s). [constParameterCallback] 23FEBpl1.0/contrib/daophot/libsrc/sun_abort.c:60:40: note: You might need to cast the function pointer here 23FEBpl1.0/contrib/daophot/libsrc/sun_abort.c:76:20: note: Parameter 'scp' can be declared as pointer to const 23FEBpl1.0/contrib/daophot/libsrc/sun_abort.c:84:20: style: Parameter 'scp' can be declared as pointer to const. However it seems that 'catch_invalid' is a callback function, if 'scp' is declared with const you might also need to cast function pointer(s). [constParameterCallback] 23FEBpl1.0/contrib/daophot/libsrc/sun_abort.c:62:39: note: You might need to cast the function pointer here 23FEBpl1.0/contrib/daophot/libsrc/sun_abort.c:84:20: note: Parameter 'scp' can be declared as pointer to const 23FEBpl1.0/contrib/iue/src/tblconv.c:74:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] 23FEBpl1.0/applic/general/src/medfilt.c:371:10: style: Variable 'sssig' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/contrib/template/src/my_c_template.c:38:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable F_IMA_TYPE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/contrib/template/src/my_c_template.c:32:8: style: Variable 'stat' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/contrib/template/src/my_test_c.c:16:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/contrib/template/src/my_test_c.c:41:8: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/contrib/template/src/my_test_c.c:38:8: note: stat is assigned 23FEBpl1.0/contrib/template/src/my_test_c.c:41:8: note: stat is overwritten 23FEBpl1.0/contrib/template/src/my_test_c.c:41:8: style: Variable 'stat' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/contrib/template/src/my_test_c.c:18:8: style: Unused variable: filenam [unusedVariable] 23FEBpl1.0/contrib/template/src/my_test_c.c:19:7: style: Unused variable: iInfo [unusedVariable] 23FEBpl1.0/contrib/template/src/my_test_c.c:20:8: style: Unused variable: chInfo [unusedVariable] 23FEBpl1.0/contrib/template/src/my_test_c.c:21:7: style: Unused variable: imfid [unusedVariable] 23FEBpl1.0/contrib/template/src/my_test_c.c:22:7: style: Unused variable: nval [unusedVariable] 23FEBpl1.0/contrib/template/src/my_test_c.c:23:8: style: Unused variable: instr [unusedVariable] 23FEBpl1.0/contrib/template/src/my_test_c.c:24:7: style: Unused variable: un [unusedVariable] 23FEBpl1.0/contrib/template/src/my_test_c.c:25:7: style: Unused variable: nulval [unusedVariable] 23FEBpl1.0/contrib/template/src/my_test_c.c:26:7: style: Unused variable: ret [unusedVariable] 23FEBpl1.0/contrib/template/src/my_test_c.c:28:8: style: Unused variable: name [unusedVariable] 23FEBpl1.0/contrib/template/src/my_test_c.c:29:7: style: Unused variable: npix [unusedVariable] 23FEBpl1.0/contrib/template/src/my_test_c.c:33:7: style: Unused variable: knull [unusedVariable] 23FEBpl1.0/contrib/template/src/my_test_c.c:34:7: style: Unused variable: actvals [unusedVariable] 23FEBpl1.0/contrib/iue/src/tblconv.c:44:8: style: Parameter 'argv' can be declared as const array [constParameter] 23FEBpl1.0/contrib/iue/src/tblconv.c:234:9: style: Parameter 'name' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/contrib/iue/src/tblconv.c:235:8: style: Parameter 'ap' can be declared as const array [constParameter] 23FEBpl1.0/contrib/iue/src/tblconv.c:180:10: style: Variable 'ncols' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/contrib/wavelet/libsrc/entr_plan.c:145:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERR_PLANE_NUMBER [valueFlowBailoutIncompleteVar] 23FEBpl1.0/contrib/wavelet/libsrc/entr_plan.c:206:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERR_PLANE_NUMBER [valueFlowBailoutIncompleteVar] 23FEBpl1.0/contrib/wavelet/libsrc/extr_plan.c:156:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TO_MALLAT_BARLAUD [valueFlowBailoutIncompleteVar] 23FEBpl1.0/contrib/wavelet/libsrc/extr_plan.c:197:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERR_PLANE_NUMBER [valueFlowBailoutIncompleteVar] 23FEBpl1.0/contrib/wavelet/libsrc/extr_plan.c:252:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERR_PLANE_NUMBER [valueFlowBailoutIncompleteVar] 23FEBpl1.0/contrib/pepsys/src/eso50.c:95:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable D_C_FORMAT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/contrib/wavelet/libsrc/entr_plan.c:144:18: error: Uninitialized variable: Mes_Memory [uninitvar] 23FEBpl1.0/contrib/wavelet/libsrc/entr_plan.c:205:18: error: Uninitialized variable: Mes_Memory [uninitvar] 23FEBpl1.0/contrib/wavelet/libsrc/extr_plan.c:185:12: style: Variable 'Ptr' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/contrib/wavelet/libsrc/extr_plan.c:312:29: style: Variable 'Ptr_Mallat' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/contrib/wavelet/libsrc/extr_plan.c:196:18: error: Uninitialized variable: Mes_Memory [uninitvar] 23FEBpl1.0/contrib/wavelet/libsrc/extr_plan.c:251:18: error: Uninitialized variable: Mes_Memory [uninitvar] 23FEBpl1.0/contrib/wavelet/libsrc/fft1d.c:380:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] 23FEBpl1.0/contrib/wavelet/libsrc/fft1d.c:438:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable re [valueFlowBailoutIncompleteVar] 23FEBpl1.0/contrib/wavelet/libsrc/fft1d.c:473:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable re [valueFlowBailoutIncompleteVar] 23FEBpl1.0/applic/general/src/scanima.c:128:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable D_R4_FORMAT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/contrib/wavelet/libsrc/fft_pow2.c:392:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERR_POWER_OF_2 [valueFlowBailoutIncompleteVar] 23FEBpl1.0/contrib/wavelet/libsrc/fft_pow2.c:454:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable re [valueFlowBailoutIncompleteVar] 23FEBpl1.0/contrib/wavelet/libsrc/fft1d.c:426:8: style: Parameter 'F1' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/contrib/wavelet/libsrc/fft1d.c:426:13: style: Parameter 'F2' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/contrib/wavelet/libsrc/fft1d.c:464:8: style: Parameter 'Signal_f' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/contrib/wavelet/libsrc/filter_cf.c:277:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FLOAT_EPSILON [valueFlowBailoutIncompleteVar] 23FEBpl1.0/contrib/wavelet/libsrc/filter_cf.c:312:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FLOAT_EPSILON [valueFlowBailoutIncompleteVar] 23FEBpl1.0/contrib/wavelet/libsrc/filter_cf.c:344:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FLOAT_EPSILON [valueFlowBailoutIncompleteVar] 23FEBpl1.0/contrib/wavelet/libsrc/fft_pow2.c:444:8: style: Parameter 'Pict' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/contrib/wavelet/libsrc/filtering.c:366:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FLOAT_EPSILON [valueFlowBailoutIncompleteVar] 23FEBpl1.0/contrib/wavelet/libsrc/interpol.c:118:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TO_MALLAT_BARLAUD [valueFlowBailoutIncompleteVar] 23FEBpl1.0/contrib/wavelet/libsrc/filtering.c:598:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FLOAT_EPSILON [valueFlowBailoutIncompleteVar] 23FEBpl1.0/contrib/wavelet/libsrc/interpol.c:152:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERR_PLANE_NUMBER [valueFlowBailoutIncompleteVar] 23FEBpl1.0/contrib/wavelet/libsrc/filtering.c:640:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FLOAT_EPSILON [valueFlowBailoutIncompleteVar] 23FEBpl1.0/contrib/wavelet/libsrc/filtering.c:670:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TO_PAVE_BSPLINE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/contrib/wavelet/libsrc/interpol.c:130:11: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/contrib/wavelet/libsrc/interpol.c:140:12: style: Variable 'Ptr' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/contrib/wavelet/libsrc/interpol.c:151:18: error: Uninitialized variable: Mes_Memory [uninitvar] 23FEBpl1.0/contrib/wavelet/libsrc/io_ima.c:244:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERR_OPEN_FILE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/contrib/wavelet/libsrc/io_ima.c:280:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable re [valueFlowBailoutIncompleteVar] 23FEBpl1.0/contrib/wavelet/libsrc/io_ima.c:322:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable STRING_SIZE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/contrib/wavelet/libsrc/io_ima.c:356:56: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable re [valueFlowBailoutIncompleteVar] 23FEBpl1.0/contrib/wavelet/libsrc/io_ima.c:372:56: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable im [valueFlowBailoutIncompleteVar] 23FEBpl1.0/contrib/wavelet/libsrc/io_ima.c:392:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WAVELET_INFINITY [valueFlowBailoutIncompleteVar] 23FEBpl1.0/contrib/wavelet/libsrc/io_ima.c:249:15: portability: Casting between char * and float * which have an incompatible binary data representation. [invalidPointerCast] 23FEBpl1.0/contrib/wavelet/libsrc/io_ima.c:282:11: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/contrib/wavelet/libsrc/io_ima.c:292:11: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/contrib/wavelet/libsrc/io_ima.c:342:11: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/contrib/wavelet/libsrc/io_ima.c:358:11: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/contrib/wavelet/libsrc/io_ima.c:374:11: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/contrib/wavelet/libsrc/io_ima.c:206:7: style: Parameter 'Mes' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/contrib/wavelet/libsrc/io_ima.c:234:12: style: Variable 'Ptr_Bis' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/contrib/wavelet/libsrc/io_ima.c:262:7: style: Parameter 'File_Step_Name' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/contrib/wavelet/libsrc/io_ima.c:318:7: style: Parameter 'File_Step_Name' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/contrib/wavelet/libsrc/io_ima.c:212:12: error: Uninitialized variable: Mes_Send [uninitvar] 23FEBpl1.0/contrib/wavelet/libsrc/io_ima.c:272:13: error: Uninitialized variable: File_Name [uninitvar] 23FEBpl1.0/contrib/wavelet/libsrc/io_wave.c:233:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERR_TRANSF [valueFlowBailoutIncompleteVar] 23FEBpl1.0/contrib/wavelet/libsrc/io_wave.c:268:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable mallat_plan_des [valueFlowBailoutIncompleteVar] 23FEBpl1.0/contrib/wavelet/libsrc/io_wave.c:316:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERR_READ_DATA [valueFlowBailoutIncompleteVar] 23FEBpl1.0/contrib/wavelet/libsrc/io_wave.c:365:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERR_OPEN_FILE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/contrib/wavelet/libsrc/io_wave.c:428:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERR_WRITE_DATA [valueFlowBailoutIncompleteVar] 23FEBpl1.0/contrib/wavelet/libsrc/io_wave.c:477:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERR_OPEN_FILE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/contrib/wavelet/libsrc/io_wave.c:574:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERR_TRANSF [valueFlowBailoutIncompleteVar] 23FEBpl1.0/contrib/wavelet/libsrc/io_wave.c:642:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERR_TRANSF [valueFlowBailoutIncompleteVar] 23FEBpl1.0/contrib/wavelet/libsrc/filtering.c:284:21: style: Variable 'Imag_V' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/contrib/wavelet/libsrc/filtering.c:284:30: style: Variable 'Imag_D' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/contrib/wavelet/libsrc/filtering.c:402:15: style: Parameter 'Plan_Next' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/contrib/wavelet/libsrc/filtering.c:285:13: style: Variable 'Cpt' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/contrib/wavelet/libsrc/filtering.c:586:18: style: Variable 'Distance' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/contrib/wavelet/libsrc/filtering.c:601:30: style: Variable 'Distance' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/contrib/wavelet/libsrc/io_wave.c:242:7: style: Parameter 'File_Name_In' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/contrib/wavelet/libsrc/io_wave.c:420:11: style: Variable 'Ptr' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/contrib/wavelet/libsrc/io_wave.c:468:11: style: Variable 'Ptr' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/contrib/wavelet/libsrc/io_wave.c:361:33: error: Uninitialized variable: File_Name [uninitvar] 23FEBpl1.0/contrib/wavelet/libsrc/io_wave.c:473:33: error: Uninitialized variable: File_Name [uninitvar] 23FEBpl1.0/contrib/wavelet/libsrc/mem_alloc.c:130:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERR_ALLOC_MEMO [valueFlowBailoutIncompleteVar] 23FEBpl1.0/contrib/wavelet/libsrc/mem_alloc.c:180:65: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable complex_float [valueFlowBailoutIncompleteVar] 23FEBpl1.0/contrib/wavelet/libsrc/mem_alloc.c:245:59: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable complex_float [valueFlowBailoutIncompleteVar] 23FEBpl1.0/contrib/wavelet/libsrc/mem_free.c:103:37: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/contrib/wavelet/libsrc/mem_free.c:104:11: portability:inconclusive: Casting from float * * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/contrib/wavelet/libsrc/oper_ima.c:275:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable re [valueFlowBailoutIncompleteVar] 23FEBpl1.0/contrib/wavelet/libsrc/oper_ima.c:139:8: style: Parameter 'Tab_Im1' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/contrib/wavelet/libsrc/oper_ima.c:139:18: style: Parameter 'Tab_Im2' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/contrib/wavelet/libsrc/oper_ima.c:160:8: style: Parameter 'Imag' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/contrib/wavelet/libsrc/oper_ima.c:178:8: style: Parameter 'Imag' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/contrib/wavelet/libsrc/oper_ima.c:198:8: style: Parameter 'Imag' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/contrib/wavelet/libsrc/oper_ima.c:220:8: style: Parameter 'Image' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/contrib/wavelet/libsrc/oper_ima.c:297:12: style: Variable 'Ptr_i1' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/contrib/wavelet/libsrc/oper_ima.c:297:21: style: Variable 'Ptr_i2' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/contrib/wavelet/libsrc/pave.c:172:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] 23FEBpl1.0/contrib/wavelet/libsrc/pave.c:186:11: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/contrib/wavelet/libsrc/pave.c:111:8: style: Parameter 'Imag' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/contrib/wavelet/libsrc/pave.c:144:8: style: Parameter 'Pict' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/contrib/wavelet/libsrc/pave.c:196:12: style: Variable 'Plan' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/contrib/wavelet/libsrc/pave.c:216:12: style: Variable 'Plan' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/contrib/wavelet/libsrc/pave.c:227:8: style: Parameter 'Imag' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/contrib/wavelet/libsrc/pave_cf.c:189:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable re [valueFlowBailoutIncompleteVar] 23FEBpl1.0/contrib/wavelet/libsrc/pave_cf.c:210:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable re [valueFlowBailoutIncompleteVar] 23FEBpl1.0/contrib/wavelet/libsrc/pave_cf.c:258:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FILTER_H [valueFlowBailoutIncompleteVar] 23FEBpl1.0/contrib/wavelet/libsrc/pave_cf.c:158:8: style: Parameter 'H' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/contrib/wavelet/libsrc/pave_cf.c:158:12: style: Parameter 'G' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/contrib/wavelet/libsrc/pave_cf.c:292:12: style: Variable 'Plan' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/contrib/wavelet/libsrc/pave_cf.c:312:12: style: Variable 'Plan' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/contrib/wavelet/libsrc/pyr.c:495:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TO_PYR_LINEAR [valueFlowBailoutIncompleteVar] 23FEBpl1.0/applic/general/src/scanima.c:244:11: portability: Casting between char * and float * which have an incompatible binary data representation. [invalidPointerCast] 23FEBpl1.0/applic/general/src/scanima.c:246:33: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/applic/general/src/scanima.c:261:8: portability: Casting between char * and float * which have an incompatible binary data representation. [invalidPointerCast] 23FEBpl1.0/applic/general/src/scanima.c:126:6: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/applic/general/src/scanima.c:125:6: note: stat is assigned 23FEBpl1.0/applic/general/src/scanima.c:126:6: note: stat is overwritten 23FEBpl1.0/applic/general/src/scanima.c:128:6: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/applic/general/src/scanima.c:126:6: note: stat is assigned 23FEBpl1.0/applic/general/src/scanima.c:128:6: note: stat is overwritten 23FEBpl1.0/applic/general/src/scanima.c:129:6: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/applic/general/src/scanima.c:128:6: note: stat is assigned 23FEBpl1.0/applic/general/src/scanima.c:129:6: note: stat is overwritten 23FEBpl1.0/applic/general/src/scanima.c:130:6: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/applic/general/src/scanima.c:129:6: note: stat is assigned 23FEBpl1.0/applic/general/src/scanima.c:130:6: note: stat is overwritten 23FEBpl1.0/applic/general/src/scanima.c:131:6: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/applic/general/src/scanima.c:130:6: note: stat is assigned 23FEBpl1.0/applic/general/src/scanima.c:131:6: note: stat is overwritten 23FEBpl1.0/applic/general/src/scanima.c:132:6: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/applic/general/src/scanima.c:131:6: note: stat is assigned 23FEBpl1.0/applic/general/src/scanima.c:132:6: note: stat is overwritten 23FEBpl1.0/applic/general/src/scanima.c:133:6: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/applic/general/src/scanima.c:132:6: note: stat is assigned 23FEBpl1.0/applic/general/src/scanima.c:133:6: note: stat is overwritten 23FEBpl1.0/applic/general/src/scanima.c:134:6: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/applic/general/src/scanima.c:133:6: note: stat is assigned 23FEBpl1.0/applic/general/src/scanima.c:134:6: note: stat is overwritten 23FEBpl1.0/applic/general/src/scanima.c:138:6: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/applic/general/src/scanima.c:134:6: note: stat is assigned 23FEBpl1.0/applic/general/src/scanima.c:138:6: note: stat is overwritten 23FEBpl1.0/applic/general/src/scanima.c:152:6: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/applic/general/src/scanima.c:138:6: note: stat is assigned 23FEBpl1.0/applic/general/src/scanima.c:152:6: note: stat is overwritten 23FEBpl1.0/applic/general/src/scanima.c:167:6: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/applic/general/src/scanima.c:152:6: note: stat is assigned 23FEBpl1.0/applic/general/src/scanima.c:167:6: note: stat is overwritten 23FEBpl1.0/applic/general/src/scanima.c:168:6: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/applic/general/src/scanima.c:167:6: note: stat is assigned 23FEBpl1.0/applic/general/src/scanima.c:168:6: note: stat is overwritten 23FEBpl1.0/applic/general/src/scanima.c:187:6: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/applic/general/src/scanima.c:168:6: note: stat is assigned 23FEBpl1.0/applic/general/src/scanima.c:187:6: note: stat is overwritten 23FEBpl1.0/applic/general/src/scanima.c:246:6: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/applic/general/src/scanima.c:187:6: note: stat is assigned 23FEBpl1.0/applic/general/src/scanima.c:246:6: note: stat is overwritten 23FEBpl1.0/applic/general/src/scanima.c:246:6: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/applic/general/src/scanima.c:214:9: note: stat is assigned 23FEBpl1.0/applic/general/src/scanima.c:246:6: note: stat is overwritten 23FEBpl1.0/applic/general/src/scanima.c:253:9: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/applic/general/src/scanima.c:246:6: note: stat is assigned 23FEBpl1.0/applic/general/src/scanima.c:253:9: note: stat is overwritten 23FEBpl1.0/applic/general/src/scanima.c:254:9: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/applic/general/src/scanima.c:253:9: note: stat is assigned 23FEBpl1.0/applic/general/src/scanima.c:254:9: note: stat is overwritten 23FEBpl1.0/applic/general/src/scanima.c:259:9: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/applic/general/src/scanima.c:258:9: note: stat is assigned 23FEBpl1.0/applic/general/src/scanima.c:259:9: note: stat is overwritten 23FEBpl1.0/applic/general/src/scanima.c:310:9: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/applic/general/src/scanima.c:309:9: note: stat is assigned 23FEBpl1.0/applic/general/src/scanima.c:310:9: note: stat is overwritten 23FEBpl1.0/applic/general/src/scanima.c:311:9: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/applic/general/src/scanima.c:310:9: note: stat is assigned 23FEBpl1.0/applic/general/src/scanima.c:311:9: note: stat is overwritten 23FEBpl1.0/applic/general/src/scanima.c:320:15: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/applic/general/src/scanima.c:319:15: note: stat is assigned 23FEBpl1.0/applic/general/src/scanima.c:320:15: note: stat is overwritten 23FEBpl1.0/applic/general/src/scanima.c:330:9: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/applic/general/src/scanima.c:329:9: note: stat is assigned 23FEBpl1.0/applic/general/src/scanima.c:330:9: note: stat is overwritten 23FEBpl1.0/applic/general/src/scanima.c:331:9: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/applic/general/src/scanima.c:330:9: note: stat is assigned 23FEBpl1.0/applic/general/src/scanima.c:331:9: note: stat is overwritten 23FEBpl1.0/applic/general/src/scanima.c:332:9: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/applic/general/src/scanima.c:331:9: note: stat is assigned 23FEBpl1.0/applic/general/src/scanima.c:332:9: note: stat is overwritten 23FEBpl1.0/applic/general/src/scanima.c:334:9: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/applic/general/src/scanima.c:332:9: note: stat is assigned 23FEBpl1.0/applic/general/src/scanima.c:334:9: note: stat is overwritten 23FEBpl1.0/applic/general/src/scanima.c:336:9: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/applic/general/src/scanima.c:334:9: note: stat is assigned 23FEBpl1.0/applic/general/src/scanima.c:336:9: note: stat is overwritten 23FEBpl1.0/applic/general/src/scanima.c:343:9: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/applic/general/src/scanima.c:336:9: note: stat is assigned 23FEBpl1.0/applic/general/src/scanima.c:343:9: note: stat is overwritten 23FEBpl1.0/applic/general/src/scanima.c:345:9: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/applic/general/src/scanima.c:343:9: note: stat is assigned 23FEBpl1.0/applic/general/src/scanima.c:345:9: note: stat is overwritten 23FEBpl1.0/applic/general/src/scanima.c:389:8: style: Parameter 'fx' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/applic/general/src/scanima.c:390:7: style: Parameter 'npix' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/contrib/pepsys/src/eso50.c:160:29: style: Array index 'na' is used before limits check. [arrayIndexThenCheck] 23FEBpl1.0/contrib/pepsys/src/eso50.c:94:7: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/contrib/pepsys/src/eso50.c:92:7: note: err is assigned 23FEBpl1.0/contrib/pepsys/src/eso50.c:94:7: note: err is overwritten 23FEBpl1.0/contrib/pepsys/src/eso50.c:95:7: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/contrib/pepsys/src/eso50.c:94:7: note: err is assigned 23FEBpl1.0/contrib/pepsys/src/eso50.c:95:7: note: err is overwritten 23FEBpl1.0/contrib/pepsys/src/eso50.c:96:7: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/contrib/pepsys/src/eso50.c:95:7: note: err is assigned 23FEBpl1.0/contrib/pepsys/src/eso50.c:96:7: note: err is overwritten 23FEBpl1.0/contrib/pepsys/src/eso50.c:97:7: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/contrib/pepsys/src/eso50.c:96:7: note: err is assigned 23FEBpl1.0/contrib/pepsys/src/eso50.c:97:7: note: err is overwritten 23FEBpl1.0/contrib/pepsys/src/eso50.c:98:7: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/contrib/pepsys/src/eso50.c:97:7: note: err is assigned 23FEBpl1.0/contrib/pepsys/src/eso50.c:98:7: note: err is overwritten 23FEBpl1.0/contrib/pepsys/src/eso50.c:99:7: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/contrib/pepsys/src/eso50.c:98:7: note: err is assigned 23FEBpl1.0/contrib/pepsys/src/eso50.c:99:7: note: err is overwritten 23FEBpl1.0/contrib/pepsys/src/eso50.c:100:7: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/contrib/pepsys/src/eso50.c:99:7: note: err is assigned 23FEBpl1.0/contrib/pepsys/src/eso50.c:100:7: note: err is overwritten 23FEBpl1.0/contrib/pepsys/src/eso50.c:101:7: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/contrib/pepsys/src/eso50.c:100:7: note: err is assigned 23FEBpl1.0/contrib/pepsys/src/eso50.c:101:7: note: err is overwritten 23FEBpl1.0/contrib/pepsys/src/eso50.c:102:7: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/contrib/pepsys/src/eso50.c:101:7: note: err is assigned 23FEBpl1.0/contrib/pepsys/src/eso50.c:102:7: note: err is overwritten 23FEBpl1.0/contrib/pepsys/src/eso50.c:103:7: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/contrib/pepsys/src/eso50.c:102:7: note: err is assigned 23FEBpl1.0/contrib/pepsys/src/eso50.c:103:7: note: err is overwritten 23FEBpl1.0/contrib/pepsys/src/eso50.c:104:7: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/contrib/pepsys/src/eso50.c:103:7: note: err is assigned 23FEBpl1.0/contrib/pepsys/src/eso50.c:104:7: note: err is overwritten 23FEBpl1.0/contrib/pepsys/src/eso50.c:105:7: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/contrib/pepsys/src/eso50.c:104:7: note: err is assigned 23FEBpl1.0/contrib/pepsys/src/eso50.c:105:7: note: err is overwritten 23FEBpl1.0/contrib/pepsys/src/eso50.c:106:7: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/contrib/pepsys/src/eso50.c:105:7: note: err is assigned 23FEBpl1.0/contrib/pepsys/src/eso50.c:106:7: note: err is overwritten 23FEBpl1.0/contrib/pepsys/src/eso50.c:107:7: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/contrib/pepsys/src/eso50.c:106:7: note: err is assigned 23FEBpl1.0/contrib/pepsys/src/eso50.c:107:7: note: err is overwritten 23FEBpl1.0/contrib/pepsys/src/eso50.c:108:7: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/contrib/pepsys/src/eso50.c:107:7: note: err is assigned 23FEBpl1.0/contrib/pepsys/src/eso50.c:108:7: note: err is overwritten 23FEBpl1.0/contrib/pepsys/src/eso50.c:109:7: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/contrib/pepsys/src/eso50.c:108:7: note: err is assigned 23FEBpl1.0/contrib/pepsys/src/eso50.c:109:7: note: err is overwritten 23FEBpl1.0/contrib/pepsys/src/eso50.c:110:7: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/contrib/pepsys/src/eso50.c:109:7: note: err is assigned 23FEBpl1.0/contrib/pepsys/src/eso50.c:110:7: note: err is overwritten 23FEBpl1.0/contrib/pepsys/src/eso50.c:111:7: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/contrib/pepsys/src/eso50.c:110:7: note: err is assigned 23FEBpl1.0/contrib/pepsys/src/eso50.c:111:7: note: err is overwritten 23FEBpl1.0/contrib/pepsys/src/eso50.c:112:7: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/contrib/pepsys/src/eso50.c:111:7: note: err is assigned 23FEBpl1.0/contrib/pepsys/src/eso50.c:112:7: note: err is overwritten 23FEBpl1.0/contrib/pepsys/src/eso50.c:113:7: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/contrib/pepsys/src/eso50.c:112:7: note: err is assigned 23FEBpl1.0/contrib/pepsys/src/eso50.c:113:7: note: err is overwritten 23FEBpl1.0/contrib/pepsys/src/eso50.c:114:7: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/contrib/pepsys/src/eso50.c:113:7: note: err is assigned 23FEBpl1.0/contrib/pepsys/src/eso50.c:114:7: note: err is overwritten 23FEBpl1.0/contrib/pepsys/src/eso50.c:115:7: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/contrib/pepsys/src/eso50.c:114:7: note: err is assigned 23FEBpl1.0/contrib/pepsys/src/eso50.c:115:7: note: err is overwritten 23FEBpl1.0/contrib/pepsys/src/eso50.c:116:7: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/contrib/pepsys/src/eso50.c:115:7: note: err is assigned 23FEBpl1.0/contrib/pepsys/src/eso50.c:116:7: note: err is overwritten 23FEBpl1.0/contrib/pepsys/src/eso50.c:117:7: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/contrib/pepsys/src/eso50.c:116:7: note: err is assigned 23FEBpl1.0/contrib/pepsys/src/eso50.c:117:7: note: err is overwritten 23FEBpl1.0/contrib/pepsys/src/eso50.c:52:13: style: Variable 'pc' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/applic/general/src/scanima.c:311:9: style: Variable 'stat' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/applic/general/src/scanima.c:320:15: style: Variable 'stat' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/applic/general/src/scanima.c:345:9: style: Variable 'stat' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/contrib/wavelet/libsrc/reconstr.c:233:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] 23FEBpl1.0/contrib/wavelet/libsrc/reconstr.c:178:23: style: Variable 'Fc' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/contrib/wavelet/libsrc/transform.c:165:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERR_IMAGE_SQUARE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/contrib/wavelet/libsrc/transform.c:197:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERR_NUMBER_OF_PLANES [valueFlowBailoutIncompleteVar] 23FEBpl1.0/contrib/wavelet/libsrc/pyr_cf.c:252:53: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable re [valueFlowBailoutIncompleteVar] 23FEBpl1.0/contrib/wavelet/libsrc/pyr_cf.c:278:57: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable im [valueFlowBailoutIncompleteVar] 23FEBpl1.0/contrib/wavelet/libsrc/pyr_cf.c:299:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable re [valueFlowBailoutIncompleteVar] 23FEBpl1.0/contrib/wavelet/libsrc/pyr_cf.c:344:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable re [valueFlowBailoutIncompleteVar] 23FEBpl1.0/contrib/wavelet/libsrc/pyr_cf.c:396:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable re [valueFlowBailoutIncompleteVar] 23FEBpl1.0/contrib/wavelet/libsrc/pyr_cf.c:421:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FILTER_G [valueFlowBailoutIncompleteVar] 23FEBpl1.0/contrib/wavelet/libsrc/pyr_cf.c:461:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable re [valueFlowBailoutIncompleteVar] 23FEBpl1.0/contrib/wavelet/libsrc/pyr_cf.c:476:53: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable re [valueFlowBailoutIncompleteVar] 23FEBpl1.0/contrib/wavelet/libsrc/pyr_cf.c:531:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable re [valueFlowBailoutIncompleteVar] 23FEBpl1.0/contrib/wavelet/libsrc/pyr_cf.c:575:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FILTER_G_TILDE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/contrib/wavelet/libsrc/pyr_cf.c:620:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable re [valueFlowBailoutIncompleteVar] 23FEBpl1.0/contrib/wavelet/libsrc/pyr_cf.c:665:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable re [valueFlowBailoutIncompleteVar] 23FEBpl1.0/contrib/wavelet/libsrc/pyr_cf.c:759:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable re [valueFlowBailoutIncompleteVar] 23FEBpl1.0/contrib/wavelet/libsrc/pyr_cf.c:810:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable re [valueFlowBailoutIncompleteVar] 23FEBpl1.0/contrib/wavelet/libsrc/pyr.c:529:11: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/contrib/wavelet/libsrc/pyr.c:672:11: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/contrib/wavelet/libsrc/pyr.c:750:11: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/contrib/wavelet/libsrc/pyr.c:751:11: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/contrib/wavelet/libsrc/pyr.c:752:11: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/contrib/wavelet/libsrc/pyr.c:893:11: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/contrib/wavelet/libsrc/pyr.c:894:11: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/contrib/wavelet/libsrc/pyr.c:338:8: style: Parameter 'Pict1' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/contrib/wavelet/libsrc/pyr.c:360:6: style: Parameter 'Tab_Nl' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/contrib/wavelet/libsrc/pyr.c:360:15: style: Parameter 'Tab_Col' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/contrib/wavelet/libsrc/pyr.c:360:25: style: Parameter 'Tab_Pos' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/contrib/wavelet/libsrc/pyr.c:380:8: style: Parameter 'Pyr' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/contrib/wavelet/libsrc/pyr.c:400:14: style: Parameter 'Pict' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/contrib/wavelet/libsrc/pyr.c:421:8: style: Parameter 'Imag' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/contrib/wavelet/libsrc/pyr.c:480:8: style: Parameter 'Ima' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/contrib/wavelet/libsrc/pyr.c:535:16: style: Parameter 'Pyramid' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/contrib/wavelet/libsrc/pyr.c:575:15: style: Parameter 'Pyramid' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/contrib/wavelet/libsrc/pyr.c:641:15: style: Parameter 'Pyr' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/contrib/wavelet/libsrc/pyr.c:642:25: style: Parameter 'Tab_Pos' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/contrib/wavelet/libsrc/pyr.c:678:8: style: Parameter 'Pyr1' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/contrib/wavelet/libsrc/pyr.c:678:15: style: Parameter 'Pyr2' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/contrib/wavelet/libsrc/pyr.c:758:8: style: Parameter 'Pyr' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/contrib/wavelet/libsrc/pyr.c:818:8: style: Parameter 'Imag' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/contrib/wavelet/libsrc/pyr.c:860:15: style: Parameter 'Pyr' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/contrib/wavelet/libsrc/pyr.c:861:6: style: Parameter 'Tab_Nl' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/contrib/wavelet/libsrc/pyr.c:861:15: style: Parameter 'Tab_Col' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/contrib/wavelet/libsrc/pyr.c:861:25: style: Parameter 'Tab_Pos' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/contrib/wavelet/libsrc/wa_deconv.c:396:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable re [valueFlowBailoutIncompleteVar] 23FEBpl1.0/contrib/wavelet/libsrc/wa_deconv.c:426:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable re [valueFlowBailoutIncompleteVar] 23FEBpl1.0/contrib/wavelet/libsrc/wa_deconv.c:496:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FLOAT_EPSILON [valueFlowBailoutIncompleteVar] 23FEBpl1.0/contrib/wavelet/libsrc/wa_deconv.c:613:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FLOAT_EPSILON [valueFlowBailoutIncompleteVar] 23FEBpl1.0/contrib/wavelet/libsrc/wa_deconv.c:714:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FLOAT_EPSILON [valueFlowBailoutIncompleteVar] 23FEBpl1.0/contrib/wavelet/libsrc/mallat.c:231:11: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/contrib/wavelet/libsrc/mallat.c:261:11: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/contrib/wavelet/libsrc/mallat.c:283:11: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/contrib/wavelet/libsrc/mallat.c:350:11: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/contrib/wavelet/libsrc/mallat.c:351:11: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/contrib/wavelet/libsrc/mallat.c:352:11: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/contrib/wavelet/libsrc/mallat.c:353:11: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/contrib/wavelet/libsrc/mallat.c:354:11: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/contrib/wavelet/libsrc/mallat.c:355:11: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/contrib/wavelet/libsrc/mallat.c:356:11: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/contrib/wavelet/libsrc/mallat.c:357:11: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/contrib/wavelet/libsrc/mallat.c:414:11: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/contrib/wavelet/libsrc/mallat.c:415:11: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/contrib/wavelet/libsrc/mallat.c:416:11: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/contrib/wavelet/libsrc/mallat.c:417:11: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/contrib/wavelet/libsrc/mallat.c:418:11: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/contrib/wavelet/libsrc/mallat.c:419:11: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/contrib/wavelet/libsrc/mallat.c:428:11: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/contrib/wavelet/libsrc/mallat.c:429:11: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/contrib/wavelet/libsrc/mallat.c:496:11: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/contrib/wavelet/libsrc/mallat.c:497:11: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/contrib/wavelet/libsrc/mallat.c:498:11: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/contrib/wavelet/libsrc/mallat.c:499:11: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/contrib/wavelet/libsrc/mallat.c:552:10: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/contrib/wavelet/libsrc/wave1d.c:272:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PI [valueFlowBailoutIncompleteVar] 23FEBpl1.0/contrib/wavelet/libsrc/wave1d.c:680:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PI [valueFlowBailoutIncompleteVar] 23FEBpl1.0/contrib/wavelet/libsrc/wave1d.c:972:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PI [valueFlowBailoutIncompleteVar] 23FEBpl1.0/contrib/wavelet/libsrc/mallat.c:160:8: style: Parameter 'entree' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/contrib/wavelet/libsrc/mallat.c:184:10: style: Parameter 'entree' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/contrib/wavelet/libsrc/mallat.c:208:10: style: Parameter 'entree' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/contrib/wavelet/libsrc/mallat.c:239:10: style: Parameter 'entree' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/contrib/wavelet/libsrc/mallat.c:366:8: style: Parameter 'image_h1_h1' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/contrib/wavelet/libsrc/mallat.c:366:22: style: Parameter 'image_h1_g1' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/contrib/wavelet/libsrc/mallat.c:366:36: style: Parameter 'image_g1_h1' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/contrib/wavelet/libsrc/mallat.c:367:8: style: Parameter 'image_g1_g1' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/contrib/wavelet/libsrc/mallat.c:736:8: style: Parameter 'Imag' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/contrib/wavelet/libsrc/pyr_cf.c:245:6: style: Parameter 'Tab_Nl' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/contrib/wavelet/libsrc/pyr_cf.c:245:15: style: Parameter 'Tab_Col' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/contrib/wavelet/libsrc/pyr_cf.c:245:25: style: Parameter 'Tab_Pos' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/contrib/wavelet/libsrc/pyr_cf.c:259:6: style: Parameter 'Tab_Nl' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/contrib/wavelet/libsrc/pyr_cf.c:259:15: style: Parameter 'Tab_Col' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/contrib/wavelet/libsrc/pyr_cf.c:259:25: style: Parameter 'Tab_Pos' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/contrib/wavelet/libsrc/pyr_cf.c:309:6: style: Parameter 'Tab_Nl' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/contrib/wavelet/libsrc/pyr_cf.c:309:25: style: Parameter 'Tab_Pos' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/contrib/wavelet/libsrc/pyr_cf.c:407:6: style: Parameter 'Tab_Nl' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/contrib/wavelet/libsrc/pyr_cf.c:407:15: style: Parameter 'Tab_Col' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/contrib/wavelet/libsrc/pyr_cf.c:436:25: style: Parameter 'Tab_Pos' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/contrib/wavelet/libsrc/pyr_cf.c:554:6: style: Parameter 'Tab_Nl' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/contrib/wavelet/libsrc/pyr_cf.c:554:15: style: Parameter 'Tab_Col' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/contrib/wavelet/libsrc/pyr_cf.c:603:25: style: Parameter 'Tab_Pos' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/contrib/wavelet/libsrc/pyr_cf.c:649:25: style: Parameter 'Tab_Pos' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/contrib/wavelet/libsrc/pyr_cf.c:739:15: style: Parameter 'Pyr' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/contrib/wavelet/libsrc/pyr_cf.c:792:6: style: Parameter 'Tab_Nl' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/contrib/wavelet/libsrc/pyr_cf.c:792:15: style: Parameter 'Tab_Col' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/contrib/wavelet/libsrc/pyr_cf.c:792:25: style: Parameter 'Tab_Pos' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/contrib/wavelet/libsrc/pyr_cf.c:797:12: style: Variable 'Ptr_Pyr' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/contrib/wavelet/src/wa_comp.c:303:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERR_NUMBER_OF_PLANES [valueFlowBailoutIncompleteVar] 23FEBpl1.0/contrib/wavelet/src/wa_cittert.c:234:11: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/contrib/wavelet/src/wa_cittert.c:235:11: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/contrib/wavelet/src/wa_cittert.c:247:11: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/contrib/wavelet/src/wa_cittert.c:248:11: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/contrib/wavelet/src/wa_cittert.c:249:11: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/contrib/wavelet/src/wa_cittert.c:251:11: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/contrib/wavelet/src/wa_cittert.c:131:10: style: Variable 'Stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/contrib/wavelet/src/wa_cittert.c:126:10: note: Stat is assigned 23FEBpl1.0/contrib/wavelet/src/wa_cittert.c:131:10: note: Stat is overwritten 23FEBpl1.0/contrib/wavelet/src/wa_cittert.c:136:10: style: Variable 'Stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/contrib/wavelet/src/wa_cittert.c:131:10: note: Stat is assigned 23FEBpl1.0/contrib/wavelet/src/wa_cittert.c:136:10: note: Stat is overwritten 23FEBpl1.0/contrib/wavelet/src/wa_cittert.c:143:10: style: Variable 'Stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/contrib/wavelet/src/wa_cittert.c:136:10: note: Stat is assigned 23FEBpl1.0/contrib/wavelet/src/wa_cittert.c:143:10: note: Stat is overwritten 23FEBpl1.0/contrib/wavelet/src/wa_cittert.c:150:10: style: Variable 'Stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/contrib/wavelet/src/wa_cittert.c:143:10: note: Stat is assigned 23FEBpl1.0/contrib/wavelet/src/wa_cittert.c:150:10: note: Stat is overwritten 23FEBpl1.0/contrib/wavelet/src/wa_cittert.c:155:10: style: Variable 'Stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/contrib/wavelet/src/wa_cittert.c:150:10: note: Stat is assigned 23FEBpl1.0/contrib/wavelet/src/wa_cittert.c:155:10: note: Stat is overwritten 23FEBpl1.0/contrib/wavelet/src/wa_cittert.c:160:10: style: Variable 'Stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/contrib/wavelet/src/wa_cittert.c:155:10: note: Stat is assigned 23FEBpl1.0/contrib/wavelet/src/wa_cittert.c:160:10: note: Stat is overwritten 23FEBpl1.0/contrib/wavelet/src/wa_cittert.c:165:10: style: Variable 'Stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/contrib/wavelet/src/wa_cittert.c:160:10: note: Stat is assigned 23FEBpl1.0/contrib/wavelet/src/wa_cittert.c:165:10: note: Stat is overwritten 23FEBpl1.0/contrib/wavelet/src/wa_cittert.c:170:10: style: Variable 'Stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/contrib/wavelet/src/wa_cittert.c:165:10: note: Stat is assigned 23FEBpl1.0/contrib/wavelet/src/wa_cittert.c:170:10: note: Stat is overwritten 23FEBpl1.0/contrib/wavelet/src/wa_cittert.c:175:10: style: Variable 'Stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/contrib/wavelet/src/wa_cittert.c:170:10: note: Stat is assigned 23FEBpl1.0/contrib/wavelet/src/wa_cittert.c:175:10: note: Stat is overwritten 23FEBpl1.0/contrib/wavelet/src/wa_cittert.c:175:10: style: Variable 'Stat' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/contrib/wavelet/src/wa_direct.c:108:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FILTER_H [valueFlowBailoutIncompleteVar] 23FEBpl1.0/contrib/wavelet/src/wa_direct.c:148:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable re [valueFlowBailoutIncompleteVar] 23FEBpl1.0/contrib/wavelet/src/wa_direct.c:220:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable re [valueFlowBailoutIncompleteVar] 23FEBpl1.0/contrib/wavelet/src/wa_direct.c:242:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable re [valueFlowBailoutIncompleteVar] 23FEBpl1.0/contrib/wavelet/src/wa_direct.c:301:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FLOAT_EPSILON [valueFlowBailoutIncompleteVar] 23FEBpl1.0/contrib/wavelet/libsrc/wa_deconv.c:257:8: style: Parameter 'Tab' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/contrib/wavelet/libsrc/wa_deconv.c:317:8: style: Parameter 'Imag' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/contrib/wavelet/libsrc/wa_deconv.c:337:8: style: Parameter 'Imag' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/contrib/wavelet/libsrc/wa_deconv.c:488:10: style: Unused variable: Send [unusedVariable] 23FEBpl1.0/contrib/wavelet/libsrc/wa_deconv.c:605:10: style: Unused variable: Send [unusedVariable] 23FEBpl1.0/contrib/wavelet/libsrc/wa_deconv.c:706:10: style: Unused variable: Send [unusedVariable] 23FEBpl1.0/contrib/wavelet/src/wa_entr.c:100:10: style: Variable 'Stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/contrib/wavelet/src/wa_entr.c:97:10: note: Stat is assigned 23FEBpl1.0/contrib/wavelet/src/wa_entr.c:100:10: note: Stat is overwritten 23FEBpl1.0/contrib/wavelet/src/wa_entr.c:104:9: style: Variable 'Stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/contrib/wavelet/src/wa_entr.c:100:10: note: Stat is assigned 23FEBpl1.0/contrib/wavelet/src/wa_entr.c:104:9: note: Stat is overwritten 23FEBpl1.0/contrib/wavelet/src/wa_entr.c:110:10: style: Variable 'Stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/contrib/wavelet/src/wa_entr.c:104:9: note: Stat is assigned 23FEBpl1.0/contrib/wavelet/src/wa_entr.c:110:10: note: Stat is overwritten 23FEBpl1.0/contrib/wavelet/src/wa_entr.c:110:10: style: Variable 'Stat' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/contrib/wavelet/src/wa_extr.c:98:10: style: Variable 'Stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/contrib/wavelet/src/wa_extr.c:95:10: note: Stat is assigned 23FEBpl1.0/contrib/wavelet/src/wa_extr.c:98:10: note: Stat is overwritten 23FEBpl1.0/contrib/wavelet/src/wa_extr.c:103:10: style: Variable 'Stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/contrib/wavelet/src/wa_extr.c:98:10: note: Stat is assigned 23FEBpl1.0/contrib/wavelet/src/wa_extr.c:103:10: note: Stat is overwritten 23FEBpl1.0/contrib/wavelet/src/wa_extr.c:103:10: style: Variable 'Stat' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/contrib/wavelet/src/wa_direct.c:256:15: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/contrib/wavelet/src/wa_direct.c:315:11: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/contrib/wavelet/src/wa_direct.c:400:11: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/contrib/wavelet/src/wa_direct.c:408:11: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/contrib/wavelet/src/wa_direct.c:409:11: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/contrib/wavelet/src/wa_direct.c:410:11: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/contrib/wavelet/src/wa_direct.c:411:11: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/contrib/wavelet/src/wa_direct.c:341:10: style: Variable 'Stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/contrib/wavelet/src/wa_direct.c:338:10: note: Stat is assigned 23FEBpl1.0/contrib/wavelet/src/wa_direct.c:341:10: note: Stat is overwritten 23FEBpl1.0/contrib/wavelet/src/wa_direct.c:344:10: style: Variable 'Stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/contrib/wavelet/src/wa_direct.c:341:10: note: Stat is assigned 23FEBpl1.0/contrib/wavelet/src/wa_direct.c:344:10: note: Stat is overwritten 23FEBpl1.0/contrib/wavelet/src/wa_direct.c:348:10: style: Variable 'Stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/contrib/wavelet/src/wa_direct.c:344:10: note: Stat is assigned 23FEBpl1.0/contrib/wavelet/src/wa_direct.c:348:10: note: Stat is overwritten 23FEBpl1.0/contrib/wavelet/src/wa_direct.c:123:16: style: Parameter 'Psf' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/contrib/wavelet/src/wa_direct.c:124:8: style: Parameter 'Tab_Gamma' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/contrib/wavelet/src/wa_direct.c:348:10: style: Variable 'Stat' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/contrib/wavelet/src/wa_direct.c:359:13: style: Variable 'Stat' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/contrib/wavelet/src/wa_filt.c:178:11: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/contrib/wavelet/src/wa_filt.c:142:10: style: Variable 'Stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/contrib/wavelet/src/wa_filt.c:139:10: note: Stat is assigned 23FEBpl1.0/contrib/wavelet/src/wa_filt.c:142:10: note: Stat is overwritten 23FEBpl1.0/contrib/wavelet/src/wa_filt.c:148:10: style: Variable 'Stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/contrib/wavelet/src/wa_filt.c:142:10: note: Stat is assigned 23FEBpl1.0/contrib/wavelet/src/wa_filt.c:148:10: note: Stat is overwritten 23FEBpl1.0/contrib/wavelet/src/wa_filt.c:157:10: style: Variable 'Stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/contrib/wavelet/src/wa_filt.c:148:10: note: Stat is assigned 23FEBpl1.0/contrib/wavelet/src/wa_filt.c:157:10: note: Stat is overwritten 23FEBpl1.0/contrib/wavelet/src/wa_filt.c:159:10: style: Variable 'Stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/contrib/wavelet/src/wa_filt.c:157:10: note: Stat is assigned 23FEBpl1.0/contrib/wavelet/src/wa_filt.c:159:10: note: Stat is overwritten 23FEBpl1.0/contrib/wavelet/src/wa_filt.c:159:10: style: Variable 'Stat' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/contrib/wavelet/src/wa_head.c:118:10: style: Variable 'Stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/contrib/wavelet/src/wa_head.c:99:10: note: Stat is assigned 23FEBpl1.0/contrib/wavelet/src/wa_head.c:118:10: note: Stat is overwritten 23FEBpl1.0/contrib/wavelet/src/wa_head.c:122:10: style: Variable 'Stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/contrib/wavelet/src/wa_head.c:118:10: note: Stat is assigned 23FEBpl1.0/contrib/wavelet/src/wa_head.c:122:10: note: Stat is overwritten 23FEBpl1.0/contrib/wavelet/src/wa_head.c:126:10: style: Variable 'Stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/contrib/wavelet/src/wa_head.c:122:10: note: Stat is assigned 23FEBpl1.0/contrib/wavelet/src/wa_head.c:126:10: note: Stat is overwritten 23FEBpl1.0/contrib/wavelet/src/wa_head.c:130:10: style: Variable 'Stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/contrib/wavelet/src/wa_head.c:126:10: note: Stat is assigned 23FEBpl1.0/contrib/wavelet/src/wa_head.c:130:10: note: Stat is overwritten 23FEBpl1.0/contrib/wavelet/src/wa_head.c:104:14: error: Uninitialized variable: Send [uninitvar] 23FEBpl1.0/contrib/wavelet/src/wa_head.c:164:10: style: Variable 'Stat' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/contrib/wavelet/src/wa_grad.c:218:11: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/contrib/wavelet/src/wa_grad.c:219:11: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/contrib/wavelet/src/wa_grad.c:231:11: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/contrib/wavelet/src/wa_grad.c:232:11: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/contrib/wavelet/src/wa_grad.c:233:11: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/contrib/wavelet/src/wa_grad.c:235:11: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/contrib/wavelet/src/wa_grad.c:128:10: style: Variable 'Stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/contrib/wavelet/src/wa_grad.c:123:10: note: Stat is assigned 23FEBpl1.0/contrib/wavelet/src/wa_grad.c:128:10: note: Stat is overwritten 23FEBpl1.0/contrib/wavelet/src/wa_grad.c:133:10: style: Variable 'Stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/contrib/wavelet/src/wa_grad.c:128:10: note: Stat is assigned 23FEBpl1.0/contrib/wavelet/src/wa_grad.c:133:10: note: Stat is overwritten 23FEBpl1.0/contrib/wavelet/src/wa_grad.c:140:10: style: Variable 'Stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/contrib/wavelet/src/wa_grad.c:133:10: note: Stat is assigned 23FEBpl1.0/contrib/wavelet/src/wa_grad.c:140:10: note: Stat is overwritten 23FEBpl1.0/contrib/wavelet/src/wa_grad.c:147:10: style: Variable 'Stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/contrib/wavelet/src/wa_grad.c:140:10: note: Stat is assigned 23FEBpl1.0/contrib/wavelet/src/wa_grad.c:147:10: note: Stat is overwritten 23FEBpl1.0/contrib/wavelet/src/wa_grad.c:151:10: style: Variable 'Stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/contrib/wavelet/src/wa_grad.c:147:10: note: Stat is assigned 23FEBpl1.0/contrib/wavelet/src/wa_grad.c:151:10: note: Stat is overwritten 23FEBpl1.0/contrib/wavelet/src/wa_grad.c:155:10: style: Variable 'Stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/contrib/wavelet/src/wa_grad.c:151:10: note: Stat is assigned 23FEBpl1.0/contrib/wavelet/src/wa_grad.c:155:10: note: Stat is overwritten 23FEBpl1.0/contrib/wavelet/src/wa_grad.c:160:10: style: Variable 'Stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/contrib/wavelet/src/wa_grad.c:155:10: note: Stat is assigned 23FEBpl1.0/contrib/wavelet/src/wa_grad.c:160:10: note: Stat is overwritten 23FEBpl1.0/contrib/wavelet/src/wa_grad.c:164:10: style: Variable 'Stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/contrib/wavelet/src/wa_grad.c:160:10: note: Stat is assigned 23FEBpl1.0/contrib/wavelet/src/wa_grad.c:164:10: note: Stat is overwritten 23FEBpl1.0/contrib/wavelet/src/wa_grad.c:164:10: style: Variable 'Stat' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/contrib/wavelet/src/wa_info.c:202:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] 23FEBpl1.0/contrib/wavelet/src/wa_lucy.c:214:11: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/contrib/wavelet/src/wa_lucy.c:215:11: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/contrib/wavelet/src/wa_lucy.c:227:11: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/contrib/wavelet/src/wa_lucy.c:228:11: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/contrib/wavelet/src/wa_lucy.c:229:11: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/contrib/wavelet/src/wa_lucy.c:231:11: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/contrib/wavelet/src/wa_lucy.c:128:10: style: Variable 'Stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/contrib/wavelet/src/wa_lucy.c:123:10: note: Stat is assigned 23FEBpl1.0/contrib/wavelet/src/wa_lucy.c:128:10: note: Stat is overwritten 23FEBpl1.0/contrib/wavelet/src/wa_lucy.c:133:10: style: Variable 'Stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/contrib/wavelet/src/wa_lucy.c:128:10: note: Stat is assigned 23FEBpl1.0/contrib/wavelet/src/wa_lucy.c:133:10: note: Stat is overwritten 23FEBpl1.0/contrib/wavelet/src/wa_lucy.c:139:10: style: Variable 'Stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/contrib/wavelet/src/wa_lucy.c:133:10: note: Stat is assigned 23FEBpl1.0/contrib/wavelet/src/wa_lucy.c:139:10: note: Stat is overwritten 23FEBpl1.0/contrib/wavelet/src/wa_lucy.c:145:10: style: Variable 'Stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/contrib/wavelet/src/wa_lucy.c:139:10: note: Stat is assigned 23FEBpl1.0/contrib/wavelet/src/wa_lucy.c:145:10: note: Stat is overwritten 23FEBpl1.0/contrib/wavelet/src/wa_lucy.c:149:10: style: Variable 'Stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/contrib/wavelet/src/wa_lucy.c:145:10: note: Stat is assigned 23FEBpl1.0/contrib/wavelet/src/wa_lucy.c:149:10: note: Stat is overwritten 23FEBpl1.0/contrib/wavelet/src/wa_lucy.c:153:10: style: Variable 'Stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/contrib/wavelet/src/wa_lucy.c:149:10: note: Stat is assigned 23FEBpl1.0/contrib/wavelet/src/wa_lucy.c:153:10: note: Stat is overwritten 23FEBpl1.0/contrib/wavelet/src/wa_lucy.c:158:10: style: Variable 'Stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/contrib/wavelet/src/wa_lucy.c:153:10: note: Stat is assigned 23FEBpl1.0/contrib/wavelet/src/wa_lucy.c:158:10: note: Stat is overwritten 23FEBpl1.0/contrib/wavelet/src/wa_lucy.c:161:10: style: Variable 'Stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/contrib/wavelet/src/wa_lucy.c:158:10: note: Stat is assigned 23FEBpl1.0/contrib/wavelet/src/wa_lucy.c:161:10: note: Stat is overwritten 23FEBpl1.0/contrib/wavelet/src/wa_info.c:236:15: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/contrib/wavelet/src/wa_lucy.c:161:10: style: Variable 'Stat' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/contrib/wavelet/src/wa_info.c:104:14: error: Uninitialized variable: Send [uninitvar] 23FEBpl1.0/contrib/wavelet/src/wa_rec.c:113:10: style: Variable 'Stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/contrib/wavelet/src/wa_rec.c:110:10: note: Stat is assigned 23FEBpl1.0/contrib/wavelet/src/wa_rec.c:113:10: note: Stat is overwritten 23FEBpl1.0/contrib/wavelet/src/wa_rec.c:118:10: style: Variable 'Stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/contrib/wavelet/src/wa_rec.c:113:10: note: Stat is assigned 23FEBpl1.0/contrib/wavelet/src/wa_rec.c:118:10: note: Stat is overwritten 23FEBpl1.0/contrib/wavelet/src/wa_rec.c:118:10: style: Variable 'Stat' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/contrib/wavelet/src/wa_rec1d.c:137:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TO1_MORLET [valueFlowBailoutIncompleteVar] 23FEBpl1.0/contrib/wavelet/src/wa_comp.c:231:13: warning: Either the condition 'File_Des==NULL' is redundant or there is possible null pointer dereference: File_Des. [nullPointerRedundantCheck] 23FEBpl1.0/contrib/wavelet/src/wa_comp.c:230:18: note: Assuming that condition 'File_Des==NULL' is not redundant 23FEBpl1.0/contrib/wavelet/src/wa_comp.c:231:13: note: Null pointer dereference 23FEBpl1.0/contrib/wavelet/src/wa_comp.c:419:11: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/contrib/wavelet/src/wa_comp.c:420:11: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/contrib/wavelet/src/wa_comp.c:421:11: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/contrib/wavelet/src/wa_comp.c:422:11: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/contrib/wavelet/src/wa_comp.c:163:9: style: Variable 'Snr' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/contrib/wavelet/src/wa_comp.c:144:9: note: Snr is assigned 23FEBpl1.0/contrib/wavelet/src/wa_comp.c:163:9: note: Snr is overwritten 23FEBpl1.0/contrib/wavelet/src/wa_comp.c:265:10: style: Variable 'Stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/contrib/wavelet/src/wa_comp.c:260:10: note: Stat is assigned 23FEBpl1.0/contrib/wavelet/src/wa_comp.c:265:10: note: Stat is overwritten 23FEBpl1.0/contrib/wavelet/src/wa_comp.c:270:10: style: Variable 'Stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/contrib/wavelet/src/wa_comp.c:265:10: note: Stat is assigned 23FEBpl1.0/contrib/wavelet/src/wa_comp.c:270:10: note: Stat is overwritten 23FEBpl1.0/contrib/wavelet/src/wa_comp.c:276:10: style: Variable 'Stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/contrib/wavelet/src/wa_comp.c:270:10: note: Stat is assigned 23FEBpl1.0/contrib/wavelet/src/wa_comp.c:276:10: note: Stat is overwritten 23FEBpl1.0/contrib/wavelet/src/wa_comp.c:282:10: style: Variable 'Stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/contrib/wavelet/src/wa_comp.c:276:10: note: Stat is assigned 23FEBpl1.0/contrib/wavelet/src/wa_comp.c:282:10: note: Stat is overwritten 23FEBpl1.0/contrib/wavelet/src/wa_comp.c:287:10: style: Variable 'Stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/contrib/wavelet/src/wa_comp.c:282:10: note: Stat is assigned 23FEBpl1.0/contrib/wavelet/src/wa_comp.c:287:10: note: Stat is overwritten 23FEBpl1.0/contrib/wavelet/src/wa_comp.c:332:10: style: Variable 'Stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/contrib/wavelet/src/wa_comp.c:287:10: note: Stat is assigned 23FEBpl1.0/contrib/wavelet/src/wa_comp.c:332:10: note: Stat is overwritten 23FEBpl1.0/contrib/wavelet/src/wa_comp.c:339:14: style: Variable 'Stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/contrib/wavelet/src/wa_comp.c:336:14: note: Stat is assigned 23FEBpl1.0/contrib/wavelet/src/wa_comp.c:339:14: note: Stat is overwritten 23FEBpl1.0/contrib/wavelet/src/wa_comp.c:367:11: style: Variable 'Stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/contrib/wavelet/src/wa_comp.c:339:14: note: Stat is assigned 23FEBpl1.0/contrib/wavelet/src/wa_comp.c:367:11: note: Stat is overwritten 23FEBpl1.0/contrib/wavelet/src/wa_comp.c:387:16: style: Variable 'Nl_Tab' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/contrib/wavelet/src/wa_comp.c:341:16: note: Nl_Tab is assigned 23FEBpl1.0/contrib/wavelet/src/wa_comp.c:387:16: note: Nl_Tab is overwritten 23FEBpl1.0/contrib/wavelet/src/wa_comp.c:355:14: style: Variable 'Stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/contrib/wavelet/src/wa_comp.c:349:14: note: Stat is assigned 23FEBpl1.0/contrib/wavelet/src/wa_comp.c:355:14: note: Stat is overwritten 23FEBpl1.0/contrib/wavelet/src/wa_comp.c:387:16: style: Variable 'Nl_Tab' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/contrib/wavelet/src/wa_comp.c:352:16: note: Nl_Tab is assigned 23FEBpl1.0/contrib/wavelet/src/wa_comp.c:387:16: note: Nl_Tab is overwritten 23FEBpl1.0/contrib/wavelet/src/wa_comp.c:367:11: style: Variable 'Stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/contrib/wavelet/src/wa_comp.c:355:14: note: Stat is assigned 23FEBpl1.0/contrib/wavelet/src/wa_comp.c:367:11: note: Stat is overwritten 23FEBpl1.0/contrib/wavelet/src/wa_comp.c:381:10: style: Variable 'Stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/contrib/wavelet/src/wa_comp.c:367:11: note: Stat is assigned 23FEBpl1.0/contrib/wavelet/src/wa_comp.c:381:10: note: Stat is overwritten 23FEBpl1.0/contrib/wavelet/src/wa_comp.c:386:16: style: Variable 'Nc_Tab' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/contrib/wavelet/src/wa_comp.c:369:13: note: Nc_Tab is assigned 23FEBpl1.0/contrib/wavelet/src/wa_comp.c:386:16: note: Nc_Tab is overwritten 23FEBpl1.0/contrib/wavelet/src/wa_comp.c:385:14: style: Variable 'Stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/contrib/wavelet/src/wa_comp.c:384:14: note: Stat is assigned 23FEBpl1.0/contrib/wavelet/src/wa_comp.c:385:14: note: Stat is overwritten 23FEBpl1.0/contrib/wavelet/src/wa_comp.c:409:11: style: Variable 'Stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/contrib/wavelet/src/wa_comp.c:385:14: note: Stat is assigned 23FEBpl1.0/contrib/wavelet/src/wa_comp.c:409:11: note: Stat is overwritten 23FEBpl1.0/contrib/wavelet/src/wa_comp.c:399:14: style: Variable 'Stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/contrib/wavelet/src/wa_comp.c:394:14: note: Stat is assigned 23FEBpl1.0/contrib/wavelet/src/wa_comp.c:399:14: note: Stat is overwritten 23FEBpl1.0/contrib/wavelet/src/wa_comp.c:409:11: style: Variable 'Stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/contrib/wavelet/src/wa_comp.c:399:14: note: Stat is assigned 23FEBpl1.0/contrib/wavelet/src/wa_comp.c:409:11: note: Stat is overwritten 23FEBpl1.0/contrib/wavelet/src/wa_comp.c:104:17: style: Parameter 'Imag_2' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/contrib/wavelet/src/wa_comp.c:225:16: error: Uninitialized variable: File_Name [uninitvar] 23FEBpl1.0/contrib/wavelet/src/wa_comp.c:409:11: style: Variable 'Stat' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/contrib/wavelet/src/wa_tran1d.c:173:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TO1_MORLET [valueFlowBailoutIncompleteVar] 23FEBpl1.0/contrib/wavelet/src/wa_rec1d.c:136:11: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/contrib/wavelet/src/wa_rec1d.c:111:10: style: Variable 'Stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/contrib/wavelet/src/wa_rec1d.c:108:10: note: Stat is assigned 23FEBpl1.0/contrib/wavelet/src/wa_rec1d.c:111:10: note: Stat is overwritten 23FEBpl1.0/contrib/wavelet/src/wa_rec1d.c:116:10: style: Variable 'Stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/contrib/wavelet/src/wa_rec1d.c:111:10: note: Stat is assigned 23FEBpl1.0/contrib/wavelet/src/wa_rec1d.c:116:10: note: Stat is overwritten 23FEBpl1.0/contrib/wavelet/src/wa_rec1d.c:122:10: style: Variable 'Stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/contrib/wavelet/src/wa_rec1d.c:116:10: note: Stat is assigned 23FEBpl1.0/contrib/wavelet/src/wa_rec1d.c:122:10: note: Stat is overwritten 23FEBpl1.0/contrib/wavelet/src/wa_rec1d.c:128:10: style: Variable 'Stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/contrib/wavelet/src/wa_rec1d.c:122:10: note: Stat is assigned 23FEBpl1.0/contrib/wavelet/src/wa_rec1d.c:128:10: note: Stat is overwritten 23FEBpl1.0/contrib/wavelet/src/wa_rec1d.c:128:10: style: Variable 'Stat' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/contrib/wavelet/libsrc/wave1d.c:497:11: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/contrib/wavelet/libsrc/wave1d.c:552:11: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/contrib/wavelet/libsrc/wave1d.c:641:11: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/contrib/wavelet/libsrc/wave1d.c:911:11: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/contrib/wavelet/libsrc/wave1d.c:305:17: style: Parameter 'Signal' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/contrib/wavelet/libsrc/wave1d.c:364:17: style: Parameter 'Signal' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/contrib/wavelet/libsrc/wave1d.c:457:17: style: Parameter 'Signal' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/contrib/wavelet/libsrc/wave1d.c:503:17: style: Parameter 'Signal' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/contrib/wavelet/libsrc/wave1d.c:600:17: style: Parameter 'Signal' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/contrib/wavelet/libsrc/wave1d.c:663:32: style: Parameter 'Signal' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/contrib/wavelet/libsrc/wave1d.c:870:17: style: Parameter 'Signal' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/contrib/wavelet/libsrc/wave1d.c:917:17: style: Parameter 'Signal' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/contrib/wavelet/src/wa_trans.c:129:10: style: Variable 'Stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/contrib/wavelet/src/wa_trans.c:126:10: note: Stat is assigned 23FEBpl1.0/contrib/wavelet/src/wa_trans.c:129:10: note: Stat is overwritten 23FEBpl1.0/contrib/wavelet/src/wa_trans.c:134:10: style: Variable 'Stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/contrib/wavelet/src/wa_trans.c:129:10: note: Stat is assigned 23FEBpl1.0/contrib/wavelet/src/wa_trans.c:134:10: note: Stat is overwritten 23FEBpl1.0/contrib/wavelet/src/wa_trans.c:140:10: style: Variable 'Stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/contrib/wavelet/src/wa_trans.c:134:10: note: Stat is assigned 23FEBpl1.0/contrib/wavelet/src/wa_trans.c:140:10: note: Stat is overwritten 23FEBpl1.0/contrib/wavelet/src/wa_trans.c:146:10: style: Variable 'Stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/contrib/wavelet/src/wa_trans.c:140:10: note: Stat is assigned 23FEBpl1.0/contrib/wavelet/src/wa_trans.c:146:10: note: Stat is overwritten 23FEBpl1.0/contrib/wavelet/src/wa_trans.c:146:10: style: Variable 'Stat' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/contrib/wavelet/libsrc/wave1d.c:275:13: style: Variable 'Scale_0' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/contrib/wavelet/libsrc/wave1d.c:424:13: style: Variable 'Scale_0' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/contrib/wavelet/libsrc/wave1d.c:975:13: style: Variable 'Scale_0' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/contrib/wavelet/src/wa_visu.c:136:55: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FLOAT_EPSILON [valueFlowBailoutIncompleteVar] 23FEBpl1.0/contrib/wavelet/src/wa_tran1d.c:171:11: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/contrib/wavelet/src/wa_tran1d.c:189:11: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/contrib/wavelet/src/wa_tran1d.c:121:10: style: Variable 'Stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/contrib/wavelet/src/wa_tran1d.c:118:10: note: Stat is assigned 23FEBpl1.0/contrib/wavelet/src/wa_tran1d.c:121:10: note: Stat is overwritten 23FEBpl1.0/contrib/wavelet/src/wa_tran1d.c:126:10: style: Variable 'Stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/contrib/wavelet/src/wa_tran1d.c:121:10: note: Stat is assigned 23FEBpl1.0/contrib/wavelet/src/wa_tran1d.c:126:10: note: Stat is overwritten 23FEBpl1.0/contrib/wavelet/src/wa_tran1d.c:132:10: style: Variable 'Stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/contrib/wavelet/src/wa_tran1d.c:126:10: note: Stat is assigned 23FEBpl1.0/contrib/wavelet/src/wa_tran1d.c:132:10: note: Stat is overwritten 23FEBpl1.0/contrib/wavelet/src/wa_tran1d.c:138:10: style: Variable 'Stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/contrib/wavelet/src/wa_tran1d.c:132:10: note: Stat is assigned 23FEBpl1.0/contrib/wavelet/src/wa_tran1d.c:138:10: note: Stat is overwritten 23FEBpl1.0/contrib/wavelet/src/wa_tran1d.c:144:10: style: Variable 'Stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/contrib/wavelet/src/wa_tran1d.c:138:10: note: Stat is assigned 23FEBpl1.0/contrib/wavelet/src/wa_tran1d.c:144:10: note: Stat is overwritten 23FEBpl1.0/contrib/wavelet/src/wa_tran1d.c:144:10: style: Variable 'Stat' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/contrib/wavelet/src/wa_visu.c:140:22: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/contrib/wavelet/src/wa_visu.c:100:10: style: Variable 'Stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/contrib/wavelet/src/wa_visu.c:97:10: note: Stat is assigned 23FEBpl1.0/contrib/wavelet/src/wa_visu.c:100:10: note: Stat is overwritten 23FEBpl1.0/gui/GraphLib/libsrc/Comm/dialog.c:253:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable READ [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/GraphLib/libsrc/Comm/dialog.c:182:8: style: Parameter 'actio' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/gui/GraphLib/libsrc/Comm/dialog.c:211:7: style: Parameter 'key' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/gui/GraphLib/libsrc/Comm/misc.c:54:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAXLINE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/GraphLib/libsrc/Comm/misc.c:81:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAXLINE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/GraphLib/libsrc/Comm/filelist.c:127:7: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf] 23FEBpl1.0/gui/GraphLib/libsrc/Comm/filelist.c:153:7: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf] 23FEBpl1.0/gui/GraphLib/libsrc/Comm/filelist.c:93:7: style: Parameter 'dir' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/gui/GraphLib/libsrc/Comm/SetResources.c:64:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ShortLen [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/UxXpm.c:47:55: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XpmSuccess [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/UxXpm.c:121:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GXcopy [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/UxXpm.c:227:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable BUFSIZ [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/UxXpm.c:406:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GXcopy [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/UxMethod.c:229:42: style: Argument '(NameLen=64)*sizeof(char*)' to function UxMalloc is always 512. It does not matter what value 'NameLen' has. [knownArgument] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/XpmRdFToI.c:44:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable BUFSIZ [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/XpmRdFToP.c:57:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GXcopy [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/center_vis.c:285:1: portability: Omitted return type of function 'UxCenter_visibly' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/center_vis.c:92:4: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XmNwidth [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/colors.c:253:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UxTopLevel [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/colors.c:395:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable addr [valueFlowBailoutIncompleteVar] 23FEBpl1.0/contrib/wavelet/src/wa_pers.c:303:11: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/contrib/wavelet/src/wa_pers.c:402:14: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/contrib/wavelet/src/wa_pers.c:222:15: style: Variable 'u' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/contrib/wavelet/src/wa_pers.c:221:15: note: u is assigned 23FEBpl1.0/contrib/wavelet/src/wa_pers.c:222:15: note: u is overwritten 23FEBpl1.0/contrib/wavelet/src/wa_pers.c:357:10: style: Variable 'Stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/contrib/wavelet/src/wa_pers.c:354:10: note: Stat is assigned 23FEBpl1.0/contrib/wavelet/src/wa_pers.c:357:10: note: Stat is overwritten 23FEBpl1.0/contrib/wavelet/src/wa_pers.c:361:10: style: Variable 'Stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/contrib/wavelet/src/wa_pers.c:357:10: note: Stat is assigned 23FEBpl1.0/contrib/wavelet/src/wa_pers.c:361:10: note: Stat is overwritten 23FEBpl1.0/contrib/wavelet/src/wa_pers.c:366:10: style: Variable 'Stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/contrib/wavelet/src/wa_pers.c:361:10: note: Stat is assigned 23FEBpl1.0/contrib/wavelet/src/wa_pers.c:366:10: note: Stat is overwritten 23FEBpl1.0/contrib/wavelet/src/wa_pers.c:372:10: style: Variable 'Stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/contrib/wavelet/src/wa_pers.c:366:10: note: Stat is assigned 23FEBpl1.0/contrib/wavelet/src/wa_pers.c:372:10: note: Stat is overwritten 23FEBpl1.0/contrib/wavelet/src/wa_pers.c:258:21: style: Statements following noreturn function 'exit()' will never be executed. [unreachableCode] 23FEBpl1.0/contrib/wavelet/src/wa_pers.c:277:25: style: Statements following noreturn function 'exit()' will never be executed. [unreachableCode] 23FEBpl1.0/contrib/wavelet/src/wa_pers.c:297:21: style: Statements following noreturn function 'exit()' will never be executed. [unreachableCode] 23FEBpl1.0/contrib/wavelet/src/wa_pers.c:309:8: style: Parameter 'Tab_Caval' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/contrib/wavelet/src/wa_pers.c:216:11: style: Variable 'u' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/contrib/wavelet/src/wa_pers.c:372:10: style: Variable 'Stat' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/GraphLib/libsrc/Comm/SetResources.c:59:10: style: Parameter 'argpntrs' can be declared as const array [constParameter] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/data.c:170:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/data.c:198:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable BUFSIZ [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/data.c:229:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/data.c:249:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable BUFSIZ [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/data.c:350:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdin [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/data.c:403:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/data.c:435:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XPMARRAY [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/data.c:455:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/colors.c:100:9: style: Parameter 'name' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/colors.c:318:11: style: Parameter 'c' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/colors.c:380:12: style: Parameter 'num_args' can be declared as pointer to const. However it seems that 'string_to_xcolor' is a callback function, if 'num_args' is declared with const you might also need to cast function pointer(s). [constParameterCallback] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/colors.c:212:18: note: You might need to cast the function pointer here 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/colors.c:380:12: note: Parameter 'num_args' can be declared as pointer to const 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/colors.c:387:12: style: Variable 'tbl' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/dstring.c:69:8: style: Parameter 'dat' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/create.c:141:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MONO [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/create.c:178:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRANSPARENT_COLOR [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/create.c:225:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XpmSuccess [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/create.c:378:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XpmVisual [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/create.c:547:58: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ZPixmap [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/create.c:653:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MSBFirst [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/create.c:849:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MSBFirst [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/create.c:891:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MSBFirst [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/create.c:953:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MSBFirst [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/filepath.c:129:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/filepath.c:287:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/filepath.c:619:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dstring [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/filepath.c:748:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UxEmptyDstring [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/filepath.c:822:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UxEmptyDstring [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/filepath.c:909:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UxEmptyDstring [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/filepath.c:948:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UxEmptyDstring [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/filepath.c:1046:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ENOENT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/filepath.c:1108:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAXPATHLEN [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/filepath.c:1248:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/filepath.c:1280:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NO_ERROR [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/filepath.c:1306:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NO_ERROR [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/enum_type.c:111:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERROR [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/enum_type.c:154:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERROR [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/enum_type.c:235:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NO_ERROR [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/enum_type.c:265:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NO_ERROR [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/enum_type.c:299:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERROR [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/enum_type.c:339:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERROR [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/enum_type.c:379:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERROR [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/enum_type.c:416:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERROR [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/enum_type.c:446:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/enum_type.c:479:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERROR [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/enum_type.c:493:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XmNbottomAttachment [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/enum_type.c:500:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XmNtopAttachment [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/enum_type.c:507:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XmNrightAttachment [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/enum_type.c:514:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XmNleftAttachment [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/enum_type.c:544:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERROR [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/enum_type.c:578:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERROR [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/enum_type.c:630:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERROR [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/enum_type.c:681:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERROR [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/enum_type.c:718:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERROR [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/enum_type.c:752:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERROR [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/enum_type.c:801:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/enum_type.c:832:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERROR [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/enum_type.c:900:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERROR [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/enum_type.c:934:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERROR [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/enum_type.c:1020:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERROR [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/enum_type.c:1054:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERROR [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/enum_type.c:1088:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERROR [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/enum_type.c:1122:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERROR [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/enum_type.c:1165:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERROR [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/enum_type.c:1376:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERROR [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/enum_type.c:1410:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERROR [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/enum_type.c:1444:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UX_DEFAULT_SB_ORIENTATION [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/enum_type.c:1487:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERROR [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/enum_type.c:1523:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERROR [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/enum_type.c:1557:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERROR [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/enum_type.c:1593:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERROR [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/enum_type.c:1627:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERROR [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/enum_type.c:1663:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERROR [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/enum_type.c:1703:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERROR [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/enum_type.c:1739:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERROR [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/enum_type.c:1773:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERROR [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/enum_type.c:1808:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERROR [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/enum_type.c:1847:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERROR [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/enum_type.c:1881:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERROR [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/enum_type.c:1923:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERROR [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/enum_type.c:1955:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UxStr_conv [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/enum_type.c:2027:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TO_X [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/enum_type.c:2119:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UIMX_WIDGET [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/enum_type.c:2238:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TO_UIMX [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/enum_type.c:2317:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UxUT_string [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/enum_type.c:2388:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UxXT_Alignment [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/data.c:255:12: style: Variable 'start' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/data.c:345:11: style: Parameter 'filename' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/data.c:398:11: style: Parameter 'filename' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/hashtable.c:68:61: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable _xpmHashAtom [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/enum_type.c:1956:17: style: Variable 'xconv' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/filepath.c:342:9: portability: Non reentrant function 'getpwnam' called. For threadsafe applications it is recommended to use the reentrant replacement function 'getpwnam_r'. [prohibitedgetpwnamCalled] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/filepath.c:345:9: portability: Non reentrant function 'getpwuid' called. For threadsafe applications it is recommended to use the reentrant replacement function 'getpwuid_r'. [prohibitedgetpwuidCalled] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/filepath.c:363:6: portability: Non reentrant function 'getpwnam' called. For threadsafe applications it is recommended to use the reentrant replacement function 'getpwnam_r'. [prohibitedgetpwnamCalled] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/hashtable.c:130:19: style: Parameter 'table' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/filepath.c:778:8: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/hashtable.c:136:11: style: Variable 'hp' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/filepath.c:791:9: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/hashtable.c:137:11: style: Variable 'ns' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/filepath.c:858:9: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/filepath.c:871:9: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/filepath.c:1317:10: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/filepath.c:1336:11: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/filepath.c:595:9: style: Parameter 'fname' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/filepath.c:974:7: style: Parameter 'path' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/filepath.c:1190:15: style: Variable 'tail' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/filepath.c:1240:7: style: Parameter 'dir' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/filepath.c:1270:7: style: Parameter 'dir' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/filepath.c:1302:7: style: Parameter 'absp' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/filepath.c:1304:11: style: Variable 'token' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/filepath.c:528:16: style: Unused variable: rtrn [unusedVariable] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/enum_type.c:1443:6: style: Unused variable: i [unusedVariable] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/misc.c:72:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NKEYS [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/parse.c:221:46: debug: Function::addArguments found argument 'cpp' with varid 0. [varid0] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/misc.c:96:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UNDEF_PIXEL [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/parse.c:222:44: debug: Function::addArguments found argument 'hotspot' with varid 0. [varid0] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/misc.c:159:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XpmAttributes [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/misc.c:177:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XpmInfos [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/misc.c:222:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XpmReturnInfos [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/resload.c:81:1: error: There is an unknown macro here somewhere. Configuration is required. If M_FILE_VERSION is a macro then please configure it. [unknownMacro] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/parse.c:132:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XpmSuccess [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/parse.c:226:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable BUFSIZ [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/sp_spmd.c:53:1: error: There is an unknown macro here somewhere. Configuration is required. If M_FILE_VERSION is a macro then please configure it. [unknownMacro] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/parse.c:264:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable BUFSIZ [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/parse.c:363:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable BUFSIZ [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/parse.c:423:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XpmExtension [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/sp_utils.c:35:1: error: There is an unknown macro here somewhere. Configuration is required. If M_FILE_VERSION is a macro then please configure it. [unknownMacro] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/sp_pty.c:369:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable O_RDWR [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/str_utils.c:102:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MB_CUR_MAX [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/sp_pty.c:597:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SUBPROC_ERROR [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/str_utils.c:178:62: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MB_CUR_MAX [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/sp_pty.c:652:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/sp_pty.c:796:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ALLDELAY [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/sp_pty.c:870:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/sp_pty.c:1015:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TIOCREMOTE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/sp_pty.c:1116:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERROR [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/str_utils.c:40:13: style: Parameter 'string' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/str_utils.c:141:12: style: Parameter 's2' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/subproc.c:51:1: error: There is an unknown macro here somewhere. Configuration is required. If M_FILE_VERSION is a macro then please configure it. [unknownMacro] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/swidget.c:47:1: error: There is an unknown macro here somewhere. Configuration is required. If M_FILE_VERSION is a macro then please configure it. [unknownMacro] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/t_error.c:52:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FATAL [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/t_error.c:36:10: style: Parameter 'where' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/types.c:86:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable BLOCK_SIZE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/types.c:128:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable BLOCK_SIZE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/types.c:216:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UIMX_TYPE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/types.c:256:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable size [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/create.c:480:13: style: Local variable 'pixels' shadows outer variable [shadowVariable] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/create.c:372:12: note: Shadowed declaration 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/create.c:480:13: note: Shadow variable 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/create.c:134:13: style: Parameter 'visual' can be declared as pointer to const. However it seems that 'xpmVisualType' is a callback function, if 'visual' is declared with const you might also need to cast function pointer(s). [constParameterCallback] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/create.c:64:7: note: You might need to cast the function pointer here 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/create.c:134:13: note: Parameter 'visual' can be declared as pointer to const 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/create.c:204:20: style: Parameter 'attributes' can be declared as pointer to const. However it seems that 'CreateColors' is a callback function, if 'attributes' is declared with const you might also need to cast function pointer(s). [constParameterCallback] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/create.c:71:7: note: You might need to cast the function pointer here 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/create.c:204:20: note: Parameter 'attributes' can be declared as pointer to const 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/create.c:226:11: style: Variable 's' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/create.c:630:22: style: Parameter 'img' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/create.c:660:22: style: Parameter 'img' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/create.c:752:12: style: Parameter 'pixels' can be declared as pointer to const. However it seems that 'SetImagePixels' is a callback function, if 'pixels' is declared with const you might also need to cast function pointer(s). [constParameterCallback] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/create.c:80:7: note: You might need to cast the function pointer here 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/create.c:752:12: note: Parameter 'pixels' can be declared as pointer to const 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/create.c:754:20: style: Variable 'src' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/create.c:830:12: style: Parameter 'pixels' can be declared as pointer to const. However it seems that 'SetImagePixels32' is a callback function, if 'pixels' is declared with const you might also need to cast function pointer(s). [constParameterCallback] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/create.c:84:7: note: You might need to cast the function pointer here 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/create.c:830:12: note: Parameter 'pixels' can be declared as pointer to const 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/create.c:882:12: style: Parameter 'pixels' can be declared as pointer to const. However it seems that 'SetImagePixels16' is a callback function, if 'pixels' is declared with const you might also need to cast function pointer(s). [constParameterCallback] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/create.c:88:7: note: You might need to cast the function pointer here 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/create.c:882:12: note: Parameter 'pixels' can be declared as pointer to const 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/create.c:918:12: style: Parameter 'pixels' can be declared as pointer to const. However it seems that 'SetImagePixels8' is a callback function, if 'pixels' is declared with const you might also need to cast function pointer(s). [constParameterCallback] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/create.c:92:7: note: You might need to cast the function pointer here 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/create.c:918:12: note: Parameter 'pixels' can be declared as pointer to const 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/types.c:80:7: style: Parameter 'name' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/types.c:123:7: style: Parameter 'name' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/uimxMF.c:67:1: error: There is an unknown macro here somewhere. Configuration is required. If M_FILE_VERSION is a macro then please configure it. [unknownMacro] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/unit.c:93:13: style: Unused variable: xInt [unusedVariable] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/unit.c:93:19: style: Unused variable: yInt [unusedVariable] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/unit.c:133:13: style: Unused variable: wInt [unusedVariable] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/unit.c:133:19: style: Unused variable: hInt [unusedVariable] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/user-misc.c:109:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UxUT_string [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/parse.c:418:20: style: Variable 's' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/uimx.c:163:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NO_ERROR [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/uimx.c:263:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable overrideShellWidgetClass [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/uimx.c:422:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERROR [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/uimx.c:476:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NO_ERROR [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/uimx.c:591:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable shellWidgetClass [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/uimx.c:653:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable shellWidgetClass [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/uimx.c:693:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable widgetClass [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/uimx.c:718:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable shellWidgetClass [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/uimx.c:758:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XtGrabNone [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/uimx.c:783:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable shellWidgetClass [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/uimx.c:807:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable shellWidgetClass [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/uimx.c:834:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XtIMTimer [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/uimx.c:946:4: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XtNx [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/uimx.c:1069:60: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DEF_SHELL [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/uimx.c:1107:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable shellWidgetClass [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/uimx.c:1154:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XtNtranslations [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/uimx.c:1188:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GXxor [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/uimx.c:1220:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable widgetClass [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/uimx.c:1377:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable widgetClass [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/uimx.c:1449:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable shellWidgetClass [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/uimx.c:1605:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Name [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/ux_error.c:80:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/ux_error.c:107:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/ux_error.c:69:29: style: Parameter 'file_name' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/utype.c:166:1: error: There is an unknown macro here somewhere. Configuration is required. If M_FILE_VERSION is a macro then please configure it. [unknownMacro] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/uxdd.c:56:1: error: There is an unknown macro here somewhere. Configuration is required. If M_FILE_VERSION is a macro then please configure it. [unknownMacro] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/uxpm.c:79:23: debug: Function::addArguments found argument 'height' with varid 0. [varid0] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/uxpm.c:131:23: debug: Function::addArguments found argument 'height' with varid 0. [varid0] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/uxpm.c:87:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XpmColormap [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/uxpm.c:143:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable BitmapSuccess [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/uxpm.c:222:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERROR [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/uimx.c:289:1: error: Found an exit path from function with non-void return type that has missing return statement [missingReturn] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/sp_pty.c:591:7: style: Parameter 'msg1' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/sp_pty.c:592:7: style: Parameter 'msg2' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/sp_pty.c:630:6: style: Unused variable: i [unusedVariable] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/uimx.c:887:10: style: Parameter 'display' can be declared as pointer to const. However it seems that 'IgnoreErrors' is a callback function, if 'display' is declared with const you might also need to cast function pointer(s). [constParameterCallback] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/uimx.c:935:21: note: You might need to cast the function pointer here 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/uimx.c:887:10: note: Parameter 'display' can be declared as pointer to const 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/uimx.c:888:14: style: Parameter 'event' can be declared as pointer to const. However it seems that 'IgnoreErrors' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). [constParameterCallback] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/uimx.c:935:21: note: You might need to cast the function pointer here 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/uimx.c:888:14: note: Parameter 'event' can be declared as pointer to const 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/uimx.c:1336:12: style: Parameter 'str' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/uimx.c:1511:8: style: Parameter 'str1' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/uimx.c:1511:15: style: Parameter 'str2' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/valloc.c:139:8: style: Redundant initialization for 'rtrn'. The initialized value is overwritten before it is read. [redundantInitialization] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/valloc.c:133:13: note: rtrn is initialized 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/valloc.c:139:8: note: rtrn is overwritten 23FEBpl1.0/gui/XAlice/libsrc/filter.c:32:1: portability: Omitted return type of function 'mean_filter' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/gui/XAlice/libsrc/filter.c:55:1: portability: Omitted return type of function 'median_filter' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/gui/XAlice/libsrc/fit.c:59:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable fpoly [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/uxcreate.c:142:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MONO [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/uxcreate.c:180:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRANSPARENT_COLOR [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/uxcreate.c:235:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XpmSuccess [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/uxcreate.c:388:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XpmVisual [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/uxcreate.c:556:58: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ZPixmap [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/uxcreate.c:866:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MSBFirst [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/uxcreate.c:908:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MSBFirst [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/GraphLib/libsrc/uimxR5/src/uxcreate.c:970:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MSBFirst [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XAlice/libsrc/filter.c:33:8: style: Parameter 'ina' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/gui/XAlice/libsrc/filter.c:56:8: style: Parameter 'ina' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/gui/XAlice/libsrc/gammln.c:37:16: style: Variable 'cof' can be declared as const array [constVariable] 23FEBpl1.0/gui/XAlice/libsrc/Amgauss.c:110:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable gaussNumOfSol [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XAlice/libsrc/Amgauss.c:191:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable specNpix [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XAlice/libsrc/Amgauss.c:246:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable gaussNumOfSol [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XAlice/libsrc/Amgauss.c:281:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAXVALUES [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XAlice/libsrc/Amgauss.c:336:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PLOTAPP [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XAlice/libsrc/Amgauss.c:376:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PLOTAPP [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XAlice/libsrc/Amgauss.c:422:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable fitDegree [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XAlice/libsrc/Amgauss.c:493:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable fitDegree [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XAlice/libsrc/Amgauss.c:516:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable specDx [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XAlice/libsrc/Amgauss.c:554:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable fitMode [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XAlice/libsrc/Amgauss.c:587:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable fitAddFit [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XAlice/libsrc/Amgauss.c:669:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OverX [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XAlice/libsrc/Amgauss.c:701:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable specClip [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XAlice/libsrc/Amgauss.c:781:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NORMALPRINT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XAlice/libsrc/Amgauss.c:810:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable specImageName [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XAlice/libsrc/Amgauss.c:871:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable D_C_FORMAT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XAlice/libsrc/Amgauss.c:937:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable gaussFitValues [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XAlice/libsrc/moment.c:36:7: style: Parameter 'data' can be declared as const array [constParameter] 23FEBpl1.0/gui/XAlice/libsrc/moment.c:51:15: style: Variable 'p' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XAlice/libsrc/ratint.c:35:7: style: Parameter 'xa' can be declared as const array [constParameter] 23FEBpl1.0/gui/XAlice/libsrc/ratint.c:35:12: style: Parameter 'ya' can be declared as const array [constParameter] 23FEBpl1.0/gui/XAlice/libsrc/spectrum.c:37:8: style: Parameter 'ina' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/gui/XAlice/libsrc/spectrum.c:63:8: style: Parameter 'ina' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/gui/XAlice/libsrc/splint.c:129:9: style: Variable 'khi' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/gui/XAlice/libsrc/splint.c:118:9: note: khi is assigned 23FEBpl1.0/gui/XAlice/libsrc/splint.c:129:9: note: khi is overwritten 23FEBpl1.0/gui/XAlice/libsrc/splint.c:55:8: style: Parameter 'X' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/gui/XAlice/libsrc/splint.c:56:8: style: Parameter 'Y' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/gui/XAlice/libsrc/splint.c:105:8: style: Parameter 'x' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/gui/XAlice/libsrc/splint.c:107:8: style: Parameter 'y2' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/gui/XAlice/libsrc/Amgauss.c:122:41: style:inconclusive: Boolean expression 'specX[i]0' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] 23FEBpl1.0/gui/XAlice/src/AliceShell.c:1334:26: style:inconclusive: Boolean expression 'aux<=specDim' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] 23FEBpl1.0/gui/XAlice/src/alice.c:75:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable swidget [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XAlice/src/AliceShell.c:332:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XAlice/src/AliceShell.c:389:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XAlice/src/AliceShell.c:406:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XAlice/src/AliceShell.c:424:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XAlice/src/AliceShell.c:483:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XAlice/src/AliceShell.c:510:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XAlice/src/AliceShell.c:528:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XAlice/src/AliceShell.c:546:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XAlice/src/AliceShell.c:566:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XAlice/src/AliceShell.c:586:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XAlice/src/AliceShell.c:615:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XAlice/src/AliceShell.c:640:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XAlice/src/AliceShell.c:665:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XAlice/src/AliceShell.c:693:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XAlice/src/AliceShell.c:719:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XAlice/src/AliceShell.c:747:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XAlice/src/AliceShell.c:773:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XAlice/src/AliceShell.c:807:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XAlice/src/AliceShell.c:841:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XAlice/src/AliceShell.c:864:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XAlice/src/AliceShell.c:893:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XAlice/src/AliceShell.c:913:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XAlice/src/AliceShell.c:939:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XAlice/src/AliceShell.c:966:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XAlice/src/AliceShell.c:1003:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XAlice/src/AliceShell.c:1020:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XAlice/src/AliceShell.c:1037:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XAlice/src/AliceShell.c:1052:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XAlice/src/AliceShell.c:1067:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XAlice/src/AliceShell.c:1086:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XAlice/src/AliceShell.c:1105:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XAlice/src/AliceShell.c:1127:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XAlice/src/AliceShell.c:1149:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XAlice/src/AliceShell.c:1166:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XAlice/src/AliceShell.c:1184:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XAlice/src/AliceShell.c:1202:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XAlice/src/AliceShell.c:1220:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XAlice/src/AliceShell.c:1239:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XAlice/src/AliceShell.c:1281:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XAlice/src/AliceShell.c:1299:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XAlice/src/AliceShell.c:1318:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XAlice/src/AliceShell.c:1358:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XAlice/src/AliceShell.c:1389:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XAlice/src/AliceShell.c:1420:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XAlice/src/AliceShell.c:1438:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XAlice/src/AliceShell.c:1455:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XAlice/src/AliceShell.c:1485:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XAlice/src/AliceShell.c:1510:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XAlice/src/AliceShell.c:1533:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XAlice/src/AliceShell.c:1550:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XAlice/src/AliceShell.c:1570:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XAlice/src/AliceShell.c:1590:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XAlice/src/AliceShell.c:1607:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XAlice/src/AliceShell.c:1627:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XAlice/src/AliceShell.c:1644:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XAlice/src/AliceShell.c:1664:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XAlice/src/AliceShell.c:1682:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XAlice/src/AliceShell.c:1699:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XAlice/src/AliceShell.c:1730:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XAlice/src/AliceShell.c:1755:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XAlice/src/AliceShell.c:1778:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XAlice/src/AliceShell.c:1800:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XAlice/src/AliceShell.c:1826:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XAlice/src/AliceShell.c:1846:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XAlice/src/AliceShell.c:1866:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XAlice/src/AliceShell.c:1887:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XAlice/src/AliceShell.c:1907:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XAlice/src/AliceShell.c:1924:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XAlice/src/AliceShell.c:1941:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XAlice/src/AliceShell.c:1962:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XAlice/src/AliceShell.c:1983:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XAlice/src/AliceShell.c:2003:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XAlice/src/AliceShell.c:2023:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XAlice/src/AliceShell.c:3396:27: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XAlice/src/AliceShell.c:337:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XAlice/src/AliceShell.c:394:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XAlice/src/AliceShell.c:411:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XAlice/src/AliceShell.c:429:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XAlice/src/AliceShell.c:488:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XAlice/src/AliceShell.c:515:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XAlice/src/GaussShell.c:294:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XAlice/src/AliceShell.c:533:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XAlice/src/GaussShell.c:311:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XAlice/src/AliceShell.c:551:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XAlice/src/GaussShell.c:327:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XAlice/src/AliceShell.c:571:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XAlice/src/GaussShell.c:429:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XAlice/src/AliceShell.c:591:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XAlice/src/GaussShell.c:447:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XAlice/src/AliceShell.c:620:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XAlice/src/GaussShell.c:465:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XAlice/src/AliceShell.c:645:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XAlice/src/GaussShell.c:489:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XAlice/src/AliceShell.c:670:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XAlice/src/GaussShell.c:509:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XAlice/src/AliceShell.c:698:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XAlice/src/GaussShell.c:529:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XAlice/src/AliceShell.c:724:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XAlice/src/GaussShell.c:550:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XAlice/src/AliceShell.c:752:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XAlice/src/GaussShell.c:569:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XAlice/src/AliceShell.c:778:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XAlice/src/GaussShell.c:594:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XAlice/src/AliceShell.c:812:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XAlice/src/GaussShell.c:616:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XAlice/src/AliceShell.c:846:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XAlice/src/GaussShell.c:639:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XAlice/src/AliceShell.c:869:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XAlice/src/GaussShell.c:657:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XAlice/src/AliceShell.c:898:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XAlice/src/GaussShell.c:674:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XAlice/src/AliceShell.c:918:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XAlice/src/GaussShell.c:691:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XAlice/src/AliceShell.c:944:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XAlice/src/GaussShell.c:709:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XAlice/src/AliceShell.c:971:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XAlice/src/GaussShell.c:726:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XAlice/src/AliceShell.c:1008:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XAlice/src/GaussShell.c:748:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XAlice/src/AliceShell.c:1025:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XAlice/src/GaussShell.c:766:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XAlice/src/AliceShell.c:1042:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XAlice/src/GaussShell.c:787:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XAlice/src/AliceShell.c:1057:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XAlice/src/GaussShell.c:804:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XAlice/src/AliceShell.c:1072:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XAlice/src/GaussShell.c:822:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XAlice/src/GaussShell.c:843:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XAlice/src/GaussShell.c:860:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XAlice/src/GaussShell.c:878:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XAlice/src/GaussShell.c:899:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XAlice/src/GaussShell.c:916:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XAlice/src/GaussShell.c:934:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XAlice/src/GaussShell.c:955:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XAlice/src/GaussShell.c:972:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XAlice/src/GaussShell.c:990:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XAlice/src/GaussShell.c:1011:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XAlice/src/GaussShell.c:1028:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XAlice/src/GaussShell.c:1046:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XAlice/src/GaussShell.c:1067:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XAlice/src/AliceShell.c:1091:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XAlice/src/GaussShell.c:1084:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XAlice/src/GaussShell.c:1102:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XAlice/src/GaussShell.c:1123:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XAlice/src/GaussShell.c:1140:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XAlice/src/GaussShell.c:1158:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XAlice/src/GaussShell.c:1179:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XAlice/src/GaussShell.c:1196:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XAlice/src/GaussShell.c:1214:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XAlice/src/GaussShell.c:1235:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XAlice/src/GaussShell.c:1252:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XAlice/src/GaussShell.c:1269:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XAlice/src/GaussShell.c:1287:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XAlice/src/GaussShell.c:1304:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XAlice/src/GaussShell.c:1322:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XAlice/src/GaussShell.c:1339:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XAlice/src/GaussShell.c:1357:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XAlice/src/AliceShell.c:1110:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XAlice/src/GaussShell.c:1374:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XAlice/src/GaussShell.c:1392:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XAlice/src/GaussShell.c:1409:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XAlice/src/GaussShell.c:1427:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XAlice/src/GaussShell.c:1444:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XAlice/src/GaussShell.c:1462:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XAlice/src/GaussShell.c:1479:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XAlice/src/GaussShell.c:1497:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XAlice/src/GaussShell.c:1514:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XAlice/src/GaussShell.c:1532:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XAlice/src/GaussShell.c:1549:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XAlice/src/GaussShell.c:1567:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XAlice/src/GaussShell.c:1588:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XAlice/src/GaussShell.c:1609:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XAlice/src/GaussShell.c:1627:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XAlice/src/GaussShell.c:1644:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XAlice/src/GaussShell.c:1665:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XAlice/src/AliceShell.c:1132:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XAlice/src/GaussShell.c:1683:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XAlice/src/GaussShell.c:1700:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XAlice/src/GaussShell.c:1721:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XAlice/src/GaussShell.c:1738:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XAlice/src/GaussShell.c:1756:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XAlice/src/GaussShell.c:1785:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XAlice/src/GaussShell.c:1803:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XAlice/src/GaussShell.c:3488:27: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XAlice/src/AliceShell.c:1154:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XAlice/src/AliceShell.c:1171:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XAlice/src/AliceShell.c:1189:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XAlice/src/AliceShell.c:1207:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XAlice/src/AliceShell.c:1225:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XAlice/src/AliceShell.c:1244:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XAlice/src/AliceShell.c:1286:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XAlice/src/AliceShell.c:1304:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XAlice/src/AliceShell.c:1323:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XAlice/src/AliceShell.c:1363:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XAlice/src/AliceShell.c:1394:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XAlice/src/AliceShell.c:1425:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XAlice/src/AliceShell.c:1443:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XAlice/src/AliceShell.c:1460:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XAlice/src/AliceShell.c:1490:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XAlice/src/AliceShell.c:1515:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XAlice/src/AliceShell.c:1538:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XAlice/src/AliceShell.c:1555:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XAlice/src/AliceShell.c:1575:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XAlice/src/AliceShell.c:1595:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XAlice/src/AliceShell.c:1612:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XAlice/src/AliceShell.c:1632:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XAlice/src/AliceShell.c:1649:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XAlice/src/AliceShell.c:1669:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XAlice/src/AliceShell.c:1687:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XAlice/src/AliceShell.c:1704:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XAlice/src/AliceShell.c:1735:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XAlice/src/AliceShell.c:1760:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XAlice/src/AliceShell.c:1783:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XAlice/src/AliceShell.c:1805:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XAlice/src/AliceShell.c:1831:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XAlice/src/AliceShell.c:1851:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XAlice/src/AliceShell.c:1871:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XAlice/src/AliceShell.c:1892:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XAlice/src/AliceShell.c:1912:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XAlice/src/AliceShell.c:1929:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XAlice/src/AliceShell.c:1946:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XAlice/src/AliceShell.c:1967:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XAlice/src/AliceShell.c:1988:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XAlice/src/AliceShell.c:2008:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XAlice/src/GaussShell.c:299:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XAlice/src/AliceShell.c:2028:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XAlice/src/GaussShell.c:316:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XAlice/src/GaussShell.c:332:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XAlice/src/GaussShell.c:434:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XAlice/src/GaussShell.c:452:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XAlice/src/GaussShell.c:470:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XAlice/src/GaussShell.c:494:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XAlice/src/GaussShell.c:514:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XAlice/src/GaussShell.c:534:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XAlice/src/GaussShell.c:555:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XAlice/src/GaussShell.c:574:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XAlice/src/GaussShell.c:599:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XAlice/src/GaussShell.c:621:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XAlice/src/GaussShell.c:644:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XAlice/src/GaussShell.c:662:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XAlice/src/AliceShell.c:3398:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XAlice/src/GaussShell.c:679:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XAlice/src/GaussShell.c:696:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XAlice/src/GaussShell.c:714:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XAlice/src/GaussShell.c:731:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XAlice/src/GaussShell.c:753:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XAlice/src/GaussShell.c:771:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XAlice/src/GaussShell.c:792:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XAlice/src/GaussShell.c:809:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XAlice/src/GaussShell.c:827:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XAlice/src/GaussShell.c:848:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XAlice/src/GaussShell.c:865:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XAlice/src/GaussShell.c:883:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XAlice/src/GaussShell.c:904:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XAlice/src/GaussShell.c:921:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XAlice/src/GaussShell.c:939:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XAlice/src/GaussShell.c:960:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XAlice/src/GaussShell.c:977:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XAlice/src/GaussShell.c:995:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XAlice/src/GaussShell.c:1016:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XAlice/src/GaussShell.c:1033:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XAlice/src/GaussShell.c:1051:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XAlice/src/GaussShell.c:1072:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XAlice/src/GaussShell.c:1089:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XAlice/src/GaussShell.c:1107:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XAlice/src/GaussShell.c:1128:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XAlice/src/GaussShell.c:1145:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XAlice/src/GaussShell.c:1163:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XAlice/src/GaussShell.c:1184:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XAlice/src/GaussShell.c:1201:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XAlice/src/GaussShell.c:1219:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XAlice/src/GaussShell.c:1240:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XAlice/src/GaussShell.c:1257:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XAlice/src/GaussShell.c:1274:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XAlice/src/GaussShell.c:1292:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XAlice/src/GaussShell.c:1309:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XAlice/src/GaussShell.c:1327:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XAlice/src/GaussShell.c:1344:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XAlice/src/GaussShell.c:1362:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XAlice/src/GaussShell.c:1379:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XAlice/src/GaussShell.c:1397:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XAlice/src/GaussShell.c:1414:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XAlice/src/GaussShell.c:1432:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XAlice/src/GaussShell.c:1449:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XAlice/src/GaussShell.c:1467:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XAlice/src/GaussShell.c:1484:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XAlice/src/GaussShell.c:1502:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XAlice/src/GaussShell.c:1519:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XAlice/src/GaussShell.c:1537:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XAlice/src/GaussShell.c:1554:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XAlice/src/GaussShell.c:1572:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XAlice/src/GaussShell.c:1593:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XAlice/src/GaussShell.c:1614:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XAlice/src/GaussShell.c:1632:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XAlice/src/GaussShell.c:1649:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XAlice/src/GaussShell.c:1670:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XAlice/src/GaussShell.c:1688:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XAlice/src/GaussShell.c:1705:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XAlice/src/GaussShell.c:1726:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XAlice/src/GaussShell.c:1743:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XAlice/src/GaussShell.c:1761:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XAlice/src/GaussShell.c:1790:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XAlice/src/GaussShell.c:1808:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XAlice/src/GaussShell.c:3490:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XAlice/src/misc.c:78:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable no_grab [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XAlice/src/misc.c:87:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAXLINE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XAlice/src/aliceagl.c:73:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable specStepWin [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XAlice/src/aliceagl.c:124:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable key [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XAlice/src/aliceagl.c:371:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable unit [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XAlice/src/aliceagl.c:508:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable specXcen [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XAlice/src/aliceagl.c:520:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable specLastName [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XAlice/src/aliceagl.c:580:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAXVALUES [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XAlice/src/aliceagl.c:644:65: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable specImno [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XAlice/src/aliceagl.c:667:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAXVALUES [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XAlice/src/aliceagl.c:731:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable specClip [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XAlice/src/misc.c:84:7: style: Parameter 'key' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/gui/XAlice/src/misc.c:77:11: error: Uninitialized variable: s[0] [legacyUninitvar] 23FEBpl1.0/gui/XAlice/src/aliceagl.c:418:11: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf] 23FEBpl1.0/gui/XAlice/src/aliceagl.c:705:11: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf] 23FEBpl1.0/gui/XAlice/src/aliceagl.c:602:23: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/gui/XAlice/src/aliceagl.c:608:25: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/gui/XAlice/src/aliceagl.c:683:36: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/gui/XAlice/src/aliceagl.c:460:19: style: Parameter 'text' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/gui/XAlice/src/aliceagl.c:691:19: style: Parameter 'filename' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/gui/XAlice/src/sh_list1.c:151:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XmSTRING_DEFAULT_CHARSET [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XAlice/src/sh_list1.c:185:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TextFont [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XAlice/src/sh_list1.c:249:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NO_PARENT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XAlice/src/sh_list1.c:98:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XAlice/src/sh_list1.c:117:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XAlice/src/sh_list1.c:137:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XAlice/src/sh_list1.c:297:27: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XAlice/src/sh_list1.c:103:32: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XAlice/src/sh_list1.c:122:32: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XAlice/src/sh_list1.c:299:32: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XBatch/src/ApplicWindow.c:305:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LIST_INPUTF [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XBatch/src/ApplicWindow.c:340:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LIST_REDSESS [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XBatch/src/ApplicWindow.c:362:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable C_REDSAVE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XBatch/src/ApplicWindow.c:389:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DIALOG_REDSESS [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XBatch/src/ApplicWindow.c:443:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable K_BIASOPT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XBatch/src/ApplicWindow.c:466:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable K_DARKOPT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XBatch/src/ApplicWindow.c:489:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable K_FLATOPT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XBatch/src/ApplicWindow.c:512:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable K_REBOPT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XBatch/src/ApplicWindow.c:535:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable K_REDRBMTD [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XBatch/src/ApplicWindow.c:556:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable K_REDRBMTD [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XBatch/src/ApplicWindow.c:577:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable K_REDRBMTD [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XBatch/src/ApplicWindow.c:598:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable K_RESPOPT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XBatch/src/ApplicWindow.c:621:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable K_EXTOPT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XBatch/src/ApplicWindow.c:644:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable K_ROTOPT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XBatch/src/ApplicWindow.c:667:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable K_TRIMOPT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XBatch/src/ApplicWindow.c:696:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable K_INPUTF [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XBatch/src/ApplicWindow.c:732:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable K_INPNUMB [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XBatch/src/ApplicWindow.c:762:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable K_BIAS [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XBatch/src/ApplicWindow.c:791:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable K_DARK [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XBatch/src/ApplicWindow.c:820:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable K_FLAT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XBatch/src/ApplicWindow.c:851:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable K_TRIM4 [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XBatch/src/ApplicWindow.c:880:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable K_LONGSESS [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XBatch/src/ApplicWindow.c:909:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable K_REDEXTAB [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XBatch/src/ApplicWindow.c:938:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable K_REDRESP [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XBatch/src/ApplicWindow.c:969:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable K_ROTSTART [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XBatch/src/ApplicWindow.c:998:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable K_OUTPUTF [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XBatch/src/ApplicWindow.c:1029:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable K_OUTNUMB [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XBatch/src/ApplicWindow.c:1060:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable K_TRIM1 [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XBatch/src/ApplicWindow.c:1091:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable K_TRIM2 [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XBatch/src/ApplicWindow.c:1122:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable K_TRIM3 [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XBatch/src/ApplicWindow.c:1152:58: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable exclusive_grab [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XBatch/src/ApplicWindow.c:1187:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XBatch/src/ApplicWindow.c:1221:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable K_ROTSTEP [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XBatch/src/ApplicWindow.c:1248:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WindowBackground [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XBatch/src/ApplicWindow.c:1818:59: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NO_PARENT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XBatch/src/ApplicWindow.c:2115:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable swidget [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XBatch/src/ApplicWindow.c:2143:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable action_ClearHelp [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XBatch/src/ApplicWindow.c:233:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XBatch/src/ApplicWindow.c:252:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XBatch/src/ApplicWindow.c:271:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XBatch/src/ApplicWindow.c:290:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XBatch/src/ApplicWindow.c:330:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XBatch/src/ApplicWindow.c:349:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XBatch/src/ApplicWindow.c:372:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XBatch/src/ApplicWindow.c:399:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XBatch/src/ApplicWindow.c:417:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XBatch/src/ApplicWindow.c:432:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XBatch/src/ApplicWindow.c:455:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XBatch/src/ApplicWindow.c:478:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XBatch/src/ApplicWindow.c:501:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XBatch/src/ApplicWindow.c:524:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XBatch/src/ApplicWindow.c:545:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XBatch/src/ApplicWindow.c:566:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XBatch/src/ApplicWindow.c:587:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XBatch/src/ApplicWindow.c:610:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XBatch/src/ApplicWindow.c:633:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XBatch/src/ApplicWindow.c:656:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XBatch/src/ApplicWindow.c:679:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XBatch/src/ApplicWindow.c:708:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XBatch/src/ApplicWindow.c:745:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XBatch/src/ApplicWindow.c:774:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XBatch/src/ApplicWindow.c:803:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XBatch/src/ApplicWindow.c:832:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XBatch/src/ApplicWindow.c:863:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XBatch/src/ApplicWindow.c:892:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XBatch/src/ApplicWindow.c:921:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XBatch/src/ApplicWindow.c:950:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XBatch/src/ApplicWindow.c:981:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XBatch/src/ApplicWindow.c:1010:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XBatch/src/ApplicWindow.c:1041:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XBatch/src/ApplicWindow.c:1072:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XBatch/src/ApplicWindow.c:1103:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XBatch/src/ApplicWindow.c:1134:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XBatch/src/ApplicWindow.c:1170:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XBatch/src/ApplicWindow.c:1202:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XBatch/src/ApplicWindow.c:2109:27: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XBatch/src/ApplicWindow.c:238:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XBatch/src/ApplicWindow.c:257:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XBatch/src/ApplicWindow.c:276:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XBatch/src/ApplicWindow.c:295:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XBatch/src/ApplicWindow.c:335:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XBatch/src/ApplicWindow.c:354:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XBatch/src/ApplicWindow.c:377:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XBatch/src/ApplicWindow.c:404:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XBatch/src/ApplicWindow.c:422:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XBatch/src/ApplicWindow.c:437:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XBatch/src/ApplicWindow.c:460:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XBatch/src/ApplicWindow.c:483:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XBatch/src/ApplicWindow.c:506:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XBatch/src/ApplicWindow.c:529:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XBatch/src/ApplicWindow.c:550:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XBatch/src/ApplicWindow.c:571:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XBatch/src/ApplicWindow.c:592:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XBatch/src/ApplicWindow.c:615:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XBatch/src/ApplicWindow.c:638:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XBatch/src/ApplicWindow.c:661:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XBatch/src/ApplicWindow.c:684:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XBatch/src/ApplicWindow.c:713:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XBatch/src/ApplicWindow.c:750:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XBatch/src/ApplicWindow.c:779:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XBatch/src/ApplicWindow.c:808:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XBatch/src/ApplicWindow.c:837:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XBatch/src/ApplicWindow.c:868:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XBatch/src/ApplicWindow.c:897:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XBatch/src/ApplicWindow.c:926:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XBatch/src/ApplicWindow.c:955:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XBatch/src/ApplicWindow.c:986:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XBatch/src/ApplicWindow.c:1015:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XBatch/src/ApplicWindow.c:1046:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XBatch/src/ApplicWindow.c:1077:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XBatch/src/ApplicWindow.c:1108:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XBatch/src/ApplicWindow.c:1139:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XBatch/src/ApplicWindow.c:1175:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XBatch/src/ApplicWindow.c:1207:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XBatch/src/ApplicWindow.c:2111:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XBatch/src/HelpShell.c:125:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ButtonBackground [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XBatch/src/HelpShell.c:203:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NO_PARENT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XBatch/src/HelpShell.c:99:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XBatch/src/HelpShell.c:248:27: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XBatch/src/HelpShell.c:104:33: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XBatch/src/HelpShell.c:250:33: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XAlice/src/procedures.c:296:20: style:inconclusive: Boolean expression 'i<9' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] 23FEBpl1.0/gui/XAlice/src/procedures.c:353:20: style:inconclusive: Boolean expression 'i<9' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] 23FEBpl1.0/gui/XAlice/src/procedures.c:402:20: style:inconclusive: Boolean expression 'i<9' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] 23FEBpl1.0/gui/XAlice/src/procedures.c:425:20: style:inconclusive: Boolean expression 'i<9' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] 23FEBpl1.0/gui/XAlice/src/procedures.c:599:21: style:inconclusive: Boolean expression 'i<9' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] 23FEBpl1.0/gui/XAlice/src/procedures.c:649:20: style:inconclusive: Boolean expression 'i<9' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] 23FEBpl1.0/gui/XAlice/src/procedures.c:737:16: style:inconclusive: Boolean expression 'i<9' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] 23FEBpl1.0/gui/XAlice/src/procedures.c:750:20: style:inconclusive: Boolean expression 'i<9' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] 23FEBpl1.0/gui/XAlice/src/procedures.c:750:43: style:inconclusive: Boolean expression '!specAbortCursor' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] 23FEBpl1.0/gui/XBatch/src/XBatchred.c:104:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable swidget [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XAlice/src/procedures.c:302:10: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf] 23FEBpl1.0/gui/XAlice/src/procedures.c:487:5: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf] 23FEBpl1.0/gui/XAlice/src/procedures.c:498:7: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf] 23FEBpl1.0/gui/XAlice/src/procedures.c:753:9: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf] 23FEBpl1.0/gui/XAlice/src/procedures.c:955:2: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf] 23FEBpl1.0/gui/XAlice/src/procedures.c:962:2: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf] 23FEBpl1.0/gui/XAlice/src/procedures.c:969:2: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf] 23FEBpl1.0/gui/XAlice/src/procedures.c:976:2: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf] 23FEBpl1.0/gui/XBatch/src/airmass.c:61:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAXLINE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XBatch/src/airmass.c:121:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAXLINE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XBatch/src/airmass.c:149:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAXLINE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XBatch/src/airmass.c:186:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAXLINE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XBatch/src/airmass.c:222:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XBatch/src/airmass.c:242:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable D_R4_FORMAT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XAlice/src/procedures.c:225:8: style: Parameter 's' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/gui/XAlice/src/procedures.c:441:7: style: Parameter 'name' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/gui/XAlice/src/procedures.c:848:8: style: Parameter 'error' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/gui/XAlice/src/procedures.c:447:25: error: Undefined behavior: Variable 'text' is used as parameter and destination in sprintf(). [sprintfOverlappingData] 23FEBpl1.0/gui/XAlice/src/procedures.c:408:8: style: Variable 'ndata' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XAlice/src/procedures.c:1129:4: style: Variable 'gc' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XBatch/src/airmass.c:131:9: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf] 23FEBpl1.0/gui/XBatch/src/airmass.c:132:9: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf] 23FEBpl1.0/gui/XBatch/src/airmass.c:99:39: error: Undefined behavior: Variable 'image_list' is used as parameter and destination in sprintf(). [sprintfOverlappingData] 23FEBpl1.0/gui/XBatch/src/airmass.c:101:44: error: Undefined behavior: Variable 'airmass_list' is used as parameter and destination in sprintf(). [sprintfOverlappingData] 23FEBpl1.0/gui/XBatch/src/airmass.c:103:42: error: Undefined behavior: Variable 'airmass_list' is used as parameter and destination in sprintf(). [sprintfOverlappingData] 23FEBpl1.0/gui/XBatch/src/cb_list.c:63:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ListType [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XBatch/src/cb_list.c:116:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ListType [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XBatch/src/cb_list.c:175:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Redsess [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XBatch/src/batchform.c:66:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Redsess [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XBatch/src/batchform.c:77:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Inputf [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XBatch/src/batchform.c:108:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable F_I_MODE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XBatch/src/batchform.c:139:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAXLINE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XBatch/src/batchform.c:185:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAXLINE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XBatch/src/batchform.c:182:7: style: Parameter 'text' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/gui/XBatch/src/batchform.c:183:7: style: Parameter 'keyword_cmd' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/gui/XBatch/src/execute.c:59:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAXLINE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XBatch/src/execute.c:87:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAXLINE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XBatch/src/file_dialog.c:184:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WindowBackground [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XBatch/src/file_dialog.c:257:57: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NO_PARENT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XBatch/src/file_dialog.c:104:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XBatch/src/file_dialog.c:121:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XBatch/src/file_dialog.c:138:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XBatch/src/file_dialog.c:155:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XBatch/src/file_dialog.c:313:27: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XBatch/src/file_dialog.c:109:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XBatch/src/file_dialog.c:126:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XBatch/src/file_dialog.c:143:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XBatch/src/file_dialog.c:160:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XBatch/src/file_dialog.c:315:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XBatch/src/file_list.c:148:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XmSTRING_DEFAULT_CHARSET [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XBatch/src/file_list.c:168:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WindowBackground [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XBatch/src/file_list.c:225:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NO_PARENT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XBatch/src/file_list.c:98:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XBatch/src/file_list.c:117:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XBatch/src/file_list.c:136:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XBatch/src/file_list.c:278:27: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XBatch/src/file_list.c:103:33: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XBatch/src/file_list.c:122:33: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XBatch/src/file_list.c:141:33: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XBatch/src/file_list.c:280:33: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XBatch/src/misc.c:116:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable no_grab [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XBatch/src/misc.c:125:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAXLINE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XBatch/src/sh_airmass.c:165:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WindowBackground [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XBatch/src/sh_airmass.c:251:56: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NO_PARENT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XBatch/src/execute.c:105:14: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] 23FEBpl1.0/gui/XBatch/src/execute.c:112:21: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] 23FEBpl1.0/gui/XBatch/src/execute.c:105:6: error: Memory leak: token [memleak] 23FEBpl1.0/gui/XBatch/src/execute.c:85:11: style: Variable 'delim' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XBatch/src/execute.c:86:11: style: Variable 'token' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XBatch/src/execute.c:94:11: style: Variable 'token' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XBatch/src/sh_airmass.c:118:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XBatch/src/sh_airmass.c:140:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XBatch/src/sh_airmass.c:302:27: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XBatch/src/sh_airmass.c:123:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XBatch/src/sh_airmass.c:145:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XBatch/src/sh_airmass.c:304:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XBatch/src/misc.c:122:7: style: Parameter 'key' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/gui/XDisplay/src/Helpwindow.c:153:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TextBackground [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XDisplay/src/Helpwindow.c:212:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NO_PARENT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XDisplay/src/Template.c:95:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/gui/XDisplay/src/Template.c:121:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable swidget [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XDisplay/src/Template.c:115:20: style: Variable 'fsmode' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDisplay/src/Template.c:115:32: style: Variable 'vbmode' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDisplay/src/Helpwindow.c:102:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDisplay/src/Helpwindow.c:122:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDisplay/src/Helpwindow.c:272:27: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDisplay/src/Helpwindow.c:107:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDisplay/src/Helpwindow.c:127:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDisplay/src/Helpwindow.c:274:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDisplay/src/file_list.c:163:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XmSTRING_DEFAULT_CHARSET [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XDisplay/src/file_list.c:191:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TextBackground [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XDisplay/src/file_list.c:258:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NO_PARENT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XDisplay/src/myaux.c:109:1: portability: Omitted return type of function 'applycom' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/gui/XDisplay/src/myaux.c:714:1: portability: Omitted return type of function 'utila' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/gui/XDisplay/src/myaux.c:904:1: portability: Omitted return type of function 'XD_Help' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/gui/XDisplay/src/file_list.c:102:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDisplay/src/file_list.c:121:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDisplay/src/file_list.c:140:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDisplay/src/file_list.c:155:17: style: Variable 'ev' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDisplay/src/file_list.c:324:27: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDisplay/src/file_list.c:107:33: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDisplay/src/file_list.c:126:33: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDisplay/src/file_list.c:145:33: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDisplay/src/file_list.c:152:7: style: Unused variable: cbuf [unusedVariable] 23FEBpl1.0/gui/XDisplay/src/file_list.c:326:33: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDo/src/ApplicWindow.c:247:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TBL_LABLEN [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XDo/src/ApplicWindow.c:471:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable no_grab [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XDo/src/ApplicWindow.c:489:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable no_grab [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XDo/src/ApplicWindow.c:644:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XmCR_EXTENDED_SELECT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XDo/src/ApplicWindow.c:679:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable no_grab [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XDo/src/ApplicWindow.c:723:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable no_grab [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XDo/src/ApplicWindow.c:748:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TBL_LABLEN [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XDo/src/ApplicWindow.c:855:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XmNnumColumns [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XDo/src/ApplicWindow.c:897:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WindowBackground [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XDo/src/ApplicWindow.c:1237:59: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NO_PARENT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XDo/src/ApplicWindow.c:1580:53: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XmNverticalScrollBar [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XDo/src/ApplicWindow.c:1636:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable action_HInit [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XDo/src/Associate.c:340:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable no_grab [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XDo/src/Associate.c:385:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XmNnumColumns [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XDo/src/Associate.c:439:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XmNnumColumns [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XDo/src/Associate.c:531:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WindowBackground [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XDo/src/Associate.c:703:53: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NO_PARENT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XDo/src/Associate.c:895:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable action_nothing [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XDisplay/src/myaux.c:48:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UxDisplay [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XDisplay/src/myaux.c:74:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UxDisplay [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XDisplay/src/myaux.c:201:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Widget_managed [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XDisplay/src/myaux.c:736:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Widget_managed [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XDisplay/src/myaux.c:999:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Widget_managed [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XDo/src/Associate.c:132:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDo/src/Associate.c:151:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDo/src/Associate.c:172:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDo/src/Associate.c:191:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDo/src/Associate.c:261:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDo/src/Associate.c:285:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDo/src/Associate.c:323:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDo/src/Associate.c:349:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDo/src/Associate.c:373:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDo/src/Associate.c:402:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDo/src/Associate.c:427:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDo/src/Associate.c:456:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDo/src/Associate.c:481:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDo/src/Associate.c:501:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDo/src/Associate.c:870:27: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDo/src/Associate.c:137:33: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDo/src/Associate.c:156:33: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDo/src/Associate.c:177:33: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDo/src/Associate.c:196:33: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDo/src/Associate.c:266:33: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDo/src/Associate.c:290:33: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDo/src/Associate.c:328:33: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDo/src/Associate.c:354:33: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDo/src/Associate.c:378:33: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDo/src/Associate.c:407:33: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDo/src/Associate.c:432:33: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDo/src/Associate.c:461:33: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDo/src/Associate.c:486:33: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDo/src/Associate.c:506:33: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDo/src/Associate.c:872:33: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDo/src/Association.c:159:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XmNnumColumns [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XDo/src/Association.c:204:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XmNnumColumns [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XDo/src/Association.c:249:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XmNnumColumns [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XDo/src/Association.c:291:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XmNnumColumns [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XDo/src/Association.c:332:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XmNnumColumns [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XDo/src/Association.c:373:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XmNnumColumns [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XDo/src/Association.c:419:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable no_grab [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XDo/src/Association.c:487:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WindowBackground [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XDo/src/Association.c:814:55: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NO_PARENT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XDo/src/ApplicWindow.c:217:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDo/src/ApplicWindow.c:236:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDo/src/ApplicWindow.c:267:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDo/src/ApplicWindow.c:286:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDo/src/ApplicWindow.c:307:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDo/src/ApplicWindow.c:326:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDo/src/ApplicWindow.c:393:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDo/src/ApplicWindow.c:417:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDo/src/ApplicWindow.c:434:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDo/src/ApplicWindow.c:455:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDo/src/ApplicWindow.c:480:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDo/src/ApplicWindow.c:498:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDo/src/ApplicWindow.c:517:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDo/src/ApplicWindow.c:535:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDo/src/ApplicWindow.c:553:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDo/src/ApplicWindow.c:570:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDo/src/ApplicWindow.c:587:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDo/src/ApplicWindow.c:601:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDo/src/ApplicWindow.c:615:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDo/src/ApplicWindow.c:632:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDo/src/ApplicWindow.c:666:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDo/src/ApplicWindow.c:696:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDo/src/ApplicWindow.c:713:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDo/src/ApplicWindow.c:733:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDo/src/ApplicWindow.c:840:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDo/src/ApplicWindow.c:1573:27: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDo/src/ApplicWindow.c:222:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDo/src/ApplicWindow.c:241:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDo/src/ApplicWindow.c:272:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDo/src/ApplicWindow.c:291:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDo/src/ApplicWindow.c:312:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDo/src/ApplicWindow.c:331:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDo/src/ApplicWindow.c:398:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDo/src/ApplicWindow.c:422:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDo/src/ApplicWindow.c:439:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDo/src/ApplicWindow.c:460:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDo/src/ApplicWindow.c:485:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDo/src/ApplicWindow.c:503:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDo/src/ApplicWindow.c:522:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDo/src/ApplicWindow.c:540:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDo/src/ApplicWindow.c:558:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDo/src/ApplicWindow.c:575:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDo/src/ApplicWindow.c:592:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDo/src/ApplicWindow.c:606:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDo/src/ApplicWindow.c:620:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDo/src/ApplicWindow.c:637:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDo/src/ApplicWindow.c:671:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDo/src/ApplicWindow.c:701:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDo/src/ApplicWindow.c:718:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDo/src/ApplicWindow.c:738:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDo/src/ApplicWindow.c:845:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDo/src/ApplicWindow.c:1575:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDo/src/Association.c:144:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDo/src/Association.c:187:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDo/src/Association.c:233:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDo/src/Association.c:277:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDo/src/Association.c:319:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDo/src/Association.c:360:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDo/src/Association.c:401:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDo/src/Association.c:457:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDo/src/Association.c:991:27: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDo/src/Association.c:149:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDo/src/Association.c:192:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDo/src/Association.c:238:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDo/src/Association.c:282:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDo/src/Association.c:324:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDo/src/Association.c:365:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDo/src/Association.c:406:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDo/src/Association.c:446:16: style: Variable 'status' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDo/src/Association.c:462:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDo/src/Association.c:993:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDo/src/Classify.c:359:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable no_grab [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XDo/src/Classify.c:404:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XmNnumColumns [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XDo/src/Classify.c:529:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable no_grab [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XDo/src/Classify.c:562:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WindowBackground [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XDo/src/Classify.c:740:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NO_PARENT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XDo/src/Classify.c:941:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable action_HInit [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XDo/src/ColAttribute.c:88:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TBL_FORLEN [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XDo/src/ColAttribute.c:132:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WindowBackground [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XDo/src/ColAttribute.c:193:57: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NO_PARENT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XDo/src/ColAttribute.c:76:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDo/src/ColAttribute.c:107:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDo/src/ColAttribute.c:240:27: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDo/src/ColAttribute.c:81:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDo/src/ColAttribute.c:112:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDo/src/ColAttribute.c:242:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDo/src/HelpDo.c:91:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WindowBackground [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XDo/src/HelpDo.c:144:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NO_PARENT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XDo/src/HelpDo.c:66:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDo/src/HelpDo.c:199:27: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDo/src/HelpDo.c:71:30: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDo/src/HelpDo.c:201:30: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDo/src/SelectDescrTable.c:66:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XmSTRING_DEFAULT_CHARSET [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XDo/src/SelectDescrTable.c:102:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable BoldTextFont [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XDo/src/SelectDescrTable.c:125:67: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NO_PARENT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XDo/src/SelectDescrTable.c:54:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDo/src/SelectDescrTable.c:77:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDo/src/SelectDescrTable.c:162:27: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDo/src/SelectDescrTable.c:59:40: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDo/src/SelectDescrTable.c:82:40: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDo/src/SelectDescrTable.c:164:40: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDo/src/Classify.c:135:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDo/src/Classify.c:154:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDo/src/Classify.c:173:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDo/src/Classify.c:194:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDo/src/Classify.c:213:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDo/src/Classify.c:283:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDo/src/Classify.c:307:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDo/src/Classify.c:342:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDo/src/Classify.c:368:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDo/src/Classify.c:392:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDo/src/Classify.c:419:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDo/src/Classify.c:443:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDo/src/Classify.c:461:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDo/src/Classify.c:478:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDo/src/Classify.c:498:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDo/src/Classify.c:515:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDo/src/Classify.c:916:27: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDo/src/Classify.c:140:32: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDo/src/Classify.c:159:32: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDo/src/Classify.c:178:32: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDo/src/Classify.c:199:32: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDo/src/Classify.c:218:32: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDo/src/Classify.c:288:32: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDo/src/Classify.c:312:32: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDo/src/Classify.c:347:32: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDo/src/Classify.c:373:32: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDo/src/Classify.c:397:32: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDo/src/Classify.c:424:32: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDo/src/Classify.c:448:32: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDo/src/Classify.c:466:32: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDo/src/Classify.c:483:32: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDo/src/Classify.c:503:32: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDo/src/Classify.c:520:32: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDo/src/Classify.c:918:32: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDo/src/SelectFrame.c:97:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XmDIALOG_TEXT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XDo/src/SelectFrame.c:162:76: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XmDIALOG_FILE_LIST [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XDo/src/SelectFrame.c:184:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ButtonBackground [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XDo/src/SelectFrame.c:208:57: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NO_PARENT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XDo/src/SelectInstrument.c:78:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XmSTRING_DEFAULT_CHARSET [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XDo/src/SelectInstrument.c:142:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable BoldTextFont [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XDo/src/SelectInstrument.c:165:63: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NO_PARENT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XDo/src/SelectFrame.c:93:15: style: Local variable 'filechoice' shadows outer variable [shadowVariable] 23FEBpl1.0/gui/XDo/src/SelectFrame.c:25:7: note: Shadowed declaration 23FEBpl1.0/gui/XDo/src/SelectFrame.c:93:15: note: Shadow variable 23FEBpl1.0/gui/XDo/src/SelectFrame.c:65:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDo/src/SelectFrame.c:83:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDo/src/SelectFrame.c:131:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDo/src/SelectFrame.c:152:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDo/src/SelectFrame.c:251:27: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDo/src/SelectFrame.c:70:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDo/src/SelectFrame.c:88:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDo/src/SelectFrame.c:136:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDo/src/SelectFrame.c:157:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDo/src/SelectFrame.c:253:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDo/src/SelectInstrument.c:63:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDo/src/SelectInstrument.c:102:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDo/src/SelectInstrument.c:116:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDo/src/SelectInstrument.c:205:27: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDo/src/SelectInstrument.c:68:40: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDo/src/SelectInstrument.c:107:40: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDo/src/SelectInstrument.c:121:40: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDo/src/SelectInstrument.c:207:40: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDo/src/Warning.c:123:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WindowBackground [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XDo/src/Warning.c:147:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NO_PARENT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XDo/src/Warning.c:59:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDo/src/Warning.c:78:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDo/src/Warning.c:98:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDo/src/Warning.c:187:27: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDo/src/Warning.c:64:31: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDo/src/Warning.c:83:31: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDo/src/Warning.c:103:31: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDo/src/Warning.c:189:31: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDo/src/XDo.c:96:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable swidget [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XDo/src/XDo.c:209:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable F_I_MODE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XDo/src/alloc.c:74:12: portability:inconclusive: Casting from double * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/gui/XDo/src/alloc.c:76:15: portability:inconclusive: Casting from double * * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/gui/XDo/src/alloc.c:84:15: portability:inconclusive: Casting from double * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/gui/XDo/src/alloc.c:124:12: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/gui/XDo/src/alloc.c:126:15: portability:inconclusive: Casting from float * * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/gui/XDo/src/alloc.c:134:15: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/gui/XDo/src/alloc.c:22:10: style: Variable 'v' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDo/src/alloc.c:60:13: style: Variable 'v' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDo/src/alloc.c:110:12: style: Variable 'v' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDo/src/alloc.c:160:11: style: Variable 'v' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDo/src/XDo.c:200:12: style: Local variable 'tidost' shadows outer variable [shadowVariable] 23FEBpl1.0/gui/XDo/src/XDo.c:49:5: note: Shadowed declaration 23FEBpl1.0/gui/XDo/src/XDo.c:200:12: note: Shadow variable 23FEBpl1.0/gui/XDo/src/XDo.c:200:19: style: Local variable 'tidcomm' shadows outer variable [shadowVariable] 23FEBpl1.0/gui/XDo/src/XDo.c:51:5: note: Shadowed declaration 23FEBpl1.0/gui/XDo/src/XDo.c:200:19: note: Shadow variable 23FEBpl1.0/gui/XDo/src/XDo.c:201:13: style: Local variable 'ostchoice' shadows outer variable [shadowVariable] 23FEBpl1.0/gui/XDo/src/XDo.c:47:6: note: Shadowed declaration 23FEBpl1.0/gui/XDo/src/XDo.c:201:13: note: Shadow variable 23FEBpl1.0/gui/XDo/src/applicationShell1.c:344:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TBL_LABLEN [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XDo/src/applicationShell1.c:407:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable no_grab [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XDo/src/applicationShell1.c:499:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TBL_LABLEN [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XDo/src/applicationShell1.c:592:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WindowBackground [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XDo/src/applicationShell1.c:773:65: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NO_PARENT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XDo/src/applicationShell1.c:983:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable action_nothing [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XDo/src/applic.c:75:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XDo/src/applic.c:102:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XDo/src/applic.c:132:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TBL_FORLEN [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XDo/src/applic.c:220:56: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XmNcolumns [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XDo/src/applic.c:250:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XmSTRING_DEFAULT_CHARSET [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XDo/src/applic.c:293:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XmString [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XDo/src/applic.c:310:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TBL_LABLEN [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XDo/src/applic.c:407:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TBL_LABLEN [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XDo/src/applic.c:467:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable F_IO_MODE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XDo/src/applic.c:535:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TBL_LABLEN [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XDo/src/applic.c:578:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable D_C_FORMAT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XDo/src/applic.c:619:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAXION [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XDo/src/applic.c:643:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TBL_FORLEN [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XDo/src/applic.c:675:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable D_I4_FORMAT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XDo/src/applic.c:696:53: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XmString [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XDo/src/applic.c:721:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TBL_LABLEN [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XDo/src/applic.c:803:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XmNselectedItemCount [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XDo/src/applic.c:827:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable F_I_MODE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XDo/src/applicationShell1.c:359:27: error: Allocation with XmTextGetString, strcpy doesn't release it. [leakNoVarFunctionCall] 23FEBpl1.0/gui/XDo/src/applicationShell1.c:504:27: error: Allocation with XmTextGetString, strcpy doesn't release it. [leakNoVarFunctionCall] 23FEBpl1.0/gui/XDo/src/applicationShell1.c:140:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDo/src/applicationShell1.c:159:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDo/src/applicationShell1.c:180:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDo/src/applicationShell1.c:199:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDo/src/applicationShell1.c:268:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDo/src/applicationShell1.c:292:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDo/src/applicationShell1.c:311:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDo/src/applicationShell1.c:331:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDo/src/applicationShell1.c:391:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDo/src/applicationShell1.c:415:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDo/src/applicationShell1.c:433:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDo/src/applicationShell1.c:451:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDo/src/applicationShell1.c:471:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDo/src/applicationShell1.c:488:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDo/src/applicationShell1.c:524:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDo/src/applicationShell1.c:548:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDo/src/applicationShell1.c:562:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDo/src/applicationShell1.c:958:27: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDo/src/applicationShell1.c:145:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDo/src/applicationShell1.c:164:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDo/src/applicationShell1.c:185:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDo/src/applicationShell1.c:204:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDo/src/applicationShell1.c:273:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDo/src/applicationShell1.c:297:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDo/src/applicationShell1.c:316:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDo/src/applicationShell1.c:336:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDo/src/applicationShell1.c:396:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDo/src/applicationShell1.c:420:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDo/src/applicationShell1.c:438:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDo/src/applicationShell1.c:456:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDo/src/applicationShell1.c:476:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDo/src/applicationShell1.c:493:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDo/src/applicationShell1.c:510:18: style: Variable 'lennew' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDo/src/applicationShell1.c:529:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDo/src/applicationShell1.c:553:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDo/src/applicationShell1.c:567:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDo/src/applicationShell1.c:960:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDo/src/errorDialog1.c:62:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XmNallowShellResize [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XDo/src/errorDialog1.c:80:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TextFont [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XDo/src/errorDialog1.c:105:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NO_PARENT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XDo/src/errorDialog1.c:54:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDo/src/errorDialog1.c:138:27: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDo/src/errorDialog1.c:59:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDo/src/errorDialog1.c:140:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDisplay/src/myaux.c:272:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XDisplay/src/myaux.c:751:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable D_OLD_FORMAT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XDisplay/src/myaux.c:1196:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable no_grab [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:1402:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FSY_DIREND [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:1805:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:1919:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:2069:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:2503:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:2848:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:2894:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:2940:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:2971:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:3271:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:3298:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:3324:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:3350:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:3754:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:4130:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TextFont [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:7106:59: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NO_PARENT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:8854:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable no_grab [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:8873:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable action_ArrowACT5 [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XDo/src/myscroll.c:6:1: warning: printf format string requires 0 parameters but 1 is given. [wrongPrintfScanfArgNum] 23FEBpl1.0/gui/XDo/src/myscroll.c:4:28: style: Parameter 'cbs' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/gui/XDo/src/splib.c:55:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable F_I_MODE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XDo/src/splib.c:87:53: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAXION [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XDo/src/splib.c:95:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XDo/src/splib.c:103:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TBL_LABLEN [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XDo/src/splib.c:93:7: style: Parameter 'msg' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/gui/XDo/src/transientShell1.c:183:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XmSTRING_DEFAULT_CHARSET [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XDo/src/transientShell1.c:207:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ApplicBackground [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XDo/src/transientShell1.c:302:63: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NO_PARENT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XDo/src/transientShell1.c:85:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDo/src/transientShell1.c:99:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDo/src/transientShell1.c:116:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDo/src/transientShell1.c:134:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDo/src/transientShell1.c:155:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDo/src/transientShell1.c:172:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDo/src/transientShell1.c:417:27: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDo/src/transientShell1.c:90:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDo/src/transientShell1.c:104:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDo/src/transientShell1.c:121:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDo/src/transientShell1.c:139:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDo/src/transientShell1.c:160:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDo/src/transientShell1.c:177:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDo/src/transientShell1.c:419:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDo/src/transientShell3.c:338:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable F_IO_MODE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XDo/src/transientShell3.c:393:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable no_grab [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XDo/src/transientShell3.c:422:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XmString [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XDo/src/transientShell3.c:513:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WindowBackground [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XDo/src/transientShell3.c:748:63: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NO_PARENT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XDo/src/transientShell3.c:1000:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable action_HInit [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XDo/src/transientShell3.c:321:2: warning:inconclusive: The buffer 'iframe' may not be null-terminated after the call to strncpy(). [terminateStrncpy] 23FEBpl1.0/gui/XDo/src/transientShell3.c:324:2: warning:inconclusive: The buffer 'dtable' may not be null-terminated after the call to strncpy(). [terminateStrncpy] 23FEBpl1.0/gui/XDo/src/transientShell3.c:131:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDo/src/transientShell3.c:150:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDo/src/transientShell3.c:169:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDo/src/transientShell3.c:240:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDo/src/transientShell3.c:257:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDo/src/transientShell3.c:274:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDo/src/transientShell3.c:291:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDo/src/transientShell3.c:308:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDo/src/transientShell3.c:363:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDo/src/transientShell3.c:383:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDo/src/transientShell3.c:403:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDo/src/transientShell3.c:452:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDo/src/transientShell3.c:474:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDo/src/transientShell3.c:975:27: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDo/src/transientShell3.c:136:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDo/src/transientShell3.c:155:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDo/src/transientShell3.c:174:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDo/src/transientShell3.c:245:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDo/src/transientShell3.c:262:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDo/src/transientShell3.c:279:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDo/src/transientShell3.c:296:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDo/src/transientShell3.c:313:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDo/src/transientShell3.c:368:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDo/src/transientShell3.c:388:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDo/src/transientShell3.c:408:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDo/src/transientShell3.c:457:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDo/src/transientShell3.c:479:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDo/src/transientShell3.c:977:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDo/src/transientShell8.c:94:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XmSTRING_DEFAULT_CHARSET [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XDo/src/transientShell8.c:166:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ApplicBackground [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XDo/src/transientShell8.c:214:63: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NO_PARENT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XDo/src/transientShell8.c:76:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDo/src/transientShell8.c:136:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDo/src/transientShell8.c:275:27: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDo/src/transientShell8.c:81:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDo/src/transientShell8.c:141:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDo/src/transientShell8.c:277:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/libsrc/commands.c:205:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable no_grab [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XEchelle/libsrc/commands.c:351:83: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XEchelle/libsrc/listdir.c:162:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERR_NORMAL [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XEchelle/libsrc/listdir.c:226:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TEXT_LEN [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XDisplay/src/myaux.c:893:1: style: Label 'close_ita' is not used. [unusedLabel] 23FEBpl1.0/gui/XDisplay/src/myaux.c:48:23: style: Variable 'xa_WM_DELETE_WINDOW' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDo/src/applic.c:396:1: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg] 23FEBpl1.0/gui/XDo/src/applic.c:161:25: style: Array index 'j' is used before limits check. [arrayIndexThenCheck] 23FEBpl1.0/gui/XEchelle/libsrc/listdir.c:133:24: error: Allocation with XmTextGetString, strcpy doesn't release it. [leakNoVarFunctionCall] 23FEBpl1.0/gui/XEchelle/libsrc/listdir.c:136:38: error: Allocation with XmTextGetString, sprintf doesn't release it. [leakNoVarFunctionCall] 23FEBpl1.0/gui/XEchelle/libsrc/listdir.c:231:21: error: Allocation with XmTextGetString, strcpy doesn't release it. [leakNoVarFunctionCall] 23FEBpl1.0/gui/XEchelle/libsrc/listdir.c:232:23: error: Allocation with XmTextGetString, strcpy doesn't release it. [leakNoVarFunctionCall] 23FEBpl1.0/gui/XEchelle/libsrc/listdir.c:95:16: warning: Either the condition '(fpin=(FILE*)popen(command,"r"))==NULL' is redundant or there is possible null pointer dereference: fpin. [nullPointerRedundantCheck] 23FEBpl1.0/gui/XEchelle/libsrc/listdir.c:93:42: note: Assuming that condition '(fpin=(FILE*)popen(command,"r"))==NULL' is not redundant 23FEBpl1.0/gui/XEchelle/libsrc/listdir.c:95:16: note: Null pointer dereference 23FEBpl1.0/gui/XEchelle/libsrc/listdir.c:97:13: warning: Either the condition '(fpin=(FILE*)popen(command,"r"))==NULL' is redundant or there is possible null pointer dereference: fpin. [nullPointerRedundantCheck] 23FEBpl1.0/gui/XEchelle/libsrc/listdir.c:93:42: note: Assuming that condition '(fpin=(FILE*)popen(command,"r"))==NULL' is not redundant 23FEBpl1.0/gui/XEchelle/libsrc/listdir.c:97:13: note: Null pointer dereference 23FEBpl1.0/gui/XEchelle/libsrc/listdir.c:112:23: warning: Either the condition '(fpin=(FILE*)popen(command,"r"))==NULL' is redundant or there is possible null pointer dereference: fpin. [nullPointerRedundantCheck] 23FEBpl1.0/gui/XEchelle/libsrc/listdir.c:107:42: note: Assuming that condition '(fpin=(FILE*)popen(command,"r"))==NULL' is not redundant 23FEBpl1.0/gui/XEchelle/libsrc/listdir.c:112:23: note: Null pointer dereference 23FEBpl1.0/gui/XEchelle/libsrc/listdir.c:146:23: warning: Either the condition '(fpin=(FILE*)popen(command,"r"))==NULL' is redundant or there is possible null pointer dereference: fpin. [nullPointerRedundantCheck] 23FEBpl1.0/gui/XEchelle/libsrc/listdir.c:142:42: note: Assuming that condition '(fpin=(FILE*)popen(command,"r"))==NULL' is not redundant 23FEBpl1.0/gui/XEchelle/libsrc/listdir.c:146:23: note: Null pointer dereference 23FEBpl1.0/gui/XEchelle/libsrc/listdir.c:83:7: style: Parameter 'node' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/gui/XEchelle/libsrc/listdir.c:223:7: style: Parameter 'ptable' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/gui/XDo/src/applic.c:548:23: style: The statement 'if (lab1[index+1]!='\0') lab1[index+1]='\0'' is logically equivalent to 'lab1[index+1]='\0''. [duplicateConditionalAssign] 23FEBpl1.0/gui/XDo/src/applic.c:548:46: note: Assignment 'lab1[index+1]='\0'' 23FEBpl1.0/gui/XDo/src/applic.c:548:23: note: Condition 'lab1[index+1]!='\0'' is redundant 23FEBpl1.0/gui/XDo/src/applic.c:555:23: style: The statement 'if (lab1[index+1]!='\0') lab1[index+1]='\0'' is logically equivalent to 'lab1[index+1]='\0''. [duplicateConditionalAssign] 23FEBpl1.0/gui/XDo/src/applic.c:555:46: note: Assignment 'lab1[index+1]='\0'' 23FEBpl1.0/gui/XDo/src/applic.c:555:23: note: Condition 'lab1[index+1]!='\0'' is redundant 23FEBpl1.0/gui/XDo/src/applic.c:562:23: style: The statement 'if (lab2[index+1]!='\0') lab2[index+1]='\0'' is logically equivalent to 'lab2[index+1]='\0''. [duplicateConditionalAssign] 23FEBpl1.0/gui/XDo/src/applic.c:562:46: note: Assignment 'lab2[index+1]='\0'' 23FEBpl1.0/gui/XDo/src/applic.c:562:23: note: Condition 'lab2[index+1]!='\0'' is redundant 23FEBpl1.0/gui/XDo/src/applic.c:589:23: style: The statement 'if (lab1[index+1]!='\0') lab1[index+1]='\0'' is logically equivalent to 'lab1[index+1]='\0''. [duplicateConditionalAssign] 23FEBpl1.0/gui/XDo/src/applic.c:589:45: note: Assignment 'lab1[index+1]='\0'' 23FEBpl1.0/gui/XDo/src/applic.c:589:23: note: Condition 'lab1[index+1]!='\0'' is redundant 23FEBpl1.0/gui/XDo/src/applic.c:596:23: style: The statement 'if (lab2[index+1]!='\0') lab2[index+1]='\0'' is logically equivalent to 'lab2[index+1]='\0''. [duplicateConditionalAssign] 23FEBpl1.0/gui/XDo/src/applic.c:596:45: note: Assignment 'lab2[index+1]='\0'' 23FEBpl1.0/gui/XDo/src/applic.c:596:23: note: Condition 'lab2[index+1]!='\0'' is redundant 23FEBpl1.0/gui/XDo/src/applic.c:603:23: style: The statement 'if (lab2[index+1]!='\0') lab2[index+1]='\0'' is logically equivalent to 'lab2[index+1]='\0''. [duplicateConditionalAssign] 23FEBpl1.0/gui/XDo/src/applic.c:603:45: note: Assignment 'lab2[index+1]='\0'' 23FEBpl1.0/gui/XDo/src/applic.c:603:23: note: Condition 'lab2[index+1]!='\0'' is redundant 23FEBpl1.0/gui/XEchelle/libsrc/translations.c:428:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable D_R4_FORMAT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XEchelle/libsrc/translations.c:449:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable D_R4_FORMAT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XEchelle/libsrc/translations.c:640:96: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XEchelle/libsrc/translations.c:726:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable exclusive_grab [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XDo/src/applic.c:308:12: style: Local variable 'tidost' shadows outer variable [shadowVariable] 23FEBpl1.0/gui/XDo/src/applic.c:67:12: note: Shadowed declaration 23FEBpl1.0/gui/XDo/src/applic.c:308:12: note: Shadow variable 23FEBpl1.0/gui/XDo/src/applic.c:617:15: style: Local variable 'tidost' shadows outer variable [shadowVariable] 23FEBpl1.0/gui/XDo/src/applic.c:67:12: note: Shadowed declaration 23FEBpl1.0/gui/XDo/src/applic.c:617:15: note: Shadow variable 23FEBpl1.0/gui/XDo/src/applic.c:206:28: style: Parameter 'cbs' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/gui/XDo/src/applic.c:216:28: style: Parameter 'cbs' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/gui/XDo/src/applic.c:233:28: style: Parameter 'cbs' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/gui/XDo/src/applic.c:261:28: style: Parameter 'cbs' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/gui/XDo/src/applic.c:817:6: style: Parameter 'file' can be declared as const array [constParameter] 23FEBpl1.0/gui/XDo/src/applic.c:255:8: warning: Uninitialized variable: choice [uninitvar] 23FEBpl1.0/gui/XDo/src/applic.c:249:12: note: Assuming condition is false 23FEBpl1.0/gui/XDo/src/applic.c:255:8: note: Uninitialized variable: choice 23FEBpl1.0/gui/XEchelle/libsrc/translations.c:493:20: error: Allocation with XmTextGetString, strcpy doesn't release it. [leakNoVarFunctionCall] 23FEBpl1.0/gui/XEchelle/libsrc/translations.c:516:19: error: Allocation with XmTextGetString, strcpy doesn't release it. [leakNoVarFunctionCall] 23FEBpl1.0/gui/XEchelle/libsrc/translations.c:520:21: error: Allocation with XmTextGetString, strcat doesn't release it. [leakNoVarFunctionCall] 23FEBpl1.0/gui/XEchelle/libsrc/translations.c:418:7: style: Parameter 's' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/gui/XEchelle/libsrc/translations.c:693:7: style: Parameter 's' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/gui/XEchelle/src/BackgroundShell.c:225:58: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UxDisplay [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XEchelle/src/BackgroundShell.c:298:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LIST_LINCAT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XEchelle/src/BackgroundShell.c:905:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WindowBackground [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XEchelle/src/BackgroundShell.c:1418:63: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NO_PARENT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XEchelle/src/BackgroundShell.c:1704:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable action_UpdateDirectory [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XEchelle/src/CalibShell.c:346:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LIST_LINCAT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XEchelle/src/CalibShell.c:980:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XEchelle/src/CalibShell.c:1008:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XEchelle/src/CalibShell.c:1047:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TextFont [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XEchelle/src/CalibShell.c:1628:55: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NO_PARENT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XEchelle/src/CalibShell.c:1964:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable action_WriteHelp [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XEchelle/src/ExtractShell.c:229:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LIST_LINCAT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XEchelle/src/ExtractShell.c:274:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable C_EXTR_GCOOR [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XEchelle/src/ExtractShell.c:337:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable C_EXTR_GCOOR [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XEchelle/src/ExtractShell.c:368:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LIST_FIT_SKY [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XEchelle/src/ExtractShell.c:387:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LIST_EXT_WEIGHT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XEchelle/src/ExtractShell.c:406:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LIST_EXT_AVER [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XEchelle/src/ExtractShell.c:431:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable K_EXTMTD [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XEchelle/src/ExtractShell.c:459:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable K_SKYMOD [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XEchelle/src/ExtractShell.c:490:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable K_LOWSKY2 [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XEchelle/src/ExtractShell.c:521:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable K_ORDER [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XEchelle/src/ExtractShell.c:552:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable K_SKYORD [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XEchelle/src/ExtractShell.c:583:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable K_RON [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XEchelle/src/ExtractShell.c:615:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable K_NITER [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XEchelle/src/ExtractShell.c:646:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable K_GAIN [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XEchelle/src/ExtractShell.c:678:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable K_RADIUS [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XEchelle/src/ExtractShell.c:709:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable K_SIGMA [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XEchelle/src/ExtractShell.c:741:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable K_LOWSKY1 [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XEchelle/src/ExtractShell.c:772:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable K_UPPSKY1 [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XEchelle/src/ExtractShell.c:803:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable K_UPPSKY2 [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XEchelle/src/ExtractShell.c:834:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable K_OBJECT1 [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XEchelle/src/ExtractShell.c:865:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable K_OBJECT2 [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XEchelle/src/ExtractShell.c:883:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WindowBackground [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XEchelle/src/ExtractShell.c:1378:59: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NO_PARENT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XEchelle/src/ExtractShell.c:1622:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable action_FileSelectACT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XEchelle/src/BackgroundShell.c:211:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/BackgroundShell.c:242:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/BackgroundShell.c:259:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/BackgroundShell.c:276:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/BackgroundShell.c:329:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/BackgroundShell.c:346:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/BackgroundShell.c:363:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/BackgroundShell.c:381:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/BackgroundShell.c:399:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/BackgroundShell.c:417:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/BackgroundShell.c:435:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/BackgroundShell.c:452:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/BackgroundShell.c:469:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/BackgroundShell.c:486:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/BackgroundShell.c:503:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/BackgroundShell.c:520:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/BackgroundShell.c:537:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/BackgroundShell.c:552:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/BackgroundShell.c:569:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/BackgroundShell.c:584:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/BackgroundShell.c:601:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/BackgroundShell.c:616:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/BackgroundShell.c:633:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/BackgroundShell.c:648:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/BackgroundShell.c:665:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/BackgroundShell.c:682:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/BackgroundShell.c:699:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/BackgroundShell.c:716:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/BackgroundShell.c:733:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/BackgroundShell.c:750:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/BackgroundShell.c:768:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/BackgroundShell.c:786:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/BackgroundShell.c:803:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/BackgroundShell.c:820:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/BackgroundShell.c:838:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/BackgroundShell.c:856:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/BackgroundShell.c:874:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/BackgroundShell.c:1679:27: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/BackgroundShell.c:216:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/BackgroundShell.c:247:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/BackgroundShell.c:264:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/BackgroundShell.c:281:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/BackgroundShell.c:334:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/BackgroundShell.c:351:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/BackgroundShell.c:368:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/BackgroundShell.c:386:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/BackgroundShell.c:404:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/BackgroundShell.c:422:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/BackgroundShell.c:440:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/BackgroundShell.c:457:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/BackgroundShell.c:474:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/BackgroundShell.c:491:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/BackgroundShell.c:508:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/BackgroundShell.c:525:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/BackgroundShell.c:542:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/BackgroundShell.c:557:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/BackgroundShell.c:574:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/BackgroundShell.c:589:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/BackgroundShell.c:606:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/BackgroundShell.c:621:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/BackgroundShell.c:638:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/BackgroundShell.c:653:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/BackgroundShell.c:670:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/BackgroundShell.c:687:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/BackgroundShell.c:704:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/BackgroundShell.c:721:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/BackgroundShell.c:738:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/BackgroundShell.c:755:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/BackgroundShell.c:773:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/BackgroundShell.c:791:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/BackgroundShell.c:808:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/BackgroundShell.c:825:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/BackgroundShell.c:843:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/BackgroundShell.c:861:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/BackgroundShell.c:879:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/BackgroundShell.c:1681:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/CalibShell.c:985:9: error: Deallocation of an auto-variable results in undefined behaviour. [autovarInvalidDeallocation] 23FEBpl1.0/gui/XEchelle/src/CalibShell.c:1013:9: error: Deallocation of an auto-variable results in undefined behaviour. [autovarInvalidDeallocation] 23FEBpl1.0/gui/XEchelle/src/ExtractShell.c:204:12: style: Parameter 'p_UxNumParams' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/gui/XEchelle/src/ExtractShell.c:207:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/ExtractShell.c:260:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/ExtractShell.c:307:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/ExtractShell.c:324:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/ExtractShell.c:358:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/ExtractShell.c:377:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/ExtractShell.c:396:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/ExtractShell.c:415:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/ExtractShell.c:443:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/ExtractShell.c:471:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/ExtractShell.c:502:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/ExtractShell.c:533:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/ExtractShell.c:564:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/ExtractShell.c:596:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/ExtractShell.c:627:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/ExtractShell.c:659:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/ExtractShell.c:690:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/ExtractShell.c:722:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/ExtractShell.c:753:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/ExtractShell.c:784:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/ExtractShell.c:815:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/ExtractShell.c:846:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/ExtractShell.c:1597:27: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/ExtractShell.c:206:24: style: Variable 'UxNumParams' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/ExtractShell.c:212:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/ExtractShell.c:265:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/ExtractShell.c:312:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/ExtractShell.c:329:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/ExtractShell.c:363:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/ExtractShell.c:382:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/ExtractShell.c:401:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/ExtractShell.c:420:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/ExtractShell.c:448:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/ExtractShell.c:476:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/ExtractShell.c:507:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/ExtractShell.c:538:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/ExtractShell.c:569:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/ExtractShell.c:601:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/ExtractShell.c:632:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/ExtractShell.c:664:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/ExtractShell.c:695:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/ExtractShell.c:727:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/ExtractShell.c:758:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/ExtractShell.c:789:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/ExtractShell.c:820:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/ExtractShell.c:851:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/ExtractShell.c:1599:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/ExtractionShell.c:256:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LIST_LINCAT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XEchelle/src/ExtractionShell.c:621:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WindowBackground [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XEchelle/src/ExtractionShell.c:950:63: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NO_PARENT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XEchelle/src/ExtractionShell.c:1147:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable action_ClearShort [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XEchelle/src/CalibShell.c:226:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/CalibShell.c:245:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/CalibShell.c:271:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/CalibShell.c:288:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/CalibShell.c:305:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/CalibShell.c:324:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/CalibShell.c:377:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/CalibShell.c:392:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/CalibShell.c:410:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/CalibShell.c:425:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/CalibShell.c:443:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/CalibShell.c:460:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/CalibShell.c:477:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/CalibShell.c:494:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/CalibShell.c:511:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/CalibShell.c:528:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/CalibShell.c:545:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/CalibShell.c:572:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/CalibShell.c:590:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/CalibShell.c:607:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/CalibShell.c:625:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/CalibShell.c:643:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/CalibShell.c:661:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/CalibShell.c:678:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/CalibShell.c:695:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/CalibShell.c:712:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/CalibShell.c:729:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/CalibShell.c:746:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/CalibShell.c:763:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/CalibShell.c:780:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/CalibShell.c:797:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/CalibShell.c:814:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/CalibShell.c:832:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/CalibShell.c:849:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/CalibShell.c:867:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/CalibShell.c:884:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/CalibShell.c:902:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/CalibShell.c:917:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/CalibShell.c:934:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/CalibShell.c:949:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/CalibShell.c:966:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/CalibShell.c:994:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/CalibShell.c:1022:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/CalibShell.c:1939:27: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/FlatShell.c:161:58: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UxDisplay [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XEchelle/src/FlatShell.c:234:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LIST_LINCAT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XEchelle/src/FlatShell.c:505:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WindowBackground [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XEchelle/src/FlatShell.c:714:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NO_PARENT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XEchelle/src/FlatShell.c:864:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable action_UpdateDirectory [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XEchelle/src/CalibShell.c:231:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/CalibShell.c:250:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/CalibShell.c:276:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/CalibShell.c:293:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/CalibShell.c:310:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/CalibShell.c:329:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/CalibShell.c:382:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/CalibShell.c:397:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/CalibShell.c:415:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/CalibShell.c:430:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/CalibShell.c:448:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/CalibShell.c:465:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/CalibShell.c:482:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/CalibShell.c:499:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/CalibShell.c:516:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/CalibShell.c:533:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/CalibShell.c:550:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/CalibShell.c:577:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/CalibShell.c:595:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/CalibShell.c:612:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/CalibShell.c:630:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/CalibShell.c:648:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/CalibShell.c:666:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/CalibShell.c:683:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/CalibShell.c:700:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/CalibShell.c:717:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/CalibShell.c:734:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/CalibShell.c:751:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/CalibShell.c:768:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/CalibShell.c:785:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/CalibShell.c:802:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/CalibShell.c:819:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/CalibShell.c:837:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/CalibShell.c:854:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/CalibShell.c:872:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/CalibShell.c:889:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/CalibShell.c:907:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/CalibShell.c:922:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/CalibShell.c:939:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/CalibShell.c:954:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/CalibShell.c:971:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/CalibShell.c:999:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/CalibShell.c:1027:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/CalibShell.c:1941:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/ExtractionShell.c:181:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/ExtractionShell.c:198:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/ExtractionShell.c:215:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/ExtractionShell.c:234:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/ExtractionShell.c:287:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/ExtractionShell.c:304:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/ExtractionShell.c:321:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/ExtractionShell.c:338:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/ExtractionShell.c:353:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/ExtractionShell.c:370:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/ExtractionShell.c:385:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/ExtractionShell.c:402:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/ExtractionShell.c:417:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/ExtractionShell.c:434:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/ExtractionShell.c:451:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/ExtractionShell.c:469:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/ExtractionShell.c:486:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/ExtractionShell.c:504:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/ExtractionShell.c:521:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/ExtractionShell.c:538:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/ExtractionShell.c:556:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/ExtractionShell.c:573:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/ExtractionShell.c:590:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/ExtractionShell.c:1122:27: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/ExtractionShell.c:186:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/ExtractionShell.c:203:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/ExtractionShell.c:220:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/ExtractionShell.c:239:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/ExtractionShell.c:292:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/ExtractionShell.c:309:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/ExtractionShell.c:326:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/ExtractionShell.c:343:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/ExtractionShell.c:358:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/ExtractionShell.c:375:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/ExtractionShell.c:390:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/ExtractionShell.c:407:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/FlatShell.c:147:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/ExtractionShell.c:422:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/FlatShell.c:178:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/ExtractionShell.c:439:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/FlatShell.c:195:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/ExtractionShell.c:456:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/FlatShell.c:212:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/ExtractionShell.c:474:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/FlatShell.c:265:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/ExtractionShell.c:491:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/FlatShell.c:283:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/ExtractionShell.c:509:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/FlatShell.c:300:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/ExtractionShell.c:526:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/FlatShell.c:317:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/ExtractionShell.c:543:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/FlatShell.c:335:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/ExtractionShell.c:561:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/FlatShell.c:352:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/ExtractionShell.c:578:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/FlatShell.c:369:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/ExtractionShell.c:595:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/FlatShell.c:386:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/ExtractionShell.c:1124:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/FlatShell.c:404:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/FlatShell.c:422:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/FlatShell.c:440:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/FlatShell.c:458:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/FlatShell.c:476:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/FlatShell.c:839:27: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/FlatShell.c:152:33: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/FlatShell.c:183:33: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/FlatShell.c:200:33: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/FlatShell.c:217:33: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/FlatShell.c:270:33: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/FlatShell.c:288:33: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/FlatShell.c:305:33: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/FlatShell.c:322:33: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/FlatShell.c:340:33: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/FlatShell.c:357:33: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/FlatShell.c:374:33: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/FlatShell.c:391:33: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/FlatShell.c:409:33: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/FlatShell.c:427:33: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/FlatShell.c:445:33: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/FlatShell.c:463:33: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/FlatShell.c:481:33: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/FlatShell.c:841:33: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/FluxShell.c:270:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LIST_LINCAT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XEchelle/src/FluxShell.c:311:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LIST_EXTIN [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XEchelle/src/FluxShell.c:347:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable C_PLOT_RESP [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XEchelle/src/FluxShell.c:367:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LIST_INTEGR [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XEchelle/src/FluxShell.c:386:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable C_FLUX_FIT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XEchelle/src/FluxShell.c:406:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable C_PLOT_FLUX [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XEchelle/src/FluxShell.c:426:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LIST_FLUX_FILT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XEchelle/src/FluxShell.c:445:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LIST_CORRECT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XEchelle/src/FluxShell.c:465:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable C_EDIT_FLUX [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XEchelle/src/FluxShell.c:660:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WindowBackground [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XEchelle/src/FluxShell.c:1061:53: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NO_PARENT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XEchelle/src/FluxShell.c:1279:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable action_ClearShort [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XEchelle/src/HelpShell.c:125:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ButtonBackground [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XEchelle/src/HelpShell.c:203:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NO_PARENT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XEchelle/src/HelpShell.c:99:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/HelpShell.c:248:27: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/HelpShell.c:104:33: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/HelpShell.c:250:33: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/MergeShell.c:225:58: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UxDisplay [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XEchelle/src/MergeShell.c:317:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LIST_LINCAT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XEchelle/src/MergeShell.c:633:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WindowBackground [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XEchelle/src/MergeShell.c:905:53: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NO_PARENT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XEchelle/src/MergeShell.c:1075:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable action_WriteHelp [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XEchelle/src/FluxShell.c:189:12: style: Parameter 'p_UxNumParams' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/gui/XEchelle/src/FluxShell.c:192:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/FluxShell.c:207:12: style: Parameter 'p_UxNumParams' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/gui/XEchelle/src/FluxShell.c:210:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/FluxShell.c:225:12: style: Parameter 'p_UxNumParams' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/gui/XEchelle/src/FluxShell.c:228:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/FluxShell.c:245:12: style: Parameter 'p_UxNumParams' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/gui/XEchelle/src/FluxShell.c:248:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/FluxShell.c:301:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/FluxShell.c:320:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/FluxShell.c:337:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/FluxShell.c:357:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/FluxShell.c:376:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/FluxShell.c:396:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/FluxShell.c:416:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/FluxShell.c:435:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/FluxShell.c:455:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/FluxShell.c:475:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/FluxShell.c:492:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/FluxShell.c:509:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/FluxShell.c:526:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/FluxShell.c:541:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/FluxShell.c:556:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/FluxShell.c:573:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/FluxShell.c:588:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/FluxShell.c:603:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/FluxShell.c:620:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/FluxShell.c:637:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/FluxShell.c:1254:27: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/FluxShell.c:191:24: style: Variable 'UxNumParams' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/FluxShell.c:197:33: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/FluxShell.c:209:24: style: Variable 'UxNumParams' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/FluxShell.c:215:33: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/FluxShell.c:227:24: style: Variable 'UxNumParams' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/FluxShell.c:233:33: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/FluxShell.c:247:24: style: Variable 'UxNumParams' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/FluxShell.c:253:33: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/FluxShell.c:306:33: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/FluxShell.c:325:33: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/FluxShell.c:342:33: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/FluxShell.c:362:33: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/FluxShell.c:381:33: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/FluxShell.c:401:33: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/FluxShell.c:421:33: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/FluxShell.c:440:33: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/FluxShell.c:460:33: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/FluxShell.c:480:33: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/FluxShell.c:497:33: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/FluxShell.c:514:33: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/FluxShell.c:531:33: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/FluxShell.c:546:33: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/FluxShell.c:561:33: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/FluxShell.c:578:33: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/FluxShell.c:593:33: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/FluxShell.c:608:33: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/FluxShell.c:625:33: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/FluxShell.c:642:33: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/FluxShell.c:1256:33: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/MergeShell.c:166:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/MergeShell.c:185:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/MergeShell.c:211:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/MergeShell.c:242:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/MergeShell.c:259:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/MergeShell.c:276:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/MergeShell.c:295:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/MergeShell.c:348:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/MergeShell.c:366:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/MergeShell.c:383:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/MergeShell.c:400:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/MergeShell.c:418:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/MergeShell.c:435:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/MergeShell.c:452:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/MergeShell.c:470:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/MergeShell.c:488:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/MergeShell.c:505:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/MergeShell.c:520:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/MergeShell.c:537:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/MergeShell.c:552:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/MergeShell.c:569:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/MergeShell.c:586:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/MergeShell.c:603:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/MergeShell.c:1050:27: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/MergeShell.c:171:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/MergeShell.c:190:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/MergeShell.c:216:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/MergeShell.c:247:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/MergeShell.c:264:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/MergeShell.c:281:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/MergeShell.c:300:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/MergeShell.c:353:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/MergeShell.c:371:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/MergeShell.c:388:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/MergeShell.c:405:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/MergeShell.c:423:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/MergeShell.c:440:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/MergeShell.c:457:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/MergeShell.c:475:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/MergeShell.c:493:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/MergeShell.c:510:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/MergeShell.c:525:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/MergeShell.c:542:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/MergeShell.c:557:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/MergeShell.c:574:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/MergeShell.c:591:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/MergeShell.c:608:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/MergeShell.c:1052:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/OrderShell.c:248:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LIST_LINCAT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XEchelle/src/OrderShell.c:579:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WindowBackground [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XEchelle/src/OrderShell.c:869:53: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NO_PARENT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XEchelle/src/OrderShell.c:1050:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable action_ClearShort [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XEchelle/src/MainShell.c:360:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XEchelle/src/MainShell.c:433:58: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UxDisplay [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XEchelle/src/MainShell.c:525:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LIST_LINCAT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XEchelle/src/MainShell.c:566:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LIST_SESSION [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XEchelle/src/MainShell.c:588:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable C_SAVE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XEchelle/src/MainShell.c:615:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DIALOG_SESSION [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XEchelle/src/MainShell.c:715:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LIST_LOAD_IMA [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XEchelle/src/MainShell.c:815:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LIST_BROWSER [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XEchelle/src/MainShell.c:1231:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XEchelle/src/MainShell.c:1284:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XEchelle/src/MainShell.c:1337:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XEchelle/src/MainShell.c:1390:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XEchelle/src/MainShell.c:1443:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XEchelle/src/MainShell.c:1496:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XEchelle/src/MainShell.c:1549:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XEchelle/src/MainShell.c:1602:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XEchelle/src/MainShell.c:1647:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WindowBackground [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XEchelle/src/MainShell.c:2473:59: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NO_PARENT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XEchelle/src/MainShell.c:3161:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable swidget [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XEchelle/src/MainShell.c:3213:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable action_WriteHelp [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XEchelle/src/RebinShell.c:196:58: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UxDisplay [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XEchelle/src/RebinShell.c:269:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LIST_LINCAT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XEchelle/src/RebinShell.c:463:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WindowBackground [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XEchelle/src/RebinShell.c:633:55: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NO_PARENT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XEchelle/src/RebinShell.c:757:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable action_WriteHelp [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XEchelle/src/RebinShell.c:137:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/RebinShell.c:156:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/RebinShell.c:182:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/RebinShell.c:213:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/RebinShell.c:230:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/RebinShell.c:247:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/RebinShell.c:300:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/RebinShell.c:317:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/RebinShell.c:334:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/RebinShell.c:351:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/RebinShell.c:369:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/RebinShell.c:386:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/RebinShell.c:404:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/RebinShell.c:421:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/RebinShell.c:439:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/RebinShell.c:732:27: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/RebinShell.c:142:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/RebinShell.c:161:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/RebinShell.c:187:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/RebinShell.c:218:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/RebinShell.c:235:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/RebinShell.c:252:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/RebinShell.c:305:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/RebinShell.c:322:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/RebinShell.c:339:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/RebinShell.c:356:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/RebinShell.c:374:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/RebinShell.c:391:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/RebinShell.c:409:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/RebinShell.c:426:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/RebinShell.c:444:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/RebinShell.c:734:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/OrderShell.c:173:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/OrderShell.c:190:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/OrderShell.c:207:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/OrderShell.c:226:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/OrderShell.c:279:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/OrderShell.c:296:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/OrderShell.c:313:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/OrderShell.c:330:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/OrderShell.c:345:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/OrderShell.c:362:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/OrderShell.c:377:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/OrderShell.c:394:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/OrderShell.c:409:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/OrderShell.c:426:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/OrderShell.c:443:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/OrderShell.c:461:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/OrderShell.c:478:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/OrderShell.c:496:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/OrderShell.c:514:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/OrderShell.c:531:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/OrderShell.c:548:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/OrderShell.c:1025:27: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/OrderShell.c:178:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/OrderShell.c:195:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/OrderShell.c:212:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/OrderShell.c:231:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/OrderShell.c:284:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/OrderShell.c:301:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/OrderShell.c:318:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/OrderShell.c:335:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/OrderShell.c:350:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/OrderShell.c:367:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/OrderShell.c:382:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/OrderShell.c:399:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/OrderShell.c:414:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/OrderShell.c:431:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/OrderShell.c:448:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/OrderShell.c:466:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/OrderShell.c:483:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/OrderShell.c:501:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/OrderShell.c:519:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/OrderShell.c:536:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/OrderShell.c:553:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/OrderShell.c:1027:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/RespShell.c:234:58: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UxDisplay [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XEchelle/src/RespShell.c:326:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LIST_LINCAT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XEchelle/src/RespShell.c:876:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WindowBackground [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XEchelle/src/RespShell.c:1421:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NO_PARENT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XEchelle/src/RespShell.c:1698:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable action_UpdateDirectory [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XEchelle/src/RotateShell.c:295:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LIST_LINCAT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XEchelle/src/RotateShell.c:793:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WindowBackground [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XEchelle/src/RotateShell.c:1225:55: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NO_PARENT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XEchelle/src/RotateShell.c:1503:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable action_ClearShort [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XEchelle/src/RotateShell.c:220:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/RotateShell.c:237:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/RotateShell.c:254:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/RotateShell.c:273:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/RotateShell.c:326:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/RotateShell.c:344:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/RotateShell.c:361:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/RotateShell.c:378:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/RotateShell.c:393:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/RotateShell.c:408:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/RotateShell.c:423:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/RotateShell.c:438:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/RotateShell.c:453:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/RotateShell.c:468:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/RotateShell.c:483:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/RotateShell.c:498:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/RotateShell.c:513:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/RotateShell.c:528:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/RotateShell.c:543:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/RotateShell.c:558:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/RotateShell.c:575:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/RotateShell.c:592:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/RotateShell.c:609:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/RotateShell.c:626:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/RotateShell.c:643:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/RotateShell.c:660:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/RotateShell.c:677:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/RotateShell.c:694:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/RotateShell.c:712:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/RotateShell.c:729:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/RotateShell.c:746:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/RotateShell.c:763:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/RotateShell.c:1478:27: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/RespShell.c:220:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/RespShell.c:251:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/RespShell.c:268:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/RespShell.c:285:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/RespShell.c:304:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/RespShell.c:357:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/RespShell.c:375:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/RespShell.c:392:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/RespShell.c:409:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/RespShell.c:427:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/RespShell.c:442:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/RespShell.c:459:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/RespShell.c:474:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/RespShell.c:491:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/RespShell.c:508:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/RespShell.c:526:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/RespShell.c:544:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/RespShell.c:561:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/RespShell.c:578:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/RespShell.c:595:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/RespShell.c:612:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/RespShell.c:629:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/RespShell.c:646:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/RespShell.c:663:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/RespShell.c:681:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/RespShell.c:699:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/RespShell.c:716:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/RespShell.c:733:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/RotateShell.c:225:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/RespShell.c:750:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/RotateShell.c:242:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/RespShell.c:767:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/RotateShell.c:259:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/RespShell.c:782:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/RotateShell.c:278:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/RespShell.c:799:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/RotateShell.c:331:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/RespShell.c:814:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/RotateShell.c:349:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/RespShell.c:831:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/RotateShell.c:366:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/RespShell.c:846:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/RotateShell.c:383:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/RespShell.c:1673:27: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/RotateShell.c:398:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/RotateShell.c:413:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/RotateShell.c:428:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/RotateShell.c:443:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/RotateShell.c:458:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/RotateShell.c:473:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/RotateShell.c:488:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/RotateShell.c:503:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/RespShell.c:225:33: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/RotateShell.c:518:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/RespShell.c:256:33: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/RotateShell.c:533:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/RespShell.c:273:33: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/RotateShell.c:548:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/RespShell.c:290:33: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/RotateShell.c:563:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/RespShell.c:309:33: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/RotateShell.c:580:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/RespShell.c:362:33: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/RotateShell.c:597:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/RespShell.c:380:33: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/RotateShell.c:614:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/RespShell.c:397:33: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/RotateShell.c:631:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/RespShell.c:414:33: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/RotateShell.c:648:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/RespShell.c:432:33: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/RotateShell.c:665:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/RespShell.c:447:33: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/RotateShell.c:682:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/RespShell.c:464:33: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/RotateShell.c:699:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/RespShell.c:479:33: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/RotateShell.c:717:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/RespShell.c:496:33: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/RotateShell.c:734:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/RespShell.c:513:33: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/RotateShell.c:751:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/RespShell.c:531:33: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/RotateShell.c:768:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/RespShell.c:549:33: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/RotateShell.c:1480:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/RespShell.c:566:33: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/RespShell.c:583:33: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/RespShell.c:600:33: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/RespShell.c:617:33: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/RespShell.c:634:33: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/RespShell.c:651:33: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/RespShell.c:668:33: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/RespShell.c:686:33: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/RespShell.c:704:33: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/RespShell.c:721:33: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/RespShell.c:738:33: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/RespShell.c:755:33: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/RespShell.c:772:33: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/RespShell.c:787:33: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/RespShell.c:804:33: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/RespShell.c:819:33: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/RespShell.c:836:33: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/RespShell.c:851:33: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/RespShell.c:1675:33: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/SessionShell.c:182:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WindowBackground [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XEchelle/src/SessionShell.c:255:57: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NO_PARENT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XEchelle/src/SessionShell.c:102:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/SessionShell.c:119:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/SessionShell.c:136:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/SessionShell.c:153:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/SessionShell.c:311:27: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/SessionShell.c:107:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/SessionShell.c:124:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/SessionShell.c:141:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/SessionShell.c:158:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/SessionShell.c:313:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/SearchShell.c:285:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LIST_LINCAT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XEchelle/src/SearchShell.c:560:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WindowBackground [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XEchelle/src/SearchShell.c:827:57: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NO_PARENT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XEchelle/src/SearchShell.c:1080:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable action_WriteHelp [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XEchelle/src/SkyShell.c:189:58: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UxDisplay [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XEchelle/src/SkyShell.c:281:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LIST_LINCAT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XEchelle/src/SkyShell.c:547:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XEchelle/src/SkyShell.c:637:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WindowBackground [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XEchelle/src/SkyShell.c:930:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NO_PARENT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XEchelle/src/SkyShell.c:1141:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable action_UpdateDirectory [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XEchelle/src/MainShell.c:374:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/MainShell.c:393:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/MainShell.c:419:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/MainShell.c:450:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/MainShell.c:467:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/MainShell.c:484:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/MainShell.c:503:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/MainShell.c:556:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/MainShell.c:575:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/MainShell.c:598:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/MainShell.c:625:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/MainShell.c:643:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/MainShell.c:660:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/MainShell.c:675:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/MainShell.c:690:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/MainShell.c:705:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/MainShell.c:724:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/MainShell.c:739:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/MainShell.c:754:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/MainShell.c:769:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/MainShell.c:784:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/MainShell.c:799:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/MainShell.c:824:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/MainShell.c:839:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/MainShell.c:854:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/MainShell.c:869:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/MainShell.c:884:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/MainShell.c:902:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/MainShell.c:920:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/MainShell.c:938:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/MainShell.c:956:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/MainShell.c:973:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/MainShell.c:990:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/MainShell.c:1007:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/MainShell.c:1033:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/MainShell.c:1050:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/MainShell.c:1067:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/MainShell.c:1084:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/MainShell.c:1101:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/MainShell.c:1118:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/MainShell.c:1133:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/MainShell.c:1148:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/MainShell.c:1163:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/MainShell.c:1178:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/MainShell.c:1193:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/MainShell.c:1208:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/MainShell.c:1223:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/MainShell.c:1244:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/MainShell.c:1261:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/MainShell.c:1276:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/MainShell.c:1297:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/MainShell.c:1314:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/MainShell.c:1329:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/MainShell.c:1350:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/MainShell.c:1367:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/MainShell.c:1382:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/MainShell.c:1403:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/MainShell.c:1420:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/MainShell.c:1435:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/MainShell.c:1456:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/MainShell.c:1473:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/MainShell.c:1488:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/MainShell.c:1509:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/MainShell.c:1526:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/MainShell.c:1541:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/MainShell.c:1562:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/MainShell.c:1579:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/MainShell.c:1594:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/MainShell.c:1615:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/MainShell.c:3155:27: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/SkyShell.c:175:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/SkyShell.c:206:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/SkyShell.c:223:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/SkyShell.c:240:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/SkyShell.c:259:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/SkyShell.c:312:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/SkyShell.c:330:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/SkyShell.c:347:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/SkyShell.c:365:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/SkyShell.c:382:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/SkyShell.c:400:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/SkyShell.c:417:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/SkyShell.c:436:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/SkyShell.c:453:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/SkyShell.c:471:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/SkyShell.c:488:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/SkyShell.c:505:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/SkyShell.c:522:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/SkyShell.c:539:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/SkyShell.c:560:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/SkyShell.c:575:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/SkyShell.c:592:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/SkyShell.c:607:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/SkyShell.c:1116:27: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/SearchShell.c:165:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/SearchShell.c:184:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/SearchShell.c:210:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/SearchShell.c:227:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/SearchShell.c:244:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/SearchShell.c:263:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/SkyShell.c:180:32: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/SearchShell.c:316:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/SkyShell.c:211:32: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/SearchShell.c:333:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/SkyShell.c:228:32: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/SearchShell.c:350:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/SkyShell.c:245:32: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/SearchShell.c:367:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/SkyShell.c:264:32: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/SearchShell.c:384:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/SkyShell.c:317:32: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/SearchShell.c:402:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/SkyShell.c:335:32: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/SearchShell.c:419:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/SkyShell.c:352:32: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/SearchShell.c:436:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/SkyShell.c:370:32: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/SearchShell.c:454:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/SkyShell.c:387:32: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/SearchShell.c:472:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/SkyShell.c:405:32: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/SearchShell.c:489:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/SkyShell.c:422:32: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/SearchShell.c:507:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/SkyShell.c:441:32: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/SearchShell.c:522:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/SkyShell.c:458:32: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/SearchShell.c:537:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/SkyShell.c:476:32: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/SearchShell.c:1055:27: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/SkyShell.c:493:32: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/SkyShell.c:510:32: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/SkyShell.c:527:32: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/SkyShell.c:544:32: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/SkyShell.c:565:32: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/SkyShell.c:580:32: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/SkyShell.c:597:32: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/SkyShell.c:612:32: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/SkyShell.c:1118:32: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/SearchShell.c:170:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/SearchShell.c:189:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/SearchShell.c:215:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/SearchShell.c:232:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/SearchShell.c:249:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/SearchShell.c:268:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/SearchShell.c:321:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/SearchShell.c:338:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/SearchShell.c:355:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/SearchShell.c:372:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/SearchShell.c:389:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/SearchShell.c:407:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/SearchShell.c:424:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/SearchShell.c:441:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/SearchShell.c:459:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/SearchShell.c:477:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/SearchShell.c:494:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/SearchShell.c:512:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/SearchShell.c:527:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/SearchShell.c:542:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/SearchShell.c:1057:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/MainShell.c:379:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/MainShell.c:398:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/MainShell.c:424:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/MainShell.c:455:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/MainShell.c:472:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/MainShell.c:489:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/MainShell.c:508:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/MainShell.c:561:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/MainShell.c:580:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/MainShell.c:603:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/MainShell.c:630:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/MainShell.c:648:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/MainShell.c:665:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/MainShell.c:680:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/MainShell.c:695:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/MainShell.c:710:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/MainShell.c:729:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/MainShell.c:744:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/MainShell.c:759:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/MainShell.c:774:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/MainShell.c:789:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/MainShell.c:804:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/MainShell.c:829:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/MainShell.c:844:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/MainShell.c:859:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/MainShell.c:874:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/MainShell.c:889:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/MainShell.c:907:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/MainShell.c:925:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/MainShell.c:943:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/XEchelle.c:106:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable swidget [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XEchelle/src/MainShell.c:961:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/MainShell.c:978:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/MainShell.c:995:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/MainShell.c:1012:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/MainShell.c:1038:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/MainShell.c:1055:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/MainShell.c:1072:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/MainShell.c:1089:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/MainShell.c:1106:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/MainShell.c:1123:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/MainShell.c:1138:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/MainShell.c:1153:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/XLong.c:71:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/gui/XEchelle/src/MainShell.c:1168:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/XLong.c:94:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable swidget [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XEchelle/src/MainShell.c:1183:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/MainShell.c:1198:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/MainShell.c:1213:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/MainShell.c:1228:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/MainShell.c:1249:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/MainShell.c:1266:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/MainShell.c:1281:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/MainShell.c:1302:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/MainShell.c:1319:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/MainShell.c:1334:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/MainShell.c:1355:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/MainShell.c:1372:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/MainShell.c:1387:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/MainShell.c:1408:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/MainShell.c:1425:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/MainShell.c:1440:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/MainShell.c:1461:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/MainShell.c:1478:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/MainShell.c:1493:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/MainShell.c:1514:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/MainShell.c:1531:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/MainShell.c:1546:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/MainShell.c:1567:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/MainShell.c:1584:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/MainShell.c:1599:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/MainShell.c:1620:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/MainShell.c:3157:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/alloc.c:101:12: portability:inconclusive: Casting from double * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/gui/XEchelle/src/alloc.c:103:15: portability:inconclusive: Casting from double * * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/gui/XEchelle/src/alloc.c:111:15: portability:inconclusive: Casting from double * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/gui/XEchelle/src/alloc.c:151:12: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/gui/XEchelle/src/alloc.c:153:15: portability:inconclusive: Casting from float * * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/gui/XEchelle/src/alloc.c:161:15: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/gui/XEchelle/src/alloc.c:49:10: style: Variable 'v' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/alloc.c:87:13: style: Variable 'v' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/alloc.c:137:12: style: Variable 'v' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/alloc.c:187:11: style: Variable 'v' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/cb_list.c:66:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ListType [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XEchelle/src/cb_list.c:115:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XEchelle/src/cb_list.c:279:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DialogType [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XEchelle/src/extin_dialog.c:226:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WindowBackground [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XEchelle/src/file_list.c:148:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XmSTRING_DEFAULT_CHARSET [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XEchelle/src/extin_dialog.c:318:59: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NO_PARENT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XEchelle/src/file_list.c:176:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ApplicBackground [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XEchelle/src/file_list.c:225:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NO_PARENT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XEchelle/src/cb_list.c:156:40: error: Undefined behavior: Variable 'FileOut' is used as parameter and destination in sprintf(). [sprintfOverlappingData] 23FEBpl1.0/gui/XEchelle/src/cb_list.c:182:40: error: Undefined behavior: Variable 'FileOut' is used as parameter and destination in sprintf(). [sprintfOverlappingData] 23FEBpl1.0/gui/XEchelle/src/cb_list.c:198:40: error: Undefined behavior: Variable 'FileOut' is used as parameter and destination in sprintf(). [sprintfOverlappingData] 23FEBpl1.0/gui/XEchelle/src/cb_list.c:208:40: error: Undefined behavior: Variable 'FileOut' is used as parameter and destination in sprintf(). [sprintfOverlappingData] 23FEBpl1.0/gui/XEchelle/src/file_list.c:98:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/file_list.c:117:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/file_list.c:136:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/file_list.c:278:27: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/file_list.c:103:33: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/file_list.c:122:33: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/file_list.c:141:33: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/file_list.c:280:33: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/extin_dialog.c:106:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/extin_dialog.c:123:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/extin_dialog.c:140:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/extin_dialog.c:157:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/extin_dialog.c:180:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/extin_dialog.c:197:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/extin_dialog.c:385:27: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/extin_dialog.c:111:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/extin_dialog.c:128:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/extin_dialog.c:145:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/extin_dialog.c:162:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/extin_dialog.c:185:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/extin_dialog.c:202:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/extin_dialog.c:387:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/file_selection.c:133:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ApplicBackground [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XEchelle/src/file_selection.c:168:63: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NO_PARENT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XEchelle/src/file_selection.c:85:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/file_selection.c:103:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/file_selection.c:206:27: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/file_selection.c:90:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/file_selection.c:108:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/file_selection.c:208:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/lincat_list.c:112:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XmSTRING_DEFAULT_CHARSET [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XEchelle/src/lincat_list.c:148:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ApplicBackground [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XEchelle/src/lincat_list.c:188:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NO_PARENT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XEchelle/src/lincat_list.c:95:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/lincat_list.c:232:27: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/lincat_list.c:100:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/lincat_list.c:234:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/resid_dialog.c:119:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable C_PLOT_RESID [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XEchelle/src/resid_dialog.c:180:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WindowBackground [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XEchelle/src/resid_dialog.c:266:59: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NO_PARENT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XEchelle/src/resid_dialog.c:105:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/resid_dialog.c:137:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/resid_dialog.c:154:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/resid_dialog.c:321:27: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XEchelle/src/resid_dialog.c:110:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/resid_dialog.c:142:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/resid_dialog.c:159:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/resid_dialog.c:323:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XEchelle/src/midasutil.c:77:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable D_R4_FORMAT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XEchelle/src/midasutil.c:98:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable F_I_MODE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XEchelle/src/midasutil.c:119:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable D_R4_FORMAT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XEchelle/src/midasutil.c:133:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAXLINE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XEchelle/src/midasutil.c:156:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAXLINE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XEchelle/src/midasutil.c:187:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Coerbr [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XEchelle/src/midasutil.c:269:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable F_I_MODE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XEchelle/src/midasutil.c:350:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAXLINE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XEchelle/src/midasutil.c:486:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAXLINE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XEchelle/src/midasutil.c:545:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XEchelle/src/midasutil.c:558:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAXLINE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XEchelle/src/midasutil.c:589:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Lincat [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XEchelle/src/midasutil.c:615:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XEchelle/src/splib.c:78:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAXLINE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XEchelle/src/splib.c:144:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAXION [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XEchelle/src/splib.c:152:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XEchelle/src/misc.c:64:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable no_grab [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XEchelle/src/misc.c:475:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable no_grab [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XEchelle/src/misc.c:484:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAXLINE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XEchelle/src/midasutil.c:147:6: style: Parameter 'frame' can be declared as const array [constParameter] 23FEBpl1.0/gui/XEchelle/src/midasutil.c:555:7: style: Parameter 'text' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/gui/XEchelle/src/midasutil.c:556:7: style: Parameter 'keyword_cmd' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/gui/XEchelle/src/splib.c:65:7: style: Parameter 'lincat' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/gui/XEchelle/src/splib.c:66:5: style: Parameter 'wrang' can be declared as const array [constParameter] 23FEBpl1.0/gui/XEchelle/src/splib.c:150:7: style: Parameter 'msg' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/gui/XFilter/src/AskShell.c:141:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable no_grab [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XFilter/src/AskShell.c:226:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MOD_Ask [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XFilter/src/AskShell.c:245:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MOD_Ask [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XFilter/src/AskShell.c:265:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WindowBackground [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XFilter/src/AskShell.c:353:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NO_PARENT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XFilter/src/AskShell.c:465:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable action_ChooseListUpL [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XEchelle/src/misc.c:481:7: style: Parameter 'key' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/gui/XFilter/src/BlackBody.c:349:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WindowBackground [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XFilter/src/BlackBody.c:518:53: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NO_PARENT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XFilter/src/AskShell.c:170:6: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf] 23FEBpl1.0/gui/XFilter/src/AskShell.c:247:4: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf] 23FEBpl1.0/gui/XFilter/src/AskShell.c:135:25: style: Local variable 'G' shadows outer variable [shadowVariable] 23FEBpl1.0/gui/XFilter/src/AskShell.c:54:21: note: Shadowed declaration 23FEBpl1.0/gui/XFilter/src/AskShell.c:135:25: note: Shadow variable 23FEBpl1.0/gui/XFilter/src/AskShell.c:126:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/AskShell.c:155:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/AskShell.c:201:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/AskShell.c:218:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/AskShell.c:235:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/AskShell.c:440:27: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/AskShell.c:131:32: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/AskShell.c:160:32: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/AskShell.c:206:32: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/AskShell.c:223:32: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/AskShell.c:240:32: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/AskShell.c:442:32: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/ChooseList.c:127:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XmSTRING_DEFAULT_CHARSET [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XFilter/src/ChooseList.c:261:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TextFont [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XFilter/src/ChooseList.c:330:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NO_PARENT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XFilter/src/BlackBody.c:134:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/BlackBody.c:151:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/BlackBody.c:168:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/BlackBody.c:203:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/BlackBody.c:237:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/BlackBody.c:272:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/BlackBody.c:307:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/BlackBody.c:614:27: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/BlackBody.c:139:33: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/BlackBody.c:156:33: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/BlackBody.c:173:33: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/BlackBody.c:208:33: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/BlackBody.c:242:33: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/BlackBody.c:277:33: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/BlackBody.c:312:33: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/BlackBody.c:616:33: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/BruzualModel.c:346:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable no_grab [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XFilter/src/BruzualModel.c:372:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable no_grab [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XFilter/src/BruzualModel.c:1052:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MOD_outfile [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XFilter/src/BruzualModel.c:1093:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MOD_outfile [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XFilter/src/BruzualModel.c:1497:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable no_grab [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XFilter/src/BruzualModel.c:1547:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TextFont [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XFilter/src/BruzualModel.c:2248:59: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NO_PARENT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XFilter/src/BruzualModel.c:2682:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable action_ClearShortBM [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XFilter/src/ChooseList.c:129:2: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf] 23FEBpl1.0/gui/XFilter/src/ChooseList.c:151:7: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf] 23FEBpl1.0/gui/XFilter/src/ChooseList.c:167:7: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf] 23FEBpl1.0/gui/XFilter/src/ChooseList.c:183:7: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf] 23FEBpl1.0/gui/XFilter/src/ChooseList.c:199:7: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf] 23FEBpl1.0/gui/XFilter/src/ChooseList.c:205:7: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf] 23FEBpl1.0/gui/XFilter/src/ChooseList.c:211:7: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf] 23FEBpl1.0/gui/XFilter/src/ChooseList.c:218:7: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf] 23FEBpl1.0/gui/XFilter/src/ChooseList.c:225:7: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf] 23FEBpl1.0/gui/XFilter/src/ChooseList.c:110:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/ChooseList.c:119:8: style: Variable 'path' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/ChooseList.c:236:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/ChooseList.c:385:27: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/ChooseList.c:115:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/ChooseList.c:199:6: style: Variable 'nid' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/ChooseList.c:205:6: style: Variable 'nid' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/ChooseList.c:211:6: style: Variable 'nid' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/ChooseList.c:218:6: style: Variable 'nid' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/ChooseList.c:225:6: style: Variable 'nid' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/ChooseList.c:241:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/ChooseList.c:387:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/FilterCreate.c:362:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable no_grab [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XFilter/src/FilterCreate.c:400:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable no_grab [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XFilter/src/FilterCreate.c:674:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WindowBackground [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XFilter/src/FilterCreate.c:986:59: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NO_PARENT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XFilter/src/FilterCreate.c:1217:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable action_HelpHelp [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XFilter/src/FilterCreate.c:356:25: style: Local variable 'G' shadows outer variable [shadowVariable] 23FEBpl1.0/gui/XFilter/src/FilterCreate.c:57:22: note: Shadowed declaration 23FEBpl1.0/gui/XFilter/src/FilterCreate.c:356:25: note: Shadow variable 23FEBpl1.0/gui/XFilter/src/FilterCreate.c:178:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/FilterCreate.c:197:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/FilterCreate.c:215:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/FilterCreate.c:235:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/FilterCreate.c:252:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/FilterCreate.c:291:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/FilterCreate.c:308:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/FilterCreate.c:347:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/FilterCreate.c:372:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/FilterCreate.c:387:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/FilterCreate.c:409:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/FilterCreate.c:426:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/FilterCreate.c:441:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/FilterCreate.c:458:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/FilterCreate.c:497:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/FilterCreate.c:514:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/FilterCreate.c:553:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/FilterCreate.c:570:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/FilterCreate.c:610:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/FilterCreate.c:627:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/FilterCreate.c:1192:27: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/FilterCreate.c:183:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/FilterCreate.c:202:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/FilterCreate.c:220:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/FilterCreate.c:240:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/FilterCreate.c:257:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/FilterCreate.c:296:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/FilterCreate.c:313:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/FilterCreate.c:352:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/FilterCreate.c:377:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/FilterCreate.c:392:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/FilterCreate.c:414:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/FilterCreate.c:431:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/FilterCreate.c:446:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/FilterCreate.c:463:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/FilterCreate.c:502:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/FilterCreate.c:519:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/FilterCreate.c:558:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/FilterCreate.c:575:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/FilterCreate.c:615:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/FilterCreate.c:632:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/FilterCreate.c:1194:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/HelpFShell.c:146:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ButtonBackground [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XFilter/src/HelpFShell.c:226:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NO_PARENT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XFilter/src/HelpFShell.c:104:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/HelpFShell.c:121:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/HelpFShell.c:275:27: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/HelpFShell.c:109:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/HelpFShell.c:126:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/HelpFShell.c:277:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/CloudyModel.c:1366:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable no_grab [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XFilter/src/CloudyModel.c:1983:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TextFont [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XFilter/src/CloudyModel.c:2899:57: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NO_PARENT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XFilter/src/CloudyModel.c:3472:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable action_ClearShortCM [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XFilter/src/LeaksShell.c:123:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ButtonBackground [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XFilter/src/LeaksShell.c:191:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NO_PARENT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XFilter/src/LeaksShell.c:97:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/LeaksShell.c:234:27: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/LeaksShell.c:102:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/LeaksShell.c:236:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/BruzualModel.c:1095:6: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf] 23FEBpl1.0/gui/XFilter/src/BruzualModel.c:1465:6: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf] 23FEBpl1.0/gui/XFilter/src/MainFilt.c:340:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XFilter/src/MainFilt.c:373:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XFilter/src/MainFilt.c:407:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XFilter/src/MainFilt.c:448:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XFilter/src/MainFilt.c:479:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XFilter/src/MainFilt.c:514:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XFilter/src/MainFilt.c:540:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XFilter/src/MainFilt.c:563:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XFilter/src/MainFilt.c:586:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XFilter/src/MainFilt.c:637:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XFilter/src/MainFilt.c:672:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XFilter/src/MainFilt.c:698:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XFilter/src/MainFilt.c:754:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable no_grab [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XFilter/src/MainFilt.c:775:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable no_grab [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XFilter/src/MainFilt.c:886:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XFilter/src/MainFilt.c:920:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XFilter/src/MainFilt.c:962:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XFilter/src/MainFilt.c:1018:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XFilter/src/MainFilt.c:1049:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XFilter/src/MainFilt.c:1071:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XFilter/src/MainFilt.c:1131:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable no_grab [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XFilter/src/MainFilt.c:1275:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XmSTRING_DEFAULT_CHARSET [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XFilter/src/MainFilt.c:1341:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WindowBackground [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XFilter/src/MainFilt.c:1711:57: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NO_PARENT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XFilter/src/MainFilt.c:2141:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable swidget [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XFilter/src/MainFilt.c:2190:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable action_ClearShort [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XFilter/src/BruzualModel.c:278:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/BruzualModel.c:298:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/BruzualModel.c:315:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/BruzualModel.c:332:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/BruzualModel.c:358:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/BruzualModel.c:386:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/BruzualModel.c:404:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/BruzualModel.c:422:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/BruzualModel.c:441:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/BruzualModel.c:460:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/BruzualModel.c:477:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/BruzualModel.c:494:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/BruzualModel.c:531:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/BruzualModel.c:548:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/BruzualModel.c:587:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/BruzualModel.c:604:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/BruzualModel.c:641:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/BruzualModel.c:658:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/BruzualModel.c:699:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/BruzualModel.c:719:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/BruzualModel.c:801:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/BruzualModel.c:818:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/BruzualModel.c:856:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/BruzualModel.c:885:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/BruzualModel.c:914:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/BruzualModel.c:942:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/BruzualModel.c:971:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/BruzualModel.c:995:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/BruzualModel.c:1044:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/BruzualModel.c:1061:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/BruzualModel.c:1081:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/BruzualModel.c:1123:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/BruzualModel.c:1141:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/BruzualModel.c:1159:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/BruzualModel.c:1177:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/BruzualModel.c:1195:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/BruzualModel.c:1213:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/BruzualModel.c:1231:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/BruzualModel.c:1249:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/BruzualModel.c:1267:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/BruzualModel.c:1293:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/BruzualModel.c:1319:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/BruzualModel.c:1336:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/BruzualModel.c:1353:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/BruzualModel.c:1391:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/BruzualModel.c:1413:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/BruzualModel.c:1434:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/BruzualModel.c:1453:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/BruzualModel.c:1483:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/BruzualModel.c:1507:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/BruzualModel.c:1524:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/BruzualModel.c:2657:27: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/BruzualModel.c:283:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/BruzualModel.c:303:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/BruzualModel.c:320:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/BruzualModel.c:337:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/BruzualModel.c:363:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/BruzualModel.c:391:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/BruzualModel.c:409:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/BruzualModel.c:427:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/BruzualModel.c:446:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/BruzualModel.c:465:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/BruzualModel.c:482:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/BruzualModel.c:499:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/BruzualModel.c:536:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/BruzualModel.c:553:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/BruzualModel.c:592:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/BruzualModel.c:609:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/BruzualModel.c:646:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/BruzualModel.c:663:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/BruzualModel.c:704:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/BruzualModel.c:724:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/BruzualModel.c:806:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/BruzualModel.c:823:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/BruzualModel.c:861:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/BruzualModel.c:890:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/BruzualModel.c:919:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/BruzualModel.c:947:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/BruzualModel.c:976:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/BruzualModel.c:1000:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/BruzualModel.c:1049:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/BruzualModel.c:1066:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/BruzualModel.c:1086:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/BruzualModel.c:1128:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/BruzualModel.c:1146:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/BruzualModel.c:1164:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/BruzualModel.c:1182:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/BruzualModel.c:1200:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/BruzualModel.c:1218:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/BruzualModel.c:1236:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/BruzualModel.c:1254:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/BruzualModel.c:1272:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/BruzualModel.c:1298:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/BruzualModel.c:1324:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/BruzualModel.c:1341:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/BruzualModel.c:1358:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/BruzualModel.c:1396:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/BruzualModel.c:1418:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/BruzualModel.c:1439:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/BruzualModel.c:1458:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/BruzualModel.c:1488:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/BruzualModel.c:1512:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/BruzualModel.c:1529:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/BruzualModel.c:2659:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/MainFilt.c:270:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/MainFilt.c:290:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/MainFilt.c:307:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/MainFilt.c:326:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/MainFilt.c:359:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/MainFilt.c:393:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/MainFilt.c:433:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/MainFilt.c:464:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/MainFilt.c:499:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/MainFilt.c:530:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/MainFilt.c:553:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/MainFilt.c:576:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/MainFilt.c:599:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/MainFilt.c:623:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/MainFilt.c:660:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/MainFilt.c:686:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/MainFilt.c:711:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/MainFilt.c:736:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/MainFilt.c:763:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/MainFilt.c:783:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/MainFilt.c:804:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/MainFilt.c:821:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/MainFilt.c:838:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/MainFilt.c:857:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/MainFilt.c:874:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/MainFilt.c:904:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/MainFilt.c:940:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/MainFilt.c:995:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/MainFilt.c:1039:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/MainFilt.c:1061:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/MainFilt.c:1084:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/MainFilt.c:1106:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/MainFilt.c:1123:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/MainFilt.c:1141:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/MainFilt.c:1159:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/MainFilt.c:1179:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/MainFilt.c:1198:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/MainFilt.c:1216:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/MainFilt.c:1235:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/MainFilt.c:1255:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/MainFilt.c:2135:27: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/MainFilt.c:275:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/MainFilt.c:295:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/MainFilt.c:312:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/MainFilt.c:331:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/MainFilt.c:364:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/MainFilt.c:398:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/MainFilt.c:438:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/MainFilt.c:469:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/MainFilt.c:504:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/MainFilt.c:535:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/MainFilt.c:558:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/MainFilt.c:581:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/MainFilt.c:604:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/MainFilt.c:628:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/MainFilt.c:665:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/MainFilt.c:691:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/MainFilt.c:716:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/MainFilt.c:741:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/MainFilt.c:768:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/MainFilt.c:788:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/MainFilt.c:809:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/MainFilt.c:826:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/MainFilt.c:843:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/MainFilt.c:862:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/MainFilt.c:879:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/MainFilt.c:909:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/MainFilt.c:945:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/MainFilt.c:1000:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/MainFilt.c:1044:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/MainFilt.c:1066:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/MainFilt.c:1089:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/MainFilt.c:1111:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/MainFilt.c:1128:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/MainFilt.c:1146:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/MainFilt.c:1164:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/MainFilt.c:1184:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/MainFilt.c:1203:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/MainFilt.c:1221:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/MainFilt.c:1240:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/MainFilt.c:1260:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/MainFilt.c:2137:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/NewsShell.c:147:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ButtonBackground [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XFilter/src/NewsShell.c:226:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NO_PARENT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XFilter/src/NewsShell.c:104:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/NewsShell.c:123:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/NewsShell.c:275:27: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/NewsShell.c:109:33: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/NewsShell.c:128:33: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/NewsShell.c:277:33: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/ModelShell.c:467:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable no_grab [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XFilter/src/ModelShell.c:489:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable no_grab [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XFilter/src/ModelShell.c:511:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MOD_spectrum [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XFilter/src/ModelShell.c:554:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MOD_spectrum [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XFilter/src/ModelShell.c:664:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable no_grab [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XFilter/src/ModelShell.c:688:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XFilter/src/ModelShell.c:731:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XFilter/src/ModelShell.c:795:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable no_grab [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XFilter/src/ModelShell.c:821:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable no_grab [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XFilter/src/ModelShell.c:846:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable no_grab [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XFilter/src/ModelShell.c:1154:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MOD_FilterNUMBER [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XFilter/src/ModelShell.c:1175:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MOD_FilterNUMBER [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XFilter/src/ModelShell.c:1235:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable no_grab [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XFilter/src/ModelShell.c:1257:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable no_grab [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XFilter/src/ModelShell.c:1410:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable no_grab [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XFilter/src/ModelShell.c:1446:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable no_grab [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XFilter/src/ModelShell.c:1470:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable no_grab [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XFilter/src/ModelShell.c:1507:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable no_grab [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XFilter/src/ModelShell.c:1525:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XFilter/src/ModelShell.c:1548:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XFilter/src/ModelShell.c:1571:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XFilter/src/ModelShell.c:1622:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XFilter/src/ModelShell.c:1657:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XFilter/src/ModelShell.c:1691:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XFilter/src/ModelShell.c:1721:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XFilter/src/ModelShell.c:1743:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XFilter/src/ModelShell.c:2224:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WindowBackground [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XFilter/src/ModelShell.c:3381:55: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NO_PARENT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XFilter/src/ModelShell.c:4058:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable action_ClearShortTM [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XFilter/src/WaveBShell.c:321:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WindowBackground [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XFilter/src/WaveBShell.c:491:55: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NO_PARENT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XFilter/src/CloudyModel.c:1419:10: style: The comparison 'isfr == 1' is always true. [knownConditionTrueFalse] 23FEBpl1.0/gui/XFilter/src/CloudyModel.c:1417:13: note: 'isfr' is assigned value '1' here. 23FEBpl1.0/gui/XFilter/src/CloudyModel.c:1419:10: note: The comparison 'isfr == 1' is always true. 23FEBpl1.0/gui/XFilter/src/CloudyModel.c:318:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/CloudyModel.c:337:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/CloudyModel.c:354:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/CloudyModel.c:373:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/CloudyModel.c:391:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/CloudyModel.c:409:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/CloudyModel.c:427:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/CloudyModel.c:444:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/CloudyModel.c:461:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/CloudyModel.c:489:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/CloudyModel.c:506:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/CloudyModel.c:534:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/CloudyModel.c:549:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/CloudyModel.c:564:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/CloudyModel.c:579:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/CloudyModel.c:594:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/CloudyModel.c:609:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/CloudyModel.c:624:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/CloudyModel.c:639:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/CloudyModel.c:658:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/CloudyModel.c:692:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/CloudyModel.c:730:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/CloudyModel.c:767:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/CloudyModel.c:804:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/CloudyModel.c:841:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/CloudyModel.c:878:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/CloudyModel.c:914:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/CloudyModel.c:950:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/CloudyModel.c:986:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/CloudyModel.c:1023:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/CloudyModel.c:1060:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/CloudyModel.c:1097:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/CloudyModel.c:1134:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/CloudyModel.c:1170:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/CloudyModel.c:1195:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/CloudyModel.c:1220:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/CloudyModel.c:1245:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/CloudyModel.c:1270:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/CloudyModel.c:1295:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/CloudyModel.c:1320:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/CloudyModel.c:1337:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/CloudyModel.c:1354:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/CloudyModel.c:1376:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/CloudyModel.c:1393:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/CloudyModel.c:1408:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/CloudyModel.c:1435:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/CloudyModel.c:1515:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/CloudyModel.c:1530:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/CloudyModel.c:1545:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/CloudyModel.c:1560:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/CloudyModel.c:1575:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/CloudyModel.c:1594:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/CloudyModel.c:1623:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/CloudyModel.c:1642:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/CloudyModel.c:1671:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/CloudyModel.c:1689:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/CloudyModel.c:1717:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/CloudyModel.c:1735:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/CloudyModel.c:1765:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/CloudyModel.c:1783:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/CloudyModel.c:1812:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/CloudyModel.c:1831:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/CloudyModel.c:1858:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/CloudyModel.c:1877:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/CloudyModel.c:1904:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/CloudyModel.c:1922:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/CloudyModel.c:1940:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/CloudyModel.c:1957:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/CloudyModel.c:3447:27: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/WaveBShell.c:131:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/WaveBShell.c:152:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/WaveBShell.c:169:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/WaveBShell.c:206:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/WaveBShell.c:243:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/WaveBShell.c:278:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/WaveBShell.c:583:27: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/WaveBShell.c:136:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/WaveBShell.c:157:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/WaveBShell.c:174:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/WaveBShell.c:211:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/WaveBShell.c:248:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/WaveBShell.c:283:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/WaveBShell.c:585:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/CloudyModel.c:323:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/CloudyModel.c:342:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/CloudyModel.c:359:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/CloudyModel.c:378:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/CloudyModel.c:396:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/CloudyModel.c:414:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/CloudyModel.c:432:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/CloudyModel.c:449:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/CloudyModel.c:466:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/CloudyModel.c:473:5: style: Variable 'nid' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/CloudyModel.c:494:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/CloudyModel.c:511:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/CloudyModel.c:518:5: style: Variable 'nid' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/CloudyModel.c:539:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/CloudyModel.c:554:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/CloudyModel.c:569:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/CloudyModel.c:584:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/CloudyModel.c:599:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/CloudyModel.c:614:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/CloudyModel.c:629:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/CloudyModel.c:644:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/CloudyModel.c:663:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/CloudyModel.c:697:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/CloudyModel.c:735:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/CloudyModel.c:772:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/CloudyModel.c:809:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/CloudyModel.c:846:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/CloudyModel.c:883:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/CloudyModel.c:919:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/CloudyModel.c:955:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/CloudyModel.c:991:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/CloudyModel.c:1028:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/CloudyModel.c:1065:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/CloudyModel.c:1102:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/CloudyModel.c:1139:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/CloudyModel.c:1175:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/CloudyModel.c:1200:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/CloudyModel.c:1225:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/CloudyModel.c:1250:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/CloudyModel.c:1275:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/CloudyModel.c:1300:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/CloudyModel.c:1325:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/CloudyModel.c:1342:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/CloudyModel.c:1359:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/CloudyModel.c:1381:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/CloudyModel.c:1398:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/CloudyModel.c:1413:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/CloudyModel.c:1440:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/CloudyModel.c:1520:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/CloudyModel.c:1535:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/CloudyModel.c:1550:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/CloudyModel.c:1565:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/CloudyModel.c:1580:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/CloudyModel.c:1599:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/CloudyModel.c:1607:5: style: Variable 'nid' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/CloudyModel.c:1628:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/CloudyModel.c:1647:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/CloudyModel.c:1676:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/CloudyModel.c:1694:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/CloudyModel.c:1722:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/CloudyModel.c:1740:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/CloudyModel.c:1770:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/CloudyModel.c:1788:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/WaveShell.c:237:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WindowBackground [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XFilter/src/CloudyModel.c:1817:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/WaveShell.c:361:53: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NO_PARENT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XFilter/src/CloudyModel.c:1836:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/CloudyModel.c:1843:5: style: Variable 'nid' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/CloudyModel.c:1863:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/CloudyModel.c:1882:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/CloudyModel.c:1889:5: style: Variable 'nid' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/CloudyModel.c:1909:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/CloudyModel.c:1927:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/CloudyModel.c:1945:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/CloudyModel.c:1962:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/CloudyModel.c:3449:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/WaveShell.c:123:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/WaveShell.c:143:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/WaveShell.c:160:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/WaveShell.c:195:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/WaveShell.c:439:27: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/WaveShell.c:128:33: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/WaveShell.c:148:33: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/WaveShell.c:165:33: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/WaveShell.c:200:33: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/WaveShell.c:441:33: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/XFilter.c:88:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable swidget [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XFilter/src/conv_photon.c:32:7: style: Parameter 'x' can be declared as const array [constParameter] 23FEBpl1.0/gui/XFilter/src/conv_photon.c:32:11: style: Parameter 'y' can be declared as const array [constParameter] 23FEBpl1.0/gui/XFilter/src/aglgraph.c:371:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XFilter/src/aglgraph.c:411:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XFilter/src/aglgraph.c:451:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XFilter/src/aglgraph.c:566:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XFilter/src/aglgraph.c:622:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XFilter/src/aglgraph.c:743:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable F_I_MODE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XFilter/src/aglgraph.c:796:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XFilter/src/aglgraph.c:856:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DEV_ERASE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XFilter/src/aglgraph.c:933:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XFilter/src/aglgraph.c:958:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XFilter/src/aglgraph.c:968:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XFilter/src/aglgraph.c:978:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XFilter/src/aglgraph.c:1100:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XFilter/src/aglgraph.c:1164:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XFilter/src/aglgraph.c:1226:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XFilter/src/aglgraph.c:1319:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XFilter/src/create_bbody.c:92:33: style: Expression 'exp(x) - 1' can be replaced by 'expm1(x)' to avoid loss of precision. [unpreciseMathCall] 23FEBpl1.0/gui/XFilter/src/def_inst.c:64:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XFilter/src/def_inst.c:134:18: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf] 23FEBpl1.0/gui/XFilter/src/def_inst.c:141:25: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf] 23FEBpl1.0/gui/XFilter/src/def_inst.c:148:25: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf] 23FEBpl1.0/gui/XFilter/src/def_inst.c:155:25: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf] 23FEBpl1.0/gui/XFilter/src/def_inst.c:162:25: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf] 23FEBpl1.0/gui/XFilter/src/def_inst.c:169:25: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf] 23FEBpl1.0/gui/XFilter/src/def_inst.c:176:25: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf] 23FEBpl1.0/gui/XFilter/src/def_inst.c:183:25: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf] 23FEBpl1.0/gui/XFilter/src/def_inst.c:190:25: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf] 23FEBpl1.0/gui/XFilter/src/def_inst.c:197:25: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf] 23FEBpl1.0/gui/XFilter/src/def_inst.c:68:27: warning: Either the condition 'dirdata==NULL' is redundant or there is possible null pointer dereference: dirdata. [nullPointerRedundantCheck] 23FEBpl1.0/gui/XFilter/src/def_inst.c:63:12: note: Assuming that condition 'dirdata==NULL' is not redundant 23FEBpl1.0/gui/XFilter/src/def_inst.c:68:27: note: Null pointer dereference 23FEBpl1.0/gui/XFilter/src/def_inst.c:51:7: style: Parameter 'instname' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/gui/XFilter/src/def_inst.c:58:7: style: Variable 'dirdata' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/do_convo.c:72:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SPECMAX [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:1321:5: error: Resource leak: single [resourceLeak] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:1330:5: error: Resource leak: single [resourceLeak] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:1339:5: error: Resource leak: single [resourceLeak] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:1348:5: error: Resource leak: single [resourceLeak] 23FEBpl1.0/gui/XFilter/src/do_trans.c:81:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XFilter/src/do_trans.c:98:14: error: Expression 'yr[i]*=yr[i]*=interpol(xr[i],Xmir,Ymir,Nmir)' depends on order of evaluation of side effects [unknownEvaluationOrder] 23FEBpl1.0/gui/XFilter/src/init_filter.c:57:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XFilter/src/init_model.c:57:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XFilter/src/init_model.c:52:10: style: Variable 'dirdata' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/init_model.c:53:10: style: Variable 'defprinter' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/interpol.c:53:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XFilter/src/interpol.c:38:9: style: Parameter 'xx' can be declared as const array [constParameter] 23FEBpl1.0/gui/XFilter/src/interpol.c:38:14: style: Parameter 'yy' can be declared as const array [constParameter] 23FEBpl1.0/gui/XFilter/src/ModelShell.c:556:6: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf] 23FEBpl1.0/gui/XFilter/src/ModelShell.c:1403:25: style: Local variable 'G' shadows outer variable [shadowVariable] 23FEBpl1.0/gui/XFilter/src/ModelShell.c:59:22: note: Shadowed declaration 23FEBpl1.0/gui/XFilter/src/ModelShell.c:1403:25: note: Shadow variable 23FEBpl1.0/gui/XFilter/src/ModelShell.c:1463:25: style: Local variable 'G' shadows outer variable [shadowVariable] 23FEBpl1.0/gui/XFilter/src/ModelShell.c:59:22: note: Shadowed declaration 23FEBpl1.0/gui/XFilter/src/ModelShell.c:1463:25: note: Shadow variable 23FEBpl1.0/gui/XFilter/src/load_filt.c:65:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XFilter/src/ModelShell.c:383:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/ModelShell.c:403:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/ModelShell.c:420:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/ModelShell.c:437:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/ModelShell.c:446:8: style: Variable 'transdir' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/ModelShell.c:447:8: style: Variable 'hist' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/ModelShell.c:478:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/ModelShell.c:503:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/ModelShell.c:520:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/ModelShell.c:542:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/ModelShell.c:552:8: style: Variable 'filepath' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/ModelShell.c:600:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/ModelShell.c:619:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/ModelShell.c:637:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/ModelShell.c:655:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/ModelShell.c:673:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/ModelShell.c:712:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/ModelShell.c:720:8: style: Variable 'dir' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/ModelShell.c:743:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/ModelShell.c:762:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/ModelShell.c:779:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/ModelShell.c:787:8: style: Variable 'transdir' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/ModelShell.c:805:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/ModelShell.c:813:8: style: Variable 'transdir' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/ModelShell.c:830:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/ModelShell.c:838:8: style: Variable 'transdir' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/ModelShell.c:855:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/ModelShell.c:870:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/ModelShell.c:887:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/ModelShell.c:917:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/ModelShell.c:935:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/ModelShell.c:953:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/ModelShell.c:971:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/ModelShell.c:989:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/ModelShell.c:1007:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/ModelShell.c:1025:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/ModelShell.c:1043:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/ModelShell.c:1061:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/ModelShell.c:1079:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/ModelShell.c:1097:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/ModelShell.c:1115:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/ModelShell.c:1146:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/ModelShell.c:1163:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/ModelShell.c:1222:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/ModelShell.c:1246:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/ModelShell.c:1267:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/ModelShell.c:1285:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/ModelShell.c:1302:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/ModelShell.c:1320:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/ModelShell.c:1347:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/ModelShell.c:1364:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/ModelShell.c:1394:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/ModelShell.c:1420:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/ModelShell.c:1435:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/ModelShell.c:1454:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/ModelShell.c:1480:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/ModelShell.c:1495:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/ModelShell.c:1515:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/ModelShell.c:1538:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/ModelShell.c:1561:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/ModelShell.c:1584:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/ModelShell.c:1608:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/ModelShell.c:1645:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/ModelShell.c:1674:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/ModelShell.c:1711:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/ModelShell.c:1733:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/ModelShell.c:1756:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/ModelShell.c:1773:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/ModelShell.c:1789:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/ModelShell.c:1807:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/ModelShell.c:1834:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/ModelShell.c:1853:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/ModelShell.c:1870:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/ModelShell.c:1893:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/ModelShell.c:1916:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/ModelShell.c:1939:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/ModelShell.c:1962:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/ModelShell.c:1980:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/ModelShell.c:1998:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/ModelShell.c:2016:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/ModelShell.c:2033:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/ModelShell.c:2052:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/ModelShell.c:2070:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/ModelShell.c:2087:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/ModelShell.c:2104:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/ModelShell.c:2122:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/ModelShell.c:2139:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/ModelShell.c:2168:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/ModelShell.c:2185:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/ModelShell.c:4033:27: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/load_filt.c:69:1: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf] 23FEBpl1.0/gui/XFilter/src/load_mod.c:65:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XFilter/src/load_mod.c:76:1: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf] 23FEBpl1.0/gui/XFilter/src/load_mod.c:84:3: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf] 23FEBpl1.0/gui/XFilter/src/ModelShell.c:388:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/ModelShell.c:408:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/ModelShell.c:425:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/ModelShell.c:442:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/ModelShell.c:483:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/ModelShell.c:508:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/ModelShell.c:525:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/ModelShell.c:547:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/ModelShell.c:605:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/ModelShell.c:624:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/ModelShell.c:642:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/ModelShell.c:660:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/ModelShell.c:678:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/ModelShell.c:717:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/ModelShell.c:748:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/ModelShell.c:767:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/ModelShell.c:784:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/ModelShell.c:810:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/ModelShell.c:835:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/ModelShell.c:860:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/ModelShell.c:875:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/ModelShell.c:892:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/ModelShell.c:922:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/ModelShell.c:940:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/ModelShell.c:958:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/ModelShell.c:976:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/ModelShell.c:994:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/ModelShell.c:1012:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/ModelShell.c:1030:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/ModelShell.c:1048:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/ModelShell.c:1066:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/ModelShell.c:1084:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/ModelShell.c:1102:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/ModelShell.c:1120:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/ModelShell.c:1151:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/ModelShell.c:1168:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/ModelShell.c:1171:9: style: Variable 'nid' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/ModelShell.c:1227:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/ModelShell.c:1251:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/ModelShell.c:1272:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/ModelShell.c:1290:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/ModelShell.c:1307:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/ModelShell.c:1325:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/ModelShell.c:1352:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/ModelShell.c:1369:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/ModelShell.c:1399:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/ModelShell.c:1425:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/ModelShell.c:1440:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/ModelShell.c:1459:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/ModelShell.c:1485:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/ModelShell.c:1500:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/ModelShell.c:1520:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/ModelShell.c:1543:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/ModelShell.c:1566:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/ModelShell.c:1589:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/ModelShell.c:1613:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/ModelShell.c:1650:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/ModelShell.c:1679:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/ModelShell.c:1716:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/ModelShell.c:1738:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/ModelShell.c:1761:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/ModelShell.c:1778:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/ModelShell.c:1794:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/ModelShell.c:1812:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/ModelShell.c:1839:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/ModelShell.c:1858:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/ModelShell.c:1875:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/ModelShell.c:1898:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/ModelShell.c:1921:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/ModelShell.c:1944:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/ModelShell.c:1967:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/ModelShell.c:1985:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/ModelShell.c:2003:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/ModelShell.c:2021:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/ModelShell.c:2038:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/ModelShell.c:2057:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/ModelShell.c:2075:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/ModelShell.c:2092:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/ModelShell.c:2109:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/ModelShell.c:2127:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/ModelShell.c:2144:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/ModelShell.c:2173:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/ModelShell.c:2190:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/ModelShell.c:4035:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/misc.c:181:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable no_grab [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XFilter/src/misc.c:343:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAXLINE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XFilter/src/misc.c:375:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAXLINE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XFilter/src/misc.c:416:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XFilter/src/misc.c:448:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAXLINE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XFilter/src/misc.c:475:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAXLINE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XFilter/src/popup_flx.c:43:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable exclusive_grab [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XFilter/src/aglgraph.c:255:12: error: Buffer is accessed out of bounds: str [bufferAccessOutOfBounds] 23FEBpl1.0/gui/XFilter/src/aglgraph.c:303:12: error: Buffer is accessed out of bounds: str [bufferAccessOutOfBounds] 23FEBpl1.0/gui/XFilter/src/aglgraph.c:339:12: error: Buffer is accessed out of bounds: str [bufferAccessOutOfBounds] 23FEBpl1.0/gui/XFilter/src/aglgraph.c:379:12: error: Buffer is accessed out of bounds: str [bufferAccessOutOfBounds] 23FEBpl1.0/gui/XFilter/src/aglgraph.c:419:12: error: Buffer is accessed out of bounds: str [bufferAccessOutOfBounds] 23FEBpl1.0/gui/XFilter/src/aglgraph.c:459:12: error: Buffer is accessed out of bounds: str [bufferAccessOutOfBounds] 23FEBpl1.0/gui/XFilter/src/aglgraph.c:496:12: error: Buffer is accessed out of bounds: str [bufferAccessOutOfBounds] 23FEBpl1.0/gui/XFilter/src/aglgraph.c:1366:5: style: Variable 'ymi' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/gui/XFilter/src/aglgraph.c:1365:5: note: ymi is assigned 23FEBpl1.0/gui/XFilter/src/aglgraph.c:1366:5: note: ymi is overwritten 23FEBpl1.0/gui/XFilter/src/aglgraph.c:1368:5: style: Variable 'yma' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/gui/XFilter/src/aglgraph.c:1367:5: note: yma is assigned 23FEBpl1.0/gui/XFilter/src/aglgraph.c:1368:5: note: yma is overwritten 23FEBpl1.0/gui/XFilter/src/aglgraph.c:561:10: style: Variable 'dirdata' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/aglgraph.c:617:10: style: Variable 'dirdata' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/aglgraph.c:727:6: style: Parameter 'specname' can be declared as const array [constParameter] 23FEBpl1.0/gui/XFilter/src/aglgraph.c:728:6: style: Parameter 'filepath' can be declared as const array [constParameter] 23FEBpl1.0/gui/XFilter/src/aglgraph.c:788:6: style: Parameter 'sky' can be declared as const array [constParameter] 23FEBpl1.0/gui/XFilter/src/aglgraph.c:790:7: style: Variable 'dirdata' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/aglgraph.c:1115:5: style: Parameter 'f' can be declared as const array [constParameter] 23FEBpl1.0/gui/XFilter/src/aglgraph.c:1127:5: style: Parameter 'f' can be declared as const array [constParameter] 23FEBpl1.0/gui/XFilter/src/aglgraph.c:1139:5: style: Parameter 'f' can be declared as const array [constParameter] 23FEBpl1.0/gui/XFilter/src/aglgraph.c:698:65: warning: Uninitialized variable: rleak0 [uninitvar] 23FEBpl1.0/gui/XFilter/src/aglgraph.c:691:27: note: Assuming condition is false 23FEBpl1.0/gui/XFilter/src/aglgraph.c:698:65: note: Uninitialized variable: rleak0 23FEBpl1.0/gui/XFilter/src/aglgraph.c:699:13: warning: Uninitialized variable: rleak1 [uninitvar] 23FEBpl1.0/gui/XFilter/src/aglgraph.c:691:27: note: Assuming condition is false 23FEBpl1.0/gui/XFilter/src/aglgraph.c:699:13: note: Uninitialized variable: rleak1 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:1484:16: style: Local variable 'Widget_managed' shadows outer variable [shadowVariable] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:65:15: note: Shadowed declaration 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:1484:16: note: Shadow variable 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:1790:17: style: Local variable 'Widget_managed' shadows outer variable [shadowVariable] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:65:15: note: Shadowed declaration 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:1790:17: note: Shadow variable 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:1904:17: style: Local variable 'Widget_managed' shadows outer variable [shadowVariable] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:65:15: note: Shadowed declaration 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:1904:17: note: Shadow variable 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:2015:17: style: Local variable 'Widget_managed' shadows outer variable [shadowVariable] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:65:15: note: Shadowed declaration 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:2015:17: note: Shadow variable 23FEBpl1.0/gui/XFilter/src/random.c:197:3: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg] 23FEBpl1.0/gui/XFilter/src/random.c:197:4: style: Variable 'a' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:694:12: style: Parameter 'p_UxNumParams' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:697:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:880:12: style: Parameter 'p_UxNumParams' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:883:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:945:12: style: Parameter 'p_UxNumParams' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:948:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:1131:12: style: Parameter 'p_UxNumParams' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:1134:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:1157:12: style: Parameter 'p_UxNumParams' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:1160:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:1367:12: style: Parameter 'p_UxNumParams' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:1370:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:1449:12: style: Parameter 'p_UxNumParams' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:1452:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:1469:12: style: Parameter 'p_UxNumParams' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:1472:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:1774:12: style: Parameter 'p_UxNumParams' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:1777:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:1890:12: style: Parameter 'p_UxNumParams' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:1893:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:2004:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:2082:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:2099:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:2116:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:2133:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:2150:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:2167:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:2184:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:2216:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:2233:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:2250:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:2267:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:2285:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:2302:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:2334:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:2351:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:2368:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:2400:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:2432:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:2449:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:2481:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:2542:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:2559:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:2576:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:2608:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:2640:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:2672:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:2689:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:2706:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:2723:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:2740:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:2758:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:2790:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:2807:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:2832:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:2879:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:2925:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:2956:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:3006:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:3023:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:3048:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:3065:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:3082:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:3099:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:3116:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:3133:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:3150:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:3167:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:3184:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:3201:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:3218:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:3235:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:3257:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:3284:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:3310:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:3336:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:3362:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:3379:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:3396:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:3413:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:3430:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:3447:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:3464:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:3481:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:3498:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:3515:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:3532:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:3549:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:3566:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:3583:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:3600:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:3617:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:3634:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:3666:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:3683:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:3700:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:3717:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:3734:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:3779:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:3800:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:3821:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:3836:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:3857:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:3878:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:3893:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:3908:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:3923:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:3944:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:3965:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:3986:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:4007:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:4028:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:4049:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:4064:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:4079:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:4094:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:4109:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:8839:27: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/read_ccdchar.c:63:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CCDMAX [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XFilter/src/read_ccdchar.c:79:36: warning: Either the condition 'dirdata==NULL' is redundant or there is possible null pointer dereference: dirdata. [nullPointerRedundantCheck] 23FEBpl1.0/gui/XFilter/src/read_ccdchar.c:75:12: note: Assuming that condition 'dirdata==NULL' is not redundant 23FEBpl1.0/gui/XFilter/src/read_ccdchar.c:79:36: note: Null pointer dereference 23FEBpl1.0/gui/XFilter/src/read_ccdchar.c:72:10: style: Variable 'dirdata' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XFilter/src/read_filtchar.c:65:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XFilter/src/read_filtchar.c:117:1: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf] 23FEBpl1.0/gui/XFilter/src/read_filtchar.c:67:39: warning: Either the condition 'dirdata==NULL' is redundant or there is possible null pointer dereference: dirdata. [nullPointerRedundantCheck] 23FEBpl1.0/gui/XFilter/src/read_filtchar.c:64:12: note: Assuming that condition 'dirdata==NULL' is not redundant 23FEBpl1.0/gui/XFilter/src/read_filtchar.c:67:39: note: Null pointer dereference 23FEBpl1.0/gui/XFilter/src/read_filtchar.c:61:10: style: Variable 'dirdata' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:934:9: error: Uninitialized variable: single [legacyUninitvar] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:1120:9: error: Uninitialized variable: single [legacyUninitvar] 23FEBpl1.0/gui/XFilter/src/read.c:37:6: style: Parameter 'mot' can be declared as const array [constParameter] 23FEBpl1.0/gui/XFilter/src/read.c:50:6: style: Parameter 'mot' can be declared as const array [constParameter] 23FEBpl1.0/gui/XFilter/src/s_eso.c:44:6: style: Parameter 'word' can be declared as const array [constParameter] 23FEBpl1.0/gui/XFilter/src/s_eso.c:56:6: style: Parameter 'word' can be declared as const array [constParameter] 23FEBpl1.0/gui/XFilter/src/read_trans.c:101:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npmax [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XFilter/src/read_trans.c:169:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npmax [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:696:24: style: Variable 'UxNumParams' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:702:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:726:12: style: Variable 'kdelta' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:731:12: style: Variable 'kdelta' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:716:18: style: Unused variable: cd [unusedVariable] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:717:37: style: Unused variable: kval [unusedVariable] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:882:24: style: Variable 'UxNumParams' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:888:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:947:24: style: Variable 'UxNumParams' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:953:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:1133:24: style: Variable 'UxNumParams' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:1139:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:1159:24: style: Variable 'UxNumParams' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:1165:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:1179:18: style: Unused variable: cd [unusedVariable] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:1180:12: style: Unused variable: szx [unusedVariable] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:1180:17: style: Unused variable: szy [unusedVariable] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:1369:24: style: Variable 'UxNumParams' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:1375:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:1451:24: style: Variable 'UxNumParams' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:1457:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:1471:12: style: Variable 'UxNumParams' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:1776:24: style: Variable 'UxNumParams' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:1782:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:1892:24: style: Variable 'UxNumParams' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:1898:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:2009:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:2087:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:2104:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:2121:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:2138:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:2155:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:2172:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:2189:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:2221:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:2238:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:2255:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:2272:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:2290:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:2307:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:2339:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:2356:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:2373:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:2405:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:2437:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:2454:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/search.c:114:0: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:2486:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/search.c:154:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FMAX [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XFilter/src/search.c:220:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FMAX [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XFilter/src/search.c:262:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FMAX [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XFilter/src/search.c:327:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FMAX [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XFilter/src/search.c:371:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FMAX [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:2547:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:2564:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:2581:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:2613:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:2645:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:2677:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:2694:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:2711:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:2728:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:2745:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:2763:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:2795:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:2812:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:2837:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:2884:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:2930:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:2961:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:3011:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:3028:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:3053:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:3070:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:3087:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:3104:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:3121:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:3138:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:3155:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:3172:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:3189:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:3206:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:3223:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:3240:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:3262:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:3289:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:3315:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:3341:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:3367:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:3384:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:3401:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:3418:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:3435:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:3452:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:3469:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:3486:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:3503:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:3520:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:3537:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:3554:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:3571:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:3588:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:3605:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:3622:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:3639:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:3671:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:3688:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:3705:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:3722:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:3739:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:3784:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:3805:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:3826:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:3841:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:3862:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:3883:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:3898:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:3913:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:3928:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:3949:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:3970:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:3991:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:4012:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:4033:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:4054:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:4069:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/misc.c:340:7: style: Parameter 'key' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:4084:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/misc.c:399:7: style: Parameter 'key' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:4099:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/misc.c:446:14: style: Parameter 'ext' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/gui/XFilter/src/misc.c:180:11: error: Uninitialized variable: s[0] [legacyUninitvar] 23FEBpl1.0/gui/XFilter/src/misc.c:208:11: error: Uninitialized variable: s[0] [legacyUninitvar] 23FEBpl1.0/gui/XFilter/src/misc.c:246:11: error: Uninitialized variable: s[0] [legacyUninitvar] 23FEBpl1.0/gui/XFilter/src/misc.c:315:11: error: Uninitialized variable: s[0] [legacyUninitvar] 23FEBpl1.0/gui/XFilter/src/misc.c:332:11: error: Uninitialized variable: s[0] [legacyUninitvar] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:4114:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XDisplay/src/ApplicWindow.c:8841:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/set_bbody.c:64:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable no_grab [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XFilter/src/read_trans.c:67:28: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf] 23FEBpl1.0/gui/XFilter/src/read_trans.c:142:28: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf] 23FEBpl1.0/gui/XFilter/src/read_trans.c:46:6: style: Parameter 'file' can be declared as const array [constParameter] 23FEBpl1.0/gui/XFilter/src/read_trans.c:124:6: style: Parameter 'file' can be declared as const array [constParameter] 23FEBpl1.0/gui/XFilter/src/read_trans.c:108:12: style: Variable 'ymax' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XFilter/src/set_grism.c:58:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XFilter/src/set_model.c:212:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable no_grab [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XFilter/src/set_grism.c:54:10: style: Variable 'dirdata' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XHelp/src/XHelp.c:95:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable swidget [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XHelp/src/XHelp.c:170:11: style: Parameter 's2' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/gui/XHelp/src/comm_monit.c:184:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LOCAL [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XHelp/src/comm_monit.c:123:9: style: Variable 'mid_work' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XHelp/src/comm_monit.c:123:20: style: Variable 'dazunit' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XHelp/src/comm_monit.c:85:17: style: Variable 'num_char' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XHelp/src/transientShell2.c:191:58: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UxDisplay [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XHelp/src/transientShell2.c:421:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WindowBackground [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XHelp/src/transientShell2.c:561:63: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NO_PARENT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XHelp/src/transientShell2.c:733:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable action_HInit [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XHelp/src/ApplicWindow.c:227:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XmString [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XHelp/src/ApplicWindow.c:382:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XmHIGHLIGHT_NORMAL [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XHelp/src/ApplicWindow.c:489:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XmNselectionArray [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XHelp/src/ApplicWindow.c:518:53: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XHelp/src/ApplicWindow.c:588:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UxDisplay [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XHelp/src/ApplicWindow.c:652:58: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UxDisplay [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XHelp/src/ApplicWindow.c:700:58: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UxDisplay [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XHelp/src/ApplicWindow.c:739:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable no_grab [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XHelp/src/ApplicWindow.c:1065:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable no_grab [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XHelp/src/ApplicWindow.c:1086:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable no_grab [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XHelp/src/ApplicWindow.c:1158:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable no_grab [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XHelp/src/ApplicWindow.c:1185:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable no_grab [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XHelp/src/ApplicWindow.c:1277:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WindowBackground [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XHelp/src/ApplicWindow.c:1596:59: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NO_PARENT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XHelp/src/ApplicWindow.c:1970:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable action_HInit [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XHelp/src/transientShell2.c:383:23: warning: Either the condition '(fpin=(FILE*)popen(command,"r"))==NULL' is redundant or there is possible null pointer dereference: fpin. [nullPointerRedundantCheck] 23FEBpl1.0/gui/XHelp/src/transientShell2.c:379:42: note: Assuming that condition '(fpin=(FILE*)popen(command,"r"))==NULL' is not redundant 23FEBpl1.0/gui/XHelp/src/transientShell2.c:383:23: note: Null pointer dereference 23FEBpl1.0/gui/XHelp/src/transientShell2.c:132:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XHelp/src/transientShell2.c:151:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XHelp/src/transientShell2.c:172:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XHelp/src/transientShell2.c:208:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XHelp/src/transientShell2.c:228:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XHelp/src/transientShell2.c:245:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XHelp/src/transientShell2.c:262:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XHelp/src/transientShell2.c:279:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XHelp/src/transientShell2.c:296:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XHelp/src/transientShell2.c:322:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XHelp/src/transientShell2.c:339:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XHelp/src/transientShell2.c:359:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XHelp/src/transientShell2.c:705:27: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XHelp/src/transientShell2.c:137:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XHelp/src/transientShell2.c:156:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XHelp/src/transientShell2.c:177:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XHelp/src/transientShell2.c:213:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XHelp/src/transientShell2.c:233:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XHelp/src/transientShell2.c:250:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XHelp/src/transientShell2.c:267:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XHelp/src/transientShell2.c:284:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XHelp/src/transientShell2.c:301:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XHelp/src/transientShell2.c:327:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XHelp/src/transientShell2.c:344:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XHelp/src/transientShell2.c:364:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XHelp/src/transientShell2.c:375:11: style: Variable 'pos' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XHelp/src/transientShell2.c:707:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XHelp/src/transientShell3.c:270:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WindowBackground [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XHelp/src/transientShell3.c:366:63: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NO_PARENT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XHelp/src/transientShell3.c:503:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable action_WriteHelp [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XHelp/src/transientShell1.c:568:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XHelp/src/transientShell1.c:780:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable exclusive_grab [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XHelp/src/transientShell1.c:967:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WindowBackground [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XHelp/src/transientShell1.c:1599:63: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NO_PARENT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XHelp/src/transientShell1.c:2098:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable action_HInit [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XHelp/src/transientShell4.c:245:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WindowBackground [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XHelp/src/transientShell4.c:323:63: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NO_PARENT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XHelp/src/transientShell4.c:440:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable action_WriteHelp [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XFilter/src/search.c:98:8: warning: Either the condition 'out!=(FILE*)0' is redundant or there is possible null pointer dereference: out. [nullPointerRedundantCheck] 23FEBpl1.0/gui/XFilter/src/search.c:94:9: note: Assuming that condition 'out!=(FILE*)0' is not redundant 23FEBpl1.0/gui/XFilter/src/search.c:98:8: note: Null pointer dereference 23FEBpl1.0/gui/XFilter/src/search.c:85:7: style: Parameter 'list' can be declared as const array [constParameter] 23FEBpl1.0/gui/XFilter/src/search.c:86:6: style: Parameter 'name' can be declared as const array [constParameter] 23FEBpl1.0/gui/XFilter/src/search.c:368:7: style: Parameter 'instrument' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/gui/XHelp/src/transientShell3.c:148:14: style: Local variable 'print_com' shadows outer variable [shadowVariable] 23FEBpl1.0/gui/XHelp/src/transientShell3.c:52:13: note: Shadowed declaration 23FEBpl1.0/gui/XHelp/src/transientShell3.c:148:14: note: Shadow variable 23FEBpl1.0/gui/XHelp/src/transientShell3.c:148:27: style: Local variable 'mid_mail' shadows outer variable [shadowVariable] 23FEBpl1.0/gui/XHelp/src/transientShell3.c:52:26: note: Shadowed declaration 23FEBpl1.0/gui/XHelp/src/transientShell3.c:148:27: note: Shadow variable 23FEBpl1.0/gui/XHelp/src/transientShell3.c:220:14: style: Local variable 'mid_mail' shadows outer variable [shadowVariable] 23FEBpl1.0/gui/XHelp/src/transientShell3.c:52:26: note: Shadowed declaration 23FEBpl1.0/gui/XHelp/src/transientShell3.c:220:14: note: Shadow variable 23FEBpl1.0/gui/XHelp/src/transientShell3.c:220:26: style: Local variable 'print_com' shadows outer variable [shadowVariable] 23FEBpl1.0/gui/XHelp/src/transientShell3.c:52:13: note: Shadowed declaration 23FEBpl1.0/gui/XHelp/src/transientShell3.c:220:26: note: Shadow variable 23FEBpl1.0/gui/XFilter/src/search.c:122:2: style: Variable 'i' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XHelp/src/transientShell3.c:117:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XHelp/src/transientShell3.c:140:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XHelp/src/transientShell3.c:161:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XHelp/src/transientShell3.c:178:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XHelp/src/transientShell3.c:195:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XHelp/src/transientShell3.c:212:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XHelp/src/transientShell3.c:235:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XHelp/src/transientShell3.c:478:27: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XHelp/src/transientShell3.c:122:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XHelp/src/transientShell3.c:145:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XHelp/src/transientShell3.c:166:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XHelp/src/transientShell3.c:183:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XHelp/src/transientShell3.c:200:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XHelp/src/transientShell3.c:217:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XHelp/src/transientShell3.c:240:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XHelp/src/transientShell3.c:480:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XHelp/src/transientShell5.c:157:58: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UxDisplay [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XHelp/src/transientShell5.c:278:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WindowBackground [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XHelp/src/transientShell5.c:333:63: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NO_PARENT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XHelp/src/transientShell5.c:430:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable action_WriteHelp [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XHelp/src/transientShell4.c:110:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XHelp/src/transientShell4.c:133:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XHelp/src/transientShell4.c:150:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XHelp/src/transientShell4.c:167:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XHelp/src/transientShell4.c:184:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XHelp/src/transientShell4.c:210:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XHelp/src/transientShell4.c:415:27: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XHelp/src/transientShell4.c:115:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XHelp/src/transientShell4.c:138:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XHelp/src/transientShell4.c:155:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XHelp/src/transientShell4.c:172:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XHelp/src/transientShell4.c:189:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XHelp/src/transientShell4.c:215:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XHelp/src/transientShell4.c:417:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XHelp/src/transientShell5.c:121:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XHelp/src/transientShell5.c:142:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XHelp/src/transientShell5.c:172:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XHelp/src/transientShell5.c:189:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XHelp/src/transientShell5.c:206:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XHelp/src/transientShell5.c:223:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XHelp/src/transientShell5.c:240:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XHelp/src/transientShell5.c:403:27: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XHelp/src/transientShell5.c:126:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XHelp/src/transientShell5.c:147:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XHelp/src/transientShell5.c:177:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XHelp/src/transientShell5.c:194:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XHelp/src/transientShell5.c:211:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XHelp/src/transientShell5.c:228:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XHelp/src/transientShell5.c:245:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XHelp/src/transientShell5.c:405:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XHelp/src/transientShell6.c:272:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WindowBackground [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XHelp/src/transientShell6.c:361:63: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NO_PARENT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XHelp/src/transientShell6.c:501:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable action_WriteHelp [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XHelp/src/transientShell6.c:108:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XHelp/src/transientShell6.c:131:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XHelp/src/transientShell6.c:148:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XHelp/src/transientShell6.c:165:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XHelp/src/transientShell6.c:182:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XHelp/src/transientShell6.c:201:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XHelp/src/transientShell6.c:218:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XHelp/src/transientShell6.c:237:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XHelp/src/transientShell6.c:476:27: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XHelp/src/transientShell6.c:113:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XHelp/src/transientShell6.c:136:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XHelp/src/transientShell6.c:153:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XHelp/src/transientShell6.c:170:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XHelp/src/transientShell6.c:187:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XHelp/src/transientShell6.c:206:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XHelp/src/transientShell6.c:223:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XHelp/src/transientShell6.c:242:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XHelp/src/transientShell6.c:478:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XIdent/src/ApplicWindow.c:412:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable C_SELINE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XIdent/src/ApplicWindow.c:451:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable C_SELINE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XIdent/src/ApplicWindow.c:496:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable C_SELINE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XIdent/src/ApplicWindow.c:546:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XmSTRING_DEFAULT_CHARSET [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XIdent/src/ApplicWindow.c:593:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ApplicBackground [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XIdent/src/ApplicWindow.c:778:59: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NO_PARENT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XIdent/src/ApplicWindow.c:954:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable swidget [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XIdent/src/ApplicWindow.c:978:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable action_ClearHelp [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XIdent/src/HelpShell.c:125:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ButtonBackground [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XIdent/src/HelpShell.c:203:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NO_PARENT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XIdent/src/HelpShell.c:99:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XIdent/src/HelpShell.c:248:27: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XIdent/src/HelpShell.c:104:33: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XIdent/src/HelpShell.c:250:33: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XIdent/src/XIdent.c:95:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable swidget [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XIdent/src/alloc.c:130:12: portability:inconclusive: Casting from double * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/gui/XIdent/src/alloc.c:132:15: portability:inconclusive: Casting from double * * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/gui/XIdent/src/alloc.c:140:15: portability:inconclusive: Casting from double * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/gui/XIdent/src/alloc.c:180:12: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/gui/XIdent/src/alloc.c:182:15: portability:inconclusive: Casting from float * * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/gui/XIdent/src/alloc.c:190:15: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/gui/XIdent/src/alloc.c:66:10: style: Variable 'v' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XIdent/src/alloc.c:116:13: style: Variable 'v' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XIdent/src/alloc.c:166:12: style: Variable 'v' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XIdent/src/alloc.c:216:11: style: Variable 'v' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XIdent/src/ApplicWindow.c:183:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XIdent/src/ApplicWindow.c:202:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XIdent/src/ApplicWindow.c:221:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XIdent/src/ApplicWindow.c:242:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XIdent/src/ApplicWindow.c:257:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XIdent/src/ApplicWindow.c:272:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XIdent/src/ApplicWindow.c:287:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XIdent/src/ApplicWindow.c:302:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XIdent/src/ApplicWindow.c:317:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XIdent/src/ApplicWindow.c:336:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XIdent/src/ApplicWindow.c:351:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XIdent/src/ApplicWindow.c:366:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XIdent/src/ApplicWindow.c:381:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XIdent/src/ApplicWindow.c:396:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XIdent/src/ApplicWindow.c:437:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XIdent/src/ApplicWindow.c:482:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XIdent/src/ApplicWindow.c:525:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XIdent/src/ApplicWindow.c:570:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XIdent/src/ApplicWindow.c:948:27: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XIdent/src/ApplicWindow.c:188:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XIdent/src/ApplicWindow.c:207:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XIdent/src/ApplicWindow.c:226:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XIdent/src/ApplicWindow.c:247:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XIdent/src/ApplicWindow.c:262:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XIdent/src/ApplicWindow.c:277:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XIdent/src/ApplicWindow.c:292:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XIdent/src/ApplicWindow.c:307:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XIdent/src/ApplicWindow.c:322:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XIdent/src/ApplicWindow.c:341:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XIdent/src/ApplicWindow.c:356:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XIdent/src/ApplicWindow.c:371:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XIdent/src/ApplicWindow.c:386:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XIdent/src/ApplicWindow.c:401:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XIdent/src/ApplicWindow.c:442:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XIdent/src/ApplicWindow.c:487:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XIdent/src/ApplicWindow.c:530:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XIdent/src/ApplicWindow.c:575:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XIdent/src/ApplicWindow.c:950:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XIdent/src/misc.c:89:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable no_grab [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XIdent/src/misc.c:98:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAXLINE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XIdent/src/applic.c:120:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Wrang [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XIdent/src/applic.c:135:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XIdent/src/applic.c:166:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XIdent/src/applic.c:233:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable VAL_INVALID [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XIdent/src/applic.c:272:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XIdent/src/applic.c:324:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XIdent/src/applic.c:352:68: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XIdent/src/applic.c:371:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAXLINE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XIdent/src/applic.c:416:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAXLINE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XIdent/src/applic.c:434:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAXDELTA [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XIdent/src/applic.c:478:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable D_R4_FORMAT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XIdent/src/applic.c:503:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NToAdd [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XIdent/src/applic.c:538:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable D_R4_FORMAT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XIdent/src/applic.c:552:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable BLUE_COLOR [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XIdent/src/applic.c:567:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XIdent/src/applic.c:583:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MID_BUT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XIdent/src/applic.c:591:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MID_BUT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XIdent/src/applic.c:599:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MID_BUT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XIdent/src/applic.c:620:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DEV_NO_ERASE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XIdent/src/misc.c:95:7: style: Parameter 'key' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/gui/XHelp/src/transientShell1.c:426:23: error: Allocation with XmTextGetString, strcpy doesn't release it. [leakNoVarFunctionCall] 23FEBpl1.0/gui/XHelp/src/transientShell1.c:428:17: error: Allocation with XmTextGetString, strcpy doesn't release it. [leakNoVarFunctionCall] 23FEBpl1.0/gui/XHelp/src/transientShell1.c:456:7: error: Allocation with XmTextGetString, fprintf doesn't release it. [leakNoVarFunctionCall] 23FEBpl1.0/gui/XHelp/src/transientShell1.c:510:7: error: Allocation with XmTextGetString, fprintf doesn't release it. [leakNoVarFunctionCall] 23FEBpl1.0/gui/XHelp/src/transientShell1.c:513:18: error: Allocation with XmTextGetString, fprintf doesn't release it. [leakNoVarFunctionCall] 23FEBpl1.0/gui/XHelp/src/transientShell1.c:517:7: error: Allocation with XmTextGetString, fprintf doesn't release it. [leakNoVarFunctionCall] 23FEBpl1.0/gui/XHelp/src/transientShell1.c:413:6: style: Parameter 'file' can be declared as const array [constParameter] 23FEBpl1.0/gui/XHelp/src/transientShell1.c:526:6: style: Parameter 'file' can be declared as const array [constParameter] 23FEBpl1.0/gui/XHelp/src/transientShell1.c:589:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XHelp/src/transientShell1.c:608:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XHelp/src/transientShell1.c:631:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XHelp/src/transientShell1.c:662:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XHelp/src/transientShell1.c:679:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XHelp/src/transientShell1.c:696:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XHelp/src/transientShell1.c:713:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XHelp/src/transientShell1.c:730:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XHelp/src/transientShell1.c:747:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XHelp/src/transientShell1.c:771:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XHelp/src/transientShell1.c:791:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XHelp/src/transientShell1.c:812:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XHelp/src/transientShell1.c:831:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XHelp/src/transientShell1.c:848:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XHelp/src/transientShell1.c:865:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XHelp/src/transientShell1.c:882:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XHelp/src/transientShell1.c:899:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XHelp/src/transientShell1.c:916:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XHelp/src/transientShell1.c:933:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XHelp/src/transientShell1.c:2073:27: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XHelp/src/transientShell1.c:594:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XHelp/src/transientShell1.c:613:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XHelp/src/transientShell1.c:636:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XHelp/src/transientShell1.c:667:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XHelp/src/transientShell1.c:684:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XHelp/src/transientShell1.c:701:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XHelp/src/transientShell1.c:718:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XHelp/src/transientShell1.c:735:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XHelp/src/transientShell1.c:752:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XHelp/src/transientShell1.c:776:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XHelp/src/transientShell1.c:796:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XHelp/src/transientShell1.c:817:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XHelp/src/transientShell1.c:836:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XHelp/src/transientShell1.c:853:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XHelp/src/transientShell1.c:870:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XHelp/src/transientShell1.c:887:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XHelp/src/transientShell1.c:904:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XHelp/src/transientShell1.c:921:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XHelp/src/transientShell1.c:938:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XHelp/src/transientShell1.c:2075:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XIdent/src/spgrap.c:123:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAXSTACK [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XIdent/src/spgrap.c:135:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XIdent/src/spgrap.c:144:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XIdent/src/spgrap.c:173:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XIdent/src/spgrap.c:202:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAXSTACK [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XIdent/src/spgrap.c:220:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAXIDENT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XIdent/src/spgrap.c:336:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAXDATA [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XIdent/src/spgrap.c:381:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DEV_NO_ERASE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XIdent/src/spgrap.c:406:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DEV_NO_ERASE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XIdent/src/spgrap.c:447:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DEV_NO_ERASE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XIdent/src/spgrap.c:491:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DEV_NO_ERASE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XIdent/src/spgrap.c:533:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DEV_NO_ERASE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XIdent/src/splib.c:76:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAXLINE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XIdent/src/splib.c:142:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAXION [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XIdent/src/splib.c:150:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XIrspec/src/CalibShell.c:256:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable K_BADPIX [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XIrspec/src/CalibShell.c:422:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TextFont [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XIrspec/src/CalibShell.c:735:57: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NO_PARENT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XIdent/src/splib.c:63:7: style: Parameter 'lincat' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/gui/XIdent/src/splib.c:64:5: style: Parameter 'wrang' can be declared as const array [constParameter] 23FEBpl1.0/gui/XIdent/src/splib.c:148:7: style: Parameter 'msg' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/gui/XIrspec/src/CalibShell.c:171:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XIrspec/src/CalibShell.c:188:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XIrspec/src/CalibShell.c:205:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XIrspec/src/CalibShell.c:222:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XIrspec/src/CalibShell.c:239:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XIrspec/src/CalibShell.c:268:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XIrspec/src/CalibShell.c:284:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XIrspec/src/CalibShell.c:300:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XIrspec/src/CalibShell.c:316:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XIrspec/src/CalibShell.c:332:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XIrspec/src/CalibShell.c:349:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XIrspec/src/CalibShell.c:366:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XIrspec/src/CalibShell.c:383:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XIrspec/src/CalibShell.c:399:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XIrspec/src/CalibShell.c:896:27: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XIrspec/src/CalibShell.c:176:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XIrspec/src/CalibShell.c:193:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XIrspec/src/CalibShell.c:210:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XIrspec/src/CalibShell.c:227:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XIrspec/src/CalibShell.c:244:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XIrspec/src/CalibShell.c:273:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XIrspec/src/CalibShell.c:289:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XIrspec/src/CalibShell.c:305:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XIrspec/src/CalibShell.c:321:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XIrspec/src/CalibShell.c:337:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XIrspec/src/CalibShell.c:354:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XIrspec/src/CalibShell.c:371:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XIrspec/src/CalibShell.c:388:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XIrspec/src/CalibShell.c:404:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XIrspec/src/CalibShell.c:898:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XIdent/src/spgrap.c:254:9: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/gui/XHelp/src/ApplicWindow.c:1128:21: error: Allocation with XmTextGetString, fprintf doesn't release it. [leakNoVarFunctionCall] 23FEBpl1.0/gui/XIdent/src/spgrap.c:331:16: style: Parameter 'yvals' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/gui/XHelp/src/ApplicWindow.c:312:12: style: Local variable 's' shadows outer argument [shadowArgument] 23FEBpl1.0/gui/XHelp/src/ApplicWindow.c:219:7: note: Shadowed declaration 23FEBpl1.0/gui/XHelp/src/ApplicWindow.c:312:12: note: Shadow variable 23FEBpl1.0/gui/XHelp/src/ApplicWindow.c:219:7: style: Parameter 's' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/gui/XHelp/src/ApplicWindow.c:219:10: style: Parameter 'type' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/gui/XHelp/src/ApplicWindow.c:618:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XHelp/src/ApplicWindow.c:637:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XHelp/src/ApplicWindow.c:665:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XHelp/src/ApplicWindow.c:686:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XHelp/src/ApplicWindow.c:713:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XHelp/src/ApplicWindow.c:730:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XHelp/src/ApplicWindow.c:749:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XHelp/src/ApplicWindow.c:767:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XHelp/src/ApplicWindow.c:784:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XHelp/src/ApplicWindow.c:801:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XHelp/src/ApplicWindow.c:818:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XHelp/src/ApplicWindow.c:835:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XHelp/src/ApplicWindow.c:859:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XHelp/src/ApplicWindow.c:877:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XHelp/src/ApplicWindow.c:894:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XHelp/src/ApplicWindow.c:909:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XHelp/src/ApplicWindow.c:927:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XHelp/src/ApplicWindow.c:942:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XHelp/src/ApplicWindow.c:957:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XHelp/src/ApplicWindow.c:972:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XHelp/src/ApplicWindow.c:989:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XHelp/src/ApplicWindow.c:1011:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XHelp/src/ApplicWindow.c:1037:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XHelp/src/ApplicWindow.c:1054:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XHelp/src/ApplicWindow.c:1076:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XHelp/src/ApplicWindow.c:1097:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XHelp/src/ApplicWindow.c:1114:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XHelp/src/ApplicWindow.c:1148:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XHelp/src/ApplicWindow.c:1170:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XHelp/src/ApplicWindow.c:1196:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XHelp/src/ApplicWindow.c:1218:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XHelp/src/ApplicWindow.c:1244:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XHelp/src/ApplicWindow.c:1941:27: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XHelp/src/ApplicWindow.c:623:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XHelp/src/ApplicWindow.c:642:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XHelp/src/ApplicWindow.c:670:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XHelp/src/ApplicWindow.c:691:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XHelp/src/ApplicWindow.c:718:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XHelp/src/ApplicWindow.c:735:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XHelp/src/ApplicWindow.c:754:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XHelp/src/ApplicWindow.c:772:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XHelp/src/ApplicWindow.c:789:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XHelp/src/ApplicWindow.c:806:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XHelp/src/ApplicWindow.c:823:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XHelp/src/ApplicWindow.c:840:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XHelp/src/ApplicWindow.c:847:7: style: Variable 'stat' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XHelp/src/ApplicWindow.c:864:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XHelp/src/ApplicWindow.c:882:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XHelp/src/ApplicWindow.c:899:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XHelp/src/ApplicWindow.c:914:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XHelp/src/ApplicWindow.c:932:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XHelp/src/ApplicWindow.c:947:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XHelp/src/ApplicWindow.c:962:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XHelp/src/ApplicWindow.c:977:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XHelp/src/ApplicWindow.c:994:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XHelp/src/ApplicWindow.c:1016:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XHelp/src/ApplicWindow.c:1025:7: style: Variable 'stat' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XHelp/src/ApplicWindow.c:1042:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XHelp/src/ApplicWindow.c:1059:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XHelp/src/ApplicWindow.c:1081:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XHelp/src/ApplicWindow.c:1102:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XHelp/src/ApplicWindow.c:1119:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XHelp/src/ApplicWindow.c:1153:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XHelp/src/ApplicWindow.c:1175:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XHelp/src/ApplicWindow.c:1201:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XHelp/src/ApplicWindow.c:1223:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XHelp/src/ApplicWindow.c:1249:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XHelp/src/ApplicWindow.c:1943:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XIrspec/src/ExtractShell.c:233:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LIST_OBJECT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XIrspec/src/ExtractShell.c:354:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LIST_EXT_WEIGHT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XIrspec/src/ExtractShell.c:374:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LIST_EXT_AVER [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XIrspec/src/ExtractShell.c:394:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LIST_FIT_SKY [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XIrspec/src/ExtractShell.c:409:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WindowBackground [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XIrspec/src/ExtractShell.c:915:59: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NO_PARENT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XIrspec/src/ExtractShell.c:1099:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable action_FileSelectACT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XIrspec/src/FluxShell.c:217:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LIST_OBJECT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XIrspec/src/FluxTableShell.c:211:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TextFont [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XIrspec/src/FluxShell.c:337:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XIrspec/src/FluxTableShell.c:445:63: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NO_PARENT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XIrspec/src/FluxShell.c:392:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WindowBackground [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XIrspec/src/FluxShell.c:830:57: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NO_PARENT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XIrspec/src/FluxShell.c:998:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable action_FileSelectACT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XIrspec/src/HelpShell.c:147:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ButtonBackground [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XIrspec/src/HelpShell.c:225:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NO_PARENT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XIrspec/src/HelpShell.c:103:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XIrspec/src/HelpShell.c:121:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XIrspec/src/HelpShell.c:274:27: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XIrspec/src/HelpShell.c:108:33: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XIrspec/src/HelpShell.c:126:33: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XIrspec/src/HelpShell.c:276:33: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XIrspec/src/FluxTableShell.c:141:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XIrspec/src/FluxTableShell.c:158:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XIrspec/src/FluxTableShell.c:175:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XIrspec/src/FluxTableShell.c:532:27: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XIrspec/src/FluxTableShell.c:146:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XIrspec/src/FluxTableShell.c:163:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XIrspec/src/FluxTableShell.c:180:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XIrspec/src/FluxTableShell.c:534:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XIrspec/src/MergeShell.c:183:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TextFont [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XIrspec/src/MergeShell.c:433:55: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NO_PARENT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XIrspec/src/FluxShell.c:194:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XIrspec/src/FluxShell.c:277:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XIrspec/src/FluxShell.c:294:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XIrspec/src/FluxShell.c:311:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XIrspec/src/FluxShell.c:328:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XIrspec/src/FluxShell.c:353:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XIrspec/src/FluxShell.c:369:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XIrspec/src/FluxShell.c:973:27: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XIrspec/src/FluxShell.c:199:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XIrspec/src/FluxShell.c:282:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XIrspec/src/FluxShell.c:299:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XIrspec/src/FluxShell.c:316:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XIrspec/src/FluxShell.c:333:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XIrspec/src/FluxShell.c:358:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XIrspec/src/FluxShell.c:374:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XIrspec/src/FluxShell.c:975:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XIrspec/src/SessionShell.c:159:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WindowBackground [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XIrspec/src/SessionShell.c:232:57: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NO_PARENT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XIrspec/src/SessionShell.c:102:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XIrspec/src/SessionShell.c:119:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XIrspec/src/MergeShell.c:141:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XIrspec/src/SessionShell.c:136:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XIrspec/src/MergeShell.c:158:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XIrspec/src/SessionShell.c:285:27: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XIrspec/src/MergeShell.c:518:27: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XIrspec/src/SessionShell.c:107:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XIrspec/src/MergeShell.c:146:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XIrspec/src/SessionShell.c:124:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XIrspec/src/MergeShell.c:163:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XIrspec/src/SessionShell.c:141:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XIrspec/src/MergeShell.c:520:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XIrspec/src/SessionShell.c:287:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XIrspec/src/XIrspec.c:97:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable swidget [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XIrspec/src/ExtractShell.c:210:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XIrspec/src/ExtractShell.c:293:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XIrspec/src/ExtractShell.c:310:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XIrspec/src/ExtractShell.c:327:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XIrspec/src/ExtractShell.c:344:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XIrspec/src/ExtractShell.c:364:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XIrspec/src/ExtractShell.c:384:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XIrspec/src/ExtractShell.c:1074:27: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XIrspec/src/MainShell.c:319:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LIST_OBJECT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XIrspec/src/MainShell.c:390:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LIST_OBJECT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XIrspec/src/ExtractShell.c:215:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XIrspec/src/MainShell.c:460:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LIST_OPEN [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XIrspec/src/ExtractShell.c:298:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XIrspec/src/MainShell.c:543:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LIST_LOAD_IMA [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XIrspec/src/ExtractShell.c:315:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XIrspec/src/MainShell.c:865:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable K_DARK [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XIrspec/src/ExtractShell.c:332:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XIrspec/src/MainShell.c:985:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable K_FLAT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XIrspec/src/ExtractShell.c:349:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XIrspec/src/MainShell.c:1011:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WindowBackground [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XIrspec/src/ExtractShell.c:369:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XIrspec/src/MainShell.c:1379:59: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NO_PARENT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XIrspec/src/ExtractShell.c:389:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XIrspec/src/MainShell.c:1666:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable swidget [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XIrspec/src/ExtractShell.c:1076:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XIrspec/src/MainShell.c:1704:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable action_ExtendedHelp [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XIrspec/src/callback.c:82:68: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable BADPIX_TABLE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XIrspec/src/callback.c:95:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAXLINE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XIrspec/src/callback.c:115:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAXLINE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XIrspec/src/callback.c:149:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAXLINE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XIrspec/src/callback.c:229:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAXLINE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XIrspec/src/callback.c:275:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAXLINE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XIrspec/src/callback.c:307:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAXLINE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XIrspec/src/callback.c:335:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAXLINE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XIrspec/src/callback.c:472:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAXLINE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XIrspec/src/callback.c:556:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAXLINE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XIrspec/src/callback.c:574:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAXLINE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XIrspec/src/callback.c:606:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable C_EXTR_GCOOR [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XIrspec/src/callback.c:629:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable C_EXTR_GCOOR [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XIrspec/src/callback.c:652:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ParametersFile [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XIrspec/src/callback.c:664:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DialogType [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XIrspec/src/callback.c:672:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAXLINE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XIrspec/src/callback.c:705:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable no_grab [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XIrspec/src/StandardShell.c:238:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LIST_OBJECT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XIrspec/src/StandardShell.c:341:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XIrspec/src/StandardShell.c:460:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WindowBackground [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XIrspec/src/StandardShell.c:959:61: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NO_PARENT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XIrspec/src/StandardShell.c:1163:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable action_FileSelectACT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XIrspec/src/cb_list.c:69:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ListType [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XIrspec/src/cb_list.c:99:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAXLINE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XIrspec/src/cb_list.c:206:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAXLINE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XIrspec/src/cb_list.c:194:41: error: Undefined behavior: Variable 'file_out' is used as parameter and destination in sprintf(). [sprintfOverlappingData] 23FEBpl1.0/gui/XIrspec/src/file.c:83:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAXLINE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XIrspec/src/StandardShell.c:215:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XIrspec/src/StandardShell.c:298:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XIrspec/src/StandardShell.c:315:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XIrspec/src/StandardShell.c:332:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XIrspec/src/StandardShell.c:357:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XIrspec/src/StandardShell.c:373:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XIrspec/src/StandardShell.c:389:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XIrspec/src/StandardShell.c:405:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XIrspec/src/StandardShell.c:421:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XIrspec/src/StandardShell.c:437:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XIrspec/src/StandardShell.c:1138:27: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XIrspec/src/StandardShell.c:220:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XIrspec/src/StandardShell.c:303:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XIrspec/src/StandardShell.c:320:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XIrspec/src/StandardShell.c:337:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XIrspec/src/StandardShell.c:362:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XIrspec/src/StandardShell.c:378:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XIrspec/src/StandardShell.c:394:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XIrspec/src/StandardShell.c:410:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XIrspec/src/StandardShell.c:426:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XIrspec/src/StandardShell.c:442:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XIrspec/src/StandardShell.c:1140:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XIrspec/src/MainShell.c:233:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XIrspec/src/MainShell.c:252:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XIrspec/src/MainShell.c:271:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XIrspec/src/MainShell.c:296:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XIrspec/src/MainShell.c:367:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XIrspec/src/MainShell.c:450:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XIrspec/src/MainShell.c:469:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XIrspec/src/MainShell.c:486:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XIrspec/src/MainShell.c:503:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XIrspec/src/MainShell.c:518:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XIrspec/src/MainShell.c:533:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XIrspec/src/MainShell.c:552:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XIrspec/src/MainShell.c:567:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XIrspec/src/MainShell.c:582:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XIrspec/src/MainShell.c:597:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XIrspec/src/MainShell.c:612:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XIrspec/src/MainShell.c:627:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XIrspec/src/MainShell.c:643:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XIrspec/src/MainShell.c:658:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XIrspec/src/MainShell.c:673:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XIrspec/src/MainShell.c:688:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XIrspec/src/MainShell.c:703:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XIrspec/src/MainShell.c:720:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XIrspec/src/MainShell.c:738:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XIrspec/src/MainShell.c:757:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XIrspec/src/MainShell.c:777:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XIrspec/src/MainShell.c:795:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XIrspec/src/MainShell.c:812:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XIrspec/src/MainShell.c:831:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XIrspec/src/MainShell.c:848:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XIrspec/src/MainShell.c:876:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XIrspec/src/MainShell.c:899:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XIrspec/src/MainShell.c:922:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XIrspec/src/MainShell.c:945:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XIrspec/src/MainShell.c:968:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XIrspec/src/MainShell.c:1660:27: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XIrspec/src/file.c:104:2: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf] 23FEBpl1.0/gui/XIrspec/src/file.c:50:7: style: Parameter 'obj' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/gui/XIrspec/src/file.c:50:13: style: Parameter 'sky' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/gui/XIrspec/src/file.c:50:19: style: Parameter 'ststar' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/gui/XIrspec/src/file.c:50:28: style: Parameter 'stsky' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/gui/XIrspec/src/file.c:50:36: style: Parameter 'dark' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/gui/XIrspec/src/file.c:50:43: style: Parameter 'flat' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/gui/XIrspec/src/file.c:79:7: style: Parameter 'file' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/gui/XIrspec/src/MainShell.c:238:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XIrspec/src/MainShell.c:257:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XIrspec/src/MainShell.c:276:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XIrspec/src/MainShell.c:301:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XIrspec/src/MainShell.c:372:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XIrspec/src/MainShell.c:455:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XIrspec/src/MainShell.c:474:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XIrspec/src/MainShell.c:491:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XIrspec/src/MainShell.c:508:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XIrspec/src/MainShell.c:523:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XIrspec/src/MainShell.c:538:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XIrspec/src/MainShell.c:557:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XIrspec/src/MainShell.c:572:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XIrspec/src/MainShell.c:587:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XIrspec/src/MainShell.c:602:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XIrspec/src/MainShell.c:617:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XIrspec/src/MainShell.c:632:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XIrspec/src/MainShell.c:648:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XIrspec/src/MainShell.c:663:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XIrspec/src/MainShell.c:678:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XIrspec/src/MainShell.c:693:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XIrspec/src/MainShell.c:708:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XIrspec/src/MainShell.c:725:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XIrspec/src/MainShell.c:743:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XIrspec/src/MainShell.c:762:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XIrspec/src/MainShell.c:782:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XIrspec/src/MainShell.c:800:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XIrspec/src/MainShell.c:817:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XIrspec/src/MainShell.c:836:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XIrspec/src/MainShell.c:853:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XIrspec/src/MainShell.c:881:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XIrspec/src/MainShell.c:904:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XIrspec/src/MainShell.c:927:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XIrspec/src/MainShell.c:950:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XIrspec/src/MainShell.c:973:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XIrspec/src/MainShell.c:1662:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XIrspec/src/file_list.c:148:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XmSTRING_DEFAULT_CHARSET [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XIrspec/src/file_list.c:176:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ApplicBackground [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XIrspec/src/file_list.c:225:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NO_PARENT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XIrspec/src/file_list.c:98:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XIrspec/src/file_list.c:117:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XIrspec/src/file_list.c:136:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XIrspec/src/file_list.c:278:27: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XIrspec/src/file_list.c:103:33: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XIrspec/src/file_list.c:122:33: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XIrspec/src/file_list.c:141:33: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XIrspec/src/file_list.c:280:33: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XIrspec/src/help.c:235:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable no_grab [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XIrspec/src/help.c:248:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAXLINE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XIrspec/src/help.c:277:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAXLINE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XIrspec/src/midasutil.c:74:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XIrspec/src/midasutil.c:89:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAXLINE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XIrspec/src/midasutil.c:134:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAXLINE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XIrspec/src/midasutil.c:151:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable D_R4_FORMAT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XIrspec/src/midasutil.c:131:7: style: Parameter 'text' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/gui/XIrspec/src/midasutil.c:132:7: style: Parameter 'keyword_cmd' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/gui/XIrspec/src/callback.c:143:12: error: Deallocation of an auto-variable results in undefined behaviour. [autovarInvalidDeallocation] 23FEBpl1.0/gui/XLong/src/CalibShell.c:214:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LIST_LINCAT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XLong/src/CalibShell.c:259:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable K_WLCMTD [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XLong/src/CalibShell.c:309:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable K_TOL [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XLong/src/CalibShell.c:340:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable K_DCX1 [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XLong/src/CalibShell.c:371:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable K_ALPHA [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XLong/src/CalibShell.c:403:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable K_MAXDEV [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XLong/src/CalibShell.c:433:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable K_GUESS [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XLong/src/CalibShell.c:464:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable K_DCX2 [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XLong/src/CalibShell.c:495:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable K_WLCNITER1 [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XLong/src/CalibShell.c:526:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable K_WLCNITER2 [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XLong/src/CalibShell.c:552:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XLong/src/CalibShell.c:580:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XLong/src/CalibShell.c:605:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable K_TWODOPT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XLong/src/CalibShell.c:655:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable C_SELINE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XLong/src/CalibShell.c:676:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable C_SELCAT_ALL [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XLong/src/CalibShell.c:698:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable C_PLOT_DELTA [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XLong/src/CalibShell.c:721:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable exclusive_grab [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XLong/src/CalibShell.c:742:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable C_PLOT_CALIB [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XLong/src/CalibShell.c:764:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable C_PLOT_DELTA [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XLong/src/CalibShell.c:796:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable exclusive_grab [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XLong/src/CalibShell.c:815:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable C_SELLIN_ALL [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XLong/src/CalibShell.c:835:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable C_SELLIN_ALL [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XLong/src/CalibShell.c:856:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable C_CALIB_CURS [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XLong/src/CalibShell.c:873:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TextFont [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XLong/src/CalibShell.c:1267:55: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NO_PARENT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XLong/src/CalibShell.c:1499:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable action_FileSelectACT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XIrspec/src/callback.c:342:11: style: Variable 'y1' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XIrspec/src/callback.c:342:16: style: Variable 'y2' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XIrspec/src/callback.c:342:21: style: Variable 'y3' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XIrspec/src/callback.c:342:26: style: Variable 'y4' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XIrspec/src/callback.c:555:11: style: Variable 'response' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XIrspec/src/callback.c:555:22: style: Variable 'out_flux' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XIrspec/src/callback.c:555:33: style: Variable 'in_flux' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XIrspec/src/callback.c:573:11: style: Variable 'prefix' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XIrspec/src/callback.c:573:20: style: Variable 'i1' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XIrspec/src/callback.c:573:25: style: Variable 'i2' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XIrspec/src/callback.c:573:30: style: Variable 'step' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XIrspec/src/callback.c:573:37: style: Variable 'out' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XIrspec/src/callback.c:573:43: style: Variable 'pixels' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XIrspec/src/callback.c:573:52: style: Variable 'digits' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XIrspec/src/callback.c:573:61: style: Variable 'ref' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XIrspec/src/help.c:244:7: style: Parameter 'help_file' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/gui/XIrspec/src/help.c:245:7: style: Parameter 'key' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/gui/XLong/src/HelpShell.c:125:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ButtonBackground [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XLong/src/HelpShell.c:203:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NO_PARENT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XLong/src/ExtractShell.c:298:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LIST_LINCAT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XLong/src/ExtractShell.c:343:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable C_EXTR_GCOOR [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XLong/src/ExtractShell.c:406:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable C_EXTR_GCOOR [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XLong/src/ExtractShell.c:437:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LIST_FIT_SKY [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XLong/src/ExtractShell.c:456:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LIST_EXT_WEIGHT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XLong/src/ExtractShell.c:475:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LIST_EXT_AVER [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XLong/src/ExtractShell.c:494:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LIST_LOAD_IMA [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XLong/src/ExtractShell.c:519:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable K_EXTMTD [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XLong/src/ExtractShell.c:547:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable K_SKYMOD [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XLong/src/ExtractShell.c:578:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable K_LOWSKY2 [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XLong/src/ExtractShell.c:609:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable K_ORDER [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XLong/src/ExtractShell.c:640:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable K_SKYORD [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XLong/src/ExtractShell.c:671:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable K_RON [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XLong/src/ExtractShell.c:703:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable K_NITER [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XLong/src/ExtractShell.c:734:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable K_GAIN [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XLong/src/ExtractShell.c:766:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable K_RADIUS [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XLong/src/ExtractShell.c:797:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable K_SIGMA [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XLong/src/ExtractShell.c:829:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable K_LOWSKY1 [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XLong/src/ExtractShell.c:860:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable K_UPPSKY1 [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XLong/src/ExtractShell.c:891:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable K_UPPSKY2 [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XLong/src/ExtractShell.c:922:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable K_OBJECT1 [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XLong/src/ExtractShell.c:953:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable K_OBJECT2 [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XLong/src/ExtractShell.c:971:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WindowBackground [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XLong/src/ExtractShell.c:1475:59: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NO_PARENT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XLong/src/ExtractShell.c:1725:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable action_ExtendedHelp [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XLong/src/HelpShell.c:99:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XLong/src/HelpShell.c:248:27: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XLong/src/HelpShell.c:104:33: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XLong/src/HelpShell.c:250:33: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XLong/src/CalibShell.c:557:9: error: Deallocation of an auto-variable results in undefined behaviour. [autovarInvalidDeallocation] 23FEBpl1.0/gui/XLong/src/CalibShell.c:585:9: error: Deallocation of an auto-variable results in undefined behaviour. [autovarInvalidDeallocation] 23FEBpl1.0/gui/XLong/src/FluxShell.c:213:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LIST_LINCAT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XLong/src/FluxShell.c:254:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LIST_EXTIN [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XLong/src/FluxShell.c:290:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable C_PLOT_RESP [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XLong/src/FluxShell.c:310:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LIST_INTEGR [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XLong/src/FluxShell.c:329:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable C_FLUX_FIT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XLong/src/FluxShell.c:349:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable C_PLOT_FLUX [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XLong/src/FluxShell.c:369:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LIST_FLUX_FILT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XLong/src/FluxShell.c:388:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LIST_CORRECT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XLong/src/FluxShell.c:408:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable C_EDIT_FLUX [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XLong/src/FluxShell.c:435:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable K_EXTAB [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XLong/src/FluxShell.c:464:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable K_FLUXTAB [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XLong/src/FluxShell.c:493:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable K_RESPONSE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XLong/src/FluxShell.c:521:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable K_FITYP [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XLong/src/FluxShell.c:549:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable K_PLOTYP [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XLong/src/FluxShell.c:580:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable K_SMOOTH [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XLong/src/FluxShell.c:612:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable K_FITD [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XLong/src/FluxShell.c:630:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WindowBackground [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XLong/src/FluxShell.c:1027:53: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NO_PARENT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XLong/src/FluxShell.c:1231:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable action_FileSelectACT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XLong/src/CalibShell.c:192:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XLong/src/CalibShell.c:245:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XLong/src/CalibShell.c:288:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XLong/src/CalibShell.c:321:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XLong/src/CalibShell.c:352:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XLong/src/CalibShell.c:384:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XLong/src/CalibShell.c:416:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XLong/src/CalibShell.c:445:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XLong/src/CalibShell.c:476:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XLong/src/CalibShell.c:507:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XLong/src/CalibShell.c:538:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XLong/src/CalibShell.c:566:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XLong/src/CalibShell.c:594:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XLong/src/CalibShell.c:616:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XLong/src/CalibShell.c:643:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XLong/src/CalibShell.c:668:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XLong/src/CalibShell.c:686:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XLong/src/CalibShell.c:708:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XLong/src/CalibShell.c:730:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XLong/src/CalibShell.c:752:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XLong/src/CalibShell.c:783:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XLong/src/CalibShell.c:805:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XLong/src/CalibShell.c:826:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XLong/src/CalibShell.c:846:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XLong/src/CalibShell.c:1474:27: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XLong/src/CalibShell.c:197:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XLong/src/CalibShell.c:250:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XLong/src/CalibShell.c:293:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XLong/src/CalibShell.c:326:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XLong/src/CalibShell.c:357:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XLong/src/CalibShell.c:389:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XLong/src/CalibShell.c:421:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XLong/src/CalibShell.c:450:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XLong/src/CalibShell.c:481:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XLong/src/CalibShell.c:512:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XLong/src/CalibShell.c:543:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XLong/src/CalibShell.c:571:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XLong/src/CalibShell.c:599:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XLong/src/CalibShell.c:621:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XLong/src/CalibShell.c:648:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XLong/src/CalibShell.c:673:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XLong/src/CalibShell.c:691:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XLong/src/CalibShell.c:713:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XLong/src/CalibShell.c:735:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XLong/src/CalibShell.c:757:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XLong/src/CalibShell.c:788:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XLong/src/CalibShell.c:810:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XLong/src/CalibShell.c:831:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XLong/src/CalibShell.c:851:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XLong/src/CalibShell.c:1476:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XLong/src/MainShell.c:316:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LIST_LINCAT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XLong/src/MainShell.c:356:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LIST_SESSION [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XLong/src/MainShell.c:378:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable C_SAVE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XLong/src/MainShell.c:405:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DIALOG_SESSION [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XLong/src/MainShell.c:425:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable C_CLEAN [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XLong/src/MainShell.c:477:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LIST_LOAD_IMA [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XLong/src/MainShell.c:578:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LIST_BROWSER [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XLong/src/MainShell.c:686:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable C_IDENT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XLong/src/MainShell.c:707:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable C_CALIB_ERAS [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XLong/src/MainShell.c:781:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable C_BATCHRED [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XLong/src/MainShell.c:810:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable K_IMIN [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XLong/src/MainShell.c:841:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable K_WRANG1 [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XLong/src/MainShell.c:872:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable K_WRANG2 [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XLong/src/MainShell.c:901:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable K_LINCAT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XLong/src/MainShell.c:932:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable K_YSTART [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XLong/src/MainShell.c:959:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WindowBackground [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XLong/src/MainShell.c:1332:59: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NO_PARENT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XLong/src/MainShell.c:1668:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable swidget [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XLong/src/MainShell.c:1708:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable action_ExtendedHelp [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XLong/src/FluxShell.c:191:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XLong/src/FluxShell.c:244:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XLong/src/FluxShell.c:263:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XLong/src/FluxShell.c:280:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XLong/src/FluxShell.c:300:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XLong/src/FluxShell.c:319:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XLong/src/FluxShell.c:339:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XLong/src/FluxShell.c:359:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XLong/src/FluxShell.c:378:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XLong/src/FluxShell.c:398:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XLong/src/FluxShell.c:418:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XLong/src/FluxShell.c:447:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XLong/src/FluxShell.c:476:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XLong/src/FluxShell.c:505:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XLong/src/FluxShell.c:533:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XLong/src/FluxShell.c:561:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XLong/src/FluxShell.c:593:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XLong/src/FluxShell.c:1206:27: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XLong/src/RebinShell.c:174:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LIST_LINCAT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XLong/src/RebinShell.c:224:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable K_REBSTRT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XLong/src/FluxShell.c:196:33: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XLong/src/RebinShell.c:255:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable K_REBEND [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XLong/src/FluxShell.c:249:33: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XLong/src/RebinShell.c:280:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable K_REBMTD [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XLong/src/FluxShell.c:268:33: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XLong/src/RebinShell.c:302:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable K_REBMTD [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XLong/src/FluxShell.c:285:33: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XLong/src/RebinShell.c:324:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable K_REBMTD [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XLong/src/FluxShell.c:305:33: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XLong/src/RebinShell.c:352:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable K_REBSTP [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XLong/src/FluxShell.c:324:33: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XLong/src/RebinShell.c:374:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LIST_REBIN_RBR [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XLong/src/FluxShell.c:344:33: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XLong/src/RebinShell.c:415:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable C_PLOT_SPEC [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XLong/src/FluxShell.c:364:33: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XLong/src/RebinShell.c:438:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LIST_REBIN_TBL [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XLong/src/FluxShell.c:383:33: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XLong/src/RebinShell.c:457:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LIST_REBIN_2D [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XLong/src/FluxShell.c:403:33: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XLong/src/RebinShell.c:472:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WindowBackground [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XLong/src/FluxShell.c:423:33: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XLong/src/RebinShell.c:710:55: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NO_PARENT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XLong/src/FluxShell.c:452:33: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XLong/src/RebinShell.c:856:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable action_FileSelectACT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XLong/src/FluxShell.c:481:33: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XLong/src/FluxShell.c:510:33: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XLong/src/FluxShell.c:538:33: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XLong/src/FluxShell.c:566:33: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XLong/src/FluxShell.c:598:33: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XLong/src/FluxShell.c:1208:33: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XLong/src/ExtractShell.c:215:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XLong/src/ExtractShell.c:234:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XLong/src/ExtractShell.c:252:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XLong/src/ExtractShell.c:276:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XLong/src/ExtractShell.c:329:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XLong/src/ExtractShell.c:376:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XLong/src/ExtractShell.c:393:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XLong/src/ExtractShell.c:427:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XLong/src/ExtractShell.c:446:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XLong/src/ExtractShell.c:465:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XLong/src/ExtractShell.c:484:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XLong/src/ExtractShell.c:503:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XLong/src/ExtractShell.c:531:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XLong/src/ExtractShell.c:559:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XLong/src/ExtractShell.c:590:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XLong/src/ExtractShell.c:621:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XLong/src/ExtractShell.c:652:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XLong/src/ExtractShell.c:684:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XLong/src/ExtractShell.c:715:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XLong/src/ExtractShell.c:747:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XLong/src/ExtractShell.c:778:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XLong/src/ExtractShell.c:810:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XLong/src/ExtractShell.c:841:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XLong/src/ExtractShell.c:872:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XLong/src/ExtractShell.c:903:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XLong/src/ExtractShell.c:934:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XLong/src/ExtractShell.c:1700:27: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XLong/src/ExtractShell.c:220:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XLong/src/ExtractShell.c:239:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XLong/src/ExtractShell.c:257:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XLong/src/ExtractShell.c:281:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XLong/src/ExtractShell.c:334:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XLong/src/ExtractShell.c:381:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XLong/src/ExtractShell.c:398:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XLong/src/ExtractShell.c:432:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XLong/src/ExtractShell.c:451:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XLong/src/ExtractShell.c:470:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XLong/src/ExtractShell.c:489:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XLong/src/ExtractShell.c:508:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XLong/src/ExtractShell.c:536:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XLong/src/ExtractShell.c:564:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XLong/src/ExtractShell.c:595:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XLong/src/ExtractShell.c:626:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XLong/src/ExtractShell.c:657:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XLong/src/ExtractShell.c:689:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XLong/src/ExtractShell.c:720:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XLong/src/ExtractShell.c:752:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XLong/src/ExtractShell.c:783:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XLong/src/ExtractShell.c:815:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XLong/src/ExtractShell.c:846:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XLong/src/ExtractShell.c:877:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XLong/src/ExtractShell.c:908:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XLong/src/ExtractShell.c:939:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XLong/src/ExtractShell.c:1702:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XLong/src/SessionShell.c:184:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WindowBackground [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XLong/src/SessionShell.c:257:57: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NO_PARENT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XLong/src/RebinShell.c:152:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XLong/src/RebinShell.c:205:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XLong/src/RebinShell.c:236:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XLong/src/RebinShell.c:267:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XLong/src/RebinShell.c:289:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XLong/src/RebinShell.c:311:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XLong/src/RebinShell.c:333:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XLong/src/RebinShell.c:364:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XLong/src/RebinShell.c:384:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XLong/src/RebinShell.c:401:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XLong/src/RebinShell.c:428:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XLong/src/RebinShell.c:447:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XLong/src/RebinShell.c:831:27: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XLong/src/RebinShell.c:157:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XLong/src/RebinShell.c:210:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XLong/src/RebinShell.c:241:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XLong/src/RebinShell.c:272:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XLong/src/RebinShell.c:294:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XLong/src/RebinShell.c:316:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XLong/src/RebinShell.c:338:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XLong/src/RebinShell.c:369:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XLong/src/RebinShell.c:389:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XLong/src/RebinShell.c:406:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XLong/src/RebinShell.c:433:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XLong/src/RebinShell.c:452:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XLong/src/RebinShell.c:833:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XLong/src/SessionShell.c:104:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XLong/src/SessionShell.c:121:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XLong/src/SessionShell.c:138:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XLong/src/SessionShell.c:155:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XLong/src/SessionShell.c:313:27: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XLong/src/SessionShell.c:109:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XLong/src/SessionShell.c:126:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XLong/src/SessionShell.c:143:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XLong/src/SessionShell.c:160:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XLong/src/SessionShell.c:315:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XLong/src/SearchShell.c:168:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable K_YWIDTH [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XLong/src/SearchShell.c:199:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable K_YSTEP [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XLong/src/SearchShell.c:230:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable K_WIDTH [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XLong/src/SearchShell.c:255:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable K_SEAMTD [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XLong/src/SearchShell.c:277:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable K_SEAMTD [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XLong/src/SearchShell.c:299:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable K_SEAMTD [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XLong/src/SearchShell.c:327:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable K_THRES [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XLong/src/SearchShell.c:349:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LIST_WLC [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XLong/src/SearchShell.c:386:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable C_PLOT_SEARCH [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XLong/src/SearchShell.c:401:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WindowBackground [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XLong/src/SearchShell.c:650:57: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NO_PARENT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XLong/src/XLong.c:105:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable swidget [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XLong/src/alloc.c:102:12: portability:inconclusive: Casting from double * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/gui/XLong/src/alloc.c:104:15: portability:inconclusive: Casting from double * * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/gui/XLong/src/alloc.c:112:15: portability:inconclusive: Casting from double * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/gui/XLong/src/alloc.c:152:12: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/gui/XLong/src/alloc.c:154:15: portability:inconclusive: Casting from float * * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/gui/XLong/src/alloc.c:162:15: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/gui/XLong/src/alloc.c:50:10: style: Variable 'v' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XLong/src/alloc.c:88:13: style: Variable 'v' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XLong/src/alloc.c:138:12: style: Variable 'v' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XLong/src/alloc.c:188:11: style: Variable 'v' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XLong/src/SearchShell.c:149:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XLong/src/SearchShell.c:180:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XLong/src/SearchShell.c:211:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XLong/src/SearchShell.c:242:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XLong/src/SearchShell.c:264:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XLong/src/SearchShell.c:286:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XLong/src/SearchShell.c:308:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XLong/src/SearchShell.c:339:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XLong/src/SearchShell.c:359:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XLong/src/SearchShell.c:376:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XLong/src/SearchShell.c:771:27: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XLong/src/extin_dialog.c:227:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WindowBackground [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XLong/src/extin_dialog.c:319:59: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NO_PARENT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XLong/src/SearchShell.c:154:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XLong/src/SearchShell.c:185:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XLong/src/SearchShell.c:216:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XLong/src/SearchShell.c:247:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XLong/src/SearchShell.c:269:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XLong/src/SearchShell.c:291:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XLong/src/SearchShell.c:313:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XLong/src/SearchShell.c:344:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XLong/src/SearchShell.c:364:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XLong/src/SearchShell.c:381:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XLong/src/SearchShell.c:773:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XLong/src/extin_dialog.c:107:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XLong/src/extin_dialog.c:124:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XLong/src/extin_dialog.c:141:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XLong/src/extin_dialog.c:158:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XLong/src/extin_dialog.c:181:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XLong/src/extin_dialog.c:198:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XLong/src/extin_dialog.c:386:27: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XLong/src/extin_dialog.c:112:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XLong/src/extin_dialog.c:129:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XLong/src/extin_dialog.c:146:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XLong/src/cb_list.c:66:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ListType [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XLong/src/extin_dialog.c:163:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XLong/src/file_list.c:149:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XmSTRING_DEFAULT_CHARSET [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XLong/src/cb_list.c:115:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XLong/src/extin_dialog.c:186:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XLong/src/file_list.c:177:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ApplicBackground [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XLong/src/cb_list.c:280:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DialogType [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XLong/src/extin_dialog.c:203:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XLong/src/file_list.c:226:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NO_PARENT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XLong/src/extin_dialog.c:388:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XLong/src/file_selection.c:133:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ApplicBackground [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XLong/src/file_selection.c:168:63: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NO_PARENT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XLong/src/file_list.c:99:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XLong/src/file_list.c:118:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XLong/src/file_list.c:137:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XLong/src/file_list.c:279:27: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XLong/src/MainShell.c:234:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XLong/src/MainShell.c:253:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XLong/src/MainShell.c:272:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XLong/src/file_list.c:104:33: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XLong/src/MainShell.c:296:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XLong/src/file_list.c:123:33: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XLong/src/MainShell.c:347:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XLong/src/file_list.c:142:33: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XLong/src/MainShell.c:365:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XLong/src/file_list.c:281:33: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XLong/src/MainShell.c:388:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XLong/src/MainShell.c:415:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XLong/src/MainShell.c:437:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XLong/src/MainShell.c:452:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XLong/src/MainShell.c:467:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XLong/src/MainShell.c:486:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XLong/src/MainShell.c:501:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XLong/src/MainShell.c:516:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XLong/src/MainShell.c:531:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XLong/src/MainShell.c:546:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XLong/src/MainShell.c:561:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XLong/src/MainShell.c:587:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XLong/src/MainShell.c:602:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XLong/src/MainShell.c:617:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XLong/src/MainShell.c:632:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XLong/src/MainShell.c:647:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XLong/src/MainShell.c:664:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XLong/src/MainShell.c:696:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XLong/src/MainShell.c:719:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XLong/src/MainShell.c:736:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XLong/src/MainShell.c:753:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XLong/src/MainShell.c:770:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XLong/src/MainShell.c:791:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XLong/src/MainShell.c:822:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XLong/src/MainShell.c:853:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XLong/src/MainShell.c:884:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XLong/src/MainShell.c:913:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XLong/src/MainShell.c:1662:27: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XLong/src/file_selection.c:85:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XLong/src/file_selection.c:103:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XLong/src/file_selection.c:206:27: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XLong/src/cb_list.c:157:40: error: Undefined behavior: Variable 'FileOut' is used as parameter and destination in sprintf(). [sprintfOverlappingData] 23FEBpl1.0/gui/XLong/src/cb_list.c:183:40: error: Undefined behavior: Variable 'FileOut' is used as parameter and destination in sprintf(). [sprintfOverlappingData] 23FEBpl1.0/gui/XLong/src/cb_list.c:199:40: error: Undefined behavior: Variable 'FileOut' is used as parameter and destination in sprintf(). [sprintfOverlappingData] 23FEBpl1.0/gui/XLong/src/cb_list.c:209:40: error: Undefined behavior: Variable 'FileOut' is used as parameter and destination in sprintf(). [sprintfOverlappingData] 23FEBpl1.0/gui/XLong/src/file_selection.c:90:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XLong/src/file_selection.c:108:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XLong/src/file_selection.c:208:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XLong/src/MainShell.c:239:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XLong/src/MainShell.c:258:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XLong/src/MainShell.c:277:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XLong/src/MainShell.c:301:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XLong/src/MainShell.c:352:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XLong/src/MainShell.c:370:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XLong/src/MainShell.c:393:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XLong/src/MainShell.c:420:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XLong/src/MainShell.c:442:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XLong/src/MainShell.c:457:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XLong/src/MainShell.c:472:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XLong/src/MainShell.c:491:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XLong/src/MainShell.c:506:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XLong/src/MainShell.c:521:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XLong/src/MainShell.c:536:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XLong/src/MainShell.c:551:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XLong/src/MainShell.c:566:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XLong/src/MainShell.c:592:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XLong/src/MainShell.c:607:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XLong/src/MainShell.c:622:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XLong/src/MainShell.c:637:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XLong/src/MainShell.c:652:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XLong/src/MainShell.c:669:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XLong/src/MainShell.c:701:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XLong/src/MainShell.c:724:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XLong/src/MainShell.c:741:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XLong/src/MainShell.c:758:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XLong/src/MainShell.c:775:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XLong/src/MainShell.c:796:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XLong/src/MainShell.c:827:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XLong/src/MainShell.c:858:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XLong/src/MainShell.c:889:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XLong/src/MainShell.c:918:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XLong/src/lincat_list.c:113:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XmSTRING_DEFAULT_CHARSET [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XLong/src/MainShell.c:1664:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XLong/src/lincat_list.c:149:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ApplicBackground [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XLong/src/lincat_list.c:189:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NO_PARENT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XLong/src/lincat_list.c:96:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XLong/src/lincat_list.c:233:27: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XLong/src/lincat_list.c:101:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XLong/src/lincat_list.c:235:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XLong/src/midasutil.c:77:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable D_R4_FORMAT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XLong/src/midasutil.c:98:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable F_I_MODE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XLong/src/midasutil.c:119:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable D_R4_FORMAT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XLong/src/midasutil.c:133:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAXLINE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XLong/src/midasutil.c:158:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAXLINE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XLong/src/midasutil.c:189:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Coerbr [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XLong/src/midasutil.c:271:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable F_I_MODE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XLong/src/midasutil.c:352:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAXLINE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XLong/src/midasutil.c:488:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAXLINE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XLong/src/midasutil.c:547:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XLong/src/midasutil.c:560:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAXLINE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XLong/src/midasutil.c:591:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Lincat [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XLong/src/midasutil.c:617:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XLong/src/splib.c:73:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAXLINE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XLong/src/splib.c:139:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAXION [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XLong/src/splib.c:147:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XLong/src/resid_dialog.c:119:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable C_PLOT_RESID [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XLong/src/resid_dialog.c:180:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WindowBackground [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XLong/src/resid_dialog.c:266:59: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NO_PARENT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XLong/src/misc.c:61:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable no_grab [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XLong/src/misc.c:472:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable no_grab [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XLong/src/misc.c:481:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAXLINE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XLong/src/resid_dialog.c:105:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XLong/src/resid_dialog.c:137:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XLong/src/resid_dialog.c:154:39: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XLong/src/resid_dialog.c:321:27: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/gui/XLong/src/resid_dialog.c:110:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XLong/src/resid_dialog.c:142:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XLong/src/resid_dialog.c:159:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/gui/XLong/src/resid_dialog.c:323:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/install/unix/systems/AIX/libsrc/os/unix/iodev.c:144:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable STIOCTOP [valueFlowBailoutIncompleteVar] 23FEBpl1.0/install/unix/systems/AIX/libsrc/os/unix/iodev.c:217:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IOCINFO [valueFlowBailoutIncompleteVar] 23FEBpl1.0/install/unix/systems/AIX/libsrc/os/unix/iodev.c:265:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable O_RDONLY [valueFlowBailoutIncompleteVar] 23FEBpl1.0/install/unix/systems/AIX/libsrc/os/unix/iodev.c:378:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable STWEOF [valueFlowBailoutIncompleteVar] 23FEBpl1.0/install/unix/systems/AIX/libsrc/os/unix/iodev.c:401:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable STFSF [valueFlowBailoutIncompleteVar] 23FEBpl1.0/install/unix/systems/AIX/libsrc/os/unix/iodev.c:441:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable STRSF [valueFlowBailoutIncompleteVar] 23FEBpl1.0/install/unix/systems/AIX/libsrc/os/unix/iodev.c:481:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable STREW [valueFlowBailoutIncompleteVar] 23FEBpl1.0/install/unix/systems/AIX/libsrc/os/unix/iodev.c:504:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable STFSR [valueFlowBailoutIncompleteVar] 23FEBpl1.0/install/unix/systems/AIX/libsrc/os/unix/iodev.c:538:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable STRSR [valueFlowBailoutIncompleteVar] 23FEBpl1.0/install/unix/systems/AIX/libsrc/os/unix/iodev.c:248:7: style: Parameter 'name' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/install/unix/systems/AIX/libsrc/os/unix/iodev.c:349:7: style: Parameter 'buffer' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/install/unix/systems/AIX/libsrc/os/unix/iodev.c:595:10: style: Parameter 'buffer' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/install/unix/systems/AIX/libsrc/os/unix/iodev.c:612:10: style: Parameter 'buffer' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/gui/XLong/src/splib.c:60:7: style: Parameter 'lincat' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/gui/XLong/src/splib.c:61:5: style: Parameter 'wrang' can be declared as const array [constParameter] 23FEBpl1.0/gui/XLong/src/splib.c:145:7: style: Parameter 'msg' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/gui/XLong/src/midasutil.c:557:7: style: Parameter 'text' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/gui/XLong/src/midasutil.c:558:7: style: Parameter 'keyword_cmd' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/install/unix/test/mathc.c:34:1: portability: Omitted return type of function 'mathc' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/install/unix/test/mathc.c:35:1: portability: Omitted return type of function '_mathc' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/install/unix/test/mathc.c:36:1: portability: Omitted return type of function 'mathc_' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/install/unix/test/mathc.c:37:1: portability: Omitted return type of function '_mathc_' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/install/unix/test/mathc.c:43:1: portability: Omitted return type of function 'mathcommon' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/install/unix/test/oserror.c:46:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/install/unix/test/mathc.c:46:3: warning: Return value of function sin() is not used. [ignoredReturnValue] 23FEBpl1.0/install/unix/test/mathc.c:46:11: warning: Return value of function cos() is not used. [ignoredReturnValue] 23FEBpl1.0/install/unix/test/mathc.c:46:19: warning: Return value of function tan() is not used. [ignoredReturnValue] 23FEBpl1.0/install/unix/test/mathc.c:46:27: warning: Return value of function asin() is not used. [ignoredReturnValue] 23FEBpl1.0/install/unix/test/mathc.c:46:36: warning: Return value of function acos() is not used. [ignoredReturnValue] 23FEBpl1.0/install/unix/test/mathc.c:46:45: warning: Return value of function atan() is not used. [ignoredReturnValue] 23FEBpl1.0/install/unix/test/oserror.c:48:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ENOENT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/install/unix/test/mathc.c:46:7: error: Uninitialized variable: x [uninitvar] 23FEBpl1.0/install/unix/test/string.c:51:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/install/unix/test/string.c:53:11: style: Unused variable: s [unusedVariable] 23FEBpl1.0/install/unix/test/string.c:54:9: style: Unused variable: c [unusedVariable] 23FEBpl1.0/install/unix/test/testc.c:29:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/install/unix/test/testsiz.c:40:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/install/unix/test/testvar.c:29:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/install/unix/test/testx11.c:38:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/install/unix/test/testxm.c:91:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/install/unix/test/testxm.c:98:1: portability: Omitted return type of function 'routine' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/install/unix/test/testx11.c:41:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XlibSpecificationRelease [valueFlowBailoutIncompleteVar] 23FEBpl1.0/install/unix/test/testxm.c:93:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XmVersion [valueFlowBailoutIncompleteVar] 23FEBpl1.0/install/vms/mytest.c:30:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/install/unix/test/testx11.c:52:2: error: Return value of allocation function 'XOpenDisplay' is not stored. [leakReturnValNotUsed] 23FEBpl1.0/install/vms/testvms.c:43:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/install/vms/testvms.c:48:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] 23FEBpl1.0/install/vms/testvms.c:48:17: warning: Return value of function freopen() is not used. [ignoredReturnValue] 23FEBpl1.0/install/vms/testvms.c:49:17: warning: Return value of function freopen() is not used. [ignoredReturnValue] 23FEBpl1.0/libsrc/agl/ag_cdef.c:73:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errstat [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/ag_cdef.c:83:14: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/libsrc/agl/ag_cdef.c:83:5: style: Variable 'is' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/libsrc/agl/ag_cdef.c:82:5: note: is is assigned 23FEBpl1.0/libsrc/agl/ag_cdef.c:83:5: note: is is overwritten 23FEBpl1.0/libsrc/agl/ag_dmsg.c:66:4: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AGL_DEBUG [valueFlowBailoutIncompleteVar] 23FEBpl1.0/gui/XLong/src/misc.c:478:7: style: Parameter 'key' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/agl/ag_dmsg.c:60:8: style: Parameter 'm1' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/agl/ag_dmsg.c:60:12: style: Parameter 'm2' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/agl/ag_driv.c:59:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AGL_wasinit [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/ag_axes.c:48:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AUTO [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/ag_esc.c:66:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DEFINE_AGLDVCOM [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/ag_axes.c:94:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/ag_axes.c:274:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/ag_axes.c:308:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable BOLD [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/ag_axes.c:463:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LOG [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/ag_axes.c:747:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/ag_esc.c:75:5: style: Variable 'is' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/libsrc/agl/ag_esc.c:74:5: note: is is assigned 23FEBpl1.0/libsrc/agl/ag_esc.c:75:5: note: is is overwritten 23FEBpl1.0/libsrc/agl/ag_esc.c:76:5: style: Variable 'is' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/libsrc/agl/ag_esc.c:75:5: note: is is assigned 23FEBpl1.0/libsrc/agl/ag_esc.c:76:5: note: is is overwritten 23FEBpl1.0/libsrc/agl/ag_esc.c:60:8: style: Parameter 'cmd' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/agl/ag_gerr.c:66:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable sevmsg [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/ag_gerr.c:58:8: style: Parameter 'message' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/agl/ag_axis.c:270:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SPECIAL [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/ag_gint.c:99:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable devid [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/ag_gint.c:147:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AUXPOLYBUFLNG [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/ag_fill.c:73:8: style: Parameter 'a' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/agl/ag_fill.c:73:12: style: Parameter 'b' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/agl/ag_fill.c:104:8: style: Parameter 'v' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/agl/ag_gplg.c:72:4: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AGL_DEBUG [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/ag_gpll.c:69:4: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AGL_DEBUG [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/ag_gplm.c:110:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SYMBFONT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/ag_gplm.c:111:18: style: Variable 'finfo' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/agl/ag_axes.c:183:7: style: Variable 'nvals' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/libsrc/agl/ag_axes.c:188:7: style: Variable 'nvals' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/libsrc/agl/ag_axes.c:193:7: style: Variable 'nvals' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/libsrc/agl/ag_axes.c:220:7: style: Variable 'nvals' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/libsrc/agl/ag_axes.c:225:7: style: Variable 'nvals' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/libsrc/agl/ag_axes.c:233:7: style: Variable 'nvals' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/libsrc/agl/ag_axes.c:238:7: style: Variable 'nvals' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/libsrc/agl/ag_axes.c:243:7: style: Variable 'nvals' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/libsrc/agl/ag_axes.c:490:6: style: Variable 'xv[4]' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/libsrc/agl/ag_axes.c:490:27: style: Variable 'yv[4]' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/libsrc/agl/ag_iget.c:114:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAXKEYLNG [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/ag_iset.c:66:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable n_int_user [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/ag_gtxt.c:223:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DEFINE_AGLDVCOM [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/ag_iset.c:59:5: style: Parameter 'values' can be declared as const array [constParameter] 23FEBpl1.0/libsrc/agl/ag_mcls.c:60:4: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable filact [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/ag_mopn.c:93:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable curvwp [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/ag_gtxt.c:244:5: style: Variable 'is' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/libsrc/agl/ag_gtxt.c:243:5: note: is is assigned 23FEBpl1.0/libsrc/agl/ag_gtxt.c:244:5: note: is is overwritten 23FEBpl1.0/libsrc/agl/ag_gtxt.c:245:5: style: Variable 'is' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/libsrc/agl/ag_gtxt.c:244:5: note: is is assigned 23FEBpl1.0/libsrc/agl/ag_gtxt.c:245:5: note: is is overwritten 23FEBpl1.0/libsrc/agl/ag_gtxt.c:246:5: style: Variable 'is' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/libsrc/agl/ag_gtxt.c:245:5: note: is is assigned 23FEBpl1.0/libsrc/agl/ag_gtxt.c:246:5: note: is is overwritten 23FEBpl1.0/libsrc/agl/ag_gtxt.c:247:5: style: Variable 'is' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/libsrc/agl/ag_gtxt.c:246:5: note: is is assigned 23FEBpl1.0/libsrc/agl/ag_gtxt.c:247:5: note: is is overwritten 23FEBpl1.0/libsrc/agl/ag_mres.c:62:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable metafile [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/ag_mrdw.c:124:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errstat [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/ag_mrdw.c:335:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable curvwp [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/ag_msus.c:62:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable metafile [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/ag_mrdw.c:194:5: style: Variable 'ic' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/libsrc/agl/ag_mrdw.c:186:6: note: ic is assigned 23FEBpl1.0/libsrc/agl/ag_mrdw.c:194:5: note: ic is overwritten 23FEBpl1.0/libsrc/agl/ag_mrdw.c:209:5: style: Variable 'ic' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/libsrc/agl/ag_mrdw.c:208:5: note: ic is assigned 23FEBpl1.0/libsrc/agl/ag_mrdw.c:209:5: note: ic is overwritten 23FEBpl1.0/libsrc/agl/ag_mrdw.c:210:5: style: Variable 'ic' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/libsrc/agl/ag_mrdw.c:209:5: note: ic is assigned 23FEBpl1.0/libsrc/agl/ag_mrdw.c:210:5: note: ic is overwritten 23FEBpl1.0/libsrc/agl/ag_mrdw.c:194:5: style: Variable 'ic' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/libsrc/agl/ag_mrdw.c:279:6: style: Variable 'ic' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/libsrc/agl/ag_rget.c:87:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAXKEYLNG [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/ag_orax.c:255:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AG_PI05 [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/ag_rset.c:65:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable n_float_user [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/ag_rset.c:57:8: style: Parameter 'values' can be declared as const array [constParameter] 23FEBpl1.0/libsrc/agl/ag_scan.c:76:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/ag_axis.c:328:2: warning:inconclusive: The buffer 'Form' may not be null-terminated after the call to strncpy(). [terminateStrncpy] 23FEBpl1.0/libsrc/agl/ag_axis.c:42:7: style: Parameter 'what' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/agl/ag_axis.c:169:8: style: Parameter 'format' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/agl/ag_axis.c:470:9: style: Variable 'pt' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/agl/ag_sset.c:236:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AGL_wasinit [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/ag_stdo.c:72:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PHNAMLNG [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/ag_sset.c:249:6: style: Variable 'is' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/libsrc/agl/ag_sset.c:248:6: note: is is assigned 23FEBpl1.0/libsrc/agl/ag_sset.c:249:6: note: is is overwritten 23FEBpl1.0/libsrc/agl/ag_sset.c:250:6: style: Variable 'is' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/libsrc/agl/ag_sset.c:249:6: note: is is assigned 23FEBpl1.0/libsrc/agl/ag_sset.c:250:6: note: is is overwritten 23FEBpl1.0/libsrc/agl/ag_stdo.c:56:8: style: Parameter 'fname' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/agl/ag_stdo.c:57:8: style: Parameter 'ext' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/agl/ag_nlin.c:76:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AUTO [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/ag_nlin.c:138:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/ag_nlin.c:159:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/ag_nlin.c:304:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ANG [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/ag_nlin.c:353:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SUCCESS [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/ag_nlin.c:393:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AG_PI05 [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/ag_nlin.c:551:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CRSUNDEF [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/ag_nlin.c:574:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ANG [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/ag_nlin.c:640:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LIN [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/ag_nlin.c:721:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ANG [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/ag_nlin.c:786:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LIN [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/ag_nlin.c:871:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ANG [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/ag_nlin.c:923:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SUCCESS [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/ag_nlin.c:1005:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ANG [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/ag_nlin.c:1055:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SUCCESS [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/ag_nlin.c:1129:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LIN [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/ag_nlin.c:1179:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SUCCESS [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/ag_nlin.c:1197:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AG_PI [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/ag_nlin.c:1336:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/ag_nlin.c:1365:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOS [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/ag_nlin.c:1454:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/ag_nlin.c:1722:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LIN [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/ag_nlin.c:1749:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/ag_nlin.c:1798:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/ag_nlin.c:2339:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/ag_sval.c:66:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/ag_tget.c:85:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable curfont [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/ag_trot.c:117:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable devid [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/ag_vers.c:63:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DEFINE_AGLDVCOM [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/ag_vdef.c:72:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PHNAMLNG [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/ag_vdef.c:106:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errstat [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/ag_vdef.c:281:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PHNAMLNG [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/ag_vkil.c:51:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DEFINE_AGLDVCOM [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/ag_vkil.c:94:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errstat [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/ag_vloc.c:90:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errstat [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/ag_vlos.c:85:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errstat [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/ag_vn2u.c:68:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errstat [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/ag_vsel.c:64:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAXVWPTS [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/ag_vu2n.c:63:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable window [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/ag_vupd.c:62:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errstat [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/ag_wdef.c:75:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable filact [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/ag_orax.c:282:7: style: Variable 'Mjstep' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/libsrc/agl/ag_orax.c:259:7: note: Mjstep is assigned 23FEBpl1.0/libsrc/agl/ag_orax.c:282:7: note: Mjstep is overwritten 23FEBpl1.0/libsrc/agl/ag_orax.c:283:7: style: Variable 'Mnstep' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/libsrc/agl/ag_orax.c:261:7: note: Mnstep is assigned 23FEBpl1.0/libsrc/agl/ag_orax.c:283:7: note: Mnstep is overwritten 23FEBpl1.0/libsrc/agl/ag_orax.c:246:10: style: float result is assigned to double variable. If the variable is double to avoid loss of information, then you have loss of information. [truncLongCastAssignment] 23FEBpl1.0/libsrc/agl/ag_wdef.c:78:14: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/libsrc/agl/ag_wdef.c:78:5: style: Variable 'is' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/libsrc/agl/ag_wdef.c:77:5: note: is is assigned 23FEBpl1.0/libsrc/agl/ag_wdef.c:78:5: note: is is overwritten 23FEBpl1.0/libsrc/agl/aglbsd.c:56:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TIOCGETP [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/aglbsd.c:67:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TIOCSETP [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/aglaxutl.c:98:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/aglaxutl.c:281:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LOG10 [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/aglaxutl.c:341:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LOG60 [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/aglaxutl.c:506:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LOG10 [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/aglaxutl.c:562:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable RADIANS [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/aglaxutl.c:815:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/agldash.c:88:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/agldash.c:108:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable lstyle [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/agldash.c:152:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/agldash.c:177:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errstat [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/agldash.c:105:6: style: Variable 'dashpt' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/agl/agldash.c:163:18: style: Parameter 'poly' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/agl/agldash.c:169:8: style: Variable 'XX' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/agl/agldash.c:169:13: style: Variable 'YY' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/agl/agldash.c:222:11: style: Variable 'distance' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/libsrc/agl/aglddef.c:99:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ndevs [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/aglerror.c:61:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AGL_err [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/aglerror.c:81:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable lasterr [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/aglerror.c:123:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errstat [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/aglchar.c:68:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/aglchar.c:74:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NCHLEVELS [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/aglchar.c:90:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable the_char [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/aglchar.c:303:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable actidx [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/aglchar.c:425:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errstat [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/aglchar.c:503:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errstat [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/aglchar.c:534:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/aglchar.c:724:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errstat [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/aglchar.c:790:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errstat [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/aglchar.c:847:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAX_STROKES [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/aglchar.c:918:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NFONTS [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/aglerror.c:58:7: style: Variable 'rtname' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/agl/ag_nlin.c:1578:7: style: Variable 'nvals' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/libsrc/agl/aglget.c:58:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errstat [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/ag_nlin.c:1582:7: style: Variable 'nvals' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/libsrc/agl/aglget.c:79:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable curvwp [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/ag_nlin.c:1586:7: style: Variable 'nvals' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/libsrc/agl/aglget.c:118:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable YXRATIO [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/ag_nlin.c:1590:7: style: Variable 'nvals' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/libsrc/agl/aglget.c:176:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable devid [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/aglget.c:204:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable curfont [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/aglget.c:233:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable devid [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/aglget.c:260:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable scale [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/aglget.c:287:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XVWLOW [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/aglget.c:317:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable n_float_user [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/aglget.c:343:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XUSLOW [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/aglget.c:399:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errstat [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/aglget.c:425:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable devid [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/aglget.c:464:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable color [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/aglget.c:520:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable devid [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/aglget.c:545:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable lasterr [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/aglget.c:577:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NCHFLAGS [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/aglget.c:605:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable devid [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/aglget.c:634:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable flogx [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/aglget.c:699:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable filact [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/aglget.c:736:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable devid [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/aglget.c:786:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable devid [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/aglget.c:810:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable textlw [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/aglget.c:837:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable n_int_user [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/aglget.c:864:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable devid [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/aglget.c:889:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable devid [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/aglget.c:942:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errstat [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/ag_nlin.c:1614:7: style: Variable 'nvals' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/libsrc/agl/ag_nlin.c:1619:7: style: Variable 'nvals' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/libsrc/agl/ag_nlin.c:1627:7: style: Variable 'nvals' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/libsrc/agl/ag_nlin.c:1632:7: style: Variable 'nvals' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/libsrc/agl/ag_nlin.c:1637:7: style: Variable 'nvals' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/libsrc/agl/aglget.c:70:7: style: Parameter 'pntr' can be declared as pointer to const. However it seems that 'aglgetfA' is a callback function, if 'pntr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] 23FEBpl1.0/libsrc/agl/aglget.c:374:6: note: You might need to cast the function pointer here 23FEBpl1.0/libsrc/agl/aglget.c:70:7: note: Parameter 'pntr' can be declared as pointer to const 23FEBpl1.0/libsrc/agl/aglget.c:168:7: style: Parameter 'pntr' can be declared as pointer to const. However it seems that 'aglgetfD' is a callback function, if 'pntr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] 23FEBpl1.0/libsrc/agl/aglget.c:377:6: note: You might need to cast the function pointer here 23FEBpl1.0/libsrc/agl/aglget.c:168:7: note: Parameter 'pntr' can be declared as pointer to const 23FEBpl1.0/libsrc/agl/aglget.c:196:7: style: Parameter 'pntr' can be declared as pointer to const. However it seems that 'aglgetfN' is a callback function, if 'pntr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] 23FEBpl1.0/libsrc/agl/aglget.c:387:6: note: You might need to cast the function pointer here 23FEBpl1.0/libsrc/agl/aglget.c:196:7: note: Parameter 'pntr' can be declared as pointer to const 23FEBpl1.0/libsrc/agl/aglget.c:225:7: style: Parameter 'pntr' can be declared as pointer to const. However it seems that 'aglgetfR' is a callback function, if 'pntr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] 23FEBpl1.0/libsrc/agl/aglget.c:391:6: note: You might need to cast the function pointer here 23FEBpl1.0/libsrc/agl/aglget.c:225:7: note: Parameter 'pntr' can be declared as pointer to const 23FEBpl1.0/libsrc/agl/aglget.c:252:7: style: Parameter 'pntr' can be declared as pointer to const. However it seems that 'aglgetfS' is a callback function, if 'pntr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] 23FEBpl1.0/libsrc/agl/aglget.c:392:6: note: You might need to cast the function pointer here 23FEBpl1.0/libsrc/agl/aglget.c:252:7: note: Parameter 'pntr' can be declared as pointer to const 23FEBpl1.0/libsrc/agl/aglget.c:279:7: style: Parameter 'pntr' can be declared as pointer to const. However it seems that 'aglgetfV' is a callback function, if 'pntr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] 23FEBpl1.0/libsrc/agl/aglget.c:395:6: note: You might need to cast the function pointer here 23FEBpl1.0/libsrc/agl/aglget.c:279:7: note: Parameter 'pntr' can be declared as pointer to const 23FEBpl1.0/libsrc/agl/aglget.c:309:7: style: Parameter 'pntr' can be declared as pointer to const. However it seems that 'aglgetfU' is a callback function, if 'pntr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] 23FEBpl1.0/libsrc/agl/aglget.c:394:6: note: You might need to cast the function pointer here 23FEBpl1.0/libsrc/agl/aglget.c:309:7: note: Parameter 'pntr' can be declared as pointer to const 23FEBpl1.0/libsrc/agl/aglget.c:335:7: style: Parameter 'pntr' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/agl/aglget.c:418:7: style: Parameter 'pntr' can be declared as pointer to const. However it seems that 'aglgetiB' is a callback function, if 'pntr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] 23FEBpl1.0/libsrc/agl/aglget.c:917:6: note: You might need to cast the function pointer here 23FEBpl1.0/libsrc/agl/aglget.c:418:7: note: Parameter 'pntr' can be declared as pointer to const 23FEBpl1.0/libsrc/agl/aglget.c:513:7: style: Parameter 'pt' can be declared as pointer to const. However it seems that 'aglgetiD' is a callback function, if 'pt' is declared with const you might also need to cast function pointer(s). [constParameterCallback] 23FEBpl1.0/libsrc/agl/aglget.c:919:6: note: You might need to cast the function pointer here 23FEBpl1.0/libsrc/agl/aglget.c:513:7: note: Parameter 'pt' can be declared as pointer to const 23FEBpl1.0/libsrc/agl/aglget.c:538:7: style: Parameter 'pntr' can be declared as pointer to const. However it seems that 'aglgetiE' is a callback function, if 'pntr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] 23FEBpl1.0/libsrc/agl/aglget.c:920:6: note: You might need to cast the function pointer here 23FEBpl1.0/libsrc/agl/aglget.c:538:7: note: Parameter 'pntr' can be declared as pointer to const 23FEBpl1.0/libsrc/agl/aglget.c:598:7: style: Parameter 'pntr' can be declared as pointer to const. However it seems that 'aglgetiG' is a callback function, if 'pntr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] 23FEBpl1.0/libsrc/agl/aglget.c:922:6: note: You might need to cast the function pointer here 23FEBpl1.0/libsrc/agl/aglget.c:598:7: note: Parameter 'pntr' can be declared as pointer to const 23FEBpl1.0/libsrc/agl/aglget.c:690:7: style: Parameter 'pntr' can be declared as pointer to const. However it seems that 'aglgetiM' is a callback function, if 'pntr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] 23FEBpl1.0/libsrc/agl/aglget.c:928:6: note: You might need to cast the function pointer here 23FEBpl1.0/libsrc/agl/aglget.c:690:7: note: Parameter 'pntr' can be declared as pointer to const 23FEBpl1.0/libsrc/agl/aglget.c:727:7: style: Parameter 'pntr' can be declared as pointer to const. However it seems that 'aglgetiN' is a callback function, if 'pntr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] 23FEBpl1.0/libsrc/agl/aglget.c:929:6: note: You might need to cast the function pointer here 23FEBpl1.0/libsrc/agl/aglget.c:727:7: note: Parameter 'pntr' can be declared as pointer to const 23FEBpl1.0/libsrc/agl/aglget.c:731:18: style: Variable 'finfo' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/agl/aglget.c:779:7: style: Parameter 'pntr' can be declared as pointer to const. However it seems that 'aglgetiR' is a callback function, if 'pntr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] 23FEBpl1.0/libsrc/agl/aglget.c:933:6: note: You might need to cast the function pointer here 23FEBpl1.0/libsrc/agl/aglget.c:779:7: note: Parameter 'pntr' can be declared as pointer to const 23FEBpl1.0/libsrc/agl/aglget.c:803:7: style: Parameter 'pntr' can be declared as pointer to const. However it seems that 'aglgetiT' is a callback function, if 'pntr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] 23FEBpl1.0/libsrc/agl/aglget.c:935:6: note: You might need to cast the function pointer here 23FEBpl1.0/libsrc/agl/aglget.c:803:7: note: Parameter 'pntr' can be declared as pointer to const 23FEBpl1.0/libsrc/agl/aglget.c:829:7: style: Parameter 'pntr' can be declared as pointer to const. However it seems that 'aglgetiU' is a callback function, if 'pntr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] 23FEBpl1.0/libsrc/agl/aglget.c:936:6: note: You might need to cast the function pointer here 23FEBpl1.0/libsrc/agl/aglget.c:829:7: note: Parameter 'pntr' can be declared as pointer to const 23FEBpl1.0/libsrc/agl/aglget.c:856:7: style: Parameter 'pntr' can be declared as pointer to const. However it seems that 'aglgetiW' is a callback function, if 'pntr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] 23FEBpl1.0/libsrc/agl/aglget.c:938:6: note: You might need to cast the function pointer here 23FEBpl1.0/libsrc/agl/aglget.c:856:7: note: Parameter 'pntr' can be declared as pointer to const 23FEBpl1.0/libsrc/agl/aglget.c:882:7: style: Parameter 'pntr' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/agl/aglgraph.c:62:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable polyline [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/aglinit.c:910:7: error: There is an unknown macro here somewhere. Configuration is required. If CNVRT_LOGY is a macro then please configure it. [unknownMacro] 23FEBpl1.0/libsrc/agl/aglaxutl.c:54:7: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/agl/aglaxutl.c:263:15: style: Variable 'tresh' can be declared as const array [constVariable] 23FEBpl1.0/libsrc/agl/aglaxutl.c:327:15: style: Variable 'tresh' can be declared as const array [constVariable] 23FEBpl1.0/libsrc/agl/aglaxutl.c:453:12: style: Variable 'dectrsh' can be declared as const array [constVariable] 23FEBpl1.0/libsrc/agl/aglaxutl.c:669:14: style: Variable 'stars' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/agl/aglaxutl.c:671:7: style: Variable 'frm' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/agl/aglaxutl.c:813:7: style: Variable 'src' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/agl/aglgraph.c:57:18: style: Parameter 'poly' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/agl/aglpoly.c:68:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/aglmfaux.c:54:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PHNAMLNG [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/aglmfaux.c:112:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errstat [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/aglloc.c:72:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DEFINE_AGLDVCOM [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/aglposix.c:52:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ICANON [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/aglposix.c:63:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCSANOW [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/aglchar.c:250:7: style: Parameter 's1' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/agl/aglchar.c:250:12: style: Parameter 's2' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/agl/aglloc.c:124:15: style: Condition 'IBUFFR(1)<' '' is always true [knownConditionTrueFalse] 23FEBpl1.0/libsrc/agl/aglloc.c:121:17: note: Assignment 'IBUFFR(1)=-1', assigned value is -1 23FEBpl1.0/libsrc/agl/aglloc.c:124:15: note: Condition 'IBUFFR(1)<' '' is always true 23FEBpl1.0/libsrc/agl/aglmfaux.c:109:8: style: Variable 'XP' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/agl/aglmfaux.c:110:8: style: Variable 'YP' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/agl/aglstat.c:74:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errstat [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/aglstat.c:109:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ON [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/aglstat.c:142:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XUSUP [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/aglstat.c:162:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DEFINE_AGLDVCOM [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/aglstat.c:185:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errstat [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/aglstat.c:208:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DEFINE_AGLDVCOM [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/aglstat.c:244:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable vwpts [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/aglstat.c:312:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable modeflag [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/aglstat.c:371:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DEFINE_AGLDVCOM [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/aglstat.c:388:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DEFINE_AGLDVCOM [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/aglstat.c:411:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AGLNOERR [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/aglsysv.c:52:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ICANON [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/aglsysv.c:67:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCSETA [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/aglset.c:60:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DEFINE_AGLDVCOM [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/aglset.c:85:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DEFINE_AGLDVCOM [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/aglset.c:153:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AGLCOLORS [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/aglset.c:186:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AGLCOLORS [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/aglset.c:207:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable changle [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/aglset.c:242:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable changle [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/aglset.c:324:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AGL_DEBUG [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/aglset.c:358:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AGL_err [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/aglset.c:385:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errstat [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/aglset.c:405:4: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable autoasp [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/aglset.c:426:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errstat [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/aglset.c:451:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable changle [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/aglset.c:535:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable sevmsg [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/aglset.c:592:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errstat [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/aglset.c:621:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errstat [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/aglset.c:663:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable sevterm [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/aglset.c:737:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errstat [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/aglset.c:764:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable window [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/aglset.c:793:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errstat [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/aglset.c:835:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errstat [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/aglunix.c:47:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PHNAMLNG [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/aglunix.c:84:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/aglutil.c:112:1: error: There is an unknown macro here somewhere. Configuration is required. If CNVRT_LOGY is a macro then please configure it. [unknownMacro] 23FEBpl1.0/libsrc/agl/aglunix.c:43:7: style: Parameter 'inpname' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/agl/aglunix.c:49:7: style: Variable 'work' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/agl/aglvms.c:183:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DSC$K_CLASS_S [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/ascii2mf.c:183:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/libsrc/agl/hpgldrv.c:146:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERRCODE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/hpgldrv.c:260:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERRCODE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/hpgldrv.c:266:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERRCODE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/hpgldrv.c:272:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERRCODE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/hpgldrv.c:280:4: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERRCODE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/hpgldrv.c:291:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CHANNEL [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/hpgldrv.c:302:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERRCODE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/aglvms.c:285:2: error: Found an exit path from function with non-void return type that has missing return statement [missingReturn] 23FEBpl1.0/libsrc/agl/aglvms.c:295:3: error: Found an exit path from function with non-void return type that has missing return statement [missingReturn] 23FEBpl1.0/libsrc/agl/aglset.c:108:6: style: Parameter 'tbl' can be declared as const array [constParameter] 23FEBpl1.0/libsrc/agl/aglset.c:590:7: style: Parameter 'pntr' can be declared as pointer to const. However it seems that 'aglsetN' is a callback function, if 'pntr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] 23FEBpl1.0/libsrc/agl/aglset.c:826:6: note: You might need to cast the function pointer here 23FEBpl1.0/libsrc/agl/aglset.c:590:7: note: Parameter 'pntr' can be declared as pointer to const 23FEBpl1.0/libsrc/agl/aglset.c:619:7: style: Parameter 'pntr' can be declared as pointer to const. However it seems that 'aglsetR' is a callback function, if 'pntr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] 23FEBpl1.0/libsrc/agl/aglset.c:830:6: note: You might need to cast the function pointer here 23FEBpl1.0/libsrc/agl/aglset.c:619:7: note: Parameter 'pntr' can be declared as pointer to const 23FEBpl1.0/libsrc/agl/aglset.c:760:7: style: Parameter 'pntr' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/agl/aglvms.c:283:9: style: Parameter 'filept' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/agl/aglvms.c:288:9: style: Parameter 'filept' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/agl/aglvms.c:293:9: style: Parameter 'filept' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/agl/hpgldrv.c:140:7: style: Variable 'init' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/agl/hpgldrv.c:258:16: style: Parameter 'AGLDVCOM' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/agl/hpgldrv.c:264:16: style: Parameter 'AGLDVCOM' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/agl/hpgldrv.c:270:16: style: Parameter 'AGLDVCOM' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/agl/hpgldrv.c:278:17: style: Parameter 'AGLDVCOM' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/agl/hpgldrv.c:300:8: style: Variable 'vectx' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/agl/hpgldrv.c:300:16: style: Variable 'vecty' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/agl/aglvms.c:164:8: style: Unused variable: device [unusedVariable] 23FEBpl1.0/libsrc/agl/ascii2mf.c:150:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MFCDEF [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/ascii2mf.c:191:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MFHEAD [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/mf2ascii.c:135:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/libsrc/agl/mf2ascii.c:144:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/ididrv.c:165:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CHANNEL [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/nulldrv.c:87:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERRCODE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/ididrv.c:266:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERRCODE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/nulldrv.c:101:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERRCODE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/ididrv.c:468:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CHANNEL [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/nulldrv.c:162:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERRCODE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/ididrv.c:487:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERRCODE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/nulldrv.c:173:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERRCODE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/ididrv.c:495:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERRCODE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/nulldrv.c:183:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERRCODE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/ididrv.c:503:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERRCODE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/nulldrv.c:193:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERRCODE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/ididrv.c:525:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERRCODE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/nulldrv.c:203:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERRCODE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/nulldrv.c:85:16: style: Parameter 'AGLDVCOM' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/agl/nulldrv.c:99:7: style: Variable 'pt' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/agl/nulldrv.c:160:16: style: Parameter 'AGLDVCOM' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/agl/nulldrv.c:171:16: style: Parameter 'AGLDVCOM' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/agl/nulldrv.c:181:16: style: Parameter 'AGLDVCOM' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/agl/nulldrv.c:191:16: style: Parameter 'AGLDVCOM' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/agl/nulldrv.c:201:16: style: Parameter 'AGLDVCOM' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/agl/plotv80.c:333:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/libsrc/agl/mf2ascii.c:182:2: warning: scanf() without field width limits can crash with huge input data. [invalidscanf] 23FEBpl1.0/libsrc/agl/mf2ascii.c:200:2: warning: scanf() without field width limits can crash with huge input data. [invalidscanf] 23FEBpl1.0/libsrc/agl/mf2ascii.c:254:5: style: Variable 'ic' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/libsrc/agl/mf2ascii.c:253:5: note: ic is assigned 23FEBpl1.0/libsrc/agl/mf2ascii.c:254:5: note: ic is overwritten 23FEBpl1.0/libsrc/agl/mf2ascii.c:274:5: style: Variable 'ic' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/libsrc/agl/mf2ascii.c:273:5: note: ic is assigned 23FEBpl1.0/libsrc/agl/mf2ascii.c:274:5: note: ic is overwritten 23FEBpl1.0/libsrc/agl/mf2ascii.c:275:5: style: Variable 'ic' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/libsrc/agl/mf2ascii.c:274:5: note: ic is assigned 23FEBpl1.0/libsrc/agl/mf2ascii.c:275:5: note: ic is overwritten 23FEBpl1.0/libsrc/agl/plotv80.c:163:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAXROWS [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/plotv80.c:200:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable VERSATECBUFSIZE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/plotv80.c:266:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DEFWDTOTPOINTS [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/plotv80.c:356:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DEFWDPOINTSMM [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/ididrv.c:182:12: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/libsrc/agl/ididrv.c:181:12: note: stat is assigned 23FEBpl1.0/libsrc/agl/ididrv.c:182:12: note: stat is overwritten 23FEBpl1.0/libsrc/agl/ididrv.c:199:5: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/libsrc/agl/ididrv.c:196:6: note: stat is assigned 23FEBpl1.0/libsrc/agl/ididrv.c:199:5: note: stat is overwritten 23FEBpl1.0/libsrc/agl/ididrv.c:205:5: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/libsrc/agl/ididrv.c:199:5: note: stat is assigned 23FEBpl1.0/libsrc/agl/ididrv.c:205:5: note: stat is overwritten 23FEBpl1.0/libsrc/agl/ididrv.c:211:5: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/libsrc/agl/ididrv.c:205:5: note: stat is assigned 23FEBpl1.0/libsrc/agl/ididrv.c:211:5: note: stat is overwritten 23FEBpl1.0/libsrc/agl/ididrv.c:217:5: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/libsrc/agl/ididrv.c:211:5: note: stat is assigned 23FEBpl1.0/libsrc/agl/ididrv.c:217:5: note: stat is overwritten 23FEBpl1.0/libsrc/agl/ididrv.c:249:5: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/libsrc/agl/ididrv.c:217:5: note: stat is assigned 23FEBpl1.0/libsrc/agl/ididrv.c:249:5: note: stat is overwritten 23FEBpl1.0/libsrc/agl/ididrv.c:249:5: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/libsrc/agl/ididrv.c:225:6: note: stat is assigned 23FEBpl1.0/libsrc/agl/ididrv.c:249:5: note: stat is overwritten 23FEBpl1.0/libsrc/agl/ididrv.c:249:5: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/libsrc/agl/ididrv.c:237:6: note: stat is assigned 23FEBpl1.0/libsrc/agl/ididrv.c:249:5: note: stat is overwritten 23FEBpl1.0/libsrc/agl/ididrv.c:247:6: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/libsrc/agl/ididrv.c:242:6: note: stat is assigned 23FEBpl1.0/libsrc/agl/ididrv.c:247:6: note: stat is overwritten 23FEBpl1.0/libsrc/agl/ididrv.c:249:5: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/libsrc/agl/ididrv.c:247:6: note: stat is assigned 23FEBpl1.0/libsrc/agl/ididrv.c:249:5: note: stat is overwritten 23FEBpl1.0/libsrc/agl/ididrv.c:330:8: style: Variable 'idid' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/libsrc/agl/ididrv.c:324:8: note: idid is assigned 23FEBpl1.0/libsrc/agl/ididrv.c:330:8: note: idid is overwritten 23FEBpl1.0/libsrc/agl/ididrv.c:264:7: style: Variable 'pt' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/agl/ididrv.c:485:16: style: Parameter 'AGLDVCOM' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/agl/ididrv.c:493:16: style: Parameter 'AGLDVCOM' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/agl/ididrv.c:523:8: style: Variable 'vectx' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/agl/ididrv.c:523:16: style: Variable 'vecty' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/agl/ididrv.c:249:5: style: Variable 'stat' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/libsrc/agl/pscrdrv.c:280:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PHNAMLNG [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/pscrdrv.c:563:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERRCODE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/pscrdrv.c:639:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERRCODE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/pscrdrv.c:648:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERRCODE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/pscrdrv.c:673:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERRCODE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/pscrdrv.c:680:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERRCODE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/pscrdrv.c:693:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERRCODE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/rastdrv.c:172:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERRCODE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/rastdrv.c:326:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NPOINTS [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/rastdrv.c:388:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERRCODE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/rastdrv.c:394:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERRCODE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/rastdrv.c:400:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERRCODE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/rastdrv.c:406:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERRCODE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/rastdrv.c:414:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERRCODE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/ascii2mf.c:136:22: style: Redundant condition: The condition '*chstrg != '\0'' is redundant since '*chstrg == ' '' is sufficient. [redundantCondition] 23FEBpl1.0/libsrc/agl/ascii2mf.c:415:7: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int] 23FEBpl1.0/libsrc/agl/ascii2mf.c:232:2: warning: scanf() without field width limits can crash with huge input data. [invalidscanf] 23FEBpl1.0/libsrc/agl/ascii2mf.c:253:2: warning: scanf() without field width limits can crash with huge input data. [invalidscanf] 23FEBpl1.0/libsrc/agl/ascii2mf.c:136:9: warning: Either the condition 'chstrg=='\0'' is redundant or there is possible null pointer dereference: chstrg. [nullPointerRedundantCheck] 23FEBpl1.0/libsrc/agl/ascii2mf.c:137:10: note: Assuming that condition 'chstrg=='\0'' is not redundant 23FEBpl1.0/libsrc/agl/ascii2mf.c:136:9: note: Null pointer dereference 23FEBpl1.0/libsrc/agl/ascii2mf.c:452:15: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/libsrc/agl/ascii2mf.c:320:6: style: Variable 'is' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/libsrc/agl/ascii2mf.c:317:6: note: is is assigned 23FEBpl1.0/libsrc/agl/ascii2mf.c:320:6: note: is is overwritten 23FEBpl1.0/libsrc/agl/ascii2mf.c:320:6: style: Variable 'is' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/libsrc/agl/ascii2mf.c:319:7: note: is is assigned 23FEBpl1.0/libsrc/agl/ascii2mf.c:320:6: note: is is overwritten 23FEBpl1.0/libsrc/agl/ascii2mf.c:343:6: style: Variable 'is' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/libsrc/agl/ascii2mf.c:342:6: note: is is assigned 23FEBpl1.0/libsrc/agl/ascii2mf.c:343:6: note: is is overwritten 23FEBpl1.0/libsrc/agl/ascii2mf.c:344:6: style: Variable 'is' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/libsrc/agl/ascii2mf.c:343:6: note: is is assigned 23FEBpl1.0/libsrc/agl/ascii2mf.c:344:6: note: is is overwritten 23FEBpl1.0/libsrc/agl/ascii2mf.c:345:6: style: Variable 'is' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/libsrc/agl/ascii2mf.c:344:6: note: is is assigned 23FEBpl1.0/libsrc/agl/ascii2mf.c:345:6: note: is is overwritten 23FEBpl1.0/libsrc/agl/ascii2mf.c:368:6: style: Variable 'is' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/libsrc/agl/ascii2mf.c:367:6: note: is is assigned 23FEBpl1.0/libsrc/agl/ascii2mf.c:368:6: note: is is overwritten 23FEBpl1.0/libsrc/agl/ascii2mf.c:394:6: style: Variable 'is' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/libsrc/agl/ascii2mf.c:393:6: note: is is assigned 23FEBpl1.0/libsrc/agl/ascii2mf.c:394:6: note: is is overwritten 23FEBpl1.0/libsrc/agl/ascii2mf.c:452:6: style: Variable 'is' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/libsrc/agl/ascii2mf.c:451:6: note: is is assigned 23FEBpl1.0/libsrc/agl/ascii2mf.c:452:6: note: is is overwritten 23FEBpl1.0/libsrc/agl/ascii2mf.c:202:8: style: Local variable 'pt' shadows outer variable [shadowVariable] 23FEBpl1.0/libsrc/agl/ascii2mf.c:194:7: note: Shadowed declaration 23FEBpl1.0/libsrc/agl/ascii2mf.c:202:8: note: Shadow variable 23FEBpl1.0/libsrc/agl/ascii2mf.c:298:6: style: Local variable 'aux' shadows outer variable [shadowVariable] 23FEBpl1.0/libsrc/agl/ascii2mf.c:188:5: note: Shadowed declaration 23FEBpl1.0/libsrc/agl/ascii2mf.c:298:6: note: Shadow variable 23FEBpl1.0/libsrc/agl/ascii2mf.c:144:7: style: Parameter 'key' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/agl/ascii2mf.c:191:7: style: Variable 'header' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/agl/ascii2mf.c:202:8: style: Variable 'pt' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/agl/ascii2mf.c:137:10: warning: Char literal compared with pointer 'chstrg'. Did you intend to dereference it? [charLiteralWithCharPtrCompare] 23FEBpl1.0/libsrc/agl/ascii2mf.c:199:1: error: Uninitialized variable: xxx [legacyUninitvar] 23FEBpl1.0/libsrc/agl/rastdrv.c:317:16: style: Parameter 'AGLDVCOM' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/agl/rastdrv.c:386:16: style: Parameter 'AGLDVCOM' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/agl/rastdrv.c:392:16: style: Parameter 'AGLDVCOM' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/agl/rastdrv.c:398:16: style: Parameter 'AGLDVCOM' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/agl/rastdrv.c:404:16: style: Parameter 'AGLDVCOM' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/agl/plotv80.c:344:8: style: Local variable 'nrows' shadows outer variable [shadowVariable] 23FEBpl1.0/libsrc/agl/plotv80.c:60:12: note: Shadowed declaration 23FEBpl1.0/libsrc/agl/plotv80.c:344:8: note: Shadow variable 23FEBpl1.0/libsrc/agl/plotv80.c:138:18: style: Unused variable: pt [unusedVariable] 23FEBpl1.0/libsrc/agl/plotv80.c:200:7: style: Variable 'leng' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/libsrc/agl/plotv80.c:217:16: style: Variable 'nout' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/libsrc/agl/plotv80.c:197:12: style: Unused variable: res [unusedVariable] 23FEBpl1.0/libsrc/agl/plotv80.c:275:27: style: Variable 'lnend' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/libsrc/agl/plotv80.c:282:29: style: Variable 'lnend' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/libsrc/agl/plotv80.c:288:29: style: Variable 'lnend' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/libsrc/agl/plotv80.c:305:14: style: Variable 'wdend' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/libsrc/agl/plotv80.c:312:16: style: Variable 'wdend' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/libsrc/agl/plotv80.c:318:15: style: Variable 'wdend' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/libsrc/agl/plotv80.c:351:7: style: Unused variable: nout [unusedVariable] 23FEBpl1.0/libsrc/agl/sendv80.c:69:1: portability: Omitted return type of function 'decode' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/libsrc/agl/sendv80.c:107:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/libsrc/agl/sendv80.c:82:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable sum [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/sendv80.c:143:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/sendv80.c:109:7: style: Parameter 'argv' can be declared as const array [constParameter] 23FEBpl1.0/libsrc/agl/sendv80.c:190:13: style: Variable 'nout' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/libsrc/agl/versatec.c:345:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/libsrc/agl/pscrdrv.c:206:14: style: Variable 'trail1' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/agl/pscrdrv.c:207:14: style: Variable 'trail2' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/agl/pscrdrv.c:208:14: style: Variable 'trail3' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/agl/pscrdrv.c:209:14: style: Variable 'trail4' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/agl/pscrdrv.c:267:14: style: Variable 'in00' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/agl/pscrdrv.c:268:14: style: Variable 'in01' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/agl/pscrdrv.c:269:14: style: Variable 'in01_a4' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/agl/pscrdrv.c:270:14: style: Variable 'in01_a3' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/agl/pscrdrv.c:271:14: style: Variable 'in01_us' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/agl/pscrdrv.c:272:14: style: Variable 'in02' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/agl/pscrdrv.c:273:14: style: Variable 'in03' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/agl/pscrdrv.c:274:14: style: Variable 'in04' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/agl/pscrdrv.c:275:14: style: Variable 'in05' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/agl/pscrdrv.c:276:14: style: Variable 'in06' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/agl/pscrdrv.c:281:14: style: Variable 'filnam' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/agl/pscrdrv.c:637:16: style: Parameter 'AGLDVCOM' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/agl/pscrdrv.c:671:16: style: Parameter 'AGLDVCOM' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/agl/pscrdrv.c:678:16: style: Parameter 'AGLDVCOM' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/astro/ast_bprec.c:111:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/astro/ast_bprec.c:145:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/tekdrv.c:237:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/tekdrv.c:266:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PHNAMLNG [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/tekdrv.c:383:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CHANNEL [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/tekdrv.c:499:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CHANNEL [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/tekdrv.c:575:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CHANNEL [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/tekdrv.c:603:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERRCODE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/tekdrv.c:735:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERRCODE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/tekdrv.c:752:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CHANNEL [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/tekdrv.c:795:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERRCODE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/astro/ast_coos.c:117:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PI [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/astro/ast_coos.c:138:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PI [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/astro/ast_coos.c:164:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DEG [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/astro/ast_coos.c:197:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/astro/ast_coos.c:220:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/astro/ast_coos.c:294:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NOK [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/versatec.c:146:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAXROWS [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/versatec.c:183:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable counter [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/versatec.c:224:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable i [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/versatec.c:278:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DEFWDTOTPOINTS [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/versatec.c:359:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DEFWDPOINTSMM [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/astro/ast_cotr.c:109:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/astro/ast_cotr.c:178:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/astro/ast_cotr.c:197:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/astro/ast_cotr.c:213:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NOK [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/astro/ast_cotr.c:256:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/astro/ast_cotr.c:283:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/astro/ast_cotr.c:309:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/astro/ast_cotr.c:338:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/astro/ast_cotr.c:367:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/astro/ast_ecl.c:125:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/astro/ast_cotr.c:242:9: style: Parameter 'u' can be declared as const array [constParameter] 23FEBpl1.0/libsrc/astro/ast_cotr.c:268:9: style: Parameter 'u1' can be declared as const array [constParameter] 23FEBpl1.0/libsrc/astro/ast_cotr.c:295:9: style: Parameter 'u1' can be declared as const array [constParameter] 23FEBpl1.0/libsrc/astro/ast_edq.c:134:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOS [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/astro/ast_edq.c:193:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable RSTATIC [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/astro/ast_error.c:87:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable STATIC [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/astro/ast_error.c:164:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOS [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/astro/ast_error.c:269:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOS [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/astro/ast_error.c:294:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOS [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/astro/ast_edq.c:90:9: style: Parameter 'value' can be declared as const array [constParameter] 23FEBpl1.0/libsrc/astro/ast_edq.c:185:9: style: Parameter 'value' can be declared as const array [constParameter] 23FEBpl1.0/libsrc/astro/ast_error.c:154:17: style: Variable 'p' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/astro/ast_error.c:182:8: style: Parameter 'subr' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/astro/ast_error.c:260:17: style: Variable 'p' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/astro/ast_fk4fk5.c:174:56: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PI [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/astro/ast_fk4fk5.c:338:56: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PI [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/astro/ast_fk4fk5.c:379:56: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PI [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/astro/ast_jprec.c:119:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/astro/ast_jprec.c:153:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/agl/versatec.c:356:8: style: Local variable 'nrows' shadows outer variable [shadowVariable] 23FEBpl1.0/libsrc/agl/versatec.c:53:12: note: Shadowed declaration 23FEBpl1.0/libsrc/agl/versatec.c:356:8: note: Shadow variable 23FEBpl1.0/libsrc/agl/versatec.c:504:9: warning: Uninitialized variable: split [uninitvar] 23FEBpl1.0/libsrc/agl/versatec.c:371:13: note: Assuming condition is false 23FEBpl1.0/libsrc/agl/versatec.c:504:9: note: Uninitialized variable: split 23FEBpl1.0/libsrc/agl/versatec.c:231:16: style: Variable 'nout' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/libsrc/agl/versatec.c:287:27: style: Variable 'lnend' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/libsrc/agl/versatec.c:294:29: style: Variable 'lnend' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/libsrc/agl/versatec.c:300:29: style: Variable 'lnend' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/libsrc/agl/versatec.c:317:14: style: Variable 'wdend' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/libsrc/agl/versatec.c:324:16: style: Variable 'wdend' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/libsrc/agl/versatec.c:330:15: style: Variable 'wdend' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/libsrc/astro/ast_project.c:277:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/astro/ast_project.c:390:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/astro/ast_trace.c:645:8: error: There is an unknown macro here somewhere. Configuration is required. If log_file is a macro then please configure it. [unknownMacro] 23FEBpl1.0/libsrc/astro/ast_project.c:271:9: style: Parameter 'p' can be declared as const array [constParameter] 23FEBpl1.0/libsrc/astro/ast_project.c:381:9: style: Parameter 'u' can be declared as const array [constParameter] 23FEBpl1.0/libsrc/astro/ast_traq.c:140:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRERR_VOID [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/astro/ast_traq.c:231:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRERR_VOID [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/astro/ast_project.c:233:9: style: Unused variable: cosb [unusedVariable] 23FEBpl1.0/libsrc/astro/ast_project.c:233:15: style: Unused variable: l2 [unusedVariable] 23FEBpl1.0/libsrc/astro/ast_project.c:233:19: style: Unused variable: den [unusedVariable] 23FEBpl1.0/libsrc/astro/ast_project.c:234:9: style: Unused variable: ret [unusedVariable] 23FEBpl1.0/libsrc/astro/ast_tratime.c:84:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable _SPACE_ [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/astro/ast_trerror.c:105:19: error: syntax error [syntaxError] 23FEBpl1.0/libsrc/astro/ast_traq.c:77:22: style: Variable 'pe' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/astro/ast_traq.c:129:22: style: Variable 'pe' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/astro/ast_traq.c:221:22: style: Variable 'pe' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/agl/tekdrv.c:290:4: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf] 23FEBpl1.0/libsrc/agl/tekdrv.c:286:10: style: Local variable 'pt' shadows outer variable [shadowVariable] 23FEBpl1.0/libsrc/agl/tekdrv.c:261:9: note: Shadowed declaration 23FEBpl1.0/libsrc/agl/tekdrv.c:286:10: note: Shadow variable 23FEBpl1.0/libsrc/agl/tekdrv.c:286:10: style: Variable 'pt' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/agl/tekdrv.c:388:11: style: Variable 'pt' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/agl/tekdrv.c:610:10: style: Variable 'pt' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/agl/tekdrv.c:688:10: style: Variable 'pt' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/agl/tekdrv.c:733:19: style: Parameter 'AGLDVCOM' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/agl/tekdrv.c:792:8: style: Variable 'vectx' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/agl/tekdrv.c:792:16: style: Variable 'vecty' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/astro/ast_trigod.c:67:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PI [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/astro/ast_trigod.c:92:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PI [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/astro/ast_trigod.c:130:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DEG [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/astro/ast_trigod.c:142:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DEG [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/astro/ast_trigod.c:154:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DEG [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/astro/ast_trigod.c:166:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DEG [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/astro/ast_tratime.c:76:13: style: Variable 'pe' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/astro/ast_tratime.c:79:7: style: Unused variable: value [unusedVariable] 23FEBpl1.0/libsrc/display/dco.c:125:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ENTRYFND [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/display/dco.c:164:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DEVNOTOP [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/display/dco.c:224:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QDZFND [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/display/dco.c:329:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QDSPNO [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/display/dco.c:366:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QDSPNO [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/idi/cidi/x11/idilocal2.c:116:1: portability: Omitted return type of function 'crea_win' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/libsrc/display/dco.c:97:9: style: Parameter 'munit' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/display/dco.c:97:17: style: Parameter 'disp_id' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/display/dco.c:199:14: style: Variable 'info_mes1' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/astro/ast_trtime.c:220:5: style: Variable 'y' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/libsrc/astro/ast_trtime.c:206:4: note: y is assigned 23FEBpl1.0/libsrc/astro/ast_trtime.c:220:5: note: y is overwritten 23FEBpl1.0/libsrc/idi/cidi/x11/idilocal2.c:132:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ididev [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/idi/cidi/x11/idilocal2.c:327:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ididev [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/idi/cidi/x11/idilocal2.c:364:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ididev [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/idi/cidi/x11/idilocal2.c:386:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable mydisp [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/idi/cidi/x11/idilocal2.c:402:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ididev [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/idi/cidi/x11/idilocal2.c:437:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ididev [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/idi/cidi/x11/idilocal2.c:470:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ididev [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/idi/cidi/x11/idilocal2.c:516:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ididev [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/idi/cidi/x11/idilocal2.c:582:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ididev [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/idi/cidi/x11/idilocal2.c:720:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ididev [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/idi/cidi/x11/idilocal2.c:757:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ididev [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/idi/cidi/x11/idilocal2.c:803:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ididev [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/idi/cidi/x11/idilocal2.c:845:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ididev [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/idi/cidi/x11/idilocal2.c:882:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ididev [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/idi/cidi/x11/idilocal2.c:918:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ididev [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/idi/cidi/x11/idilocal2.c:1134:4: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xdrawable [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/idi/cidi/x11/idilocal2.c:1262:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ididev [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/idi/cidi/x11/idilocal2.c:1357:4: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xdrawable [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/idi/cidi/x11/idilocal2.c:1403:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ididev [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/idi/cidi/x11/idilocal2.c:1429:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ididev [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/idi/cidi/x11/idilocal4.c:388:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Xworkst [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/idi/cidi/x11/idilocal4.c:484:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Xworkst [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/idi/cidi/x11/idilocal4.c:527:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable mydisp [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/idi/cidi/x11/idilocal4.c:95:15: style: Condition '*ptest==0xff' is always true [knownConditionTrueFalse] 23FEBpl1.0/libsrc/idi/cidi/x11/idilocal4.c:90:23: note: Assignment 'test=0x000000ff', assigned value is 255 23FEBpl1.0/libsrc/idi/cidi/x11/idilocal4.c:95:15: note: Condition '*ptest==0xff' is always true 23FEBpl1.0/libsrc/idi/cidi/x11/idilocal4.c:153:15: style: Condition '*ptest==0xff' is always true [knownConditionTrueFalse] 23FEBpl1.0/libsrc/idi/cidi/x11/idilocal4.c:147:23: note: Assignment 'test=0x000000ff', assigned value is 255 23FEBpl1.0/libsrc/idi/cidi/x11/idilocal4.c:153:15: note: Condition '*ptest==0xff' is always true 23FEBpl1.0/libsrc/idi/cidi/x11/idilocal4.c:276:10: style: Checking if unsigned expression 'ro' is less than zero. [unsignedLessThanZero] 23FEBpl1.0/libsrc/idi/cidi/x11/idilocal4.c:276:20: style: Checking if unsigned expression 'go' is less than zero. [unsignedLessThanZero] 23FEBpl1.0/libsrc/idi/cidi/x11/idilocal4.c:276:30: style: Checking if unsigned expression 'bo' is less than zero. [unsignedLessThanZero] 23FEBpl1.0/libsrc/idi/cidi/x11/idilocal4.c:84:9: style: Parameter 'image' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/idi/cidi/x11/idilocal4.c:91:18: style: Variable 'ptest' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/idi/cidi/x11/idilocal4.c:141:9: style: Parameter 'image' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/idi/cidi/x11/idilocal4.c:145:24: style: Variable 'p' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/idi/cidi/x11/idilocal4.c:148:18: style: Variable 'ptest' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/idi/cidi/x11/idilocal4.c:204:9: style: Parameter 'image' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/idi/cidi/x11/idilocal4.c:211:15: style: Variable 'pi' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/idi/cidi/x11/idilocal4.c:255:9: style: Parameter 'image' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/idi/cidi/x11/idilocal4.c:261:23: style: Variable 'pi' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/idi/cidi/x11/idilocal4.c:372:9: style: Parameter 'image' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/idi/cidi/x11/idilocal2.c:332:18: style: Local variable 'maska' shadows outer variable [shadowVariable] 23FEBpl1.0/libsrc/idi/cidi/x11/idilocal2.c:82:27: note: Shadowed declaration 23FEBpl1.0/libsrc/idi/cidi/x11/idilocal2.c:332:18: note: Shadow variable 23FEBpl1.0/libsrc/idi/cidi/x11/idilocal2.c:746:11: style: Parameter 'bar' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/idi/cidi/x11/idilocal2.c:898:36: style: Parameter 'xs' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/idi/cidi/x11/idilocal2.c:899:13: style: Parameter 'mem' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/idi/cidi/x11/idilocal2.c:1116:13: style: Parameter 'mem' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/idi/cidi/x11/idilocal2.c:1120:10: style: Variable 'goff' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/idi/cidi/x11/idilocal2.c:1120:17: style: Variable 'gx' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/idi/cidi/x11/idilocal2.c:1120:22: style: Variable 'gy' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/idi/cidi/x11/idilocal2.c:1120:27: style: Variable 'gcount' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/idi/cidi/x11/idilocal2.c:1120:36: style: Variable 'gcol' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/idi/cidi/x11/idilocal2.c:1120:43: style: Variable 'gwidth' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/idi/cidi/x11/idilocal2.c:1124:10: style: Variable 'gp' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/idi/cidi/x11/idilocal2.c:1248:13: style: Parameter 'mem' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/idi/cidi/x11/idilocal2.c:1339:13: style: Parameter 'mem' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/idi/cidi/x11/idilocal2.c:758:3: style: Variable 'k' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/libsrc/idi/cidi/x11/idilocal2.c:823:12: style: Variable 'cbuf[k]' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/libsrc/idi/cidi/x11/idilocal3.c:92:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAX_DEV [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/idi/cidi/x11/idilocal3.c:294:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAX_DEV [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/idi/cidi/x11/idilocal3.c:420:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAX_DEV [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/idi/cidi/x11/idilocal3.c:590:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ididev [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/idi/cidi/x11/idilocal3.c:655:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable mydisp [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/idi/cidi/x11/idilocal3.c:821:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ididev [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/idi/cidi/x11/idilocal3.c:867:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable READ [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/idi/cidi/x11/idilocal3.c:1031:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ididev [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/idi/cidi/x11/idilocal3.c:1066:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable auto_cursor_fid [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/idi/cidi/x11/idilocal1.c:159:4: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable mydisp [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/idi/cidi/x11/idilocal1.c:699:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ididev [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/idi/cidi/x11/idilocal1.c:1028:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ididev [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/idi/cidi/x11/idilocal1.c:1084:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ididev [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/idi/cidi/x11/idilocal1.c:1150:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ididev [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/idi/cidi/x11/idilocal1.c:1187:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ididev [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/idi/cidi/x11/idilocal1.c:1247:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ididev [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/idi/cidi/x11/idilocal1.c:1333:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ididev [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/idi/cidi/x11/idilocal1.c:1387:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ididev [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/idi/cidi/x11/idilocal1.c:1405:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ididev [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/idi/cidi/x11/idilocal1.c:1438:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ididev [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/idi/cidi/x11/idilocal1.c:1560:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable intdevtable [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/idi/cidi/x11/idilocal1.c:1635:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable myvis [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/idi/cidi/x11/idilocal1.c:1706:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ididev [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/idi/cidi/x11/idiutil2.c:95:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ididev [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/idi/cidi/x11/idiutil2.c:158:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ididev [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/idi/cidi/x11/idiutil2.c:227:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable intdevtable [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/idi/cidi/x11/idiutil2.c:268:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ididev [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/idi/cidi/x11/idiutil2.c:336:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ididev [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/idi/cidi/x11/idiutil2.c:421:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable intdevtable [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/idi/cidi/x11/idiutil2.c:542:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable intdevtable [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/idi/cidi/x11/idiutil2.c:726:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ididev [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/idi/cidi/x11/idiutil2.c:814:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ididev [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/idi/cidi/x11/idiutil2.c:890:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ididev [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/idi/cidi/x11/idiutil1.c:146:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ididev [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/idi/cidi/x11/idiutil1.c:400:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ididev [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/idi/cidi/x11/idiutil1.c:801:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ididev [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/idi/cidi/x11/idiutil1.c:894:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ididev [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/idi/cidi/x11/idiutil1.c:998:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ididev [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/idi/cidi/x11/idiutil1.c:1137:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ididev [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/idi/cidi/x11/idiutil2.c:877:7: style: Local variable 'x' shadows outer variable [shadowVariable] 23FEBpl1.0/libsrc/idi/cidi/x11/idiutil2.c:70:13: note: Shadowed declaration 23FEBpl1.0/libsrc/idi/cidi/x11/idiutil2.c:877:7: note: Shadow variable 23FEBpl1.0/libsrc/idi/cidi/x11/idiutil2.c:877:11: style: Local variable 'y' shadows outer variable [shadowVariable] 23FEBpl1.0/libsrc/idi/cidi/x11/idiutil2.c:70:16: note: Shadowed declaration 23FEBpl1.0/libsrc/idi/cidi/x11/idiutil2.c:877:11: note: Shadow variable 23FEBpl1.0/libsrc/idi/cidi/x11/idiutil2.c:259:12: style: Variable 'locinc' can be declared as const array [constVariable] 23FEBpl1.0/libsrc/idi/cidi/x11/idiutil2.c:328:39: style: Parameter 'lpos' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/idi/cidi/x11/idiutil2.c:408:26: style: Parameter 'lpos' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/idi/cidi/x11/idiutil2.c:708:16: style: Parameter 'xs' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/idi/cidi/x11/idiutil2.c:708:21: style: Parameter 'ys' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/idi/cidi/x11/idiutil2.c:878:7: style: Variable 'ovx' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/idi/cidi/x11/idiutil2.c:878:13: style: Variable 'ovy' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/idi/cidi/x11/idiutil2.c:878:19: style: Variable 'ovoff' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/idi/cidi/x11/idiutil2.c:878:27: style: Variable 'ovcolo' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/idi/cidi/x11/idiutil2.c:878:36: style: Variable 'ovlw' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/idi/cidi/x11/idiutil2.c:878:43: style: Variable 'ovcou' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/idi/cidi/x11/idiutil2.c:882:8: style: Variable 'inpntr' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/idi/cidi/x11/idiutil2.c:885:13: style: Variable 'ovmem' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/idi/cidi/x11/idiutil2.c:886:13: style: Variable 'gpov' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/idi/cidi/x11/idiutil2.c:100:9: style: Variable 'i' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/libsrc/idi/cidi/x11/iic.c:89:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ididev [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/idi/cidi/x11/iic.c:128:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ididev [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/idi/cidi/x11/iic.c:170:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ididev [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/idi/cidi/x11/iic.c:218:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ididev [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/idi/cidi/x11/iid1.c:130:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAX_DEV [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/idi/cidi/x11/iid1.c:210:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAX_DEV [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/idi/cidi/x11/idilocal3.c:585:13: style: Local variable 'conf' shadows outer variable [shadowVariable] 23FEBpl1.0/libsrc/idi/cidi/x11/idilocal3.c:70:20: note: Shadowed declaration 23FEBpl1.0/libsrc/idi/cidi/x11/idilocal3.c:585:13: note: Shadow variable 23FEBpl1.0/libsrc/idi/cidi/x11/idilocal3.c:645:14: style: Local variable 'conf' shadows outer variable [shadowVariable] 23FEBpl1.0/libsrc/idi/cidi/x11/idilocal3.c:70:20: note: Shadowed declaration 23FEBpl1.0/libsrc/idi/cidi/x11/idilocal3.c:645:14: note: Shadow variable 23FEBpl1.0/libsrc/idi/cidi/x11/idilocal3.c:580:9: style: Parameter 'stri' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/idi/cidi/x11/idilocal3.c:586:13: style: Variable 'mem' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/idi/cidi/x11/idilocal3.c:851:14: style: Variable 'xfp' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/idi/cidi/x11/iid2.c:86:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ididev [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/idi/cidi/x11/iid2.c:148:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ididev [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/idi/cidi/x11/iid2.c:259:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ididev [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/idi/cidi/x11/iid2.c:363:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAX_DEV [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/idi/cidi/x11/iid2.c:537:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ididev [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/idi/cidi/x11/iid2.c:575:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ididev [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/idi/cidi/x11/iid2.c:634:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ididev [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/idi/cidi/x11/iid2.c:680:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ididev [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/idi/cidi/x11/iid2.c:732:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ididev [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/idi/cidi/x11/iid2.c:770:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FNCNOTIMPL [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/idi/cidi/x11/iid2.c:805:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ididev [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/idi/cidi/x11/iid2.c:863:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ididev [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/idi/cidi/x11/iid2.c:246:17: style: Variable 'bar' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/idi/cidi/x11/iid2.c:356:6: style: Parameter 'display' can be declared as const array [constParameter] 23FEBpl1.0/libsrc/idi/cidi/x11/iid2.c:630:34: style: Parameter 'ncap' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/idi/cidi/x11/iid2.c:631:7: style: Parameter 'capdata' can be declared as const array [constParameter] 23FEBpl1.0/libsrc/idi/cidi/x11/iid2.c:675:17: style: Variable 'mem' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/idi/cidi/x11/iid2.c:721:5: style: Parameter 'memlist' can be declared as const array [constParameter] 23FEBpl1.0/libsrc/idi/cidi/x11/iid2.c:721:17: style: Parameter 'lutflag' can be declared as const array [constParameter] 23FEBpl1.0/libsrc/idi/cidi/x11/iid2.c:721:29: style: Parameter 'ittflag' can be declared as const array [constParameter] 23FEBpl1.0/libsrc/idi/cidi/x11/iid2.c:767:6: style: Parameter 'memid' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/idi/cidi/x11/iid2.c:767:14: style: Parameter 'xoff' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/idi/cidi/x11/iid2.c:767:21: style: Parameter 'yoff' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/idi/cidi/x11/iid2.c:800:13: style: Variable 'itt' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/idi/cidi/x11/iie.c:97:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ididev [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/idi/cidi/x11/iie.c:229:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ididev [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/idi/cidi/x11/iie.c:290:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ididev [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/idi/cidi/x11/iie.c:86:17: style: Variable 'itt' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/idi/cidi/x11/iie.c:87:17: style: Variable 'tlist' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/idi/cidi/x11/iie.c:88:17: style: Variable 'glist' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/idi/cidi/x11/iie.c:279:29: style: Parameter 'ibuf' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/idi/cidi/x11/iie.c:280:7: style: Parameter 'cbuf' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/idi/cidi/x11/iie.c:281:8: style: Parameter 'rbuf' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/idi/cidi/x11/iie.c:354:20: style: Variable 'mem' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/idi/cidi/x11/iid1.c:167:6: style: Parameter 'display' can be declared as const array [constParameter] 23FEBpl1.0/libsrc/idi/cidi/x11/iid1.c:180:10: style: Variable 'disp_var' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/idi/cidi/x11/iid1.c:925:6: style: Variable 'm' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/libsrc/idi/cidi/x11/idilocal1.c:108:10: style: Parameter 'mydisp' can be declared as pointer to const. However it seems that 'myhandler' is a callback function, if 'mydisp' is declared with const you might also need to cast function pointer(s). [constParameterCallback] 23FEBpl1.0/libsrc/idi/cidi/x11/idilocal1.c:1100:18: note: You might need to cast the function pointer here 23FEBpl1.0/libsrc/idi/cidi/x11/idilocal1.c:108:10: note: Parameter 'mydisp' can be declared as pointer to const 23FEBpl1.0/libsrc/idi/cidi/x11/idilocal1.c:109:14: style: Parameter 'myerr' can be declared as pointer to const. However it seems that 'myhandler' is a callback function, if 'myerr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] 23FEBpl1.0/libsrc/idi/cidi/x11/idilocal1.c:1100:18: note: You might need to cast the function pointer here 23FEBpl1.0/libsrc/idi/cidi/x11/idilocal1.c:109:14: note: Parameter 'myerr' can be declared as pointer to const 23FEBpl1.0/libsrc/idi/cidi/x11/idilocal1.c:687:14: style: Variable 'mem' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/idi/cidi/x11/idilocal1.c:1021:14: style: Variable 'mem' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/idi/cidi/x11/idilocal1.c:1022:14: style: Variable 'itt' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/idi/cidi/x11/idilocal1.c:1079:13: style: Variable 'conf' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/idi/cidi/x11/idilocal1.c:1145:13: style: Variable 'conf' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/idi/cidi/x11/idilocal1.c:1181:14: style: Parameter 'mem' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/idi/cidi/x11/idilocal1.c:1327:17: style: Variable 'intdata' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/idi/cidi/x11/idilocal1.c:1553:8: style: Parameter 'cbuf' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/idi/cidi/x11/iig.c:84:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ididev [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/idi/cidi/x11/iig.c:172:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ididev [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/idi/cidi/x11/iig.c:280:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ididev [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/idi/cidi/x11/iii.c:92:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ididev [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/idi/cidi/x11/iii.c:197:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ididev [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/idi/cidi/x11/iii.c:228:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ididev [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/idi/cidi/x11/iii.c:370:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ididev [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/idi/cidi/x11/iii.c:397:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ididev [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/idi/cidi/x11/iii.c:427:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ididev [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/idi/cidi/x11/iii.c:452:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ididev [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/idi/cidi/x11/iil.c:90:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ididev [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/idi/cidi/x11/iil.c:147:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ididev [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/idi/cidi/x11/iil.c:199:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ididev [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/idi/cidi/x11/iil.c:260:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ididev [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/idi/cidi/x11/iil.c:329:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ididev [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/idi/cidi/x11/iii.c:367:7: style: Parameter 'cbuf' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/idi/cidi/x11/iil.c:80:7: style: Parameter 'ittdata' can be declared as const array [constParameter] 23FEBpl1.0/libsrc/idi/cidi/x11/iil.c:189:7: style: Parameter 'lutdata' can be declared as const array [constParameter] 23FEBpl1.0/libsrc/idi/cidi/x11/iil.c:329:4: style: Variable 'no' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/libsrc/idi/cidi/x11/iis.c:84:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable II_SUCCESS [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/idi/cidi/x11/iis.c:76:6: style: Variable 'm' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/libsrc/idi/cidi/x11/iim.c:94:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ididev [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/idi/cidi/x11/iiz.c:86:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ididev [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/idi/cidi/x11/iim.c:156:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ididev [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/idi/cidi/x11/iir.c:95:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ididev [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/idi/cidi/x11/iiz.c:137:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ididev [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/idi/cidi/x11/iim.c:216:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ididev [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/idi/cidi/x11/iir.c:140:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ididev [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/idi/cidi/x11/iiz.c:200:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ididev [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/idi/cidi/x11/iim.c:270:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ididev [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/idi/cidi/x11/iir.c:203:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ididev [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/idi/cidi/x11/iiz.c:246:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ididev [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/idi/cidi/x11/iim.c:398:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ididev [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/idi/cidi/x11/iir.c:255:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ididev [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/idi/cidi/x11/iim.c:544:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable II_SUCCESS [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/idi/cidi/x11/iir.c:332:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ididev [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/idi/cidi/x11/iim.c:571:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ididev [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/idi/cidi/x11/iir.c:450:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ididev [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/idi/cidi/x11/iim.c:702:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ididev [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/idi/cidi/x11/iir.c:509:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ididev [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/idi/cidi/x11/iim.c:744:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ididev [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/idi/cidi/x11/iiz.c:148:11: style: Variable 'curmem' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/libsrc/idi/cidi/x11/iiz.c:146:11: note: curmem is assigned 23FEBpl1.0/libsrc/idi/cidi/x11/iiz.c:148:11: note: curmem is overwritten 23FEBpl1.0/libsrc/idi/cidi/x11/iiz.c:80:5: style: Parameter 'memlist' can be declared as const array [constParameter] 23FEBpl1.0/libsrc/idi/cidi/x11/iiz.c:131:5: style: Parameter 'memlist' can be declared as const array [constParameter] 23FEBpl1.0/libsrc/idi/fidi/deanza/dazidis.c:31:58: debug: Function::addArguments found argument 'idst' with varid 0. [varid0] 23FEBpl1.0/libsrc/idi/fidi/deanza/dazidis.c:41:34: debug: Function::addArguments found argument 'idst' with varid 0. [varid0] 23FEBpl1.0/libsrc/idi/fidi/deanza/dazidis.c:52:43: debug: Function::addArguments found argument 'idst' with varid 0. [varid0] 23FEBpl1.0/libsrc/idi/fidi/deanza/dazidis.c:63:49: debug: Function::addArguments found argument 'idst' with varid 0. [varid0] 23FEBpl1.0/libsrc/idi/fidi/deanza/dazidis.c:74:28: debug: Function::addArguments found argument 'idst' with varid 0. [varid0] 23FEBpl1.0/libsrc/idi/fidi/deanza/dazidis.c:86:32: debug: Function::addArguments found argument 'idst' with varid 0. [varid0] 23FEBpl1.0/libsrc/idi/fidi/deanza/dazidis.c:96:19: debug: Function::addArguments found argument 'idst' with varid 0. [varid0] 23FEBpl1.0/libsrc/idi/fidi/deanza/dazidis.c:106:39: debug: Function::addArguments found argument 'depth' with varid 0. [varid0] 23FEBpl1.0/libsrc/idi/fidi/deanza/dazidis.c:107:32: debug: Function::addArguments found argument 'idst' with varid 0. [varid0] 23FEBpl1.0/libsrc/idi/fidi/deanza/dazidis.c:118:66: debug: Function::addArguments found argument 'mysiz' with varid 0. [varid0] 23FEBpl1.0/libsrc/idi/fidi/deanza/dazidis.c:119:31: debug: Function::addArguments found argument 'idst' with varid 0. [varid0] 23FEBpl1.0/libsrc/idi/fidi/deanza/dazidis.c:130:35: debug: Function::addArguments found argument 'ncap' with varid 0. [varid0] 23FEBpl1.0/libsrc/idi/fidi/deanza/dazidis.c:131:22: debug: Function::addArguments found argument 'idst' with varid 0. [varid0] 23FEBpl1.0/libsrc/idi/fidi/deanza/dazidis.c:143:22: debug: Function::addArguments found argument 'style' with varid 0. [varid0] 23FEBpl1.0/libsrc/idi/fidi/deanza/dazidis.c:142:46: debug: Function::addArguments found argument 'idst' with varid 0. [varid0] 23FEBpl1.0/libsrc/idi/fidi/deanza/dazidis.c:154:44: debug: Function::addArguments found argument 'objid' with varid 0. [varid0] 23FEBpl1.0/libsrc/idi/fidi/deanza/dazidis.c:155:28: debug: Function::addArguments found argument 'idst' with varid 0. [varid0] 23FEBpl1.0/libsrc/idi/fidi/deanza/dazidis.c:166:29: debug: Function::addArguments found argument 'idst' with varid 0. [varid0] 23FEBpl1.0/libsrc/idi/fidi/deanza/dazidis.c:177:21: debug: Function::addArguments found argument 'idst' with varid 0. [varid0] 23FEBpl1.0/libsrc/idi/fidi/deanza/dazidis.c:188:40: debug: Function::addArguments found argument 'idst' with varid 0. [varid0] 23FEBpl1.0/libsrc/idi/fidi/deanza/dazidis.c:199:50: debug: Function::addArguments found argument 'idst' with varid 0. [varid0] 23FEBpl1.0/libsrc/idi/fidi/deanza/dazidis.c:199:62: debug: Function::addArguments found argument 'ybeg' with varid 0. [varid0] 23FEBpl1.0/libsrc/idi/fidi/deanza/dazidis.c:210:38: debug: Function::addArguments found argument 'idst' with varid 0. [varid0] 23FEBpl1.0/libsrc/idi/fidi/deanza/dazidis.c:34:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable idst [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/idi/fidi/deanza/dazidis.c:44:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable idst [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/idi/fidi/deanza/dazidis.c:55:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable idst [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/idi/fidi/deanza/dazidis.c:66:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable idst [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/idi/fidi/deanza/dazidis.c:77:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable idst [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/idi/fidi/deanza/dazidis.c:88:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable idst [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/idi/fidi/deanza/dazidis.c:98:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable idst [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/idi/fidi/deanza/dazidis.c:110:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable idst [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/idi/fidi/deanza/dazidis.c:122:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable idst [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/idi/fidi/deanza/dazidis.c:134:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable idst [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/idi/fidi/deanza/dazidis.c:146:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable idst [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/idi/fidi/deanza/dazidis.c:158:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable idst [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/idi/fidi/deanza/dazidis.c:169:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable idst [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/idi/fidi/deanza/dazidis.c:180:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable idst [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/idi/fidi/deanza/dazidis.c:191:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable idst [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/idi/fidi/deanza/dazidis.c:213:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable idst [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/idi/fidi/nodeanza/dazidis.c:31:58: debug: Function::addArguments found argument 'idst' with varid 0. [varid0] 23FEBpl1.0/libsrc/idi/fidi/nodeanza/dazidis.c:41:34: debug: Function::addArguments found argument 'idst' with varid 0. [varid0] 23FEBpl1.0/libsrc/idi/fidi/nodeanza/dazidis.c:52:43: debug: Function::addArguments found argument 'idst' with varid 0. [varid0] 23FEBpl1.0/libsrc/idi/fidi/nodeanza/dazidis.c:63:49: debug: Function::addArguments found argument 'idst' with varid 0. [varid0] 23FEBpl1.0/libsrc/idi/fidi/nodeanza/dazidis.c:74:28: debug: Function::addArguments found argument 'idst' with varid 0. [varid0] 23FEBpl1.0/libsrc/idi/fidi/nodeanza/dazidis.c:85:19: debug: Function::addArguments found argument 'idst' with varid 0. [varid0] 23FEBpl1.0/libsrc/idi/fidi/nodeanza/dazidis.c:95:39: debug: Function::addArguments found argument 'depth' with varid 0. [varid0] 23FEBpl1.0/libsrc/idi/fidi/nodeanza/dazidis.c:96:32: debug: Function::addArguments found argument 'idst' with varid 0. [varid0] 23FEBpl1.0/libsrc/idi/fidi/nodeanza/dazidis.c:108:22: debug: Function::addArguments found argument 'style' with varid 0. [varid0] 23FEBpl1.0/libsrc/idi/fidi/nodeanza/dazidis.c:107:46: debug: Function::addArguments found argument 'idst' with varid 0. [varid0] 23FEBpl1.0/libsrc/idi/fidi/nodeanza/dazidis.c:119:44: debug: Function::addArguments found argument 'objid' with varid 0. [varid0] 23FEBpl1.0/libsrc/idi/fidi/nodeanza/dazidis.c:120:28: debug: Function::addArguments found argument 'idst' with varid 0. [varid0] 23FEBpl1.0/libsrc/idi/fidi/nodeanza/dazidis.c:131:29: debug: Function::addArguments found argument 'idst' with varid 0. [varid0] 23FEBpl1.0/libsrc/idi/fidi/nodeanza/dazidis.c:142:21: debug: Function::addArguments found argument 'idst' with varid 0. [varid0] 23FEBpl1.0/libsrc/idi/fidi/nodeanza/dazidis.c:153:40: debug: Function::addArguments found argument 'idst' with varid 0. [varid0] 23FEBpl1.0/libsrc/idi/fidi/nodeanza/dazidis.c:164:50: debug: Function::addArguments found argument 'idst' with varid 0. [varid0] 23FEBpl1.0/libsrc/idi/fidi/nodeanza/dazidis.c:164:62: debug: Function::addArguments found argument 'ybeg' with varid 0. [varid0] 23FEBpl1.0/libsrc/idi/fidi/nodeanza/dazidis.c:175:38: debug: Function::addArguments found argument 'idst' with varid 0. [varid0] 23FEBpl1.0/libsrc/idi/fidi/nodeanza/dazidis.c:34:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable idst [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/idi/fidi/nodeanza/dazidis.c:44:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable idst [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/idi/fidi/nodeanza/dazidis.c:55:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable idst [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/idi/fidi/nodeanza/dazidis.c:66:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable idst [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/idi/fidi/nodeanza/dazidis.c:77:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable idst [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/idi/fidi/nodeanza/dazidis.c:87:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable idst [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/idi/fidi/nodeanza/dazidis.c:99:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable idst [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/idi/fidi/nodeanza/dazidis.c:111:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable idst [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/idi/fidi/nodeanza/dazidis.c:123:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable idst [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/idi/fidi/nodeanza/dazidis.c:134:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable idst [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/idi/fidi/nodeanza/dazidis.c:145:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable idst [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/idi/fidi/nodeanza/dazidis.c:156:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable idst [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/idi/fidi/nodeanza/dazidis.c:178:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable idst [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/idi/cidi/x11/iir.c:201:14: style: Variable 'mem' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/idi/cidi/x11/iir.c:448:14: style: Variable 'mem' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/idi/cidi/x11/iim.c:235:4: style: Variable 'ix' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/libsrc/idi/cidi/x11/iim.c:232:7: note: ix is assigned 23FEBpl1.0/libsrc/idi/cidi/x11/iim.c:235:4: note: ix is overwritten 23FEBpl1.0/libsrc/idi/cidi/x11/iim.c:264:7: style: Parameter 'memlist' can be declared as const array [constParameter] 23FEBpl1.0/libsrc/idi/cidi/x11/iim.c:389:7: style: Parameter 'memlist' can be declared as const array [constParameter] 23FEBpl1.0/libsrc/math/fitnol.c:83:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable mp_func [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/idi/cidi/x11/iim.c:560:17: style: Parameter 'memlst' can be declared as const array [constParameter] 23FEBpl1.0/libsrc/idi/cidi/x11/iim.c:561:7: style: Parameter 'period' can be declared as const array [constParameter] 23FEBpl1.0/libsrc/idi/cidi/x11/iim.c:173:7: style: Variable 'nb' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/libsrc/idi/cidi/x11/iim.c:278:8: style: Variable 'szflag' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/libsrc/idi/cidi/x11/iim.c:449:12: style: Variable 'n' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/libsrc/math/fitnol.c:68:35: style: Parameter 'p' can be declared as pointer to const. However it seems that 'myfunct' is a callback function, if 'p' is declared with const you might also need to cast function pointer(s). [constParameterCallback] 23FEBpl1.0/libsrc/math/fitnol.c:83:21: note: You might need to cast the function pointer here 23FEBpl1.0/libsrc/math/fitnol.c:68:35: note: Parameter 'p' can be declared as pointer to const 23FEBpl1.0/libsrc/math/cpl_matrix.c:502:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cpl_matrix [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/math/cpl_matrix.c:586:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cpl_matrix [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/math/cpl_matrix.c:944:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cpl_matrix [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/math/heapsort.c:155:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CLOCKS_PER_SEC [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/math/mpfit.c:310:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MP_MACHEP0 [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/math/mpfit.c:1070:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MP_MACHEP0 [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/math/mpfit.c:1409:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MP_MACHEP0 [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/math/mpfit.c:1864:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MP_DWARF [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/math/mpfit.c:2002:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MP_RDWARF [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/idi/cidi/x11/idiutil1.c:667:7: style:inconclusive: Found duplicate branches for 'if' and 'else'. [duplicateBranch] 23FEBpl1.0/libsrc/idi/cidi/x11/idiutil1.c:719:7: note: Found duplicate branches for 'if' and 'else'. 23FEBpl1.0/libsrc/idi/cidi/x11/idiutil1.c:667:7: note: Found duplicate branches for 'if' and 'else'. 23FEBpl1.0/libsrc/idi/cidi/x11/idiutil1.c:609:13: style: Local variable 'i' shadows outer variable [shadowVariable] 23FEBpl1.0/libsrc/idi/cidi/x11/idiutil1.c:393:14: note: Shadowed declaration 23FEBpl1.0/libsrc/idi/cidi/x11/idiutil1.c:609:13: note: Shadow variable 23FEBpl1.0/libsrc/idi/cidi/x11/idiutil1.c:121:16: style: Parameter 'data' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/idi/cidi/x11/idiutil1.c:384:13: style: Parameter 'mem' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/idi/cidi/x11/idiutil1.c:392:36: style: Variable 'cpntrb' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/idi/cidi/x11/idiutil1.c:508:29: style: Variable 'ipntrb' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/idi/cidi/x11/idiutil1.c:579:29: style: Variable 'ipntrb' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/idi/cidi/x11/idiutil1.c:795:17: style: Variable 'cpntra' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/idi/cidi/x11/idiutil1.c:924:28: style: Parameter 'xysize' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/idi/cidi/x11/idiutil1.c:973:16: style: Parameter 'offseta' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/idi/cidi/x11/idiutil1.c:973:26: style: Parameter 'offsetb' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/idi/cidi/x11/idiutil1.c:1017:34: style: Parameter 'xysize' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/idi/cidi/x11/idiutil1.c:1063:34: style: Parameter 'xysize' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/idi/cidi/x11/idiutil1.c:1064:13: style: Parameter 'mema' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/idi/cidi/x11/idiutil1.c:1064:20: style: Parameter 'memb' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/idi/cidi/x11/idiutil1.c:1073:34: style: Parameter 'xysize' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/idi/cidi/x11/idiutil1.c:1138:8: style: Variable 'lutoff' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/libsrc/math/cpl_matrix.c:1970:19: style: Condition 'iperm!=NULL' is always true [knownConditionTrueFalse] 23FEBpl1.0/libsrc/math/cpl_matrix.c:2360:29: style: Condition 'cpl_matrix_solve_spd(AtA,solution)' is always false [knownConditionTrueFalse] 23FEBpl1.0/libsrc/math/cpl_matrix.c:2422:5: note: Calling function 'cpl_error_get_code' returns 0 23FEBpl1.0/libsrc/math/cpl_matrix.c:2360:29: note: Calling function 'cpl_matrix_solve_spd' returns 0 23FEBpl1.0/libsrc/math/cpl_matrix.c:2360:29: note: Condition 'cpl_matrix_solve_spd(AtA,solution)' is always false 23FEBpl1.0/libsrc/math/cpl_matrix.c:292:36: style: Parameter 'self' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/math/cpl_matrix.c:769:41: style: Parameter 'matrix' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/math/cpl_matrix.c:980:44: style: Parameter 'matrix' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/math/cpl_matrix.c:1032:48: style: Parameter 'matrix' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/math/cpl_matrix.c:1089:51: style: Parameter 'matrix' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/math/cpl_matrix.c:1155:44: style: Parameter 'matrix' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/math/cpl_matrix.c:1166:18: style: Variable 'sm' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/math/cpl_matrix.c:1264:51: style: Parameter 'matrix' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/math/cpl_matrix.c:1557:18: style: Variable 'm' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/math/cpl_matrix.c:1942:49: style: Parameter 'rhs' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/math/cpl_matrix.c:2799:61: style: Parameter 'rhs' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/math/cpl_matrix.c:3066:20: style: Parameter 'design' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/math/cpl_matrix.c:3067:20: style: Parameter 'coef' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/math/cpl_matrix.c:2058:16: style: Variable 'sub' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/libsrc/math/cpl_matrix.c:2059:19: style: Variable 'j' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/libsrc/math/nrutil.c:51:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/math/nrutil.c:223:3: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg] 23FEBpl1.0/libsrc/math/nrutil.c:230:3: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg] 23FEBpl1.0/libsrc/math/nrutil.c:238:3: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg] 23FEBpl1.0/libsrc/math/nrutil.c:246:3: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg] 23FEBpl1.0/libsrc/math/nrutil.c:255:3: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg] 23FEBpl1.0/libsrc/math/nrutil.c:296:2: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg] 23FEBpl1.0/libsrc/math/nrutil.c:328:2: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg] 23FEBpl1.0/libsrc/math/nrutil.c:66:2: error: Memory leak: v [memleak] 23FEBpl1.0/libsrc/math/nrutil.c:76:2: error: Memory leak: v [memleak] 23FEBpl1.0/libsrc/math/nrutil.c:86:2: error: Memory leak: v [memleak] 23FEBpl1.0/libsrc/math/nrutil.c:96:2: error: Memory leak: v [memleak] 23FEBpl1.0/libsrc/math/nrutil.c:106:2: error: Memory leak: v [memleak] 23FEBpl1.0/libsrc/math/nrutil.c:49:6: style: Parameter 'error_text' can be declared as const array [constParameter] 23FEBpl1.0/libsrc/math/nrutil.c:62:9: style: Variable 'v' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/math/nrutil.c:72:7: style: Variable 'v' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/math/nrutil.c:82:10: style: Variable 'v' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/math/nrutil.c:92:9: style: Variable 'v' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/math/nrutil.c:102:8: style: Variable 'v' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/math/nrutil.c:176:8: style: Variable 'oldch' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/libsrc/math/nrutil.c:223:5: style: Variable 'nh' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/libsrc/math/nrutil.c:230:5: style: Variable 'nh' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/libsrc/math/nrutil.c:238:5: style: Variable 'nh' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/libsrc/math/nrutil.c:246:5: style: Variable 'nh' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/libsrc/math/nrutil.c:255:5: style: Variable 'nh' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/libsrc/math/nrutil.c:265:6: style: Variable 'nch' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/libsrc/math/nrutil.c:276:6: style: Variable 'nch' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/libsrc/math/nrutil.c:287:6: style: Variable 'nch' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/libsrc/math/nrutil.c:296:5: style: Variable 'nrh' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/libsrc/math/nrutil.c:296:11: style: Variable 'ncl' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/libsrc/math/nrutil.c:296:17: style: Variable 'nch' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/libsrc/math/nrutil.c:306:6: style: Variable 'nch' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/libsrc/math/nrutil.c:318:6: style: Variable 'nch' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/libsrc/math/nrutil.c:328:5: style: Variable 'nrh' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/libsrc/math/nrutil.c:328:11: style: Variable 'ncl' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/libsrc/math/nrutil.c:328:17: style: Variable 'nch' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/libsrc/math/mutil.c:162:11: style: Local variable 'y' shadows outer variable [shadowVariable] 23FEBpl1.0/libsrc/math/mutil.c:59:13: note: Shadowed declaration 23FEBpl1.0/libsrc/math/mutil.c:162:11: note: Shadow variable 23FEBpl1.0/libsrc/math/mutil.c:176:12: style: Local variable 'y' shadows outer variable [shadowVariable] 23FEBpl1.0/libsrc/math/mutil.c:59:13: note: Shadowed declaration 23FEBpl1.0/libsrc/math/mutil.c:176:12: note: Shadow variable 23FEBpl1.0/libsrc/math/mutil.c:200:10: style: Local variable 'a' shadows outer variable [shadowVariable] 23FEBpl1.0/libsrc/math/mutil.c:59:18: note: Shadowed declaration 23FEBpl1.0/libsrc/math/mutil.c:200:10: note: Shadow variable 23FEBpl1.0/libsrc/math/mutil.c:322:9: style: Local variable 'a' shadows outer variable [shadowVariable] 23FEBpl1.0/libsrc/math/mutil.c:59:18: note: Shadowed declaration 23FEBpl1.0/libsrc/math/mutil.c:322:9: note: Shadow variable 23FEBpl1.0/libsrc/math/mutil.c:349:9: style: Local variable 'a' shadows outer variable [shadowVariable] 23FEBpl1.0/libsrc/math/mutil.c:59:18: note: Shadowed declaration 23FEBpl1.0/libsrc/math/mutil.c:349:9: note: Shadow variable 23FEBpl1.0/libsrc/math/mutil.c:400:8: style: Local variable 'a' shadows outer variable [shadowVariable] 23FEBpl1.0/libsrc/math/mutil.c:59:18: note: Shadowed declaration 23FEBpl1.0/libsrc/math/mutil.c:400:8: note: Shadow variable 23FEBpl1.0/libsrc/math/mutil.c:430:9: style: Local variable 'a' shadows outer variable [shadowVariable] 23FEBpl1.0/libsrc/math/mutil.c:59:18: note: Shadowed declaration 23FEBpl1.0/libsrc/math/mutil.c:430:9: note: Shadow variable 23FEBpl1.0/libsrc/math/mutil.c:65:22: style: Parameter 'inimage' can be declared as const array [constParameter] 23FEBpl1.0/libsrc/math/mutil.c:158:8: style: Parameter 'a' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/math/mutil.c:172:9: style: Parameter 'a' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/math/mutil.c:261:9: style: Parameter 'arr' can be declared as const array [constParameter] 23FEBpl1.0/libsrc/math/mutil.c:279:9: style: Parameter 'arr1' can be declared as const array [constParameter] 23FEBpl1.0/libsrc/math/mutil.c:280:9: style: Parameter 'arr2' can be declared as const array [constParameter] 23FEBpl1.0/libsrc/math/mutil.c:417:9: style: Parameter 'arr' can be declared as const array [constParameter] 23FEBpl1.0/libsrc/math/mutil.c:448:10: warning: Uninitialized variable: b [uninitvar] 23FEBpl1.0/libsrc/math/mutil.c:433:17: note: Assuming condition is false 23FEBpl1.0/libsrc/math/mutil.c:448:10: note: Uninitialized variable: b 23FEBpl1.0/libsrc/math/mutil.c:268:10: style: Unused variable: diff [unusedVariable] 23FEBpl1.0/libsrc/math/mutil.c:321:13: style: Unused variable: index [unusedVariable] 23FEBpl1.0/libsrc/math/mutil.c:322:13: style: Unused variable: b [unusedVariable] 23FEBpl1.0/libsrc/math/mutil.c:348:7: style: Unused variable: i [unusedVariable] 23FEBpl1.0/libsrc/math/mutil.c:348:10: style: Unused variable: j [unusedVariable] 23FEBpl1.0/libsrc/math/mutil.c:349:9: style: Unused variable: a [unusedVariable] 23FEBpl1.0/libsrc/math/mutil.c:350:9: style: Unused variable: n2 [unusedVariable] 23FEBpl1.0/libsrc/math/mutil.c:350:13: style: Unused variable: n2p [unusedVariable] 23FEBpl1.0/libsrc/os/unix/iodev.c:73:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable oserror [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/unix/iodev.c:68:17: style: Parameter 's' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/os/unix/iodev.c:69:10: style: Parameter 'fileno' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/os/unix/iodev.c:70:10: style: Parameter 'blkno' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/os/unix/iodevr.c:167:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable oserror [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/unix/osa.c:97:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable oserror [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/unix/iodevr.c:181:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable oserror [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/unix/osa.c:164:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable oserror [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/unix/iodevr.c:230:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable READ_INFO [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/unix/osa.c:194:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable oserror [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/unix/iodevr.c:261:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAX_DEVICE_NAME [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/unix/osa.c:228:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/unix/iodevr.c:354:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CLOSE_DEVICE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/unix/osa.c:288:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable oserror [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/unix/iodevr.c:392:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable READ_DATA [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/unix/osa.c:315:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable oserror [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/unix/iodevr.c:426:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WRITE_DATA [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/unix/osa.c:361:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable oserror [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/unix/iodevr.c:455:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WRITE_EOF [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/unix/iodevr.c:474:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SKIP_FSF [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/unix/iodevr.c:494:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SKIP_BSF [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/unix/iodevr.c:513:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable REWIND [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/unix/iodevr.c:531:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SKIP_EOM [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/unix/osa.c:170:3: error: Resource leak: fid [resourceLeak] 23FEBpl1.0/libsrc/os/unix/osa.c:132:7: style: Parameter 'phname' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/os/unix/osa.c:137:8: style: Variable 't' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/math/spline.c:4:33: style: Parameter 'a' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/math/spline.c:4:45: style: Parameter 'b' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/math/spline.c:71:66: style: Parameter 'p' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/math/spline.c:113:49: style: Parameter 'xpos' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/math/spline.c:139:36: style: Parameter 'x' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/math/spline.c:139:46: style: Parameter 'y' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/os/unix/osd.c:294:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable O_RDONLY [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/unix/osd.c:393:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable _NFILE_ [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/unix/osd.c:436:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/unix/osd.c:492:4: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable oserror [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/unix/osd.c:545:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable oserror [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/unix/osd.c:571:4: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable oserror [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/unix/iodevr.c:316:9: portability: Non reentrant function 'getpwuid' called. For threadsafe applications it is recommended to use the reentrant replacement function 'getpwuid_r'. [prohibitedgetpwuidCalled] 23FEBpl1.0/libsrc/os/unix/iodevr.c:116:7: style: struct member 'info::filenum' is never used. [unusedStructMember] 23FEBpl1.0/libsrc/os/unix/iodevr.c:117:7: style: struct member 'info::blkno' is never used. [unusedStructMember] 23FEBpl1.0/libsrc/os/unix/osc.c:321:19: style: Variable 'p' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/os/unix/osc.c:346:7: style: Parameter 'source' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/os/unix/osc.c:395:9: style: Variable 'p' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/os/unix/osc.c:441:22: style: Variable 'p_end' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/os/unix/osc.c:490:21: style: Parameter 'table' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/os/unix/osc.c:493:31: style: Variable 'p_end' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/os/unix/osc.c:517:21: style: Parameter 'table' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/os/unix/osc.c:544:21: style: Parameter 'table' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/os/unix/osc.c:547:31: style: Variable 'p_end' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/os/unix/osc.c:571:21: style: Parameter 'table' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/os/unix/osc.c:591:12: style: Parameter 'str1' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/os/unix/osc.c:592:12: style: Parameter 'str2' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/os/unix/osc.c:610:22: style: Variable 'p_end' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/os/unix/osc.c:656:21: style: Parameter 'table' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/os/unix/osc.c:658:27: style: Variable 'p' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/os/unix/osfdate.c:101:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable oserror [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/unix/osf.c:92:4: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable oserror [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/unix/osfdate.c:125:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable oserror [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/unix/osf.c:133:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable oserror [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/unix/osf.c:157:4: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable oserror [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/unix/osf.c:189:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable oserror [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/unix/osf.c:215:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable oserror [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/unix/osf.c:243:4: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable oserror [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/unix/osf.c:354:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable _LPLEN [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/unix/osf.c:79:7: style: Parameter 'phname' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/os/unix/osf.c:130:7: style: Parameter 'phname' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/os/unix/osf.c:148:7: style: Parameter 'phname' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/os/unix/osf.c:208:7: style: Parameter 'phname' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/os/unix/osf.c:227:7: style: Parameter 'oldname' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/os/unix/osf.c:228:7: style: Parameter 'newname' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/os/unix/osf.c:266:7: style: Parameter 'logname' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/os/unix/osf.c:273:16: style: Variable 't' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/os/unix/osf.c:307:7: style: Parameter 'logname' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/os/unix/osf.c:311:17: style: Variable 't1' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/os/unix/osftest.c:49:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/libsrc/os/unix/osftest.c:89:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable _PATH_ [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/unix/osftest.c:59:6: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [prohibitedgetsCalled] 23FEBpl1.0/libsrc/os/unix/osftest.c:62:32: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [prohibitedgetsCalled] 23FEBpl1.0/libsrc/os/unix/osftest.c:63:39: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [prohibitedgetsCalled] 23FEBpl1.0/libsrc/os/unix/osftest.c:66:3: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [prohibitedgetsCalled] 23FEBpl1.0/libsrc/os/unix/osftest.c:68:3: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [prohibitedgetsCalled] 23FEBpl1.0/libsrc/os/unix/osftest.c:75:32: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [prohibitedgetsCalled] 23FEBpl1.0/libsrc/os/unix/osftest.c:81:26: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [prohibitedgetsCalled] 23FEBpl1.0/libsrc/os/unix/osftest.c:82:26: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [prohibitedgetsCalled] 23FEBpl1.0/libsrc/os/unix/osftest.c:88:31: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [prohibitedgetsCalled] 23FEBpl1.0/libsrc/os/unix/osftest.c:96:46: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [prohibitedgetsCalled] 23FEBpl1.0/libsrc/os/unix/osftest.c:97:46: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [prohibitedgetsCalled] 23FEBpl1.0/libsrc/os/unix/osftest.c:102:32: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [prohibitedgetsCalled] 23FEBpl1.0/libsrc/os/unix/osftest.c:104:3: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [prohibitedgetsCalled] 23FEBpl1.0/libsrc/os/unix/osftest.c:111:31: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [prohibitedgetsCalled] 23FEBpl1.0/libsrc/os/unix/osftest.c:117:34: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [prohibitedgetsCalled] 23FEBpl1.0/libsrc/os/unix/osftest.c:126:3: error: printf format string requires 3 parameters but only 2 are given. [wrongPrintfScanfArgNum] 23FEBpl1.0/libsrc/os/unix/osftest.c:50:11: style: Unused variable: n [unusedVariable] 23FEBpl1.0/libsrc/os/unix/osftest.c:50:14: style: Unused variable: n1 [unusedVariable] 23FEBpl1.0/libsrc/os/unix/osftest.c:50:18: style: Unused variable: l [unusedVariable] 23FEBpl1.0/libsrc/os/unix/osftest.c:50:21: style: Unused variable: n2 [unusedVariable] 23FEBpl1.0/libsrc/os/unix/osftest.c:52:6: style: Unused variable: recsize [unusedVariable] 23FEBpl1.0/libsrc/os/unix/osftest.c:53:7: style: Variable 'addctrl' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/libsrc/os/unix/osfparse.c:190:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOS [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/unix/osfparse.c:297:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __PATH_ [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/unix/osfparse.c:349:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __PATH_ [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/unix/osh.c:106:4: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable oserror [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/unix/osh.c:225:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable oserror [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/unix/osh.c:284:4: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable oserror [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/unix/osh.c:342:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable oserror [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/unix/osh.c:361:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable oserror [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/unix/osd.c:140:11: style: Variable 'mid_include' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/os/unix/osd.c:206:7: style: Parameter 'phname' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/os/unix/osd.c:223:7: style: Parameter 'phname' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/os/unix/osd.c:242:7: style: Parameter 'phname' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/os/unix/osd.c:485:7: style: Parameter 'pbuf' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/os/unix/osd.c:511:7: style: Parameter 'pbuf' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/os/unix/osh.c:157:10: portability: Non reentrant function 'gmtime' called. For threadsafe applications it is recommended to use the reentrant replacement function 'gmtime_r'. [prohibitedgmtimeCalled] 23FEBpl1.0/libsrc/os/unix/osh.c:233:7: portability: Non reentrant function 'localtime' called. For threadsafe applications it is recommended to use the reentrant replacement function 'localtime_r'. [prohibitedlocaltimeCalled] 23FEBpl1.0/libsrc/os/unix/osh.c:218:15: style: Variable 'Day_list' can be declared as const array [constVariable] 23FEBpl1.0/libsrc/os/unix/osh.c:219:15: style: Variable 'Month_list' can be declared as const array [constVariable] 23FEBpl1.0/libsrc/os/unix/osh.c:303:7: style: Parameter 'command' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/os/unix/osh.c:304:7: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/os/unix/osh.c:305:7: style: Parameter 'output' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/os/unix/osh.c:306:7: style: Parameter 'error' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/os/unix/osh.c:358:7: style: Parameter 'path' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/os/unix/oshenv.c:91:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable oserror [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/unix/oshenv.c:87:7: style: Parameter 'table' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/os/unix/osmemory.c:79:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ENOMEM [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/unix/osmemory.c:114:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ENOMEM [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/unix/osmessage.c:71:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable oserror [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/unix/osl.c:67:19: portability: Non reentrant function 'readdir' called. For threadsafe applications it is recommended to use the reentrant replacement function 'readdir_r'. [prohibitedreaddirCalled] 23FEBpl1.0/libsrc/os/unix/osl.c:84:19: portability: Non reentrant function 'readdir' called. For threadsafe applications it is recommended to use the reentrant replacement function 'readdir_r'. [prohibitedreaddirCalled] 23FEBpl1.0/libsrc/os/unix/osl.c:110:31: style: Redundant condition: *arg=='*'. '*arg!='*' || (*arg=='*' && *(arg+1))' is equivalent to '*arg!='*' || *(arg+1)' [redundantCondition] 23FEBpl1.0/libsrc/os/unix/osl.c:143:7: style: Parameter 'ch' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/os/unix/osl.c:116:14: style: Variable 'lin' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/libsrc/os/unix/osl.c:117:14: style: Variable 'arg' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/libsrc/os/unix/osp.c:153:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SIG_IGN [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/unix/ospsystem.c:53:6: style: Parameter 'command' can be declared as const array [constParameter] 23FEBpl1.0/libsrc/os/unix/oss.c:130:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/unix/oss.c:160:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/unix/oss.c:207:58: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/unix/osp.c:263:7: error: Non-local variable 'oserrmsg' will use pointer to local variable 'errmsg'. [danglingLifetime] 23FEBpl1.0/libsrc/os/unix/osp.c:263:18: note: Array decayed to pointer here. 23FEBpl1.0/libsrc/os/unix/osp.c:260:16: note: Variable created here. 23FEBpl1.0/libsrc/os/unix/osp.c:263:7: note: Non-local variable 'oserrmsg' will use pointer to local variable 'errmsg'. 23FEBpl1.0/libsrc/os/unix/osp.c:189:19: style: Redundant condition: The condition '*ptr_bgr' is redundant since '*ptr_bgr == ' '' is sufficient. [redundantCondition] 23FEBpl1.0/libsrc/os/unix/osp.c:174:13: style: Variable 'dupfd' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/libsrc/os/unix/osp.c:180:13: style: Variable 'dupfd' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/libsrc/os/unix/osfparse.c:186:12: style: Variable 'pe' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/os/unix/ost.c:193:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/unix/ost.c:241:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/unix/ost.c:315:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCSAFLUSH [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/unix/ost.c:333:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/unix/ost.c:356:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/unix/ost.c:407:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/unix/ost.c:427:56: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/unix/ost.c:457:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ICANON [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/unix/ost.c:505:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EINVAL [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/unix/ost.c:557:59: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/unix/ost.c:591:53: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/unix/osx.c:296:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SIG_IGN [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/unix/osx.c:599:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAX_IPCC [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/unix/osx.c:678:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAX_IPCC [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/unix/osx.c:749:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAX_IPCC [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/unix/osx.c:819:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAX_IPCC [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/unix/osu.c:230:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable oserror [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/unix/osu.c:269:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable oserrmsg [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/unix/osu.c:340:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable U_REWIND [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/unix/osu.c:356:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable U_WEOF [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/unix/osu.c:384:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable U_FMB [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/unix/osu.c:401:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable oserror [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/unix/osu.c:442:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable iolist [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/unix/osu.c:479:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable oserror [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/unix/osu.c:514:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FILE_START [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/unix/osu.c:593:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable oserror [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/unix/osu.c:630:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable iolist [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/unix/osu.c:754:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NULL_DEV [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/unix/osu.c:972:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable U_WRITE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/unix/osu.c:1008:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable oserror [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/unix/osu.c:1111:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable oserror [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/unix/osu.c:1189:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable READ [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/unix/osu.c:1220:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable U_WRITE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/unix/osx.c:373:17: portability: Non reentrant function 'getservbyname' called. For threadsafe applications it is recommended to use the reentrant replacement function 'getservbyname_r'. [prohibitedgetservbynameCalled] 23FEBpl1.0/libsrc/os/unix/osx.c:515:14: style: Obsolescent function 'gethostbyname' called. It is recommended to use 'getaddrinfo' instead. [prohibitedgethostbynameCalled] 23FEBpl1.0/libsrc/os/unix/osx.c:873:11: portability: Non reentrant function 'getservbyname' called. For threadsafe applications it is recommended to use the reentrant replacement function 'getservbyname_r'. [prohibitedgetservbynameCalled] 23FEBpl1.0/libsrc/os/unix/osx.c:282:24: style: Variable 'hp' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/os/unix/osx.c:283:24: style: Variable 'sp' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/os/unix/osx.c:868:7: style: Parameter 'service' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/os/unix/ost.c:131:9: style: Variable 'p' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/os/unix/ost.c:328:20: style: Parameter 'tstat' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/os/unix/ost.c:550:7: style: Parameter 'string' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/os/vms/iodev0.c:91:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EIO [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/vms/iodev0.c:127:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EIO [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/vms/iodev0.c:190:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EIO [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/vms/iodev0.c:205:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EIO [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/vms/iodev0.c:224:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IO$_READLBLK [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/vms/iodev0.c:241:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IO$_WRITELBLK [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/vms/iodev0.c:66:22: style: struct member 'IOSB::info' is never used. [unusedStructMember] 23FEBpl1.0/libsrc/os/vms/iodev0.c:220:13: style: Unused variable: stat [unusedVariable] 23FEBpl1.0/libsrc/os/vms/iodev0.c:237:13: style: Unused variable: stat [unusedVariable] 23FEBpl1.0/libsrc/os/vms/iodev1.c:137:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EIO [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/vms/iodev1.c:175:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EIO [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/vms/iodev1.c:208:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DVI$_DEVCLASS [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/vms/iodev1.c:251:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MNT$M_NOASSIST [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/vms/iodev1.c:295:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EIO [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/vms/iodev1.c:320:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IO$_READLBLK [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/vms/iodev1.c:340:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IO$_WRITELBLK [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/vms/iodev1.c:298:53: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation] 23FEBpl1.0/libsrc/os/vms/iodev1.c:79:16: style: struct member 'Anonymous0::info' is never used. [unusedStructMember] 23FEBpl1.0/libsrc/os/vms/iodev1.c:86:9: style: struct member 'item::return_len' is never used. [unusedStructMember] 23FEBpl1.0/libsrc/os/vms/iodev1.c:207:9: style: struct member 'Anonymous1::end' is never used. [unusedStructMember] 23FEBpl1.0/libsrc/os/vms/iodev1.c:254:9: style: struct member 'Anonymous2::item_2' is never used. [unusedStructMember] 23FEBpl1.0/libsrc/os/vms/iodev1.c:255:8: style: struct member 'Anonymous2::end' is never used. [unusedStructMember] 23FEBpl1.0/libsrc/os/vms/iodev1.c:248:14: style: Unused variable: l [unusedVariable] 23FEBpl1.0/libsrc/os/vms/iodev.c:106:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dsc$a_pointer [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/vms/iodev.c:134:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IO$_SENSEMODE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/vms/iodev.c:174:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MNT$M_FOREIGN [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/vms/iodev.c:221:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IO$_REWIND [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/vms/iodev.c:250:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IO$_READLBLK [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/vms/iodev.c:277:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IO$_WRITELBLK [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/vms/iodev.c:302:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IO$_WRITEOF [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/vms/iodev.c:326:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IO$_REWIND [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/vms/iodev.c:351:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IO$_SKIPFILE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/vms/iodev.c:376:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IO$_SKIPRECORD [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/vms/osa.c:149:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable RAB$C_SEQ [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/vms/osa.c:182:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAB$M_PUT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/vms/osa.c:208:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable RAB$C_SEQ [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/vms/osa.c:249:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable RAB$C_RFA [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/vms/osa.c:306:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EINVAL [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/vms/osa.c:373:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable READ_WRITE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/vms/osa.c:415:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EIO [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/vms/osa.c:456:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOS [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/vms/osa.c:486:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IO$_WRITELBLK [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/vms/osa.c:520:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ESPIPE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/vms/osa.c:553:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAB$C_STMLF [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/vms/osa.c:226:3: style: Label 'FIN' is not used. [unusedLabel] 23FEBpl1.0/libsrc/os/vms/osa.c:476:17: style: Variable 'p' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/os/vms/osa.c:515:21: style: Unused variable: i [unusedVariable] 23FEBpl1.0/libsrc/os/vms/osa.c:549:15: style: Unused variable: isunix [unusedVariable] 23FEBpl1.0/libsrc/os/vms/osatest.c:56:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/libsrc/os/vms/osatest.c:212:1: portability: Omitted return type of function 'help' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/libsrc/os/vms/osatest.c:232:1: portability: Omitted return type of function 'dump' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/libsrc/os/vms/osatest.c:106:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable READ [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/vms/osatest.c:65:35: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [prohibitedgetsCalled] 23FEBpl1.0/libsrc/os/vms/osatest.c:108:45: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [prohibitedgetsCalled] 23FEBpl1.0/libsrc/os/vms/osatest.c:114:45: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [prohibitedgetsCalled] 23FEBpl1.0/libsrc/os/vms/osatest.c:115:38: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [prohibitedgetsCalled] 23FEBpl1.0/libsrc/os/vms/osatest.c:173:42: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [prohibitedgetsCalled] 23FEBpl1.0/libsrc/os/vms/osatest.c:205:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint] 23FEBpl1.0/libsrc/os/vms/osatest.c:238:12: style: Variable 'pe' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/os/vms/osatest.c:240:14: style: Variable 'xdig' can be declared as const array [constVariable] 23FEBpl1.0/libsrc/os/vms/osatest.c:193:5: 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] 23FEBpl1.0/libsrc/os/vms/osatest.c:58:9: style: Unused variable: p [unusedVariable] 23FEBpl1.0/libsrc/os/vms/osatest.c:59:10: style: Unused variable: l [unusedVariable] 23FEBpl1.0/libsrc/os/unix/osu.c:471:18: style: Variable 'plist' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/os/unix/osu.c:630:17: style: Variable 'plist' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/os/vms/osc.c:286:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MID_RSTATIC [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/vms/osctest.c:56:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/libsrc/os/vms/osctest.c:153:1: portability: Omitted return type of function 'help' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/libsrc/os/vms/osctest.c:104:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable main_ascii [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/vms/osctest.c:65:7: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [prohibitedgetsCalled] 23FEBpl1.0/libsrc/os/vms/osctest.c:71:34: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [prohibitedgetsCalled] 23FEBpl1.0/libsrc/os/vms/osctest.c:73:30: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [prohibitedgetsCalled] 23FEBpl1.0/libsrc/os/vms/osctest.c:84:34: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [prohibitedgetsCalled] 23FEBpl1.0/libsrc/os/vms/osctest.c:178:8: style: Parameter 'str' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/os/vms/osc.c:385:3: style: Label 'FIN' is not used. [unusedLabel] 23FEBpl1.0/libsrc/os/vms/osc.c:435:3: style: Label 'FIN' is not used. [unusedLabel] 23FEBpl1.0/libsrc/os/vms/osc.c:488:3: style: Label 'FIN' is not used. [unusedLabel] 23FEBpl1.0/libsrc/os/vms/osc.c:543:3: style: Label 'FIN' is not used. [unusedLabel] 23FEBpl1.0/libsrc/os/vms/osc.c:594:3: style: Label 'FIN' is not used. [unusedLabel] 23FEBpl1.0/libsrc/os/vms/osc.c:620:3: style: Label 'FIN' is not used. [unusedLabel] 23FEBpl1.0/libsrc/os/vms/osc.c:649:3: style: Label 'FIN' is not used. [unusedLabel] 23FEBpl1.0/libsrc/os/vms/osc.c:690:3: style: Label 'FIN' is not used. [unusedLabel] 23FEBpl1.0/libsrc/os/vms/osc.c:343:22: style: Variable 'pe' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/os/vms/osc.c:504:21: style: Parameter 'table' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/os/vms/osc.c:559:21: style: Parameter 'table' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/os/vms/osc.c:582:31: style: Variable 'pe' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/os/vms/osc.c:609:31: style: Variable 'pe' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/os/vms/osdtest.c:60:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/libsrc/os/vms/osdtest.c:225:1: portability: Omitted return type of function 'help' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/libsrc/os/vms/osdtest.c:245:1: portability: Omitted return type of function 'dump' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/libsrc/os/vms/osd.c:127:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EINVAL [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/vms/osd.c:170:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EIO [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/vms/osd.c:353:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAB$C_SEQ [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/vms/osd.c:464:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAB$M_UFO [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/vms/osd.c:541:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOS [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/vms/osd.c:572:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAB$M_UFO [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/vms/osd.c:659:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ESPIPE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/vms/osd.c:717:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ESPIPE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/vms/osd.c:736:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAB$C_STMLF [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/vms/osdtest.c:67:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LARGE_BUFFER [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/vms/osd.c:173:3: style: Label 'FIN' is not used. [unusedLabel] 23FEBpl1.0/libsrc/os/vms/osd.c:543:3: style: Label 'FIN' is not used. [unusedLabel] 23FEBpl1.0/libsrc/os/vms/osd.c:370:27: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation] 23FEBpl1.0/libsrc/os/vms/osd.c:456:21: style: Variable 'pe' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/os/vms/osd.c:178:25: warning: Uninitialized variable: len [uninitvar] 23FEBpl1.0/libsrc/os/vms/osd.c:170:7: note: Assuming condition is true 23FEBpl1.0/libsrc/os/vms/osd.c:178:25: note: Uninitialized variable: len 23FEBpl1.0/libsrc/os/vms/osd.c:732:15: style: Unused variable: isunix [unusedVariable] 23FEBpl1.0/libsrc/os/vms/ose.c:75:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable _NFLAGS [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/vms/ose.c:94:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable _NFLAGS [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/vms/ose.c:124:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable _NFLAGS [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/vms/ose.c:153:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable _NFLAGS [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/vms/ose.c:189:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable oserror [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/vms/ose.c:166:25: warning: Uninitialized variable: ret [uninitvar] 23FEBpl1.0/libsrc/os/vms/ose.c:153:16: note: Assuming condition is true 23FEBpl1.0/libsrc/os/vms/ose.c:166:25: note: Uninitialized variable: ret 23FEBpl1.0/libsrc/os/vms/osdtest.c:66:50: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [prohibitedgetsCalled] 23FEBpl1.0/libsrc/os/vms/osdtest.c:73:35: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [prohibitedgetsCalled] 23FEBpl1.0/libsrc/os/vms/osdtest.c:116:45: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [prohibitedgetsCalled] 23FEBpl1.0/libsrc/os/vms/osdtest.c:123:45: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [prohibitedgetsCalled] 23FEBpl1.0/libsrc/os/vms/osdtest.c:124:38: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [prohibitedgetsCalled] 23FEBpl1.0/libsrc/os/vms/osdtest.c:136:42: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [prohibitedgetsCalled] 23FEBpl1.0/libsrc/os/vms/osdtest.c:181:42: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [prohibitedgetsCalled] 23FEBpl1.0/libsrc/os/vms/osdtest.c:218:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint] 23FEBpl1.0/libsrc/os/vms/osdtest.c:251:12: style: Variable 'pe' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/os/vms/osdtest.c:253:14: style: Variable 'xdig' can be declared as const array [constVariable] 23FEBpl1.0/libsrc/os/vms/osdtest.c:199:5: 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] 23FEBpl1.0/libsrc/os/vms/osdtest.c:206:5: 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] 23FEBpl1.0/libsrc/os/vms/osdtest.c:62:9: style: Unused variable: p [unusedVariable] 23FEBpl1.0/libsrc/os/vms/osf.c:196:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable RAB [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/vms/osf.c:242:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MID_STATIC [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/vms/osf.c:296:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable RMS$_NORMAL [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/vms/osf.c:322:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable RMS$_NORMAL [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/vms/osf.c:357:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAB$M_BRO [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/vms/osf.c:389:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAB$M_BRO [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/vms/osf.c:418:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAB$M_BRO [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/vms/osf.c:448:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cc$rms_fab [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/vms/osf.c:455:3: style: Label 'FIN' is not used. [unusedLabel] 23FEBpl1.0/libsrc/os/vms/osf.c:174:17: style: Parameter 'q' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/os/vms/osf.c:470:7: style: Parameter 'logname' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/os/vms/osf.c:477:16: style: Variable 't' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/os/vms/osf.c:511:7: style: Parameter 'logname' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/os/vms/osf.c:515:17: style: Variable 't1' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/os/vms/osfparse.c:153:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOS [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/vms/osfparse.c:249:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable _PATH_ [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/vms/osftest.c:49:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/libsrc/os/vms/osfparse.c:318:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __PATH_ [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/vms/osftest.c:89:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable _PATH_ [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/vms/osftest.c:59:6: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [prohibitedgetsCalled] 23FEBpl1.0/libsrc/os/vms/osftest.c:62:32: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [prohibitedgetsCalled] 23FEBpl1.0/libsrc/os/vms/osftest.c:63:39: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [prohibitedgetsCalled] 23FEBpl1.0/libsrc/os/vms/osftest.c:66:3: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [prohibitedgetsCalled] 23FEBpl1.0/libsrc/os/vms/osftest.c:68:3: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [prohibitedgetsCalled] 23FEBpl1.0/libsrc/os/vms/osftest.c:75:32: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [prohibitedgetsCalled] 23FEBpl1.0/libsrc/os/vms/osftest.c:81:26: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [prohibitedgetsCalled] 23FEBpl1.0/libsrc/os/vms/osftest.c:82:26: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [prohibitedgetsCalled] 23FEBpl1.0/libsrc/os/vms/osftest.c:88:31: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [prohibitedgetsCalled] 23FEBpl1.0/libsrc/os/vms/osftest.c:96:46: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [prohibitedgetsCalled] 23FEBpl1.0/libsrc/os/vms/osftest.c:97:46: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [prohibitedgetsCalled] 23FEBpl1.0/libsrc/os/vms/osftest.c:102:32: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [prohibitedgetsCalled] 23FEBpl1.0/libsrc/os/vms/osftest.c:104:3: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [prohibitedgetsCalled] 23FEBpl1.0/libsrc/os/vms/osftest.c:111:31: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [prohibitedgetsCalled] 23FEBpl1.0/libsrc/os/vms/osftest.c:117:34: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [prohibitedgetsCalled] 23FEBpl1.0/libsrc/os/vms/osftest.c:50:11: style: Unused variable: n [unusedVariable] 23FEBpl1.0/libsrc/os/vms/osftest.c:50:14: style: Unused variable: n1 [unusedVariable] 23FEBpl1.0/libsrc/os/vms/osftest.c:50:18: style: Unused variable: l [unusedVariable] 23FEBpl1.0/libsrc/os/vms/osftest.c:50:21: style: Unused variable: n2 [unusedVariable] 23FEBpl1.0/libsrc/os/vms/osftest.c:52:6: style: Unused variable: recsize [unusedVariable] 23FEBpl1.0/libsrc/os/vms/osftest.c:53:7: style: Variable 'addctrl' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/libsrc/os/vms/osfparse.c:178:8: style: Variable 'l' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/libsrc/os/vms/osfparse.c:167:5: note: l is assigned 23FEBpl1.0/libsrc/os/vms/osfparse.c:178:8: note: l is overwritten 23FEBpl1.0/libsrc/os/vms/osh.c:526:1: portability: Omitted return type of function 'oshchdir' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/libsrc/os/vms/osh.c:117:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LNM$_STRING [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/vms/osh.c:145:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LNM$M_CASE_BLIND [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/vms/osh.c:467:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EINTR [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/vms/osh.c:486:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EINTR [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/vms/osh.c:536:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/vms/osfvms.c:141:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAB$C_FIX [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/vms/osfvms.c:192:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cc$rms_rab [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/vms/osfvms.c:251:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAB$M_GET [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/vms/osfvms.c:348:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable RAB [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/vms/osfvms.c:389:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EBADF [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/vms/osfvms.c:418:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAB$M_GET [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/vms/osfvms.c:454:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAB$M_NAM [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/vms/osfvms.c:495:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EIO [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/vms/osfvms.c:520:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAB$C_SEQ [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/vms/osfvms.c:556:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EIO [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/vms/osfvms.c:595:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IO$_READLBLK [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/vms/iodev.c:231:54: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation] 23FEBpl1.0/libsrc/os/vms/iodev.c:297:24: style: Unused variable: i [unusedVariable] 23FEBpl1.0/libsrc/os/vms/oshproc.c:89:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable JPI$_PID [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/vms/oshproc.c:116:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable JPI$_PRCNAM [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/vms/oshproc.c:145:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable JPI$_USERNAME [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/vms/osh.c:235:17: style: Parameter 'q' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/os/vms/osh.c:353:17: style: Variable 'p' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/os/vms/osh.c:497:21: style: Parameter 's2' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/os/vms/osh.c:520:10: style: Parameter 'date_string' can be declared as const array [constParameter] 23FEBpl1.0/libsrc/os/vms/osh.c:521:15: style: Parameter 'date_struct' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/os/vms/osh.c:533:7: style: Parameter 'path' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/os/vms/osh.c:85:22: style: struct member 'item::item_code' is never used. [unusedStructMember] 23FEBpl1.0/libsrc/os/vms/osh.c:87:9: style: struct member 'item::return_len' is never used. [unusedStructMember] 23FEBpl1.0/libsrc/os/vms/osh.c:115:8: style: struct member 'Anonymous0::end' is never used. [unusedStructMember] 23FEBpl1.0/libsrc/os/vms/osh.c:151:15: style: struct member 'Anonymous1::Item' is never used. [unusedStructMember] 23FEBpl1.0/libsrc/os/vms/osh.c:152:8: style: struct member 'Anonymous1::end' is never used. [unusedStructMember] 23FEBpl1.0/libsrc/os/vms/osh.c:157:15: style: struct member 'Anonymous2::Item' is never used. [unusedStructMember] 23FEBpl1.0/libsrc/os/vms/osh.c:158:8: style: struct member 'Anonymous2::end' is never used. [unusedStructMember] 23FEBpl1.0/libsrc/os/vms/osh.c:454:22: style: Variable 'attr_list' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/libsrc/os/vms/oshproc.c:69:17: style: struct member 'ITMLST::len' is never used. [unusedStructMember] 23FEBpl1.0/libsrc/os/vms/oshproc.c:70:17: style: struct member 'ITMLST::item_code' is never used. [unusedStructMember] 23FEBpl1.0/libsrc/os/vms/oshproc.c:71:9: style: struct member 'ITMLST::buffer' is never used. [unusedStructMember] 23FEBpl1.0/libsrc/os/vms/oshproc.c:72:9: style: struct member 'ITMLST::return_length' is never used. [unusedStructMember] 23FEBpl1.0/libsrc/os/vms/oshproc.c:86:12: style: struct member 'Anonymous0::itm_1' is never used. [unusedStructMember] 23FEBpl1.0/libsrc/os/vms/oshproc.c:87:12: style: struct member 'Anonymous0::itm_end' is never used. [unusedStructMember] 23FEBpl1.0/libsrc/os/vms/oshproc.c:113:12: style: struct member 'Anonymous1::itm_2' is never used. [unusedStructMember] 23FEBpl1.0/libsrc/os/vms/oshproc.c:114:12: style: struct member 'Anonymous1::itm_end' is never used. [unusedStructMember] 23FEBpl1.0/libsrc/os/vms/oshproc.c:142:12: style: struct member 'Anonymous2::itm_2' is never used. [unusedStructMember] 23FEBpl1.0/libsrc/os/vms/oshproc.c:143:12: style: struct member 'Anonymous2::itm_end' is never used. [unusedStructMember] 23FEBpl1.0/libsrc/os/vms/osfvms.c:390:20: style: Array index 'fid' is used before limits check. [arrayIndexThenCheck] 23FEBpl1.0/libsrc/os/vms/osfvms.c:345:23: style: Local variable 'fp' shadows outer variable [shadowVariable] 23FEBpl1.0/libsrc/os/vms/osfvms.c:107:21: note: Shadowed declaration 23FEBpl1.0/libsrc/os/vms/osfvms.c:345:23: note: Shadow variable 23FEBpl1.0/libsrc/os/vms/osfvms.c:382:23: style: Local variable 'fp' shadows outer variable [shadowVariable] 23FEBpl1.0/libsrc/os/vms/osfvms.c:107:21: note: Shadowed declaration 23FEBpl1.0/libsrc/os/vms/osfvms.c:382:23: note: Shadow variable 23FEBpl1.0/libsrc/os/vms/osfvms.c:86:16: style: struct member 'IOSB::info' is never used. [unusedStructMember] 23FEBpl1.0/libsrc/os/vms/osfvms.c:247:17: style: Unused variable: trname [unusedVariable] 23FEBpl1.0/libsrc/os/vms/oshtest.c:51:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/libsrc/os/vms/oshtest.c:133:1: portability: Omitted return type of function 'help' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/libsrc/os/vms/oshtest.c:60:6: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [prohibitedgetsCalled] 23FEBpl1.0/libsrc/os/vms/oshtest.c:64:38: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [prohibitedgetsCalled] 23FEBpl1.0/libsrc/os/vms/oshtest.c:74:36: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [prohibitedgetsCalled] 23FEBpl1.0/libsrc/os/vms/oshtest.c:75:30: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [prohibitedgetsCalled] 23FEBpl1.0/libsrc/os/vms/oshtest.c:117:37: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [prohibitedgetsCalled] 23FEBpl1.0/libsrc/os/vms/oshtest.c:119:39: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [prohibitedgetsCalled] 23FEBpl1.0/libsrc/os/vms/oshtest.c:120:39: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [prohibitedgetsCalled] 23FEBpl1.0/libsrc/os/vms/oshtest.c:81:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint] 23FEBpl1.0/libsrc/os/vms/oshtest.c:54:12: style: Variable 'r' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/os/vms/oshtest.c:52:14: style: Unused variable: n [unusedVariable] 23FEBpl1.0/libsrc/os/vms/oshtest.c:52:17: style: Unused variable: n1 [unusedVariable] 23FEBpl1.0/libsrc/os/vms/oshtest.c:52:21: style: Unused variable: n2 [unusedVariable] 23FEBpl1.0/libsrc/os/vms/oshtest.c:53:11: style: Unused variable: tim [unusedVariable] 23FEBpl1.0/libsrc/os/vms/oshtest.c:54:8: style: Unused variable: p [unusedVariable] 23FEBpl1.0/libsrc/os/vms/osmessage.c:124:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOS [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/vms/osmemory.c:143:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ENOMEM [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/vms/osmemory.c:258:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EFAULT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/vms/osmemory.c:310:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EINVAL [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/vms/osl.c:75:17: portability: Non reentrant function 'readdir' called. For threadsafe applications it is recommended to use the reentrant replacement function 'readdir_r'. [prohibitedreaddirCalled] 23FEBpl1.0/libsrc/os/vms/osl.c:95:17: portability: Non reentrant function 'readdir' called. For threadsafe applications it is recommended to use the reentrant replacement function 'readdir_r'. [prohibitedreaddirCalled] 23FEBpl1.0/libsrc/os/vms/osl.c:128:27: style: Redundant condition: *arg=='*'. '*arg!='*' || (*arg=='*' && *(arg+1))' is equivalent to '*arg!='*' || *(arg+1)' [redundantCondition] 23FEBpl1.0/libsrc/os/vms/osl.c:166:7: style: Parameter 'ch' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/os/vms/osl.c:96:20: style: Variable 'res' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/libsrc/os/vms/osl.c:134:15: style: Variable 'lin' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/libsrc/os/vms/osl.c:135:15: style: Variable 'arg' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/libsrc/os/vms/osl.c:123:7: style: Unused variable: j [unusedVariable] 23FEBpl1.0/libsrc/os/vms/ospwait.c:95:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MID_STATIC [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/vms/ospwait.c:129:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SS$_ABORT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/vms/osmemory.c:244:10: style: Parameter 'address' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/os/vms/osmemory.c:306:19: style: Variable 'a' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/os/vms/ospwait.c:102:11: style: Condition 'efn==0' is always true [knownConditionTrueFalse] 23FEBpl1.0/libsrc/os/vms/ospwait.c:95:37: note: Assignment 'efn=0', assigned value is 0 23FEBpl1.0/libsrc/os/vms/ospwait.c:102:11: note: Condition 'efn==0' is always true 23FEBpl1.0/libsrc/os/vms/ospwait.c:110:17: warning: Expression '-10000' has a negative value. That is converted to an unsigned value and used in an unsigned calculation. [signConversion] 23FEBpl1.0/libsrc/os/vms/osrtest.c:57:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/libsrc/os/vms/osrtest.c:133:1: portability: Omitted return type of function 'help' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/libsrc/os/vms/ospsystem.c:159:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DSC$K_CLASS_S [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/vms/osrtest.c:79:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOS [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/vms/ospsystem.c:184:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/vms/ospsystem.c:215:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IO$_WRITEVBLK [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/vms/ospsystem.c:244:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DVI$_DEVNAM [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/vms/ospsystem.c:275:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/vms/ospsystem.c:287:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/vms/ospsystem.c:352:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable c_ast_param [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/vms/ospsystem.c:616:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/vms/ospsystem.c:778:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/vms/ospsystem.c:834:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/vms/osr.c:156:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SS$_CLEARED [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/vms/osr.c:178:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MID_RSTATIC [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/vms/osr.c:337:55: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOS [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/vms/osr.c:483:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IO$_DEACCESS [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/vms/osr.c:532:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IO$_READVBLK [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/vms/osr.c:658:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOS [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/vms/osr.c:690:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IO$_WRITEVBLK [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/vms/osr.c:718:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOS [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/vms/osrtest.c:65:35: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [prohibitedgetsCalled] 23FEBpl1.0/libsrc/os/vms/osrtest.c:121:42: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [prohibitedgetsCalled] 23FEBpl1.0/libsrc/os/vms/osrtest.c:106:9: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak] 23FEBpl1.0/libsrc/os/vms/osr.c:111:21: style: struct member 'item::item_code' is never used. [unusedStructMember] 23FEBpl1.0/libsrc/os/vms/osr.c:113:9: style: struct member 'item::return_len' is never used. [unusedStructMember] 23FEBpl1.0/libsrc/os/vms/osr.c:127:11: style: struct member 'Anonymous0::end' is never used. [unusedStructMember] 23FEBpl1.0/libsrc/os/vms/osstr.c:72:1: portability: Omitted return type of function 'strtolower' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/libsrc/os/vms/osstr.c:102:1: portability: Omitted return type of function 'strgetline' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/libsrc/os/vms/osstr.c:118:1: portability: Omitted return type of function 'truelen' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/libsrc/os/vms/osstr.c:65:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable i [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/vms/osstr.c:88:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable c [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/vms/osstr.c:130:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable i [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/vms/ospsystem.c:605:5: error: Found an exit path from function with non-void return type that has missing return statement [missingReturn] 23FEBpl1.0/libsrc/os/vms/ospsystem.c:888:0: error: Found an exit path from function with non-void return type that has missing return statement [missingReturn] 23FEBpl1.0/libsrc/os/vms/ospsystem.c:685:50: style: Obsolescent function 'tmpnam' called. It is recommended to use 'tmpfile', 'mkstemp' or 'mkdtemp' instead. [prohibitedtmpnamCalled] 23FEBpl1.0/libsrc/os/vms/ospsystem.c:188:7: warning: %d in format string (no. 2) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint] 23FEBpl1.0/libsrc/os/vms/ospsystem.c:198:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint] 23FEBpl1.0/libsrc/os/vms/ospsystem.c:393:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint] 23FEBpl1.0/libsrc/os/vms/ospsystem.c:395:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint] 23FEBpl1.0/libsrc/os/vms/ospsystem.c:128:12: style: Parameter 's2' can be declared as const array [constParameter] 23FEBpl1.0/libsrc/os/vms/ospsystem.c:131:9: style: Variable 'from' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/os/vms/ospsystem.c:168:6: style: Parameter 'str' can be declared as const array [constParameter] 23FEBpl1.0/libsrc/os/vms/ospsystem.c:439:7: style: Parameter 'string' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/os/vms/ospsystem.c:157:31: warning: Uninitialized variable: str [uninitvar] 23FEBpl1.0/libsrc/os/vms/ospsystem.c:176:17: note: Calling function 'dsc', 1st argument 'buffer' value is 23FEBpl1.0/libsrc/os/vms/ospsystem.c:157:31: note: Uninitialized variable: str 23FEBpl1.0/libsrc/os/vms/ost.c:138:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SS$_NORMAL [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/vms/ost.c:169:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SS$_NORMAL [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/vms/ost.c:257:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SS$_NORMAL [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/vms/osttest.c:51:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/libsrc/os/vms/ost.c:282:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SS$_NORMAL [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/vms/osttest.c:147:1: portability: Omitted return type of function 'ctrlc' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/libsrc/os/vms/ospsystem.c:407:8: style: Unused variable: user_terminal [unusedVariable] 23FEBpl1.0/libsrc/os/vms/ost.c:303:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SS$_NORMAL [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/vms/osttest.c:156:1: portability: Omitted return type of function 'help' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/libsrc/os/vms/ospsystem.c:407:27: style: Unused variable: command [unusedVariable] 23FEBpl1.0/libsrc/os/vms/ost.c:323:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SS$_NORMAL [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/vms/osttest.c:167:1: portability: Omitted return type of function 'err' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/libsrc/os/vms/ospsystem.c:408:7: style: Unused variable: length [unusedVariable] 23FEBpl1.0/libsrc/os/vms/ost.c:339:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SS$_NORMAL [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/vms/ospsystem.c:409:9: style: Unused variable: str_len [unusedVariable] 23FEBpl1.0/libsrc/os/vms/ost.c:356:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SS$_NORMAL [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/vms/ospsystem.c:823:39: style: Unused variable: acc_mode [unusedVariable] 23FEBpl1.0/libsrc/os/vms/ost.c:382:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SS$_NORMAL [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/vms/ost.c:402:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SS$_NORMAL [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/vms/ost.c:447:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SS$_NORMAL [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/vms/ost.c:503:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SS$_NORMAL [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/vms/osttest.c:101:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable oststop [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/vms/osttest.c:152:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable oststop [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/vms/osttest.c:76:8: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [prohibitedgetsCalled] 23FEBpl1.0/libsrc/os/vms/ost.c:290:3: style: Label 'FIN' is not used. [unusedLabel] 23FEBpl1.0/libsrc/os/vms/ost.c:308:3: style: Label 'FIN' is not used. [unusedLabel] 23FEBpl1.0/libsrc/os/vms/ost.c:325:3: style: Label 'FIN' is not used. [unusedLabel] 23FEBpl1.0/libsrc/os/vms/ost.c:341:3: style: Label 'FIN' is not used. [unusedLabel] 23FEBpl1.0/libsrc/os/vms/ost.c:167:17: style: Variable 'p' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/os/vms/ost.c:320:21: style: Parameter 'tstat' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/os/vms/ost.c:501:21: style: Variable 'pe' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/os/vms/osttest.c:123:7: style: Condition 'flag' is always false [knownConditionTrueFalse] 23FEBpl1.0/libsrc/os/vms/osttest.c:121:8: note: Assuming that condition 'flag' is not redundant 23FEBpl1.0/libsrc/os/vms/osttest.c:123:7: note: Condition 'flag' is always false 23FEBpl1.0/libsrc/os/vms/osttest.c:61:4: warning: printf format string requires 0 parameters but 1 is given. [wrongPrintfScanfArgNum] 23FEBpl1.0/libsrc/os/vms/osttest.c:134:5: warning: printf format string requires 0 parameters but 1 is given. [wrongPrintfScanfArgNum] 23FEBpl1.0/libsrc/os/vms/ost.c:512:3: warning: Uninitialized variable: l [uninitvar] 23FEBpl1.0/libsrc/os/vms/ost.c:505:39: note: Assuming condition is false 23FEBpl1.0/libsrc/os/vms/ost.c:512:3: note: Uninitialized variable: l 23FEBpl1.0/libsrc/os/vms/ost.c:445:19: style: Unused variable: num_char [unusedVariable] 23FEBpl1.0/libsrc/os/vms/osttest.c:52:12: style: Unused variable: st [unusedVariable] 23FEBpl1.0/libsrc/os/vms/osttest.c:52:16: style: Unused variable: n [unusedVariable] 23FEBpl1.0/libsrc/os/vms/osttest.c:53:10: style: Unused variable: l [unusedVariable] 23FEBpl1.0/libsrc/os/vms/osttest.c:54:17: style: Unused variable: p [unusedVariable] 23FEBpl1.0/libsrc/os/vms/testost.c:51:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/libsrc/os/vms/testost.c:147:1: portability: Omitted return type of function 'ctrlc' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/libsrc/os/vms/testost.c:156:1: portability: Omitted return type of function 'help' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/libsrc/os/vms/testost.c:167:1: portability: Omitted return type of function 'err' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/libsrc/os/vms/testost.c:101:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable oststop [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/vms/testost.c:152:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable oststop [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/vms/osx.c:119:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DSC$K_CLASS_S [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/vms/osx.c:221:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAX_IPCC [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/vms/osx.c:263:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IO$_READVBLK [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/vms/osx.c:318:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IO$_WRITEVBLK [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/vms/osx.c:363:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAX_IPCC [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/vms/testost.c:76:8: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [prohibitedgetsCalled] 23FEBpl1.0/libsrc/os/vms/testost.c:123:7: style: Condition 'flag' is always false [knownConditionTrueFalse] 23FEBpl1.0/libsrc/os/vms/testost.c:121:8: note: Assuming that condition 'flag' is not redundant 23FEBpl1.0/libsrc/os/vms/testost.c:123:7: note: Condition 'flag' is always false 23FEBpl1.0/libsrc/os/vms/testost.c:61:4: warning: printf format string requires 0 parameters but 1 is given. [wrongPrintfScanfArgNum] 23FEBpl1.0/libsrc/os/vms/testost.c:134:5: warning: printf format string requires 0 parameters but 1 is given. [wrongPrintfScanfArgNum] 23FEBpl1.0/libsrc/os/vms/testost.c:52:12: style: Unused variable: st [unusedVariable] 23FEBpl1.0/libsrc/os/vms/testost.c:52:16: style: Unused variable: n [unusedVariable] 23FEBpl1.0/libsrc/os/vms/testost.c:53:10: style: Unused variable: l [unusedVariable] 23FEBpl1.0/libsrc/os/vms/testost.c:54:17: style: Unused variable: p [unusedVariable] 23FEBpl1.0/libsrc/os/vms/osx.c:277:11: style: Checking if unsigned expression 'nobyt' is less than zero. [unsignedLessThanZero] 23FEBpl1.0/libsrc/os/vms/osx.c:101:7: style: Parameter 'channame' can be declared as const array [constParameter] 23FEBpl1.0/libsrc/os/vms/osx.c:418:7: style: Parameter 'service' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/os/vms/osx.c:71:11: style: struct member 'iostat_blk::count' is never used. [unusedStructMember] 23FEBpl1.0/libsrc/os/vms/osx.c:72:11: style: struct member 'iostat_blk::info' is never used. [unusedStructMember] 23FEBpl1.0/libsrc/os/vms/osx.c:265:22: style: Variable 'bzero' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/libsrc/os/vms/osx.c:320:22: style: Variable 'bzero' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/libsrc/os/vms/osu.c:361:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable U_REWIND [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/vms/osu.c:378:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable U_WEOF [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/vms/osu.c:401:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable U_READ [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/vms/osu.c:438:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable U_FMB [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/vms/osu.c:451:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable iolist [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/vms/osu.c:522:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FILE_START [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/vms/osu.c:607:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable READ [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/vms/osu.c:638:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable iolist [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/vms/osu.c:759:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NULL_DEV [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/vms/osu.c:939:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable U_WRITE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/vms/osu.c:987:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WRITE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/vms/osu.c:1056:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAXIO1 [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/vms/osu.c:1125:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable READ [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/vms/osu.c:1156:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable U_WRITE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/vms/osu.c:1320:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ESPIPE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/plot/getfrm.c:112:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PLT_EPS [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/plot/getfrm.c:89:8: style: Parameter 'frame' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/plot/pcd.c:113:45: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/libsrc/plot/pcd.c:114:45: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/libsrc/plot/pcd.c:136:21: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/libsrc/plot/pcd.c:162:61: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/libsrc/plot/pcd.c:215:48: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/libsrc/plot/pcd.c:216:48: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/libsrc/plot/pcd.c:241:23: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/libsrc/plot/pcd.c:242:23: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/libsrc/plot/pcd.c:280:7: style: Variable 'fmt_chdi' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/os/vms/osu.c:1391:9: warning: Identical condition 'oserror', second condition is always false [identicalConditionAfterEarlyExit] 23FEBpl1.0/libsrc/os/vms/osu.c:1363:9: note: If condition 'oserror' is true, the function will return/exit 23FEBpl1.0/libsrc/os/vms/osu.c:1391:9: note: Testing identical condition 'oserror' 23FEBpl1.0/libsrc/os/vms/osu.c:380:17: style: The if condition is the same as the previous if condition [duplicateCondition] 23FEBpl1.0/libsrc/os/vms/osu.c:377:17: note: First condition 23FEBpl1.0/libsrc/os/vms/osu.c:380:17: note: Second condition 23FEBpl1.0/libsrc/plot/pcg.c:86:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERR_NORMAL [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/os/vms/osu.c:479:18: style: Variable 'plist' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/os/vms/osu.c:638:17: style: Variable 'plist' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/os/vms/osu.c:289:7: 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] 23FEBpl1.0/libsrc/os/vms/osu.c:294:8: 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] 23FEBpl1.0/libsrc/math/mpfit.c:272:43: style: Parameter 'config' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/math/mpfit.c:978:27: style: Parameter 'ifree' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/math/mpfit.c:978:63: style: Parameter 'fvec' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/math/mpfit.c:981:16: style: Parameter 'step' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/math/mpfit.c:981:30: style: Parameter 'dstep' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/math/mpfit.c:982:13: style: Parameter 'qulimited' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/math/mpfit.c:982:32: style: Parameter 'ulimit' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/math/mpfit.c:983:13: style: Parameter 'ddebug' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/math/mpfit.c:983:29: style: Parameter 'ddrtol' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/math/mpfit.c:983:45: style: Parameter 'ddatol' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/math/mpfit.c:1429:48: style: Parameter 'ipvt' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/math/mpfit.c:1429:62: style: Parameter 'diag' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/math/mpfit.c:1430:17: style: Parameter 'qtb' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/math/mpfit.c:1655:58: style: Parameter 'ifree' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/math/mpfit.c:1655:73: style: Parameter 'diag' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/math/mpfit.c:1958:32: style: Parameter 'x' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/math/mpfit.c:2186:46: style: Parameter 'ipvt' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/math/mpfit.c:878:9: style: Variable 'iflag' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/libsrc/math/mpfit.c:885:11: style: Variable 'iflag' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/libsrc/plot/pca.c:200:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PLDIM2 [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/plot/pctset.c:76:9: style: Variable 'fmt_sydi' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/readline/bind.c:116:1: portability: Omitted return type of function 'rl_add_defun' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/libsrc/readline/bind.c:195:1: portability: Omitted return type of function 'rl_set_key' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/libsrc/readline/bind.c:206:1: portability: Omitted return type of function 'rl_macro_bind' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/libsrc/readline/bind.c:229:1: portability: Omitted return type of function 'rl_generic_bind' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/libsrc/readline/bind.c:297:1: portability: Omitted return type of function 'rl_translate_keyseq' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/libsrc/readline/bind.c:439:1: portability: Omitted return type of function 'rl_re_read_init_file' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/libsrc/readline/bind.c:721:1: portability: Omitted return type of function 'rl_parse_and_bind' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/libsrc/readline/bind.c:972:1: portability: Omitted return type of function 'rl_variable_bind' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/libsrc/readline/bind.c:480:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable O_RDONLY [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/plot/pck.c:656:8: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/libsrc/plot/pck.c:226:14: style: Variable 'allowed' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/plot/pck.c:258:7: style: Parameter 'cpar' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/plot/pck.c:265:7: style: Variable 'err_inp' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/plot/pck.c:309:7: style: Parameter 'ipar' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/plot/pck.c:317:7: style: Variable 'err_inp' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/plot/pck.c:344:8: style: Parameter 'rpar' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/plot/pck.c:353:7: style: Variable 'err_inp' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/plot/pck.c:392:8: style: Parameter 'rpar' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/plot/pck.c:401:7: style: Variable 'err_inp' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/plot/pck.c:402:7: style: Variable 'err_num' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/plot/pck.c:519:7: style: Parameter 'ipar' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/plot/pck.c:527:7: style: Variable 'err_inp' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/plot/pck.c:528:7: style: Variable 'err_num' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/plot/pck.c:624:7: style: Parameter 'cpar' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/plot/pck.c:624:14: style: Parameter 'cvals' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/plot/pck.c:634:7: style: Variable 'err_inp' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/readline/complete.c:158:1: portability: Omitted return type of function 'rl_complete' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/libsrc/readline/complete.c:170:1: portability: Omitted return type of function 'rl_possible_completions' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/libsrc/readline/complete.c:176:1: portability: Omitted return type of function 'rl_insert_completions' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/libsrc/readline/complete.c:183:1: portability: Omitted return type of function 'get_y_or_n' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/libsrc/readline/complete.c:367:1: portability: Omitted return type of function 'rl_complete_internal' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/libsrc/readline/complete.c:883:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/readline/bind.c:1373:28: style: Array index 'j' is used before limits check. [arrayIndexThenCheck] 23FEBpl1.0/libsrc/readline/bind.c:215:27: style: Condition 'rl_translate_keyseq(macro,macro_keys,¯o_keys_len)' is always false [knownConditionTrueFalse] 23FEBpl1.0/libsrc/readline/bind.c:215:27: note: Calling function 'rl_translate_keyseq' returns 0 23FEBpl1.0/libsrc/readline/bind.c:215:27: note: Condition 'rl_translate_keyseq(macro,macro_keys,¯o_keys_len)' is always false 23FEBpl1.0/libsrc/readline/bind.c:251:27: style: Condition 'rl_translate_keyseq(keyseq,keys,&keys_len)' is always false [knownConditionTrueFalse] 23FEBpl1.0/libsrc/readline/bind.c:251:27: note: Calling function 'rl_translate_keyseq' returns 0 23FEBpl1.0/libsrc/readline/bind.c:251:27: note: Condition 'rl_translate_keyseq(keyseq,keys,&keys_len)' is always false 23FEBpl1.0/libsrc/readline/bind.c:502:5: error: Memory leak: buffer [memleak] 23FEBpl1.0/libsrc/readline/bind.c:381:12: style: Parameter 'keyseq' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/readline/bind.c:460:36: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/readline/bind.c:631:12: style: Parameter 'args' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/readline/bind.c:656:12: style: Parameter 'args' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/readline/bind.c:1126:12: style: Parameter 'name' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/readline/bind.c:1397:13: style: Variable 'func' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/readline/bind.c:1436:12: style: Parameter 'string1' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/readline/bind.c:1436:22: style: Parameter 'string2' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/readline/bind.c:1456:12: style: Parameter 'string1' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/readline/bind.c:1456:22: style: Parameter 'string2' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/readline/display.c:752:1: portability: Omitted return type of function 'rl_on_new_line' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/libsrc/readline/display.c:763:1: portability: Omitted return type of function 'rl_forced_update_display' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/libsrc/readline/display.c:865:1: portability: Omitted return type of function 'rl_show_char' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/libsrc/readline/display.c:941:1: portability: Omitted return type of function 'rl_message' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/libsrc/readline/display.c:951:1: portability: Omitted return type of function 'rl_clear_message' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/libsrc/readline/display.c:958:1: portability: Omitted return type of function 'rl_reset_line_state' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/libsrc/plot/pco.c:142:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable READ [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/plot/pco.c:203:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PLDIM2 [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/plot/pco.c:500:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERR_NORMAL [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/plot/pco.c:532:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable D_R4_FORMAT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/plot/pco.c:587:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PLDIM2 [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/plot/pco.c:797:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FOR_Y [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/plot/pco.c:892:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERR_NORMAL [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/readline/complete.c:987:18: portability: Non reentrant function 'getpwent' called. For threadsafe applications it is recommended to use the reentrant replacement function 'getpwent_r'. [prohibitedgetpwentCalled] 23FEBpl1.0/libsrc/readline/complete.c:1196:32: portability: Non reentrant function 'readdir' called. For threadsafe applications it is recommended to use the reentrant replacement function 'readdir_r'. [prohibitedreaddirCalled] 23FEBpl1.0/libsrc/readline/complete.c:750:10: style: Local variable 'i' shadows outer variable [shadowVariable] 23FEBpl1.0/libsrc/readline/complete.c:525:20: note: Shadowed declaration 23FEBpl1.0/libsrc/readline/complete.c:750:10: note: Shadow variable 23FEBpl1.0/libsrc/readline/complete.c:1046:52: style: Argument '((match_list_size=10)+1)*sizeof(char*)' to function xmalloc is always 88. It does not matter what value 'match_list_size' has. [knownArgument] 23FEBpl1.0/libsrc/readline/complete.c:795:9: style: Variable 'temp' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/readline/complete.c:913:12: style: Parameter 'filename' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/readline/complete.c:961:12: style: Parameter 'text' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/readline/complete.c:967:25: style: Variable 'entry' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/readline/complete.c:1128:12: style: Parameter 'text' can be declared as pointer to const. However it seems that 'filename_completion_function' is a callback function, if 'text' is declared with const you might also need to cast function pointer(s). [constParameterCallback] 23FEBpl1.0/libsrc/readline/complete.c:596:32: note: You might need to cast the function pointer here 23FEBpl1.0/libsrc/readline/complete.c:1128:12: note: Parameter 'text' can be declared as pointer to const 23FEBpl1.0/libsrc/readline/complete.c:1136:18: style: Variable 'entry' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/readline/complete.c:314:22: style: Variable 'extension_char' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/libsrc/readline/complete.c:443:8: style: Variable 'quoted' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/libsrc/readline/display.c:913:21: warning: Either the condition '(uc)<=255' is redundant or isprint() argument nr 1 can have invalid value. The value is 256 but the valid values are '0:255'. [invalidFunctionArg] 23FEBpl1.0/libsrc/readline/display.c:901:7: note: Assuming that condition '(uc)<=255' is not redundant 23FEBpl1.0/libsrc/readline/display.c:913:21: note: Invalid argument 23FEBpl1.0/libsrc/readline/display.c:783:12: style: Parameter 'data' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/readline/display.c:942:12: style: Parameter 'format' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/readline/display.c:286:29: style: Variable 'inv_botlin' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/libsrc/readline/display.c:286:47: style: Unused variable: wrap_column [unusedVariable] 23FEBpl1.0/libsrc/readline/funmap.c:169:1: portability: Omitted return type of function 'rl_add_funmap_entry' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/libsrc/readline/funmap.c:256:10: warning: Possible null pointer dereference: result [nullPointer] 23FEBpl1.0/libsrc/readline/funmap.c:233:19: note: Assignment 'result=(char**)NULL', assigned value is 0 23FEBpl1.0/libsrc/readline/funmap.c:241:32: note: Assuming condition is false 23FEBpl1.0/libsrc/readline/funmap.c:256:10: note: Null pointer dereference 23FEBpl1.0/libsrc/readline/funmap.c:175:55: style: Argument '(funmap_size=80)*sizeof(struct FUNMAP*)' to function xmalloc is always 640. It does not matter what value 'funmap_size' has. [knownArgument] 23FEBpl1.0/libsrc/readline/funmap.c:246:52: style: Argument '(result_size=20)*sizeof(char*)' to function xmalloc is always 160. It does not matter what value 'result_size' has. [knownArgument] 23FEBpl1.0/libsrc/readline/isearch.c:60:1: portability: Omitted return type of function 'rl_reverse_search_history' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/libsrc/readline/isearch.c:69:1: portability: Omitted return type of function 'rl_forward_search_history' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/libsrc/readline/history.c:551:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable O_RDONLY [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/readline/history.c:634:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable O_RDONLY [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/readline/history.c:697:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable O_WRONLY [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/readline/isearch.c:83:12: style: Parameter 'search_string' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/readline/isearch.c:198:17: style: Variable 'f' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/plot/pca.c:196:8: style: Parameter 'labelx' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/plot/pca.c:196:17: style: Parameter 'labely' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/plot/pca.c:346:8: style: Parameter 'labelx' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/plot/pca.c:346:17: style: Parameter 'labely' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/plot/pca.c:346:26: style: Parameter 'AGLopt' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/plot/pca.c:353:9: style: Variable 'fmt_sydi' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/readline/parens.c:28:1: portability: Omitted return type of function 'rl_insert_close' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/libsrc/readline/readline.c:433:1: portability: Omitted return type of function 'rl_stuff_char' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/libsrc/readline/readline.c:827:1: portability: Omitted return type of function 'rl_start_kbd_macro' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/libsrc/readline/readline.c:851:1: portability: Omitted return type of function 'rl_end_kbd_macro' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/libsrc/readline/readline.c:870:1: portability: Omitted return type of function 'rl_call_last_kbd_macro' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/libsrc/readline/readline.c:915:1: portability: Omitted return type of function 'rl_initialize' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/libsrc/readline/readline.c:1055:1: portability: Omitted return type of function 'rl_digit_argument' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/libsrc/readline/readline.c:1063:1: portability: Omitted return type of function 'rl_discard_argument' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/libsrc/readline/readline.c:1072:1: portability: Omitted return type of function 'rl_init_argument' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/libsrc/readline/readline.c:1082:1: portability: Omitted return type of function 'rl_universal_argument' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/libsrc/readline/readline.c:1152:1: portability: Omitted return type of function 'rl_reset_terminal' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/libsrc/readline/readline.c:1428:1: portability: Omitted return type of function 'backspace' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/libsrc/readline/readline.c:1445:1: portability: Omitted return type of function 'crlf' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/libsrc/readline/readline.c:1522:1: portability: Omitted return type of function 'rl_abort' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/libsrc/readline/readline.c:1586:1: portability: Omitted return type of function 'rl_insert_text' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/libsrc/readline/readline.c:1619:1: portability: Omitted return type of function 'rl_delete_text' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/libsrc/readline/readline.c:1686:1: portability: Omitted return type of function 'rl_forward' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/libsrc/readline/readline.c:1712:1: portability: Omitted return type of function 'rl_backward' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/libsrc/readline/readline.c:1731:1: portability: Omitted return type of function 'rl_beg_of_line' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/libsrc/readline/readline.c:1738:1: portability: Omitted return type of function 'rl_end_of_line' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/libsrc/readline/readline.c:1745:1: portability: Omitted return type of function 'rl_forward_word' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/libsrc/readline/readline.c:1787:1: portability: Omitted return type of function 'rl_backward_word' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/libsrc/readline/readline.c:1831:1: portability: Omitted return type of function 'rl_refresh_line' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/libsrc/readline/readline.c:1873:1: portability: Omitted return type of function 'rl_clear_screen' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/libsrc/readline/readline.c:1894:1: portability: Omitted return type of function 'rl_arrow_keys' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/libsrc/readline/readline.c:1933:1: portability: Omitted return type of function 'rl_insert' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/libsrc/readline/readline.c:2014:1: portability: Omitted return type of function 'rl_quoted_insert' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/libsrc/readline/readline.c:2025:1: portability: Omitted return type of function 'rl_tab_insert' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/libsrc/readline/readline.c:2034:1: portability: Omitted return type of function 'rl_newline' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/libsrc/readline/readline.c:2056:1: portability: Omitted return type of function 'rl_clean_up_for_exit' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/libsrc/readline/readline.c:2072:1: portability: Omitted return type of function 'rl_do_lowercase_version' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/libsrc/readline/readline.c:2079:1: portability: Omitted return type of function 'rl_rubout' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/libsrc/readline/readline.c:2117:1: portability: Omitted return type of function 'rl_delete' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/libsrc/readline/readline.c:2145:1: portability: Omitted return type of function 'rl_delete_horizontal_space' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/libsrc/readline/readline.c:2179:1: portability: Omitted return type of function 'rl_unix_word_rubout' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/libsrc/readline/readline.c:2204:1: portability: Omitted return type of function 'rl_unix_line_discard' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/libsrc/readline/readline.c:2239:1: portability: Omitted return type of function 'rl_upcase_word' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/libsrc/readline/readline.c:2246:1: portability: Omitted return type of function 'rl_downcase_word' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/libsrc/readline/readline.c:2253:1: portability: Omitted return type of function 'rl_capitalize_word' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/libsrc/readline/readline.c:2326:1: portability: Omitted return type of function 'rl_transpose_words' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/libsrc/readline/readline.c:2386:1: portability: Omitted return type of function 'rl_transpose_chars' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/libsrc/readline/readline.c:2525:1: portability: Omitted return type of function 'rl_begin_undo_group' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/libsrc/readline/readline.c:2532:1: portability: Omitted return type of function 'rl_end_undo_group' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/libsrc/readline/readline.c:2539:1: portability: Omitted return type of function 'rl_modifying' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/libsrc/readline/readline.c:2561:1: portability: Omitted return type of function 'rl_revert_line' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/libsrc/readline/readline.c:2574:1: portability: Omitted return type of function 'rl_undo_command' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/libsrc/readline/readline.c:2631:1: portability: Omitted return type of function 'maybe_replace_line' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/libsrc/readline/readline.c:2646:1: portability: Omitted return type of function 'maybe_unsave_line' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/libsrc/readline/readline.c:2669:1: portability: Omitted return type of function 'maybe_save_line' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/libsrc/readline/readline.c:2687:1: portability: Omitted return type of function 'rl_beginning_of_history' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/libsrc/readline/readline.c:2693:1: portability: Omitted return type of function 'rl_end_of_history' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/libsrc/readline/readline.c:2702:1: portability: Omitted return type of function 'rl_get_next_history' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/libsrc/readline/readline.c:2747:1: portability: Omitted return type of function 'rl_get_previous_history' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/libsrc/readline/readline.c:2804:1: portability: Omitted return type of function 'rl_execute_next' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/libsrc/readline/readline.c:2818:1: portability: Omitted return type of function 'rl_set_mark' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/libsrc/readline/readline.c:2829:1: portability: Omitted return type of function 'rl_exchange_mark_and_point' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/libsrc/readline/readline.c:2873:1: portability: Omitted return type of function 'rl_set_retained_kills' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/libsrc/readline/readline.c:2884:1: portability: Omitted return type of function 'rl_kill_text' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/libsrc/readline/readline.c:2976:1: portability: Omitted return type of function 'rl_kill_word' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/libsrc/readline/readline.c:2996:1: portability: Omitted return type of function 'rl_backward_kill_word' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/libsrc/readline/readline.c:3015:1: portability: Omitted return type of function 'rl_kill_line' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/libsrc/readline/readline.c:3034:1: portability: Omitted return type of function 'rl_backward_kill_line' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/libsrc/readline/readline.c:3055:1: portability: Omitted return type of function 'rl_kill_full_line' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/libsrc/readline/readline.c:3066:1: portability: Omitted return type of function 'rl_yank' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/libsrc/readline/readline.c:3084:1: portability: Omitted return type of function 'rl_yank_pop' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/libsrc/readline/readline.c:3117:1: portability: Omitted return type of function 'rl_yank_nth_arg' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/libsrc/readline/readline.c:3158:1: portability: Omitted return type of function 'rl_vi_editing_mode' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/libsrc/readline/readline.c:3168:1: portability: Omitted return type of function 'rl_emacs_editing_mode' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/libsrc/readline/rltty.c:231:1: portability: Omitted return type of function 'set_tty_settings' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/libsrc/readline/rltty.c:547:1: portability: Omitted return type of function 'rl_restart_output' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/libsrc/readline/rltty.c:579:1: portability: Omitted return type of function 'rl_stop_output' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/libsrc/readline/rltty.c:210:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TIOCGETP [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/readline/rltty.c:237:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TIOCSETN [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/readline/rltty.c:275:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ECHO [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/readline/readline.c:274:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/readline/readline.c:359:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/readline/readline.c:436:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/readline/readline.c:957:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdin [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/readline/readline.c:1508:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/readline/readline.c:3205:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/readline/rltty.c:490:36: style: Condition 'get_tty_settings(tty,&tio)<0' is always false [knownConditionTrueFalse] 23FEBpl1.0/libsrc/readline/rltty.c:490:24: note: Calling function 'get_tty_settings' returns 0 23FEBpl1.0/libsrc/readline/rltty.c:490:36: note: Condition 'get_tty_settings(tty,&tio)<0' is always false 23FEBpl1.0/libsrc/readline/rltty.c:500:36: style: Condition 'set_tty_settings(tty,&tio)<0' is always false [knownConditionTrueFalse] 23FEBpl1.0/libsrc/readline/rltty.c:500:24: note: Calling function 'set_tty_settings' returns 0 23FEBpl1.0/libsrc/readline/rltty.c:500:36: note: Condition 'set_tty_settings(tty,&tio)<0' is always false 23FEBpl1.0/libsrc/readline/rltty.c:527:37: style: Condition 'set_tty_settings(tty,&otio)<0' is always false [knownConditionTrueFalse] 23FEBpl1.0/libsrc/readline/rltty.c:527:24: note: Calling function 'set_tty_settings' returns 0 23FEBpl1.0/libsrc/readline/rltty.c:527:37: note: Condition 'set_tty_settings(tty,&otio)<0' is always false 23FEBpl1.0/libsrc/readline/rltty.c:630:40: style: Condition 'get_tty_settings(tty,&ttybuff)==0' is always true [knownConditionTrueFalse] 23FEBpl1.0/libsrc/readline/rltty.c:630:24: note: Calling function 'get_tty_settings' returns 0 23FEBpl1.0/libsrc/readline/rltty.c:630:40: note: Condition 'get_tty_settings(tty,&ttybuff)==0' is always true 23FEBpl1.0/libsrc/readline/rltty.c:550:14: style: Variable 'fildes' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/libsrc/readline/rltty.c:582:14: style: Variable 'fildes' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/libsrc/readline/search.c:244:1: portability: Omitted return type of function 'rl_noninc_forward_search' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/libsrc/readline/search.c:256:1: portability: Omitted return type of function 'rl_noninc_reverse_search' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/libsrc/readline/search.c:268:1: portability: Omitted return type of function 'rl_noninc_forward_search_again' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/libsrc/readline/search.c:282:1: portability: Omitted return type of function 'rl_noninc_reverse_search_again' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/libsrc/readline/signals.c:234:1: portability: Omitted return type of function 'rl_set_signals' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/libsrc/readline/signals.c:271:1: portability: Omitted return type of function 'rl_clear_signals' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/libsrc/readline/history.c:283:5: error: Memory leak: temp [memleak] 23FEBpl1.0/libsrc/readline/history.c:699:21: warning: Either the condition 'output' is redundant or there is possible null pointer dereference: output. [nullPointerRedundantCheck] 23FEBpl1.0/libsrc/readline/history.c:701:11: note: Assuming that condition 'output' is not redundant 23FEBpl1.0/libsrc/readline/history.c:699:21: note: Null pointer dereference 23FEBpl1.0/libsrc/readline/signals.c:117:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SIG_DFL [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/readline/signals.c:237:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SIG_IGN [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/readline/history.c:1360:24: style: Local variable 't' shadows outer variable [shadowVariable] 23FEBpl1.0/libsrc/readline/history.c:1207:40: note: Shadowed declaration 23FEBpl1.0/libsrc/readline/history.c:1360:24: note: Shadow variable 23FEBpl1.0/libsrc/readline/history.c:214:12: style: Parameter 'string' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/readline/history.c:276:12: style: Parameter 'line' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/readline/history.c:317:12: style: Parameter 'string' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/readline/readline.c:2153:9: style: Redundant initialization for 'start'. The initialized value is overwritten before it is read. [redundantInitialization] 23FEBpl1.0/libsrc/readline/readline.c:2148:13: note: start is initialized 23FEBpl1.0/libsrc/readline/readline.c:2153:9: note: start is overwritten 23FEBpl1.0/libsrc/readline/history.c:499:12: style: Parameter 'filename' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/readline/history.c:505:13: style: Variable 'home' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/readline/history.c:879:12: style: Parameter 'string' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/readline/history.c:1072:13: style: Parameter 's' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/readline/history.c:1075:16: style: Variable 'emsg' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/readline/readline.c:555:14: style: The comparison 'result != -1' is always false. [knownConditionTrueFalse] 23FEBpl1.0/libsrc/readline/readline.c:514:31: note: 'result' is assigned value '-1' here. 23FEBpl1.0/libsrc/readline/readline.c:555:14: note: The comparison 'result != -1' is always false. 23FEBpl1.0/libsrc/readline/history.c:1126:12: style: Parameter 'str' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/readline/history.c:1761:12: style: Parameter 'spec' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/readline/readline.c:2910:47: style: Argument '((rl_kill_ring_length=1)+1)*sizeof(char*)' to function xmalloc is always 16. It does not matter what value 'rl_kill_ring_length' has. [knownArgument] 23FEBpl1.0/libsrc/readline/history.c:1864:12: style: Variable 'size' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/libsrc/readline/readline.c:641:12: style: Variable 'func' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/readline/readline.c:1183:13: style: Variable 'sw' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/readline/readline.c:1196:13: style: Variable 'sh' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/readline/readline.c:1396:12: style: Parameter 'cap' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/readline/readline.c:1421:12: style: Parameter 'string' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/readline/readline.c:1587:12: style: Parameter 'string' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/readline/readline.c:3257:12: style: Parameter 's' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/readline/readline.c:540:7: error: Uninitialized variable: chars_avail [uninitvar] 23FEBpl1.0/libsrc/readline/readline.c:563:17: error: Uninitialized variable: input [uninitvar] 23FEBpl1.0/libsrc/readline/readline.c:513:11: style: Variable 'tty' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/libsrc/readline/xmalloc.c:82:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/readline/xmalloc.c:80:12: style: Parameter 'fname' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/readline/vi_mode.c:175:1: portability: Omitted return type of function 'rl_vi_redo' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/libsrc/readline/vi_mode.c:192:1: portability: Omitted return type of function 'rl_vi_yank_arg' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/libsrc/readline/vi_mode.c:207:1: portability: Omitted return type of function 'rl_vi_fetch_history' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/libsrc/readline/vi_mode.c:231:1: portability: Omitted return type of function 'rl_vi_search_again' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/libsrc/readline/vi_mode.c:248:1: portability: Omitted return type of function 'rl_vi_search' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/libsrc/readline/vi_mode.c:269:1: portability: Omitted return type of function 'rl_vi_complete' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/libsrc/readline/vi_mode.c:297:1: portability: Omitted return type of function 'rl_vi_tilde_expand' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/libsrc/readline/vi_mode.c:307:1: portability: Omitted return type of function 'rl_vi_prev_word' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/libsrc/readline/vi_mode.c:328:1: portability: Omitted return type of function 'rl_vi_next_word' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/libsrc/readline/vi_mode.c:348:1: portability: Omitted return type of function 'rl_vi_end_word' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/libsrc/readline/vi_mode.c:365:1: portability: Omitted return type of function 'rl_vi_fWord' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/libsrc/readline/vi_mode.c:381:1: portability: Omitted return type of function 'rl_vi_bWord' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/libsrc/readline/vi_mode.c:404:1: portability: Omitted return type of function 'rl_vi_eWord' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/libsrc/readline/vi_mode.c:433:1: portability: Omitted return type of function 'rl_vi_fword' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/libsrc/readline/vi_mode.c:458:1: portability: Omitted return type of function 'rl_vi_bword' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/libsrc/readline/vi_mode.c:496:1: portability: Omitted return type of function 'rl_vi_eword' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/libsrc/readline/vi_mode.c:520:1: portability: Omitted return type of function 'rl_vi_insert_beg' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/libsrc/readline/vi_mode.c:527:1: portability: Omitted return type of function 'rl_vi_append_mode' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/libsrc/readline/vi_mode.c:535:1: portability: Omitted return type of function 'rl_vi_append_eol' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/libsrc/readline/vi_mode.c:543:1: portability: Omitted return type of function 'rl_vi_eof_maybe' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/libsrc/readline/vi_mode.c:553:1: portability: Omitted return type of function 'rl_vi_insertion_mode' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/libsrc/readline/vi_mode.c:575:1: portability: Omitted return type of function 'rl_vi_movement_mode' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/libsrc/readline/vi_mode.c:589:1: portability: Omitted return type of function 'rl_vi_arg_digit' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/libsrc/readline/vi_mode.c:598:1: portability: Omitted return type of function 'rl_vi_change_case' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/libsrc/readline/vi_mode.c:635:1: portability: Omitted return type of function 'rl_vi_put' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/libsrc/readline/vi_mode.c:646:1: portability: Omitted return type of function 'rl_vi_check' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/libsrc/readline/vi_mode.c:653:1: portability: Omitted return type of function 'rl_vi_column' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/libsrc/readline/vi_mode.c:790:1: portability: Omitted return type of function 'rl_vi_delete_to' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/libsrc/readline/vi_mode.c:815:1: portability: Omitted return type of function 'rl_vi_change_to' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/libsrc/readline/vi_mode.c:853:1: portability: Omitted return type of function 'rl_vi_yank_to' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/libsrc/readline/vi_mode.c:881:1: portability: Omitted return type of function 'rl_vi_delete' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/libsrc/readline/vi_mode.c:906:1: portability: Omitted return type of function 'rl_vi_comment' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/libsrc/readline/vi_mode.c:920:1: portability: Omitted return type of function 'rl_vi_first_print' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/libsrc/readline/vi_mode.c:925:1: portability: Omitted return type of function 'rl_back_to_indent' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/libsrc/readline/vi_mode.c:940:1: portability: Omitted return type of function 'rl_vi_char_search' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/libsrc/readline/vi_mode.c:1041:1: portability: Omitted return type of function 'rl_vi_match' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/libsrc/readline/vi_mode.c:1120:1: portability: Omitted return type of function 'rl_vi_change_char' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/libsrc/readline/vi_mode.c:1147:1: portability: Omitted return type of function 'rl_vi_subst' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/libsrc/readline/vi_mode.c:1171:1: portability: Omitted return type of function 'rl_vi_overstrike' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/libsrc/st/cgna.c:353:18: debug: Function::addArguments found argument 'time' with varid 0. [varid0] 23FEBpl1.0/libsrc/readline/vi_mode.c:1200:1: portability: Omitted return type of function 'rl_vi_overstrike_delete' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/libsrc/readline/vi_mode.c:1230:1: portability: Omitted return type of function 'rl_vi_replace' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/libsrc/st/cgna.c:119:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XFNAMC [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/st/cgna.c:238:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FSY_TYPMARK [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/readline/tilde.c:245:16: portability: Non reentrant function 'getpwuid' called. For threadsafe applications it is recommended to use the reentrant replacement function 'getpwuid_r'. [prohibitedgetpwuidCalled] 23FEBpl1.0/libsrc/readline/tilde.c:276:23: portability: Non reentrant function 'getpwnam' called. For threadsafe applications it is recommended to use the reentrant replacement function 'getpwnam_r'. [prohibitedgetpwnamCalled] 23FEBpl1.0/libsrc/readline/tilde.c:184:23: error: Pointer addition with NULL pointer. [nullPointerArithmetic] 23FEBpl1.0/libsrc/readline/tilde.c:168:12: note: Assignment 'result=(char*)0x0', assigned value is 0 23FEBpl1.0/libsrc/readline/tilde.c:181:38: note: Assuming condition is false 23FEBpl1.0/libsrc/readline/tilde.c:184:23: note: Null pointer addition 23FEBpl1.0/libsrc/readline/tilde.c:105:12: style: Parameter 'string' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/readline/tilde.c:138:12: style: Parameter 'string' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/readline/tilde.c:225:12: style: Parameter 'filename' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/readline/tilde.c:237:10: style: Variable 'temp_home' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/readline/tilde.c:243:23: style: Variable 'entry' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/readline/tilde.c:262:19: style: Variable 'user_entry' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/st/cgna.c:229:18: style: Variable 'defpntr' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/st/cgna.c:321:7: style: Parameter 't' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/st/cgna.c:324:8: style: Variable 'ptr' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/st/cgnb.c:252:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable F_IMA_TYPE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/st/cgnc.c:751:57: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/st/cgnb.c:303:9: style: Parameter 'string' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/st/cgnb.c:380:7: style: Parameter 'stra' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/st/cgnb.c:472:7: style: Parameter 'stra' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/st/cgnb.c:514:10: style: Parameter 'cpntrb' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/st/cgnb.c:545:21: style: Variable 'sa' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/st/cgnb.c:578:10: style: Parameter 'src' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/st/cgnb.c:698:9: style: Parameter 'instr' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/st/cgnd.c:351:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dirent [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/st/cgnd.c:430:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERR_NORMAL [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/st/cgnd.c:253:12: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int] 23FEBpl1.0/libsrc/st/cgnd.c:525:12: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int] 23FEBpl1.0/libsrc/st/cgnd.c:557:12: portability: %zd in format string (no. 1) requires 'ssize_t *' but the argument type is 'size_t * {aka unsigned long *}'. [invalidScanfArgType_int] 23FEBpl1.0/libsrc/st/cgnd.c:70:7: style: Parameter 's' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/st/cgnd.c:107:7: style: Parameter 's' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/st/cgnd.c:146:7: style: Parameter 's' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/st/cgnd.c:147:7: style: Parameter 't' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/st/cgnd.c:351:20: style: Variable 'dirp' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/st/cgne.c:120:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FSY_DEFPNTR [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/st/cgne.c:464:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERR_NORMAL [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/st/cgne.c:627:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FSY_DIREND [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/st/cgnc.c:437:9: style: Parameter 'instr' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/st/cgnc.c:441:21: style: Variable 'base' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/st/cgnc.c:534:12: style: Variable 'modays' can be declared as const array [constVariable] 23FEBpl1.0/libsrc/st/cgne.c:448:12: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/libsrc/st/cgne.c:445:9: note: stat is assigned 23FEBpl1.0/libsrc/st/cgne.c:448:12: note: stat is overwritten 23FEBpl1.0/libsrc/st/cgne.c:461:6: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/libsrc/st/cgne.c:448:12: note: stat is assigned 23FEBpl1.0/libsrc/st/cgne.c:461:6: note: stat is overwritten 23FEBpl1.0/libsrc/st/cgne.c:461:6: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/libsrc/st/cgne.c:450:12: note: stat is assigned 23FEBpl1.0/libsrc/st/cgne.c:461:6: note: stat is overwritten 23FEBpl1.0/libsrc/st/cgne.c:52:8: style: Parameter 'name' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/st/cgne.c:107:10: style: Variable 'typeptr' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/st/cgne.c:295:14: style: Variable 'limc' can be declared as const array [constVariable] 23FEBpl1.0/libsrc/st/cgne.c:426:13: style: Parameter 'history' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/st/cgne.c:542:8: style: Parameter 'infile' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/st/fsyunix.c:82:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OUR_BLOCK_SIZE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/st/fsyunix.c:119:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable O_RDWR [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/st/fsyunix.c:153:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FILE_START [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/st/cgne.c:559:7: style: Variable 'jcolo' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/libsrc/st/cgne.c:577:14: style: Variable 'tempa[nr]' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/libsrc/st/fsyunix.c:109:8: style: Parameter 'name' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/readline/vi_mode.c:1048:54: style: Array index 'rl_point' is used before limits check. [arrayIndexThenCheck] 23FEBpl1.0/libsrc/st/midcat.c:74:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CAT_MAXNO [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/st/midcat.c:123:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERR_INPINV [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/st/midcat.c:172:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FNAME_LEN [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/st/midcat.c:318:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FNAME_LEN [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/st/midcat.c:524:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable READ [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/st/midcat.c:578:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CATREC_LEN [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/st/midcat.c:601:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FILE_START [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/st/midcat.c:635:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CATIDENT_LEN [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/st/middsca.c:92:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable YENTRY_SIZE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/st/middsca.c:173:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LDB_DATA [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/st/midcat.c:116:8: style: Parameter 'catnam' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/st/midcat.c:304:8: style: Parameter 'descr' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/st/midcat.c:621:7: style: Parameter 'buf2' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/st/midcat.c:377:11: style: Variable 'status' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/libsrc/st/miderr.c:76:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable KIWORDS [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/st/miderr.c:143:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERRO_DISP [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/st/miderr.c:280:4: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable KIWORDS [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/st/miderr.c:394:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERRO_INDX [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/st/miderr.c:421:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERRO_INDX [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/st/miderr.c:461:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERRO_INDX [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/st/miderr.c:602:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable KIWORDS [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/st/middsca.c:128:8: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/libsrc/st/middsca.c:87:8: note: status is assigned 23FEBpl1.0/libsrc/st/middsca.c:128:8: note: status is overwritten 23FEBpl1.0/libsrc/st/middsca.c:129:8: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/libsrc/st/middsca.c:128:8: note: status is assigned 23FEBpl1.0/libsrc/st/middsca.c:129:8: note: status is overwritten 23FEBpl1.0/libsrc/st/middsca.c:247:8: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/libsrc/st/middsca.c:169:8: note: status is assigned 23FEBpl1.0/libsrc/st/middsca.c:247:8: note: status is overwritten 23FEBpl1.0/libsrc/st/middsca.c:72:21: style: Parameter 'fctpntri' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/st/middsca.c:372:17: style: Variable 'status' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/libsrc/st/middsc.c:167:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NAMESTR [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/st/middsc.c:269:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERR_NORMAL [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/st/midfct.c:146:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FSY_DIREND [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/st/midfct.c:280:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERR_NORMAL [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/st/midfct.c:608:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FCT_NAME_LEN [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/st/midfct.c:712:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ENTRIES [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/st/midfct.c:749:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAXENT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/st/midfct.c:787:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAXENT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/st/midfct.c:121:20: style: Variable 'fcbp' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/st/midfct.c:153:20: style: Variable 'dirnam' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/st/midfct.c:588:9: style: Parameter 'name' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/st/midfct.c:697:8: style: Parameter 'name' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/st/midfct.c:745:7: style: Parameter 'values' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/st/miderr.c:69:9: style: Parameter 'label' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/st/miderr.c:239:9: style: Parameter 'subsystem' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/st/miderr.c:241:9: style: Parameter 'text' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/st/miderr.c:253:16: style: Variable 'aux1' can be declared as const array [constVariable] 23FEBpl1.0/libsrc/st/miderr.c:254:16: style: Variable 'aux2' can be declared as const array [constVariable] 23FEBpl1.0/libsrc/st/miderr.c:502:9: style: Parameter 'text' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/st/miderr.c:510:13: style: Variable 'modu_1' can be declared as const array [constVariable] 23FEBpl1.0/libsrc/st/miderr.c:540:9: style: Parameter 'text' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/st/miderr.c:548:13: style: Variable 'modu_2' can be declared as const array [constVariable] 23FEBpl1.0/libsrc/st/miderr.c:580:9: style: Parameter 'callfunc' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/st/miderr.c:617:15: style: Parameter 'addon' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/st/midfctb.c:170:46: error: syntax error [syntaxError] 23FEBpl1.0/libsrc/st/midfcta.c:97:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SWAPSHORT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/st/midfcta.c:521:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ENTRIES [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/st/midfcta.c:586:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FCT_MAXENT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/st/midinfo.c:159:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable D_OLD_FORMAT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/st/midinfo.c:329:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable D_OLD_FORMAT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/st/midinfo.c:422:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ENTRIES [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/st/midinfo.c:513:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ENTRIES [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/st/midinfo.c:173:8: portability: %zd in format string (no. 2) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] 23FEBpl1.0/libsrc/st/midinfo.c:261:8: portability: %zd in format string (no. 2) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] 23FEBpl1.0/libsrc/st/midinfo.c:70:13: style: Variable 'charac' can be declared as const array [constVariable] 23FEBpl1.0/libsrc/st/midinfo.c:150:12: style: Variable 'lptr' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/st/midinfo.c:152:10: style: Variable 'sptr' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/st/midfcta.c:105:13: style: Variable 'Midvers' can be declared as const array [constVariable] 23FEBpl1.0/libsrc/st/midfcta.c:513:21: style: Variable 'source_fcbp' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/st/midkey.c:108:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable KEY_NAMELEN [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/st/midkey.c:229:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable II_SIZE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/st/midkey.c:296:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable KIWORDS [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/st/midkey.c:634:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable KEY_ALL [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/st/midkeya.c:88:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable KEY_NAMELEN [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/st/midkeya.c:395:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable KEY_NAMELEN [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/st/midkey.c:795:25: portability: Casting between char * and double * which have an incompatible binary data representation. [invalidPointerCast] 23FEBpl1.0/libsrc/st/midkey.c:215:14: style: Variable 'lbytlm' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/libsrc/st/midkey.c:214:14: note: lbytlm is assigned 23FEBpl1.0/libsrc/st/midkey.c:215:14: note: lbytlm is overwritten 23FEBpl1.0/libsrc/st/midkey.c:833:11: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/libsrc/st/midkey.c:830:11: note: status is assigned 23FEBpl1.0/libsrc/st/midkey.c:833:11: note: status is overwritten 23FEBpl1.0/libsrc/st/midkey.c:90:9: style: Parameter 'name' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/st/midkey.c:846:11: style: Variable 'status' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/libsrc/st/midkeyb.c:96:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable KEY_NAMELEN [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/st/midkeyb.c:173:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERR_INPINV [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/st/midkeyb.c:447:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERR_INPINV [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/st/midkeyb.c:542:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable KEYNAMES [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/st/midkeya.c:79:7: style: Local variable 'k_typ' shadows outer variable [shadowVariable] 23FEBpl1.0/libsrc/st/midkeya.c:52:30: note: Shadowed declaration 23FEBpl1.0/libsrc/st/midkeya.c:79:7: note: Shadow variable 23FEBpl1.0/libsrc/st/midkeyc.c:91:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERR_NODATA [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/st/midkeyc.c:157:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERR_NODATA [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/st/midkeyc.c:227:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERR_NODATA [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/st/midkeyc.c:296:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERR_NODATA [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/st/midkeyc.c:364:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable READ [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/st/midkeyc.c:593:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERR_NODATA [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/st/midkeyb.c:81:9: style: Parameter 'name' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/st/midkeyb.c:146:9: style: Parameter 'name' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/st/midkeyb.c:532:19: style: Variable 'ipntrb' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/st/midkeyb.c:533:19: style: Variable 'fpntrb' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/st/midkeyb.c:534:19: style: Variable 'dpntrb' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/st/midkeyb.c:535:19: style: Variable 'spntrb' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/st/middsc.c:99:14: style: Parameter 'in' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/st/middsc.c:144:8: style: Parameter 'myhelp' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/st/midlog.c:99:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ORIGIN [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/st/midldb.c:138:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERR_NORMAL [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/st/midldb.c:324:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ENTRIES [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/st/midldb.c:461:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LDB_NDSCRW1 [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/st/midldb.c:532:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LDB_NDSCRW1 [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/st/midldb.c:665:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LDB_NDSCRW1 [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/st/midldb.c:868:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LDB_NDSCRW1 [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/st/midkeyc.c:335:9: style: Parameter 'progname' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/st/midmessage.c:95:7: style: Parameter 'inbuf' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/st/osyunixc.c:97:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERR_NORMAL [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/st/osyunixc.c:158:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable INIT_CPU_CLOCK [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/st/osyunixc.c:204:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ENTRIES [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/st/osyunixc.c:261:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERR_NORMAL [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/st/osyunixc.c:307:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERR_NORMAL [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/st/osyunixc.c:352:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LDB_SIZE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/st/osyunixc.c:396:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LDB_SIZE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/st/osyunixc.c:473:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERR_INPINV [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/st/osyunixc.c:577:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERR_OPSSYS [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/st/midterm.c:116:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERR_NORMAL [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/st/midterm.c:292:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OUR_BLOCK_SIZE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/st/midterm.c:387:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/st/osyunixc.c:196:21: style: Variable 'fctpntr' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/st/midldb.c:586:29: style: Variable 'ireg' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/st/midldb.c:595:31: style: Variable 'rreg' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/st/midldb.c:727:20: style: Variable 'source' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/st/midldb.c:753:22: style: Variable 'source' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/st/midldb.c:778:30: style: Variable 'cpntrb' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/st/midldb.c:748:9: style: Variable 'indx' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/libsrc/st/midldb.c:773:9: style: Variable 'indx' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/libsrc/st/midldb.c:801:9: style: Variable 'indx' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/libsrc/st/osyvmsa.c:96:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DSC$K_CLASS_S [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/st/osyvmsa.c:169:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DSC$K_CLASS_S [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/st/osyvmsa.c:205:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERR_NORMAL [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/st/osyvmsa.c:234:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DSC$K_CLASS_S [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/st/osyvmsa.c:268:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ENTRIES [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/st/osyvmsa.c:343:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERR_NORMAL [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/st/osyvmsa.c:404:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DSC$K_CLASS_S [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/st/osyvmsa.c:469:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DSC$K_CLASS_S [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/st/osyvmsa.c:535:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERR_NORMAL [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/st/osyvmsa.c:87:12: style: Local variable 'status' shadows outer variable [shadowVariable] 23FEBpl1.0/libsrc/st/osyvmsa.c:46:14: note: Shadowed declaration 23FEBpl1.0/libsrc/st/osyvmsa.c:87:12: note: Shadow variable 23FEBpl1.0/libsrc/st/osyvmsb.c:104:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DSC$K_CLASS_S [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/st/osyvmsb.c:311:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERR_NORMAL [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/st/osyvmsb.c:390:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DSC$K_CLASS_S [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/st/osyvmsb.c:428:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERR_NORMAL [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/st/osyvmsb.c:500:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERR_NORMAL [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/st/osyvmsb.c:565:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERR_NORMAL [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/st/osyvmsb.c:640:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IO$_WRITEVBLK [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/st/osyvmsb.c:85:12: style: Variable 'rms_erros' can be declared as const array [constVariable] 23FEBpl1.0/libsrc/st/osyvmsb.c:90:15: style: Variable 'rms_errmsg' can be declared as const array [constVariable] 23FEBpl1.0/libsrc/st/osyvmsb.c:362:7: style: Parameter 'name' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/st/scaux.c:83:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ENTRIES [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/st/scaux.c:471:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable RR_SIZE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/st/scaux.c:517:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ENTRIES [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/st/scaux.c:616:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ENTRIES [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/st/scc.c:69:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CATREC_LEN [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/st/scc.c:243:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERR_NORMAL [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/st/scc.c:280:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CATIDENT_LEN [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/st/scc.c:567:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CATREC_LEN [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/st/midterm.c:354:8: style: Parameter 'string' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/st/midterm.c:406:7: style: Parameter 'prompt' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/st/scca.c:100:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CATREC_LEN [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/st/scca.c:168:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CATREC_LEN [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/st/scca.c:334:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CATREC_LEN [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/st/scca.c:449:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CATREC_LEN [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/plot/pco.c:136:8: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] 23FEBpl1.0/libsrc/plot/pco.c:160:26: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] 23FEBpl1.0/libsrc/plot/pco.c:875:18: warning: Logical conjunction always evaluates to false: *(plmode) < 0 && *(plmode) > 2. [incorrectLogicOperator] 23FEBpl1.0/libsrc/plot/pco.c:128:19: style: Variable 'strtest' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/plot/pco.c:196:14: style: Parameter 'device' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/plot/pco.c:214:7: style: Variable 'errmin' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/plot/pco.c:215:7: style: Variable 'errlarge' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/plot/pco.c:518:14: style: Parameter 'wcpix' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/plot/pco.c:678:14: style: Parameter 'wcfram' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/plot/pco.c:837:7: style: Parameter 'devnam' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/plot/pco.c:837:16: style: Parameter 'plname' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/st/scca.c:165:8: style: Parameter 'intval' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/st/scaux.c:531:14: style: Condition 'nopix<1' is always false [knownConditionTrueFalse] 23FEBpl1.0/libsrc/st/scaux.c:530:26: note: Assignment 'nopix=fsize-felem+1', assigned value is greater than 0 23FEBpl1.0/libsrc/st/scaux.c:531:14: note: Condition 'nopix<1' is always false 23FEBpl1.0/libsrc/st/scaux.c:533:17: style: Condition 'nopix==0' is always true [knownConditionTrueFalse] 23FEBpl1.0/libsrc/st/scaux.c:531:14: note: Assuming that condition 'nopix<1' is not redundant 23FEBpl1.0/libsrc/st/scaux.c:533:17: note: Condition 'nopix==0' is always true 23FEBpl1.0/libsrc/st/scaux.c:630:14: style: Condition 'nopix<1' is always false [knownConditionTrueFalse] 23FEBpl1.0/libsrc/st/scaux.c:629:26: note: Assignment 'nopix=fsize-felem+1', assigned value is greater than 0 23FEBpl1.0/libsrc/st/scaux.c:630:14: note: Condition 'nopix<1' is always false 23FEBpl1.0/libsrc/st/scaux.c:237:16: portability: Casting between char * and float * which have an incompatible binary data representation. [invalidPointerCast] 23FEBpl1.0/libsrc/st/scaux.c:243:16: portability: Casting between char * and double * which have an incompatible binary data representation. [invalidPointerCast] 23FEBpl1.0/libsrc/st/scaux.c:278:16: portability: Casting between char * and float * which have an incompatible binary data representation. [invalidPointerCast] 23FEBpl1.0/libsrc/st/scaux.c:284:16: portability: Casting between char * and double * which have an incompatible binary data representation. [invalidPointerCast] 23FEBpl1.0/libsrc/st/scaux.c:319:16: portability: Casting between char * and float * which have an incompatible binary data representation. [invalidPointerCast] 23FEBpl1.0/libsrc/st/scaux.c:325:16: portability: Casting between char * and double * which have an incompatible binary data representation. [invalidPointerCast] 23FEBpl1.0/libsrc/st/scaux.c:360:16: portability: Casting between char * and float * which have an incompatible binary data representation. [invalidPointerCast] 23FEBpl1.0/libsrc/st/scaux.c:366:16: portability: Casting between char * and double * which have an incompatible binary data representation. [invalidPointerCast] 23FEBpl1.0/libsrc/st/scaux.c:378:11: portability: Casting between char * and float * which have an incompatible binary data representation. [invalidPointerCast] 23FEBpl1.0/libsrc/st/scaux.c:407:16: portability: Casting between char * and double * which have an incompatible binary data representation. [invalidPointerCast] 23FEBpl1.0/libsrc/st/scaux.c:413:16: portability: Casting between char * and float * which have an incompatible binary data representation. [invalidPointerCast] 23FEBpl1.0/libsrc/st/scaux.c:419:11: portability: Casting between char * and double * which have an incompatible binary data representation. [invalidPointerCast] 23FEBpl1.0/libsrc/st/scaux.c:448:16: portability: Casting between char * and float * which have an incompatible binary data representation. [invalidPointerCast] 23FEBpl1.0/libsrc/st/scaux.c:454:16: portability: Casting between char * and double * which have an incompatible binary data representation. [invalidPointerCast] 23FEBpl1.0/libsrc/st/scaux.c:202:33: style: Variable 'inc' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/st/scaux.c:203:33: style: Variable 'inj' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/st/scaux.c:204:42: style: Variable 'ink' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/st/scaux.c:205:28: style: Variable 'ini' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/st/scaux.c:206:28: style: Variable 'inr' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/st/scaux.c:207:28: style: Variable 'ind' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/st/scdb.c:92:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAXENT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/st/scdb.c:266:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERR_NORMAL [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/st/scdb.c:320:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERR_NORMAL [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/st/scdb.c:362:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERR_NORMAL [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/st/scdb.c:424:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERR_NORMAL [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/st/scdb.c:459:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DD_SIZE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/st/scdb.c:525:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERR_NORMAL [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/st/scdb.c:560:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SS_SIZE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/st/scdb.c:597:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERR_NORMAL [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/st/scdb.c:632:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable II_SIZE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/st/scdb.c:661:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERR_NORMAL [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/st/scdb.c:697:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable II_SIZE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/st/scdb.c:751:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERR_NORMAL [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/st/scdb.c:787:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable RR_SIZE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/st/scdb.c:866:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERR_NORMAL [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/st/scd.c:96:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAXENT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/st/scd.c:199:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAXENT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/st/scd.c:332:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAXENT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/st/scd.c:433:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAXENT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/st/scd.c:537:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAXENT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/st/scd.c:640:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAXENT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/st/scd.c:765:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAXENT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/st/scd.c:836:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAXENT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/st/scd.c:897:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ENTRIES [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/st/scd.c:1054:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAXENT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/st/scd.c:1157:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAXENT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/st/scd.c:1290:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAXENT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/st/scd.c:1391:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAXENT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/st/scd.c:1487:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAXENT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/st/scd.c:1589:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAXENT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/st/scd.c:268:12: portability: Casting between char * and float * which have an incompatible binary data representation. [invalidPointerCast] 23FEBpl1.0/libsrc/st/scd.c:279:12: portability: Casting from double * to signed int * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/libsrc/st/scd.c:706:12: portability: Casting between char * and double * which have an incompatible binary data representation. [invalidPointerCast] 23FEBpl1.0/libsrc/st/scd.c:1226:12: portability: Casting between char * and float * which have an incompatible binary data representation. [invalidPointerCast] 23FEBpl1.0/libsrc/st/scd.c:1237:12: portability: Casting from double * to signed int * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/libsrc/st/scd.c:1656:12: portability: Casting between char * and double * which have an incompatible binary data representation. [invalidPointerCast] 23FEBpl1.0/libsrc/st/scd.c:87:21: style: Variable 'fcbp' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/st/scd.c:189:21: style: Variable 'fcbp' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/st/scd.c:323:21: style: Variable 'fcbp' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/st/scd.c:424:21: style: Variable 'fcbp' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/st/scd.c:528:21: style: Variable 'fcbp' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/st/scd.c:631:21: style: Variable 'fcbp' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/st/scd.c:696:12: style: Variable 'dvals' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/st/scd.c:758:21: style: Variable 'fcbp' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/st/scd.c:829:21: style: Variable 'fcbp' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/st/scd.c:1047:21: style: Variable 'fcbp' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/st/scd.c:1148:21: style: Variable 'fcbp' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/st/scd.c:1282:21: style: Variable 'fcbp' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/st/scd.c:1383:21: style: Variable 'fcbp' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/st/scd.c:1480:21: style: Variable 'fcbp' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/st/scd.c:1582:21: style: Variable 'fcbp' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/st/scd.c:1646:12: style: Variable 'dvals' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/st/scc.c:861:12: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/libsrc/st/scc.c:860:12: note: stat is assigned 23FEBpl1.0/libsrc/st/scc.c:861:12: note: stat is overwritten 23FEBpl1.0/libsrc/st/scc.c:65:7: style: Parameter 'name' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/st/scc.c:562:7: style: Parameter 'name' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/st/scc.c:563:7: style: Parameter 'ident' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/st/scd.c:781:7: style: Variable 'chanl' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/libsrc/st/scd.c:782:6: style: Variable 'fcbp' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/libsrc/st/scd.c:849:6: style: Variable 'fcbp' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/libsrc/st/scda.c:149:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ENTRIES [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/st/scdx.c:81:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ENTRIES [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/st/scdx.c:129:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERR_NORMAL [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/st/scdx.c:203:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERR_NORMAL [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/st/scdx.c:302:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DD_SIZE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/st/scdx.c:374:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SS_SIZE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/st/scdx.c:446:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable II_SIZE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/st/scdx.c:513:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable II_SIZE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/st/scdx.c:581:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable RR_SIZE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/st/scdc.c:81:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAXENT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/st/scdc.c:149:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ENTRIES [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/st/scdc.c:208:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERR_NORMAL [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/st/scdc.c:265:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERRO_CONT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/st/scdc.c:347:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAXENT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/st/scdc.c:399:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ENTRIES [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/st/scdc.c:460:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ENTRIES [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/st/scdx.c:308:12: portability: Casting from double * to signed int * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/libsrc/st/scdx.c:152:9: style: Parameter 'htext' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/st/scdx.c:255:9: style: Parameter 'htext' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/st/scdx.c:327:9: style: Parameter 'htext' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/st/scdx.c:399:9: style: Parameter 'htext' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/st/scdx.c:466:9: style: Parameter 'htext' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/st/scdx.c:533:9: style: Parameter 'htext' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/st/scdx.c:82:8: style: Variable 'dsclen' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/libsrc/st/scdb.c:476:15: portability: Casting between char * and float * which have an incompatible binary data representation. [invalidPointerCast] 23FEBpl1.0/libsrc/st/scdb.c:480:15: portability: Casting between char * and float * which have an incompatible binary data representation. [invalidPointerCast] 23FEBpl1.0/libsrc/st/scdb.c:493:15: portability: Casting from double * to signed int * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/libsrc/st/scdb.c:805:15: portability: Casting between char * and double * which have an incompatible binary data representation. [invalidPointerCast] 23FEBpl1.0/libsrc/st/sce.c:73:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERRO_CONT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/st/sce.c:113:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable KIWORDS [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/st/scdb.c:257:15: style: Parameter 'htext' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/st/scdb.c:706:13: style: Variable 'npix' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/st/sce.c:63:9: style: Parameter 'action' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/st/scdc.c:256:21: style: Variable 'fcbp' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/st/scdc.c:342:21: style: Variable 'fcbp' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/st/scdc.c:396:21: style: Variable 'fcbp' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/st/scdc.c:98:11: style: Variable 'dsclen' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/libsrc/st/scdc.c:153:13: style: Variable 'fctpntri' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/libsrc/st/scdc.c:283:8: style: Variable 'dsclen' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/libsrc/st/scdc.c:286:6: style: Variable 'fcbp' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/libsrc/st/scdc.c:360:8: style: Variable 'status' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/libsrc/st/scdc.c:370:6: style: Variable 'fcbp' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/libsrc/st/scdc.c:407:6: style: Variable 'fcbp' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/libsrc/st/scf.c:85:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAXENT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/st/scf.c:227:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAXENT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/st/scf.c:349:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERR_NORMAL [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/st/scf.c:412:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FCT_NAME_LEN [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/st/scf.c:505:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable F_H_MODE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/st/scf.c:628:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FCT_NAME_LEN [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/st/scfa.c:81:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FCT_NAME_LEN [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/st/scfa.c:242:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ENTRIES [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/st/scfa.c:317:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAXENT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/st/scfa.c:411:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FCT_NAME_LEN [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/st/scfaux.c:189:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERR_NORMAL [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/st/scfaux.c:279:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ENTRIES [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/st/scfaux.c:404:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ENTRIES [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/st/scf.c:367:11: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/libsrc/st/scf.c:360:14: note: status is assigned 23FEBpl1.0/libsrc/st/scf.c:367:11: note: status is overwritten 23FEBpl1.0/libsrc/st/scf.c:367:11: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/libsrc/st/scf.c:362:14: note: status is assigned 23FEBpl1.0/libsrc/st/scf.c:367:11: note: status is overwritten 23FEBpl1.0/libsrc/st/scf.c:426:8: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/libsrc/st/scf.c:420:11: note: status is assigned 23FEBpl1.0/libsrc/st/scf.c:426:8: note: status is overwritten 23FEBpl1.0/libsrc/st/scf.c:250:10: style: Local variable 'mm' shadows outer variable [shadowVariable] 23FEBpl1.0/libsrc/st/scf.c:216:14: note: Shadowed declaration 23FEBpl1.0/libsrc/st/scf.c:250:10: note: Shadow variable 23FEBpl1.0/libsrc/st/scf.c:163:17: style: Variable 'datpntr' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/st/scf.c:249:21: style: Variable 'zpntr' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/st/scfb.c:107:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FCT_NAME_LEN [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/st/scfb.c:334:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FCT_NAME_LEN [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/st/scfb.c:744:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAXENT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/st/scfb.c:984:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAXENT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/st/scfa.c:264:10: portability: Casting between char * and float * which have an incompatible binary data representation. [invalidPointerCast] 23FEBpl1.0/libsrc/st/scfa.c:238:20: style: Variable 'fctpntr' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/st/scfa.c:401:7: style: Parameter 'type' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/st/scfa.c:404:7: style: Parameter 'nampat' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/st/scfa.c:411:8: style: Variable 'ptr' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/st/scfe.c:124:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERR_NORMAL [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/st/scfe.c:423:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERR_INPINV [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/st/scfe.c:499:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERR_NORMAL [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/st/sci.c:97:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERR_INPINV [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/st/sci.c:245:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERR_INPINV [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/st/scfe.c:108:21: style: Variable 'fctpntr' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/st/scfe.c:110:21: style: Variable 'fcbp' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/st/scda.c:384:8: portability: Casting between char * and float * which have an incompatible binary data representation. [invalidPointerCast] 23FEBpl1.0/libsrc/st/scda.c:385:8: portability: Casting between char * and double * which have an incompatible binary data representation. [invalidPointerCast] 23FEBpl1.0/libsrc/st/scda.c:436:11: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/libsrc/st/scda.c:399:11: note: status is assigned 23FEBpl1.0/libsrc/st/scda.c:436:11: note: status is overwritten 23FEBpl1.0/libsrc/st/scda.c:436:11: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/libsrc/st/scda.c:406:14: note: status is assigned 23FEBpl1.0/libsrc/st/scda.c:436:11: note: status is overwritten 23FEBpl1.0/libsrc/st/scda.c:144:21: style: Variable 'fcbp' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/st/scka.c:72:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERR_NORMAL [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/st/scka.c:111:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERR_INPINV [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/st/scka.c:222:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERR_NODATA [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/st/scka.c:270:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERR_NODATA [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/st/scka.c:318:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERR_NODATA [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/st/scka.c:366:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERR_NODATA [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/st/scka.c:414:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERR_NODATA [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/st/sck.c:162:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERR_KEYBAD [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/st/sck.c:273:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERR_KEYBAD [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/st/sck.c:376:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERR_KEYBAD [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/st/sck.c:479:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERR_KEYBAD [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/st/sck.c:580:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERR_KEYBAD [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/st/sckb.c:87:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERR_KEYBAD [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/st/sckb.c:182:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERR_KEYBAD [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/st/sckb.c:251:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERR_KEYBAD [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/st/sckb.c:320:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERR_KEYBAD [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/st/sckb.c:389:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERR_KEYBAD [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/st/sckb.c:67:9: style: Parameter 'values' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/st/sckb.c:165:9: style: Parameter 'values' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/st/sckb.c:234:6: style: Parameter 'values' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/st/sckb.c:303:8: style: Parameter 'values' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/st/sckb.c:372:9: style: Parameter 'values' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/st/sck.c:150:22: style: Variable 'keypntr' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/st/sck.c:153:18: style: Variable 'cpntr' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/st/sck.c:260:22: style: Variable 'keypntr' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/st/sck.c:264:10: style: Variable 'dpntr' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/st/sck.c:363:20: style: Variable 'ipntr' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/st/sck.c:365:22: style: Variable 'keypntr' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/st/sck.c:466:22: style: Variable 'keypntr' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/st/sck.c:470:18: style: Variable 'rpntr' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/st/sck.c:567:22: style: Variable 'keypntr' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/st/sck.c:571:19: style: Variable 'spntr' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/st/scp.c:83:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERR_INPINV [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/st/scp.c:237:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERR_NORMAL [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/st/scs.c:82:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable YDSC_PNTR [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/st/scs.c:148:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SIG_IGN [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/st/scs.c:315:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable KIWORDS [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/st/scs.c:408:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERR_INPINV [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/st/scsa.c:72:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable KEY_MAXENT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/st/scs.c:371:8: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/libsrc/st/scs.c:351:20: note: status is assigned 23FEBpl1.0/libsrc/st/scs.c:371:8: note: status is overwritten 23FEBpl1.0/libsrc/st/scs.c:371:8: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/libsrc/st/scs.c:353:20: note: status is assigned 23FEBpl1.0/libsrc/st/scs.c:371:8: note: status is overwritten 23FEBpl1.0/libsrc/st/scs.c:142:17: style: Variable 'outside' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/st/sct.c:72:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable KIWORDS [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/st/sct.c:175:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable KIWORDS [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/st/sct.c:243:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable KIWORDS [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/st/sct.c:361:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable KIWORDS [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/st/testvms.c:43:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/libsrc/st/testvms.c:48:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/st/testvms.c:48:17: warning: Return value of function freopen() is not used. [ignoredReturnValue] 23FEBpl1.0/libsrc/st/testvms.c:49:17: warning: Return value of function freopen() is not used. [ignoredReturnValue] 23FEBpl1.0/libsrc/tbl/sort.c:60:1: portability: Omitted return type of function 'qsort' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/libsrc/tbl/sort.c:85:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/libsrc/tbl/sort.c:98:2: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [prohibitedgetsCalled] 23FEBpl1.0/libsrc/tbl/sort.c:109:2: portability: %d in format string (no. 2) requires 'int' but the argument type is 'ptrdiff_t {aka signed int}'. [invalidPrintfArgType_sint] 23FEBpl1.0/libsrc/tbl/sort.c:117:2: portability: %d in format string (no. 2) requires 'int' but the argument type is 'ptrdiff_t {aka signed int}'. [invalidPrintfArgType_sint] 23FEBpl1.0/libsrc/st/scfb.c:304:11: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/libsrc/st/scfb.c:303:11: note: status is assigned 23FEBpl1.0/libsrc/st/scfb.c:304:11: note: status is overwritten 23FEBpl1.0/libsrc/st/scfb.c:602:8: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/libsrc/st/scfb.c:595:17: note: status is assigned 23FEBpl1.0/libsrc/st/scfb.c:602:8: note: status is overwritten 23FEBpl1.0/libsrc/st/scfb.c:95:21: style: Variable 'fcbp' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/st/scfb.c:214:21: style: Variable 'data_bytes' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/libsrc/tbl/str1.c:853:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOS [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/tbl/str1.c:882:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOS [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/tbl/str1.c:908:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOS [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/tbl/str1.c:928:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOS [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/tbl/tca.c:236:48: error: syntax error [syntaxError] 23FEBpl1.0/libsrc/tbl/str1.c:667:4: style: Statements following 'break' will never be executed. [unreachableCode] 23FEBpl1.0/libsrc/tbl/str1.c:674:4: style: Statements following 'break' will never be executed. [unreachableCode] 23FEBpl1.0/libsrc/st/scsa.c:106:19: portability: Casting between char * and double * which have an incompatible binary data representation. [invalidPointerCast] 23FEBpl1.0/libsrc/st/scsa.c:166:9: style: Variable 'slen' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/libsrc/st/scsa.c:164:9: note: slen is assigned 23FEBpl1.0/libsrc/st/scsa.c:166:9: note: slen is overwritten 23FEBpl1.0/libsrc/tbl/str1.c:605:12: style: Parameter 's2' can be declared as pointer to const. However it seems that 'strindex' is a callback function, if 's2' is declared with const you might also need to cast function pointer(s). [constParameterCallback] 23FEBpl1.0/libsrc/tbl/str1.c:696:7: note: You might need to cast the function pointer here 23FEBpl1.0/libsrc/tbl/str1.c:605:12: note: Parameter 's2' can be declared as pointer to const 23FEBpl1.0/libsrc/tbl/str1.c:607:17: style: Variable 's' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/tbl/tcc.c:497:78: error: syntax error [syntaxError] 23FEBpl1.0/libsrc/tbl/tcd.c:856:54: error: syntax error [syntaxError] 23FEBpl1.0/libsrc/tbl/tcm.c:79:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERR_TBLIMP [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/tbl/tcm.c:98:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERR_TBLIMP [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/tbl/tcm.c:125:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERR_TBLIMP [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/tbl/tcm.c:150:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERR_TBLIMP [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/tbl/tcm.c:171:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TBL_TRUE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/tbl/tcm.c:195:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TBL_D_I4 [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/st/sct.c:168:15: style: Variable 'colcode' can be declared as const array [constVariable] 23FEBpl1.0/libsrc/st/sct.c:353:15: style: Variable 'colcode' can be declared as const array [constVariable] 23FEBpl1.0/libsrc/tbl/tce.c:219:59: error: syntax error [syntaxError] 23FEBpl1.0/libsrc/tbl/tcm.c:196:41: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/libsrc/tbl/tcm.c:197:41: portability:inconclusive: Casting from double * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/libsrc/tbl/tct.c:361:2: error: There is an unknown macro here somewhere. Configuration is required. If if_not is a macro then please configure it. [unknownMacro] 23FEBpl1.0/libsrc/tbl/tctold.c:92:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TBL_D_R4 [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/tbl/tctold.c:139:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable F_MAP_FORCE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/tbl/tctold.c:92:40: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/libsrc/tbl/tctold.c:93:40: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/libsrc/tbl/tctold.c:94:40: portability:inconclusive: Casting from double * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/libsrc/tbl/tctold.c:95:40: portability:inconclusive: Casting from double * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/libsrc/tbl/tctold.c:107:10: portability: Casting between char * and float * which have an incompatible binary data representation. [invalidPointerCast] 23FEBpl1.0/libsrc/tbl/tctold.c:113:10: portability: Casting between char * and double * which have an incompatible binary data representation. [invalidPointerCast] 23FEBpl1.0/libsrc/tbl/tz2.c:135:8: style: Parameter 's' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/tbl/tz0.c:111:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NULL1 [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/tbl/tz0.c:152:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TBL_D_MASK [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/tbl/tz0.c:274:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAXDOUBLE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/tbl/tz1.c:113:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable F_RECORD [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/tbl/tz1.c:135:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TBL_Dlabel [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/tbl/tz1.c:303:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERR_NORMAL [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/tbl/tz1.c:363:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERR_NORMAL [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/tbl/tz1.c:395:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERR_NORMAL [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/tbl/tz1.c:429:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TBL_D_MASK [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/tbl/tcr.c:149:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERR_NORMAL [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/tbl/tcr.c:187:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERR_NORMAL [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/tbl/tcr.c:219:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERR_TBLROW [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/tbl/tcr.c:328:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERR_TBLROW [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/tbl/tcr.c:394:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERR_TBLROW [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/tbl/tcr.c:460:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERR_TBLROW [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/tbl/tcr.c:536:60: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERR_NORMAL [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/tbl/tcr.c:599:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERR_TBLROW [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/tbl/tcr.c:665:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERR_TBLROW [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/tbl/tcr.c:731:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERR_TBLROW [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/tbl/tcr.c:792:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERR_TBLROW [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/tbl/tz1.c:79:3: portability: Assigning an integer to a pointer is not portable. [AssignmentIntegerToAddress] 23FEBpl1.0/libsrc/tbl/tz1.c:75:8: style: Variable 'p' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/tbl/tz1.c:163:8: style: Parameter 'form' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/tbl/tz1.c:358:8: style: Parameter 'unit' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/tbl/tz3.c:432:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOS [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/tbl/tz3.c:793:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable _SPACE_ [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/tbl/tz3.c:1058:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TBL_D_A1 [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/tbl/tz3.c:1142:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOS [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/tbl/tz3.c:1222:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TBL_D_A1 [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/tbl/tz4.c:116:8: style: Parameter 'name' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/tbl/tz4.c:121:9: style: Variable 'tp' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/tbl/tz5.c:79:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TBL_NUMBER [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/tbl/tz5.c:118:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TBL_NUMBER [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/tbl/tz5.c:155:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TBL_NUMBER [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/tbl/tz5.c:185:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TBL_NUMBER [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/tbl/tz0.c:172:33: portability: Casting between char * and float * which have an incompatible binary data representation. [invalidPointerCast] 23FEBpl1.0/libsrc/tbl/tz0.c:174:33: portability: Casting between char * and double * which have an incompatible binary data representation. [invalidPointerCast] 23FEBpl1.0/libsrc/tbl/tz0.c:214:9: portability: Casting between char * and float * which have an incompatible binary data representation. [invalidPointerCast] 23FEBpl1.0/libsrc/tbl/tz0.c:215:20: portability: Casting between char * and double * which have an incompatible binary data representation. [invalidPointerCast] 23FEBpl1.0/libsrc/tbl/tz0.c:239:20: portability: Casting between char * and float * which have an incompatible binary data representation. [invalidPointerCast] 23FEBpl1.0/libsrc/tbl/tz0.c:240:20: portability: Casting between char * and double * which have an incompatible binary data representation. [invalidPointerCast] 23FEBpl1.0/libsrc/tbl/tz0.c:274:22: portability: Casting between char * and double * which have an incompatible binary data representation. [invalidPointerCast] 23FEBpl1.0/libsrc/tbl/tz0.c:275:22: portability: Casting between char * and float * which have an incompatible binary data representation. [invalidPointerCast] 23FEBpl1.0/libsrc/tbl/tz5.c:98:7: warning: Either the condition 'tid>=0' is redundant or the array 'tables[0]' is accessed at index -1, which is out of bounds. [negativeIndex] 23FEBpl1.0/libsrc/tbl/tz5.c:94:10: note: Assuming that condition 'tid>=0' is not redundant 23FEBpl1.0/libsrc/tbl/tz5.c:98:7: note: Negative array index 23FEBpl1.0/libsrc/tbl/tz5.c:99:4: warning: Either the condition 'tid>=0' is redundant or the array 'tno[0]' is accessed at index -1, which is out of bounds. [negativeIndex] 23FEBpl1.0/libsrc/tbl/tz5.c:94:10: note: Assuming that condition 'tid>=0' is not redundant 23FEBpl1.0/libsrc/tbl/tz5.c:99:4: note: Negative array index 23FEBpl1.0/libsrc/tbl/tz5.c:187:9: style: Statements following 'continue' will never be executed. [unreachableCode] 23FEBpl1.0/libsrc/tbl/tz5.c:180:8: style: Parameter 'name' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/tbl/tz5.c:183:9: style: Variable 'tp' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/tbl/tz6.c:127:64: error: syntax error [syntaxError] 23FEBpl1.0/libsrc/tbl/tz8.c:101:48: error: syntax error [syntaxError] 23FEBpl1.0/libsrc/tw/error.c:88:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MID_STATIC [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/tw/error.c:178:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOS [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/tw/error.c:285:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOS [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/tw/error.c:310:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOS [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/tw/error.c:168:17: style: Variable 'p' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/tw/error.c:197:8: style: Parameter 'subr' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/tw/error.c:276:17: style: Variable 'p' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/tbl/tcr.c:551:13: style: Condition 'p[0]='.'' is always true [knownConditionTrueFalse] 23FEBpl1.0/libsrc/tbl/tcr.c:355:61: portability:inconclusive: Casting from double * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/libsrc/tbl/tcr.c:362:33: portability: Casting between char * and double * which have an incompatible binary data representation. [invalidPointerCast] 23FEBpl1.0/libsrc/tbl/tcr.c:363:33: portability: Casting between char * and float * which have an incompatible binary data representation. [invalidPointerCast] 23FEBpl1.0/libsrc/tbl/tcr.c:428:38: portability: Casting between char * and double * which have an incompatible binary data representation. [invalidPointerCast] 23FEBpl1.0/libsrc/tbl/tcr.c:429:38: portability: Casting between char * and float * which have an incompatible binary data representation. [invalidPointerCast] 23FEBpl1.0/libsrc/tbl/tcr.c:487:61: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/libsrc/tbl/tcr.c:494:33: portability: Casting between char * and double * which have an incompatible binary data representation. [invalidPointerCast] 23FEBpl1.0/libsrc/tbl/tcr.c:495:33: portability: Casting between char * and float * which have an incompatible binary data representation. [invalidPointerCast] 23FEBpl1.0/libsrc/tbl/tcr.c:698:22: portability: Casting between char * and double * which have an incompatible binary data representation. [invalidPointerCast] 23FEBpl1.0/libsrc/tbl/tcr.c:699:22: portability: Casting between char * and float * which have an incompatible binary data representation. [invalidPointerCast] 23FEBpl1.0/libsrc/tbl/tcr.c:760:22: portability: Casting between char * and double * which have an incompatible binary data representation. [invalidPointerCast] 23FEBpl1.0/libsrc/tbl/tcr.c:761:22: portability: Casting between char * and float * which have an incompatible binary data representation. [invalidPointerCast] 23FEBpl1.0/libsrc/tbl/tcr.c:825:22: portability: Casting between char * and double * which have an incompatible binary data representation. [invalidPointerCast] 23FEBpl1.0/libsrc/tbl/tcr.c:826:22: portability: Casting between char * and float * which have an incompatible binary data representation. [invalidPointerCast] 23FEBpl1.0/libsrc/tbl/tcr.c:633:9: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/libsrc/tbl/tcr.c:623:9: note: status is assigned 23FEBpl1.0/libsrc/tbl/tcr.c:633:9: note: status is overwritten 23FEBpl1.0/libsrc/tbl/tcr.c:144:6: style: Parameter 'column' can be declared as const array [constParameter] 23FEBpl1.0/libsrc/tbl/tcr.c:207:6: style: Parameter 'column' can be declared as const array [constParameter] 23FEBpl1.0/libsrc/tbl/tcr.c:588:6: style: Parameter 'column' can be declared as const array [constParameter] 23FEBpl1.0/libsrc/tbl/tcr.c:719:6: style: Parameter 'value' can be declared as const array [constParameter] 23FEBpl1.0/libsrc/tw/str1.c:873:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOS [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/tw/str1.c:902:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOS [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/tw/str1.c:928:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOS [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/tw/str1.c:948:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOS [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/tw/str1.c:687:4: style: Statements following 'break' will never be executed. [unreachableCode] 23FEBpl1.0/libsrc/tw/str1.c:694:4: style: Statements following 'break' will never be executed. [unreachableCode] 23FEBpl1.0/libsrc/tw/str1.c:627:12: style: Parameter 's2' can be declared as pointer to const. However it seems that 'strindex' is a callback function, if 's2' is declared with const you might also need to cast function pointer(s). [constParameterCallback] 23FEBpl1.0/libsrc/tw/str1.c:716:7: note: You might need to cast the function pointer here 23FEBpl1.0/libsrc/tw/str1.c:627:12: note: Parameter 's2' can be declared as pointer to const 23FEBpl1.0/libsrc/tw/str1.c:629:17: style: Variable 's' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/tw/termcap.c:442:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/tw/termcap.c:474:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MID_STATIC [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/tw/termcap.c:579:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/tw/termcap.c:621:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NOK [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/tw/termcap.c:706:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NOK [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/tw/termcap.c:778:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NOK [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/tw/termcap.c:821:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/tw/termcap.c:877:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NOK [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/tw/termcap.c:926:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NOK [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/tw/trace.c:677:8: error: There is an unknown macro here somewhere. Configuration is required. If log_file is a macro then please configure it. [unknownMacro] 23FEBpl1.0/libsrc/tbl/tz9.c:65:12: style: Variable 'pe' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/tbl/tz9.c:88:13: style: Variable 'pe' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/tbl/tz9.c:111:11: style: Variable 'pe' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/tbl/tz9.c:134:13: style: Variable 'pe' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/tbl/tz9.c:156:14: style: Variable 'pe' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/tbl/tz9.c:179:12: style: Variable 'pe' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/tbl/tz9.c:204:14: style: Variable 'high' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/tbl/tz9.c:252:15: style: Variable 'high' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/tbl/tz9.c:301:13: style: Variable 'high' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/tbl/tz9.c:348:15: style: Variable 'high' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/tbl/tz9.c:396:16: style: Variable 'high' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/tbl/tz9.c:446:14: style: Variable 'high' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/tbl/tz9.c:235:26: warning: Uninitialized variable: mid [uninitvar] 23FEBpl1.0/libsrc/tbl/tz9.c:214:14: note: Assuming condition is false 23FEBpl1.0/libsrc/tbl/tz9.c:235:26: note: Uninitialized variable: mid 23FEBpl1.0/libsrc/tbl/tz9.c:283:26: warning: Uninitialized variable: mid [uninitvar] 23FEBpl1.0/libsrc/tbl/tz9.c:262:14: note: Assuming condition is false 23FEBpl1.0/libsrc/tbl/tz9.c:283:26: note: Uninitialized variable: mid 23FEBpl1.0/libsrc/tbl/tz9.c:331:26: warning: Uninitialized variable: mid [uninitvar] 23FEBpl1.0/libsrc/tbl/tz9.c:310:14: note: Assuming condition is false 23FEBpl1.0/libsrc/tbl/tz9.c:331:26: note: Uninitialized variable: mid 23FEBpl1.0/libsrc/tbl/tz9.c:379:26: warning: Uninitialized variable: mid [uninitvar] 23FEBpl1.0/libsrc/tbl/tz9.c:358:14: note: Assuming condition is false 23FEBpl1.0/libsrc/tbl/tz9.c:379:26: note: Uninitialized variable: mid 23FEBpl1.0/libsrc/tbl/tz9.c:427:26: warning: Uninitialized variable: mid [uninitvar] 23FEBpl1.0/libsrc/tbl/tz9.c:406:14: note: Assuming condition is false 23FEBpl1.0/libsrc/tbl/tz9.c:427:26: note: Uninitialized variable: mid 23FEBpl1.0/libsrc/tbl/tz9.c:466:25: warning: Uninitialized variable: mid [uninitvar] 23FEBpl1.0/libsrc/tbl/tz9.c:455:14: note: Assuming condition is false 23FEBpl1.0/libsrc/tbl/tz9.c:466:25: note: Uninitialized variable: mid 23FEBpl1.0/libsrc/tw/tvclear.c:126:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/tw/tvclear.c:158:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/tw/tvclear.c:208:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/tw/tvclear.c:264:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/tw/tvclear.c:193:3: style: Label 'FIN' is not used. [unusedLabel] 23FEBpl1.0/libsrc/tw/tvclear.c:231:3: style: Label 'FIN' is not used. [unusedLabel] 23FEBpl1.0/libsrc/tw/tvclear.c:342:3: style: Label 'FIN' is not used. [unusedLabel] 23FEBpl1.0/libsrc/tw/tvcursor.c:137:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable status [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/tw/tvcursor.c:159:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/tw/tvcursor.c:197:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable status [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/tw/tvcursor.c:219:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/tw/tvcursor.c:269:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable status [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/tw/tvcursor.c:374:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable status [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/tw/tvcursor.c:421:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MID_RSTATIC [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/tw/tvcursor.c:525:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable status [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/tw/tvcursor.c:561:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NOK [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/tw/tvcursor.c:633:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable status [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/tw/tvcursor.c:687:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable status [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/tw/tvcursor.c:711:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/tw/tvget.c:320:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NOK [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/tw/tvget.c:450:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MID_RSTATIC [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/tw/tvget.c:532:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/tw/tvget.c:575:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable status [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/tw/tvcursor.c:654:2: style: Statements following 'goto' will never be executed. [unreachableCode] 23FEBpl1.0/libsrc/tw/tvcursor.c:401:3: style: Label 'FIN' is not used. [unusedLabel] 23FEBpl1.0/libsrc/tw/tvcursor.c:155:12: style: Parameter 'limits' can be declared as const array [constParameter] 23FEBpl1.0/libsrc/tw/tvgets.c:143:16: error: syntax error [syntaxError] 23FEBpl1.0/libsrc/tw/tvget.c:146:8: style: Parameter 'ch' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/tw/tvget.c:447:13: style: Variable 'pe' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/tw/tvhelp.c:195:3: error: There is an unknown macro here somewhere. Configuration is required. If if_not is a macro then please configure it. [unknownMacro] 23FEBpl1.0/libsrc/tw/tvget.c:226:7: warning: Uninitialized variable: len [uninitvar] 23FEBpl1.0/libsrc/tw/tvget.c:211:37: note: Assuming condition is false 23FEBpl1.0/libsrc/tw/tvget.c:226:7: note: Uninitialized variable: len 23FEBpl1.0/libsrc/tw/tvindel.c:120:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NOK [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/tw/tvindel.c:162:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NOK [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/tw/tvindel.c:223:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NOK [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/tw/tvindel.c:269:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NOK [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/tw/tvindel.c:337:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NOK [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/tw/tvindel.c:380:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NOK [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/tw/termcap.c:728:10: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/libsrc/tw/termcap.c:706:10: note: status is assigned 23FEBpl1.0/libsrc/tw/termcap.c:728:10: note: status is overwritten 23FEBpl1.0/libsrc/tw/termcap.c:790:3: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/libsrc/tw/termcap.c:778:10: note: status is assigned 23FEBpl1.0/libsrc/tw/termcap.c:790:3: note: status is overwritten 23FEBpl1.0/libsrc/tw/termcap.c:409:4: style: Statements following 'break' will never be executed. [unreachableCode] 23FEBpl1.0/libsrc/tw/termcap.c:418:2: style: Statements following 'break' will never be executed. [unreachableCode] 23FEBpl1.0/libsrc/tw/termcap.c:400:22: style: Variable 'pe' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/tw/tvindel.c:376:8: style: Parameter 'str' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/tw/tvinit.c:637:4: error: There is an unknown macro here somewhere. Configuration is required. If if_not is a macro then please configure it. [unknownMacro] 23FEBpl1.0/libsrc/tw/tvout.c:112:3: error: Unmatched '{'. Configuration: '__GNUC__=1'. [syntaxError] 23FEBpl1.0/libsrc/tw/tvtest.c:76:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/libsrc/tw/tvtest.c:479:1: portability: Omitted return type of function 'Impossible' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/libsrc/tw/tvtest.c:488:1: portability: Omitted return type of function 'Title' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/libsrc/tw/tvtest.c:84:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TW_cc_VMS [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/tw/tvtest.c:454:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MID_STATIC [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/tw/tvtest.c:467:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MID_STATIC [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/tw/tvtest.c:483:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable _BLINK_ [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/tw/tvtest.c:494:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/tw/tvtest.c:513:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable _BOLD_ [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/tw/tvput.c:173:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/tw/tvutil.c:85:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MID_STATIC [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/tw/tvput.c:237:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MID_RSTATIC [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/tw/tvutil.c:181:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable INDEX [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/tw/tvput.c:288:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/tw/tvutil.c:227:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable status [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/tw/tvput.c:369:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/tw/tvutil.c:314:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable status [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/tw/tvput.c:408:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/tw/tvput.c:487:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/tw/tvput.c:512:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/tw/tvput.c:571:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MID_RSTATIC [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/tw/tvput.c:651:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/tw/tvput.c:689:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable _GRAPHICS_ [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/tw/tvput.c:714:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FINISH [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/tw/tvtest.c:83:3: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [prohibitedgetsCalled] 23FEBpl1.0/libsrc/tw/tvtest.c:90:33: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [prohibitedgetsCalled] 23FEBpl1.0/libsrc/tw/tvutil.c:83:13: style: Parameter 'coo' can be declared as const array [constParameter] 23FEBpl1.0/libsrc/tw/tvutil.c:89:17: style: Variable 'p_end' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/tw/tvutil.c:171:25: style: Variable 'high' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/tw/tvutil.c:172:9: style: Variable 'match' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/tw/tvutil.c:310:12: style: Parameter 'limits' can be declared as const array [constParameter] 23FEBpl1.0/libsrc/tbl/tz3.c:1092:22: portability: Casting between char * and float * which have an incompatible binary data representation. [invalidPointerCast] 23FEBpl1.0/libsrc/tbl/tz3.c:1095:6: portability: Casting between char * and double * which have an incompatible binary data representation. [invalidPointerCast] 23FEBpl1.0/libsrc/tbl/tz3.c:1251:27: portability: Casting between char * and float * which have an incompatible binary data representation. [invalidPointerCast] 23FEBpl1.0/libsrc/tbl/tz3.c:1254:14: portability: Casting between char * and double * which have an incompatible binary data representation. [invalidPointerCast] 23FEBpl1.0/libsrc/tw/tvput.c:244:18: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/libsrc/tw/tvput.c:241:10: note: status is assigned 23FEBpl1.0/libsrc/tw/tvput.c:244:18: note: status is overwritten 23FEBpl1.0/libsrc/tw/tvput.c:451:10: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/libsrc/tw/tvput.c:432:11: note: status is assigned 23FEBpl1.0/libsrc/tw/tvput.c:451:10: note: status is overwritten 23FEBpl1.0/libsrc/tbl/tz3.c:203:5: style: Variable 'y' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/libsrc/tbl/tz3.c:191:4: note: y is assigned 23FEBpl1.0/libsrc/tbl/tz3.c:203:5: note: y is overwritten 23FEBpl1.0/libsrc/tbl/tz3.c:453:5: style: Variable 'n' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/libsrc/tbl/tz3.c:447:27: note: n is assigned 23FEBpl1.0/libsrc/tbl/tz3.c:453:5: note: n is overwritten 23FEBpl1.0/libsrc/tw/tvput.c:221:3: style: Label 'FIN' is not used. [unusedLabel] 23FEBpl1.0/libsrc/tw/tvput.c:248:3: style: Label 'FIN' is not used. [unusedLabel] 23FEBpl1.0/libsrc/tw/tvput.c:328:3: style: Label 'FIN' is not used. [unusedLabel] 23FEBpl1.0/libsrc/tw/tvput.c:468:3: style: Label 'FIN' is not used. [unusedLabel] 23FEBpl1.0/libsrc/tw/tvput.c:490:3: style: Label 'FIN' is not used. [unusedLabel] 23FEBpl1.0/libsrc/tw/tvput.c:547:3: style: Label 'FIN' is not used. [unusedLabel] 23FEBpl1.0/libsrc/tw/tvput.c:627:3: style: Label 'FIN' is not used. [unusedLabel] 23FEBpl1.0/libsrc/tw/tvput.c:666:3: style: Label 'FIN' is not used. [unusedLabel] 23FEBpl1.0/libsrc/tw/tvput.c:694:3: style: Label 'FIN' is not used. [unusedLabel] 23FEBpl1.0/libsrc/tw/tvput.c:716:3: style: Label 'FIN' is not used. [unusedLabel] 23FEBpl1.0/libsrc/tbl/tz3.c:415:16: style: Variable 'factor' can be declared as const array [constVariable] 23FEBpl1.0/libsrc/tbl/tz3.c:483:12: style: Variable 'pe' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/tbl/tz3.c:517:12: style: Variable 'pe' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/tbl/tz3.c:556:13: style: Variable 'pe' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/tbl/tz3.c:642:13: style: Variable 'pe' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/tbl/tz3.c:722:17: style: Variable 'factor' can be declared as const array [constVariable] 23FEBpl1.0/libsrc/tbl/tz3.c:785:13: style: Variable 'pe' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/tbl/tz3.c:1045:12: style: Variable 'pe' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/tbl/tz3.c:669:32: style: Variable 'something' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/libsrc/xcon/client.c:85:58: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable nobyt [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/xcon/consubsa.c:77:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MYPID [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/xcon/client.c:140:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAX_BACK [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/xcon/consubsa.c:129:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FSY_DIREND [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/xcon/client.c:232:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAX_BACK [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/xcon/client.c:242:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAX_BACK [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/xcon/client.c:257:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAX_BACK [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/xcon/client.c:279:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAX_BACK [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/xcon/client.c:328:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAX_BACK [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/xcon/client.c:361:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAX_BACK [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/xcon/client.c:391:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAX_BACK [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/xcon/client.c:486:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAX_BACK [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/xcon/consubs.c:123:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAX_BACK [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/xcon/xcc.c:79:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAX_MIDAS_LINE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/xcon/consubs.c:339:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable METHOD [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/xcon/xcc.c:150:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAX_BACK [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/xcon/xcc.c:200:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAX_BACK [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/xcon/consubsa.c:68:7: style: Parameter 'munit' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/xcon/consubsa.c:110:6: style: Parameter 'munit' can be declared as const array [constParameter] 23FEBpl1.0/libsrc/xcon/xcc.c:67:8: style: Parameter 'comline' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/xcon/xck.c:82:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAX_BACK [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/xcon/xck.c:145:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAX_BACK [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/xcon/xck.c:208:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAX_BACK [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/xcon/xck.c:272:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAX_BACK [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/xcon/xck.c:336:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAX_BACK [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/xcon/xck.c:398:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAX_BACK [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/xcon/xck.c:460:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAX_BACK [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/xcon/xck.c:523:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAX_BACK [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/xcon/xcx.c:393:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAX_BACK [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/xcon/xcx.c:455:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAX_BACK [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/xcon/xcx.c:496:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAX_BACK [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/xcon/xcx.c:530:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAX_BACK [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/xcon/xcx.c:601:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FSY_DIREND [valueFlowBailoutIncompleteVar] 23FEBpl1.0/libsrc/xcon/xck.c:158:50: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/libsrc/xcon/xck.c:221:50: portability:inconclusive: Casting from double * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/libsrc/xcon/xck.c:415:51: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/libsrc/xcon/xck.c:477:51: portability:inconclusive: Casting from double * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/libsrc/xcon/xck.c:68:7: style: Parameter 'key' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/xcon/xck.c:131:7: style: Parameter 'key' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/xcon/xck.c:194:7: style: Parameter 'key' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/xcon/xck.c:257:7: style: Parameter 'key' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/xcon/xck.c:324:7: style: Parameter 'key' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/xcon/xck.c:328:7: style: Parameter 'unit' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/xcon/xck.c:386:7: style: Parameter 'key' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/xcon/xck.c:390:7: style: Parameter 'unit' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/xcon/xck.c:448:7: style: Parameter 'key' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/xcon/xck.c:452:7: style: Parameter 'unit' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/xcon/xck.c:510:7: style: Parameter 'key' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/xcon/xck.c:515:7: style: Parameter 'unit' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/xcon/xcx.c:77:8: style: Parameter 'host' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/xcon/xcx.c:79:8: style: Parameter 'display' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/xcon/xcx.c:81:8: style: Parameter 'midasvers' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/xcon/xcx.c:91:8: style: Variable 'middir' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/xcon/xcx.c:575:7: style: Variable 'middir' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/xcon/client.c:426:12: portability: Casting between char * and float * which have an incompatible binary data representation. [invalidPointerCast] 23FEBpl1.0/libsrc/xcon/client.c:435:12: portability: Casting between char * and double * which have an incompatible binary data representation. [invalidPointerCast] 23FEBpl1.0/libsrc/xcon/client.c:519:15: portability: Casting between char * and float * which have an incompatible binary data representation. [invalidPointerCast] 23FEBpl1.0/libsrc/xcon/client.c:527:15: portability: Casting between char * and double * which have an incompatible binary data representation. [invalidPointerCast] 23FEBpl1.0/libsrc/xcon/client.c:130:9: style: Parameter 'shost' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/xcon/client.c:130:17: style: Parameter 'sunit' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/xcon/client.c:158:12: style: Variable 'pipedir' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/xcon/client.c:318:9: style: Parameter 'comline' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/xcon/client.c:378:9: style: Parameter 'comline' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/xcon/client.c:415:12: style: Variable 'ipntr' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/xcon/client.c:424:12: style: Variable 'fpntr' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/xcon/client.c:433:12: style: Variable 'dpntr' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/xcon/client.c:472:9: style: Parameter 'comline' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/libsrc/xcon/client.c:533:14: style: Variable 'cpntr' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/libsrc/xcon/client.c:153:7: style: Variable 'jsecs' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/libsrc/xcon/client.c:154:7: style: Variable 'msecs' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/monit/dspout.c:70:8: style: Parameter 'record' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/monit/helper.c:159:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable READ [valueFlowBailoutIncompleteVar] 23FEBpl1.0/monit/catal.c:152:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable F_I_MODE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/monit/helpme.c:840:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable READ [valueFlowBailoutIncompleteVar] 23FEBpl1.0/monit/helpme.c:931:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable READ [valueFlowBailoutIncompleteVar] 23FEBpl1.0/monit/helpme.c:1170:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FSY_DIREND [valueFlowBailoutIncompleteVar] 23FEBpl1.0/monit/helpme.c:1496:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dirent [valueFlowBailoutIncompleteVar] 23FEBpl1.0/monit/helper.c:299:15: style: Variable 'reco[0]' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/monit/helper.c:298:15: note: reco[0] is assigned 23FEBpl1.0/monit/helper.c:299:15: note: reco[0] is overwritten 23FEBpl1.0/monit/helper.c:81:63: style: Variable 'pbuf' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/monit/helper.c:233:8: style: Parameter 'record' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/monit/internal.c:99:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FSY_DIREND [valueFlowBailoutIncompleteVar] 23FEBpl1.0/monit/internal.c:128:9: style: Condition 'nn>0' is always true [knownConditionTrueFalse] 23FEBpl1.0/monit/internal.c:125:6: note: Assignment 'nn=1', assigned value is 1 23FEBpl1.0/monit/internal.c:128:9: note: Condition 'nn>0' is always true 23FEBpl1.0/monit/internal1.c:113:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FSY_DIREND [valueFlowBailoutIncompleteVar] 23FEBpl1.0/monit/internal1.c:142:9: style: Condition 'nn>0' is always true [knownConditionTrueFalse] 23FEBpl1.0/monit/internal1.c:139:6: note: Assignment 'nn=1', assigned value is 1 23FEBpl1.0/monit/internal1.c:142:9: note: Condition 'nn>0' is always true 23FEBpl1.0/monit/internal1.c:69:7: style: Parameter 'argv' can be declared as const array [constParameter] 23FEBpl1.0/monit/logger.c:89:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERR_INPINV [valueFlowBailoutIncompleteVar] 23FEBpl1.0/monit/communi.c:112:25: style: Variable 'vers' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/monit/midasgo.c:79:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ORIGIN [valueFlowBailoutIncompleteVar] 23FEBpl1.0/monit/midasgo.c:147:8: style: Variable 'status' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/monit/newcom.c:81:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CMAX [valueFlowBailoutIncompleteVar] 23FEBpl1.0/monit/prepa.c:99:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MODE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/monit/prepa.c:141:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable COLS [valueFlowBailoutIncompleteVar] 23FEBpl1.0/monit/prepa.c:560:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DAZUNIT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/monit/prepa1.c:99:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TOKEN [valueFlowBailoutIncompleteVar] 23FEBpl1.0/monit/prepa1.c:198:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LREF [valueFlowBailoutIncompleteVar] 23FEBpl1.0/monit/prepa1.c:258:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PEND [valueFlowBailoutIncompleteVar] 23FEBpl1.0/monit/prepa1.c:435:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LREF [valueFlowBailoutIncompleteVar] 23FEBpl1.0/monit/prepa1.c:671:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TOKEN [valueFlowBailoutIncompleteVar] 23FEBpl1.0/monit/prepa1.c:787:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TOKEN [valueFlowBailoutIncompleteVar] 23FEBpl1.0/monit/prepa1.c:855:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable COMCNT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/monit/prepa1.c:889:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable comwincur [valueFlowBailoutIncompleteVar] 23FEBpl1.0/monit/prepa2.c:125:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable rl_startup_hook [valueFlowBailoutIncompleteVar] 23FEBpl1.0/monit/prepa2.c:141:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable rl_startup_hook [valueFlowBailoutIncompleteVar] 23FEBpl1.0/monit/prepa2.c:193:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LOCAL [valueFlowBailoutIncompleteVar] 23FEBpl1.0/monit/prepa2.c:260:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable rl_line_buffer [valueFlowBailoutIncompleteVar] 23FEBpl1.0/monit/prepa2.c:327:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable KIWORDS [valueFlowBailoutIncompleteVar] 23FEBpl1.0/monit/prepa2.c:386:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable rl_line_buffer [valueFlowBailoutIncompleteVar] 23FEBpl1.0/monit/prepa2.c:451:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CMD_LIST_UPDA [valueFlowBailoutIncompleteVar] 23FEBpl1.0/monit/prepa2.c:526:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAX_TOKEN [valueFlowBailoutIncompleteVar] 23FEBpl1.0/monit/prepa2.c:731:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable STARTUP [valueFlowBailoutIncompleteVar] 23FEBpl1.0/monit/prepa2.c:886:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TIMEOUT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/monit/helpme.c:89:8: style: Parameter 'Midver' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/monit/helpme.c:90:8: style: Parameter 'linx' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/monit/helpme.c:903:8: style: Parameter 'comand' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/monit/helpme.c:904:8: style: Parameter 'qualif' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/monit/helpme.c:1137:8: style: Parameter 'contxt' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/monit/helpme.c:1138:8: style: Parameter 'midver' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/monit/helpme.c:1147:15: style: Variable 'fix_name' can be declared as const array [constVariable] 23FEBpl1.0/monit/helpme.c:1364:9: style: Parameter 'prefix' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/monit/helpme.c:1365:9: style: Parameter 'label' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/monit/helpme.c:1465:11: style: Parameter 'sn' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/monit/helpme.c:1487:15: style: Parameter 'context' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/monit/helpme.c:1496:17: style: Variable 'dirp' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/monit/helpme.c:399:16: style: Variable 'remem' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/monit/prepb.c:130:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MODE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/monit/prepb.c:360:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SBOX [valueFlowBailoutIncompleteVar] 23FEBpl1.0/monit/prepb.c:495:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAX_BACK [valueFlowBailoutIncompleteVar] 23FEBpl1.0/monit/prepb.c:636:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAX_BACK [valueFlowBailoutIncompleteVar] 23FEBpl1.0/monit/prepa2.c:131:7: style: Parameter 'line' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/monit/prepa2.c:173:7: style: Variable 'mid_work' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/monit/prepa2.c:173:18: style: Variable 'dazunit' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/monit/prepa2.c:377:20: style: Variable 'match_dir' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/monit/prepa2.c:440:14: style: Variable 'ptr_text' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/monit/prepb.c:398:4: style: Variable 'nn' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/monit/prepb.c:390:16: note: nn is assigned 23FEBpl1.0/monit/prepb.c:398:4: note: nn is overwritten 23FEBpl1.0/monit/prepb.c:474:8: style: Parameter 'munit' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/monit/prepb.c:626:8: style: Parameter 'token' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/monit/prepb.c:290:16: style: Variable 'nn' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/monit/prepc1.c:148:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LEN [valueFlowBailoutIncompleteVar] 23FEBpl1.0/monit/prepc1.c:375:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAX_LINE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/monit/prepc2.c:137:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAX_TOKEN [valueFlowBailoutIncompleteVar] 23FEBpl1.0/monit/prepc2.c:476:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CODE_DEFS [valueFlowBailoutIncompleteVar] 23FEBpl1.0/monit/prepc2.c:672:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CROSS_COUNT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/monit/prepc2.c:762:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAX_LEVEL [valueFlowBailoutIncompleteVar] 23FEBpl1.0/monit/prepc2.c:815:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PEND [valueFlowBailoutIncompleteVar] 23FEBpl1.0/monit/prepc2.c:849:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERRO_CONT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/monit/prepc2.c:1045:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TOKEN [valueFlowBailoutIncompleteVar] 23FEBpl1.0/monit/prepa1.c:91:17: style: Variable 'ccpntr' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/monit/prepa1.c:780:15: style: Variable 'parms' can be declared as const array [constVariable] 23FEBpl1.0/monit/prepc3.c:86:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LEN [valueFlowBailoutIncompleteVar] 23FEBpl1.0/monit/prepc3.c:341:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAX_TOKEN [valueFlowBailoutIncompleteVar] 23FEBpl1.0/monit/prepc3.c:573:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OUT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/monit/prepc3.c:630:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CODE_BLOCKS [valueFlowBailoutIncompleteVar] 23FEBpl1.0/monit/prepc3.c:698:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAX_LEVEL [valueFlowBailoutIncompleteVar] 23FEBpl1.0/monit/prepc3.c:808:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CODE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/monit/prepc3.c:1023:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable KIWORDS [valueFlowBailoutIncompleteVar] 23FEBpl1.0/monit/prepc3.c:1168:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CODE_START [valueFlowBailoutIncompleteVar] 23FEBpl1.0/monit/catal.c:187:9: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/monit/catal.c:101:6: note: stat is assigned 23FEBpl1.0/monit/catal.c:187:9: note: stat is overwritten 23FEBpl1.0/monit/catal.c:152:12: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/monit/catal.c:144:12: note: stat is assigned 23FEBpl1.0/monit/catal.c:152:12: note: stat is overwritten 23FEBpl1.0/monit/catal.c:153:12: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/monit/catal.c:152:12: note: stat is assigned 23FEBpl1.0/monit/catal.c:153:12: note: stat is overwritten 23FEBpl1.0/monit/catal.c:160:12: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/monit/catal.c:153:12: note: stat is assigned 23FEBpl1.0/monit/catal.c:160:12: note: stat is overwritten 23FEBpl1.0/monit/catal.c:161:12: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/monit/catal.c:160:12: note: stat is assigned 23FEBpl1.0/monit/catal.c:161:12: note: stat is overwritten 23FEBpl1.0/monit/catal.c:187:9: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/monit/catal.c:161:12: note: stat is assigned 23FEBpl1.0/monit/catal.c:187:9: note: stat is overwritten 23FEBpl1.0/monit/catal.c:187:9: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/monit/catal.c:171:15: note: stat is assigned 23FEBpl1.0/monit/catal.c:187:9: note: stat is overwritten 23FEBpl1.0/monit/catal.c:187:9: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/monit/catal.c:174:18: note: stat is assigned 23FEBpl1.0/monit/catal.c:187:9: note: stat is overwritten 23FEBpl1.0/monit/catal.c:189:9: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/monit/catal.c:187:9: note: stat is assigned 23FEBpl1.0/monit/catal.c:189:9: note: stat is overwritten 23FEBpl1.0/monit/catal.c:232:12: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/monit/catal.c:231:12: note: stat is assigned 23FEBpl1.0/monit/catal.c:232:12: note: stat is overwritten 23FEBpl1.0/monit/catal.c:243:12: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/monit/catal.c:232:12: note: stat is assigned 23FEBpl1.0/monit/catal.c:243:12: note: stat is overwritten 23FEBpl1.0/monit/catal.c:280:15: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/monit/catal.c:277:12: note: stat is assigned 23FEBpl1.0/monit/catal.c:280:15: note: stat is overwritten 23FEBpl1.0/monit/catal.c:340:12: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/monit/catal.c:325:15: note: stat is assigned 23FEBpl1.0/monit/catal.c:340:12: note: stat is overwritten 23FEBpl1.0/monit/catal.c:360:12: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/monit/catal.c:340:12: note: stat is assigned 23FEBpl1.0/monit/catal.c:360:12: note: stat is overwritten 23FEBpl1.0/monit/catal.c:360:12: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/monit/catal.c:348:15: note: stat is assigned 23FEBpl1.0/monit/catal.c:360:12: note: stat is overwritten 23FEBpl1.0/monit/catal.c:384:12: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/monit/catal.c:381:12: note: stat is assigned 23FEBpl1.0/monit/catal.c:384:12: note: stat is overwritten 23FEBpl1.0/monit/catal.c:385:12: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/monit/catal.c:384:12: note: stat is assigned 23FEBpl1.0/monit/catal.c:385:12: note: stat is overwritten 23FEBpl1.0/monit/catal.c:142:14: style: Local variable 'cpntr' shadows outer variable [shadowVariable] 23FEBpl1.0/monit/catal.c:87:31: note: Shadowed declaration 23FEBpl1.0/monit/catal.c:142:14: note: Shadow variable 23FEBpl1.0/monit/catal.c:89:14: style: Variable 'badguy' can be declared as const array [constVariable] 23FEBpl1.0/monit/catal.c:469:8: style: Parameter 'field' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/monit/prepc1.c:652:11: style: Variable 'iwa' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/monit/prepc1.c:651:11: note: iwa is assigned 23FEBpl1.0/monit/prepc1.c:652:11: note: iwa is overwritten 23FEBpl1.0/monit/catal.c:189:9: style: Variable 'stat' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/monit/catal.c:243:12: style: Variable 'stat' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/monit/catal.c:280:15: style: Variable 'stat' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/monit/catal.c:282:15: style: Variable 'stat' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/monit/prepc1.c:1241:21: style: Local variable 'unit' shadows outer variable [shadowVariable] 23FEBpl1.0/monit/prepc1.c:369:33: note: Shadowed declaration 23FEBpl1.0/monit/prepc1.c:1241:21: note: Shadow variable 23FEBpl1.0/monit/prepc1.c:76:17: style: Variable 'kpntr' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/monit/prepc1.c:138:14: style: Variable 'pipo' can be declared as const array [constVariable] 23FEBpl1.0/monit/prepc1.c:379:14: style: Variable 'asci' can be declared as const array [constVariable] 23FEBpl1.0/monit/prepc4.c:116:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERRO_LOG [valueFlowBailoutIncompleteVar] 23FEBpl1.0/monit/prepc4.c:796:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAX_TOKEN [valueFlowBailoutIncompleteVar] 23FEBpl1.0/monit/prepc4.c:950:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAX_TOKEN [valueFlowBailoutIncompleteVar] 23FEBpl1.0/monit/prepd.c:105:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TOKEN [valueFlowBailoutIncompleteVar] 23FEBpl1.0/monit/prepd.c:493:4: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable KIWORDS [valueFlowBailoutIncompleteVar] 23FEBpl1.0/monit/prepd.c:1353:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable KCWORDS [valueFlowBailoutIncompleteVar] 23FEBpl1.0/monit/prepd.c:1496:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LEVEL [valueFlowBailoutIncompleteVar] 23FEBpl1.0/monit/prepd.c:1724:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SYS [valueFlowBailoutIncompleteVar] 23FEBpl1.0/monit/prepd.c:1890:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WORK2 [valueFlowBailoutIncompleteVar] 23FEBpl1.0/monit/prepc3.c:599:32: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/monit/prepc3.c:601:27: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/monit/prepc3.c:739:8: style: Parameter 'action' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/monit/prepc3.c:745:8: style: Parameter 'name' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/monit/prepc3.c:1158:14: style: Variable 'fmts' can be declared as const array [constVariable] 23FEBpl1.0/monit/prepc3.c:1648:9: style: Parameter 'label' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/monit/prepc3.c:500:21: style: Variable 'stat' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/monit/prepc3.c:502:21: style: Variable 'stat' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/monit/prepc3.c:516:21: style: Variable 'stat' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/monit/prepc3.c:518:21: style: Variable 'stat' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/monit/prepe.c:139:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SYS [valueFlowBailoutIncompleteVar] 23FEBpl1.0/monit/prepe.c:874:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable COUNT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/monit/prepe.c:1098:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAX_TOKEN [valueFlowBailoutIncompleteVar] 23FEBpl1.0/monit/prepe.c:2118:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FSY_DIREND [valueFlowBailoutIncompleteVar] 23FEBpl1.0/monit/prepe.c:2165:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable KIWORDS [valueFlowBailoutIncompleteVar] 23FEBpl1.0/monit/prepe.c:255:14: style: The if condition is the same as the previous if condition [duplicateCondition] 23FEBpl1.0/monit/prepe.c:249:14: note: First condition 23FEBpl1.0/monit/prepe.c:255:14: note: Second condition 23FEBpl1.0/monit/prepe.c:108:33: style: Variable 'startptr' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/monit/prepe.c:113:15: style: Variable 'asci' can be declared as const array [constVariable] 23FEBpl1.0/monit/prepe.c:114:15: style: Variable 'logop' can be declared as const array [constVariable] 23FEBpl1.0/monit/prepe.c:2017:8: style: Parameter 'instr' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/monit/prepe.c:2154:8: style: Parameter 'optio' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/monit/prepc4.c:109:8: portability: Casting between char * and double * which have an incompatible binary data representation. [invalidPointerCast] 23FEBpl1.0/monit/prepc4.c:111:8: portability: Casting between char * and float * which have an incompatible binary data representation. [invalidPointerCast] 23FEBpl1.0/monit/prepc4.c:183:27: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/monit/prepc4.c:185:27: portability:inconclusive: Casting from double * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/monit/prepc4.c:538:24: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/monit/prepc4.c:543:24: portability:inconclusive: Casting from double * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/monit/prepc4.c:613:17: portability: Casting between char * and float * which have an incompatible binary data representation. [invalidPointerCast] 23FEBpl1.0/monit/prepc4.c:627:17: portability: Casting between char * and double * which have an incompatible binary data representation. [invalidPointerCast] 23FEBpl1.0/monit/prepc4.c:140:12: style: Variable 'slen' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/monit/prepc4.c:136:12: note: slen is assigned 23FEBpl1.0/monit/prepc4.c:140:12: note: slen is overwritten 23FEBpl1.0/monit/prepc4.c:142:12: style: Variable 'slen' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/monit/prepc4.c:140:12: note: slen is assigned 23FEBpl1.0/monit/prepc4.c:142:12: note: slen is overwritten 23FEBpl1.0/monit/prepc4.c:143:9: style: Variable 'n' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/monit/prepc4.c:141:9: note: n is assigned 23FEBpl1.0/monit/prepc4.c:143:9: note: n is overwritten 23FEBpl1.0/monit/prepc4.c:363:13: style: Variable 'nn' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/monit/prepc4.c:356:19: note: nn is assigned 23FEBpl1.0/monit/prepc4.c:363:13: note: nn is overwritten 23FEBpl1.0/monit/prepc4.c:368:15: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/monit/prepc4.c:361:15: note: stat is assigned 23FEBpl1.0/monit/prepc4.c:368:15: note: stat is overwritten 23FEBpl1.0/monit/prepc4.c:653:9: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/monit/prepc4.c:533:12: note: stat is assigned 23FEBpl1.0/monit/prepc4.c:653:9: note: stat is overwritten 23FEBpl1.0/monit/prepc4.c:653:9: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/monit/prepc4.c:538:12: note: stat is assigned 23FEBpl1.0/monit/prepc4.c:653:9: note: stat is overwritten 23FEBpl1.0/monit/prepc4.c:653:9: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/monit/prepc4.c:543:12: note: stat is assigned 23FEBpl1.0/monit/prepc4.c:653:9: note: stat is overwritten 23FEBpl1.0/monit/prepc4.c:653:9: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/monit/prepc4.c:548:12: note: stat is assigned 23FEBpl1.0/monit/prepc4.c:653:9: note: stat is overwritten 23FEBpl1.0/monit/prepc4.c:723:6: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/monit/prepc4.c:683:9: note: stat is assigned 23FEBpl1.0/monit/prepc4.c:723:6: note: stat is overwritten 23FEBpl1.0/monit/prepe.c:902:19: style: Variable 'mm' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/monit/prepe.c:909:22: style: Variable 'mm' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/monit/prepc4.c:76:7: style: Parameter 'prompt' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/monit/prepc4.c:142:12: style: Variable 'slen' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/monit/prepc4.c:143:9: style: Variable 'n' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/monit/prepc4.c:181:15: style: Variable 'stat' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/monit/prepc4.c:183:15: style: Variable 'stat' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/monit/prepc4.c:185:15: style: Variable 'stat' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/monit/prepc4.c:189:15: style: Variable 'stat' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/monit/prepc4.c:192:15: style: Variable 'stat' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/monit/prepc4.c:864:7: style: Variable 'kk' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/monit/prepf.c:165:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CMD_LIST_UPDA [valueFlowBailoutIncompleteVar] 23FEBpl1.0/monit/prepf.c:253:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CP [valueFlowBailoutIncompleteVar] 23FEBpl1.0/monit/prepf.c:518:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CP [valueFlowBailoutIncompleteVar] 23FEBpl1.0/monit/prepf.c:713:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable INUSEQ [valueFlowBailoutIncompleteVar] 23FEBpl1.0/monit/prepf.c:918:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CP [valueFlowBailoutIncompleteVar] 23FEBpl1.0/monit/prepf.c:988:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CP [valueFlowBailoutIncompleteVar] 23FEBpl1.0/monit/prepf.c:1039:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QP [valueFlowBailoutIncompleteVar] 23FEBpl1.0/monit/prepf.c:1074:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QP [valueFlowBailoutIncompleteVar] 23FEBpl1.0/monit/prepf.c:1140:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QP [valueFlowBailoutIncompleteVar] 23FEBpl1.0/monit/prepf.c:1187:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CP [valueFlowBailoutIncompleteVar] 23FEBpl1.0/monit/prepf.c:1385:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LPRIMQ [valueFlowBailoutIncompleteVar] 23FEBpl1.0/monit/prepf.c:1429:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CP [valueFlowBailoutIncompleteVar] 23FEBpl1.0/monit/prepf.c:1513:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable INUSEC [valueFlowBailoutIncompleteVar] 23FEBpl1.0/monit/prepg.c:97:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable STR [valueFlowBailoutIncompleteVar] 23FEBpl1.0/monit/prepg.c:838:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PNTR [valueFlowBailoutIncompleteVar] 23FEBpl1.0/monit/prepg.c:864:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PNTR [valueFlowBailoutIncompleteVar] 23FEBpl1.0/monit/prepg.c:892:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PNTR [valueFlowBailoutIncompleteVar] 23FEBpl1.0/monit/prepg.c:919:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PNTR [valueFlowBailoutIncompleteVar] 23FEBpl1.0/monit/prepg.c:950:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TOKEN [valueFlowBailoutIncompleteVar] 23FEBpl1.0/monit/prepd.c:995:19: warning: Identical condition 'gettype[0]!='C'', second condition is always false [identicalConditionAfterEarlyExit] 23FEBpl1.0/monit/prepd.c:991:19: note: If condition 'gettype[0]!='C'' is true, the function will return/exit 23FEBpl1.0/monit/prepd.c:995:19: note: Testing identical condition 'gettype[0]!='C'' 23FEBpl1.0/monit/prepd.c:1069:19: warning: Identical condition 'gettype[0]!='C'', second condition is always false [identicalConditionAfterEarlyExit] 23FEBpl1.0/monit/prepd.c:1065:19: note: If condition 'gettype[0]!='C'' is true, the function will return/exit 23FEBpl1.0/monit/prepd.c:1069:19: note: Testing identical condition 'gettype[0]!='C'' 23FEBpl1.0/monit/prepd.c:1171:19: warning: Identical condition 'gettype[0]!='C'', second condition is always false [identicalConditionAfterEarlyExit] 23FEBpl1.0/monit/prepd.c:1166:19: note: If condition 'gettype[0]!='C'' is true, the function will return/exit 23FEBpl1.0/monit/prepd.c:1171:19: note: Testing identical condition 'gettype[0]!='C'' 23FEBpl1.0/monit/prepd.c:1233:22: warning: Identical condition 'gettype[0]!='C'', second condition is always false [identicalConditionAfterEarlyExit] 23FEBpl1.0/monit/prepd.c:1228:22: note: If condition 'gettype[0]!='C'' is true, the function will return/exit 23FEBpl1.0/monit/prepd.c:1233:22: note: Testing identical condition 'gettype[0]!='C'' 23FEBpl1.0/monit/prepd.c:1238:22: warning: Identical condition 'gettype[0]!='C'', second condition is always false [identicalConditionAfterEarlyExit] 23FEBpl1.0/monit/prepd.c:1228:22: note: If condition 'gettype[0]!='C'' is true, the function will return/exit 23FEBpl1.0/monit/prepd.c:1238:22: note: Testing identical condition 'gettype[0]!='C'' 23FEBpl1.0/monit/prepd.c:1142:25: style: Redundant condition: The condition 'parm[5] != 'N'' is redundant since 'parm[5] == 'n'' is sufficient. [redundantCondition] 23FEBpl1.0/monit/prepf.c:507:10: style: Variable 'qlen' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/monit/prepf.c:506:6: note: qlen is assigned 23FEBpl1.0/monit/prepf.c:507:10: note: qlen is overwritten 23FEBpl1.0/monit/prepd.c:1750:15: portability: Casting between char * and float * which have an incompatible binary data representation. [invalidPointerCast] 23FEBpl1.0/monit/prepd.c:1764:15: portability: Casting between char * and double * which have an incompatible binary data representation. [invalidPointerCast] 23FEBpl1.0/monit/prepf.c:158:22: style: Local variable 'compntr' shadows outer variable [shadowVariable] 23FEBpl1.0/monit/prepf.c:52:31: note: Shadowed declaration 23FEBpl1.0/monit/prepf.c:158:22: note: Shadow variable 23FEBpl1.0/monit/prepf.c:159:23: style: Local variable 'qualpntr' shadows outer variable [shadowVariable] 23FEBpl1.0/monit/prepf.c:53:31: note: Shadowed declaration 23FEBpl1.0/monit/prepf.c:159:23: note: Shadow variable 23FEBpl1.0/monit/prepf.c:71:10: style: Parameter 'stra' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/monit/prepf.c:72:10: style: Parameter 'strb' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/monit/prepf.c:159:23: style: Variable 'qualpntr' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/monit/prepf.c:379:7: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/monit/prepf.c:701:7: style: Parameter 'line' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/monit/prepf.c:909:7: style: Parameter 'comnd' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/monit/prepf.c:910:7: style: Parameter 'qualif' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/monit/prepf.c:978:7: style: Parameter 'comnd' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/monit/prepf.c:979:7: style: Parameter 'qualif' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/monit/prepf.c:1410:7: style: Parameter 'qualif' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/monit/prepd.c:98:15: style: Variable 'opcode' can be declared as const array [constVariable] 23FEBpl1.0/monit/prepd.c:99:15: style: Variable 'invcode' can be declared as const array [constVariable] 23FEBpl1.0/monit/prepd.c:431:16: style: Variable 'midfunc' can be declared as const array [constVariable] 23FEBpl1.0/monit/prepd.c:440:21: style: Variable 'fcbp' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/monit/prepd.c:442:21: style: Variable 'fctpntr' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/monit/prepd.c:1480:8: style: Parameter 'rval' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/monit/prepd.c:1481:9: style: Parameter 'dval' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/monit/prepd.c:1849:7: style: Parameter 'parm' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/monit/prepd.c:748:31: style: Variable 'stat' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/monit/prepd.c:776:15: style: Variable 'fcbp' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/monit/prepd.c:777:17: style: Variable 'dsclen' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/monit/preph.c:95:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CTRLC [valueFlowBailoutIncompleteVar] 23FEBpl1.0/monit/preph.c:133:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LEVEL [valueFlowBailoutIncompleteVar] 23FEBpl1.0/monit/preph.c:917:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PROCESS [valueFlowBailoutIncompleteVar] 23FEBpl1.0/monit/preph.c:1059:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MXT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/monit/prepi.c:114:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WORK4 [valueFlowBailoutIncompleteVar] 23FEBpl1.0/monit/prepi.c:615:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TOKEN [valueFlowBailoutIncompleteVar] 23FEBpl1.0/monit/prepi.c:662:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAX_TOKEN [valueFlowBailoutIncompleteVar] 23FEBpl1.0/monit/prepi.c:1030:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WORK1 [valueFlowBailoutIncompleteVar] 23FEBpl1.0/monit/prepi.c:1194:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ENTRIES [valueFlowBailoutIncompleteVar] 23FEBpl1.0/monit/prepi.c:1244:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable KEY_NAMELEN [valueFlowBailoutIncompleteVar] 23FEBpl1.0/monit/prepj.c:89:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable KIWORDS [valueFlowBailoutIncompleteVar] 23FEBpl1.0/monit/prepj.c:273:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SYS [valueFlowBailoutIncompleteVar] 23FEBpl1.0/monit/prepj.c:520:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAX_LINE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/monit/prepj.c:770:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable STARTUP [valueFlowBailoutIncompleteVar] 23FEBpl1.0/monit/prepj.c:833:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TOKEN [valueFlowBailoutIncompleteVar] 23FEBpl1.0/monit/prepj.c:1039:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERR_NORMAL [valueFlowBailoutIncompleteVar] 23FEBpl1.0/monit/prepj.c:1170:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable KIWORDS [valueFlowBailoutIncompleteVar] 23FEBpl1.0/monit/prepj.c:1244:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TOKEN [valueFlowBailoutIncompleteVar] 23FEBpl1.0/monit/prepc2.c:1069:8: portability: Casting between char * and double * which have an incompatible binary data representation. [invalidPointerCast] 23FEBpl1.0/monit/prepc2.c:1072:8: portability: Casting between char * and float * which have an incompatible binary data representation. [invalidPointerCast] 23FEBpl1.0/monit/prepc2.c:1190:17: portability: Casting between char * and float * which have an incompatible binary data representation. [invalidPointerCast] 23FEBpl1.0/monit/prepc2.c:1215:17: portability: Casting between char * and double * which have an incompatible binary data representation. [invalidPointerCast] 23FEBpl1.0/monit/prepc2.c:1130:13: style: Variable 'first' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/monit/prepc2.c:1129:13: note: first is assigned 23FEBpl1.0/monit/prepc2.c:1130:13: note: first is overwritten 23FEBpl1.0/monit/prepc2.c:1138:11: style: Variable 'noelem' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/monit/prepc2.c:1137:11: note: noelem is assigned 23FEBpl1.0/monit/prepc2.c:1138:11: note: noelem is overwritten 23FEBpl1.0/monit/prepc2.c:525:10: style: 'continue' is redundant since it is the last statement in a loop. [redundantContinue] 23FEBpl1.0/monit/prepc2.c:762:15: style: Variable 'clevel' can be declared as const array [constVariable] 23FEBpl1.0/monit/prepc2.c:763:15: style: Variable 'klevel' can be declared as const array [constVariable] 23FEBpl1.0/monit/prepk.c:136:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TOKEN [valueFlowBailoutIncompleteVar] 23FEBpl1.0/monit/prepk.c:449:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAX_TOKEN [valueFlowBailoutIncompleteVar] 23FEBpl1.0/monit/prepk.c:566:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TOKEN [valueFlowBailoutIncompleteVar] 23FEBpl1.0/monit/prepk.c:622:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TOKEN [valueFlowBailoutIncompleteVar] 23FEBpl1.0/monit/prepk.c:802:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable COUNT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/monit/prepj.c:852:20: style: Condition 'jj==1' is always true [knownConditionTrueFalse] 23FEBpl1.0/monit/prepj.c:848:12: note: Assignment 'jj=1', assigned value is 1 23FEBpl1.0/monit/prepj.c:852:20: note: Condition 'jj==1' is always true 23FEBpl1.0/monit/prepj.c:73:7: style: Parameter 'source' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/monit/prepj.c:513:14: style: Variable 'addchar' can be declared as const array [constVariable] 23FEBpl1.0/monit/prepj.c:758:7: style: Parameter 'qualf' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/monit/prepj.c:812:7: style: Parameter 'qualf' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/monit/prepj.c:1222:7: style: Parameter 'qualif' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/monit/prepx.c:99:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LEVEL [valueFlowBailoutIncompleteVar] 23FEBpl1.0/monit/prepx.c:162:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LEN [valueFlowBailoutIncompleteVar] 23FEBpl1.0/monit/prepx.c:152:39: style: Variable 'tok0str1' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/monit/prepx.c:836:9: style: Variable 'stat' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/monit/prepz1.c:76:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable oserror [valueFlowBailoutIncompleteVar] 23FEBpl1.0/monit/prepz1.c:160:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NOCONN [valueFlowBailoutIncompleteVar] 23FEBpl1.0/monit/prepz1.c:223:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable code [valueFlowBailoutIncompleteVar] 23FEBpl1.0/monit/prepz1.c:255:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable code [valueFlowBailoutIncompleteVar] 23FEBpl1.0/monit/prepz1.c:344:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable in [valueFlowBailoutIncompleteVar] 23FEBpl1.0/monit/prepz1.c:415:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable oserror [valueFlowBailoutIncompleteVar] 23FEBpl1.0/monit/prepz1.c:304:12: portability: Casting between char * and float * which have an incompatible binary data representation. [invalidPointerCast] 23FEBpl1.0/monit/prepz1.c:312:12: portability: Casting between char * and double * which have an incompatible binary data representation. [invalidPointerCast] 23FEBpl1.0/monit/prepz1.c:363:12: portability: Casting between char * and float * which have an incompatible binary data representation. [invalidPointerCast] 23FEBpl1.0/monit/prepz1.c:372:12: portability: Casting between char * and double * which have an incompatible binary data representation. [invalidPointerCast] 23FEBpl1.0/monit/prepz1.c:66:7: style: Parameter 'chost' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/monit/prepz1.c:84:12: style: Variable 'pipedir' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/monit/prepz1.c:318:11: style: Variable 'cpntr' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/monit/prepz1.c:334:9: style: Parameter 'karr' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/monit/prepz1.c:351:12: style: Variable 'ipntr' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/monit/prepz1.c:360:12: style: Variable 'fpntr' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/monit/prepz1.c:369:12: style: Variable 'dpntr' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/monit/prepz2.c:112:4: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable KCWORDS [valueFlowBailoutIncompleteVar] 23FEBpl1.0/monit/prepz2.c:282:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TOKEN [valueFlowBailoutIncompleteVar] 23FEBpl1.0/monit/prepz2.c:90:9: style: Variable 'workdir' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/monit/qreqa.c:176:4: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TOKEN [valueFlowBailoutIncompleteVar] 23FEBpl1.0/monit/qreqa.c:216:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DAZUNIT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/monit/qreqa.c:117:11: style: Variable 'reclen' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/monit/qreqa.c:114:11: note: reclen is assigned 23FEBpl1.0/monit/qreqa.c:117:11: note: reclen is overwritten 23FEBpl1.0/monit/qreqa.c:95:8: style: Variable 'argptr' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/monit/qreqa.c:222:9: style: Variable 'stat' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/monit/prepk.c:254:31: error: Array 'oktype[4]' accessed at index 4, which is out of bounds. [arrayIndexOutOfBounds] 23FEBpl1.0/monit/prepk.c:249:17: note: Assuming that condition 'nr<4' is not redundant 23FEBpl1.0/monit/prepk.c:254:31: note: Array index out of bounds 23FEBpl1.0/monit/prepk.c:127:15: style: Variable 'pi' can be declared as const array [constVariable] 23FEBpl1.0/monit/prepk.c:128:15: style: Variable 'shtype' can be declared as const array [constVariable] 23FEBpl1.0/monit/prepk.c:129:16: style: Variable 'oktype' can be declared as const array [constVariable] 23FEBpl1.0/monit/prepk.c:609:7: style: Parameter 'qualif' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/monit/prepk.c:484:13: style: Variable 'typno' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/monit/rbexec.c:1216:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FSY_DIREND [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/dio/libsrc/cvb.c:90:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TWOS_COMP [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/dio/libsrc/cvb.c:187:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ifmt [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/dio/libsrc/cvb.c:231:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ifmt [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/dio/libsrc/cvb.c:287:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable fpfmt [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/dio/libsrc/cvb.c:422:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable fpfmt [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/dio/libsrc/cvb.c:383:18: style: Expression is always false because 'else if' condition matches previous condition at line 381. [multiCondition] 23FEBpl1.0/prim/dio/libsrc/cvb.c:126:7: style: Variable 'i' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/prim/dio/libsrc/cvb.c:112:6: note: i is assigned 23FEBpl1.0/prim/dio/libsrc/cvb.c:126:7: note: i is overwritten 23FEBpl1.0/prim/dio/libsrc/cvb.c:313:10: style: Variable 'd' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/prim/dio/libsrc/cvb.c:471:10: style: Variable 'd' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/prim/dio/libsrc/cvb.c:526:10: style: Variable 'pb' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/monit/prepg.c:74:10: style: Parameter 'instring' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/monit/prepg.c:387:7: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/monit/prepg.c:398:15: style: Variable 'limits' can be declared as const array [constVariable] 23FEBpl1.0/monit/prepg.c:545:13: style: Variable 't1' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/monit/prepg.c:545:18: style: Variable 't2' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/monit/prepg.c:659:14: style: Variable 'inpr' can be declared as const array [constVariable] 23FEBpl1.0/monit/prepg.c:660:14: style: Variable 'stpr' can be declared as const array [constVariable] 23FEBpl1.0/monit/prepg.c:663:15: style: Variable 'oper' can be declared as const array [constVariable] 23FEBpl1.0/monit/prepg.c:708:7: style: Parameter 'instring' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/dio/libsrc/dataio.c:108:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAXIO1 [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/dio/libsrc/dataio.c:181:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FITSLR [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/dio/libsrc/dataio.c:252:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FITSLR [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/dio/libsrc/dataio.c:344:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FITSLR [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/dio/libsrc/dataio.c:440:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FILE_END [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/dio/libsrc/dataio.c:453:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FILE_CURRENT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/dio/libsrc/dataio.c:472:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FITSLR [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/dio/libsrc/dataio.c:512:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FITSLR [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/dio/libsrc/dataio.c:201:22: style: Variable 'pbe' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/prim/dio/libsrc/datecvt.c:125:8: portability: Non reentrant function 'gmtime' called. For threadsafe applications it is recommended to use the reentrant replacement function 'gmtime_r'. [prohibitedgmtimeCalled] 23FEBpl1.0/prim/dio/libsrc/datecvt.c:120:16: style: Variable 'tt' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/monit/rbexec.c:116:11: style: Parameter 'mess' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/monit/rbexec.c:487:10: style: Parameter 'elno' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/monit/rbexec.c:863:10: style: Parameter 'name' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/monit/rbexec.c:950:10: style: Parameter 'recname' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/dio/libsrc/fitscdm.c:85:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable naxis [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/dio/libsrc/fitscdm.c:134:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FITSLR [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/dio/libsrc/fitshdr.c:90:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MXIDNT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/dio/libsrc/fitshdr.c:149:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MXIDNT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/dio/libsrc/fitshdr.c:225:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable twdth [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/dio/libsrc/fitshdr.c:271:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable twdth [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/dio/libsrc/fitscdm.c:86:8: 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] 23FEBpl1.0/prim/dio/libsrc/fitshkw.c:72:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MXMDN [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/dio/libsrc/fitshkw.c:123:21: style: Variable 'pc' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/prim/dio/libsrc/fitsinf.c:89:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MXDIM [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/dio/libsrc/fitsinf.c:232:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MXF [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/dio/libsrc/fitsmdb.c:82:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MDBUF [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/dio/libsrc/fitsmdb.c:173:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MXMDN [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/dio/libsrc/fitsmdb.c:255:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERRO_CONT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/dio/libsrc/fitsmdb.c:372:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERRO_CONT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/dio/libsrc/fitsckw.c:143:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TXDEF [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/dio/libsrc/fitsckw.c:949:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TXDEF [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/dio/libsrc/fitsmdb.c:133:10: style: Parameter 'kwd' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/dio/libsrc/fitsmdb.c:138:7: style: Variable 'pc' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/prim/dio/libsrc/fitsmdb.c:225:8: style: Parameter 'descr' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/dio/libsrc/fitsmdb.c:229:16: style: Unused variable: lastidx [unusedVariable] 23FEBpl1.0/prim/dio/libsrc/fitsmdb.c:230:7: style: Unused variable: i [unusedVariable] 23FEBpl1.0/prim/dio/libsrc/fitsmdb.c:230:13: style: Unused variable: koff [unusedVariable] 23FEBpl1.0/prim/dio/libsrc/fitsmdb.c:230:24: style: Unused variable: ival [unusedVariable] 23FEBpl1.0/prim/dio/libsrc/fitsmdb.c:230:30: style: Unused variable: cont_flag [unusedVariable] 23FEBpl1.0/prim/dio/libsrc/fitsmdb.c:235:8: style: Unused variable: dscptr [unusedVariable] 23FEBpl1.0/prim/dio/libsrc/fitsmdb.c:235:17: style: Unused variable: cptr [unusedVariable] 23FEBpl1.0/prim/dio/libsrc/fitsmdb.c:361:16: style: Unused variable: lastidx [unusedVariable] 23FEBpl1.0/prim/dio/libsrc/fitsmdb.c:362:28: style: Unused variable: cont_flag [unusedVariable] 23FEBpl1.0/prim/dio/libsrc/fitsmdb.c:362:39: style: Unused variable: clen [unusedVariable] 23FEBpl1.0/prim/dio/libsrc/fitsmdb.c:369:17: style: Unused variable: lastdsc [unusedVariable] 23FEBpl1.0/prim/dio/libsrc/fitsmdb.c:369:43: style: Unused variable: bigbuf [unusedVariable] 23FEBpl1.0/prim/dio/libsrc/fitsrat.c:74:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable naxis [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/dio/libsrc/fitsrat.c:156:3: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg] 23FEBpl1.0/prim/dio/libsrc/fitsrat.c:70:21: style: Variable 'txdef' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/prim/dio/libsrc/fitsrat.c:84:23: style: Variable 'mfd' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/prim/dio/libsrc/fitsrat.c:104:30: style: Variable 'mfd' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/prim/dio/libsrc/fitsrbt.c:103:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable naxis [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/dio/libsrc/fitsrbt.c:322:1: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg] 23FEBpl1.0/prim/dio/libsrc/fitsrbt.c:315:17: warning:inconclusive: Found suspicious operator '*', result is not used. [constStatement] 23FEBpl1.0/prim/dio/libsrc/fitsrbt.c:81:19: style: Variable 'pu' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/prim/dio/libsrc/fitsrbt.c:94:19: style: Variable 'txdef' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/prim/dio/libsrc/fitsrbt.c:315:20: warning: In expression like '*A++' the result of '*' is unused. Did you intend to write '(*A)++;'? [clarifyStatement] 23FEBpl1.0/prim/dio/libsrc/fitsrbt.c:131:21: style: Variable 'mfd' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/prim/dio/libsrc/fitsrbt.c:137:8: style: Variable 'i' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/prim/dio/libsrc/fitsrbt.c:140:21: style: Variable 'mfd' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/prim/dio/libsrc/fitsrbt.c:154:24: style: Variable 'mfd' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/prim/dio/libsrc/fitsrbt.c:177:26: style: Variable 'mfd' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/prim/dio/libsrc/fitsrbt.c:306:23: style: Variable 'mfd' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/prim/dio/libsrc/fitsrbt.c:86:19: style: Unused variable: ps [unusedVariable] 23FEBpl1.0/monit/prepi.c:778:9: style: Variable 'sop2' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/monit/prepi.c:774:12: note: sop2 is assigned 23FEBpl1.0/monit/prepi.c:778:9: note: sop2 is overwritten 23FEBpl1.0/monit/prepi.c:663:15: style: Variable 'opcode' can be declared as const array [constVariable] 23FEBpl1.0/monit/prepi.c:1164:21: style: Variable 'fctpntr' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/monit/prepi.c:1194:9: style: Variable 'fctpntr' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/monit/prepi.c:1195:8: style: Variable 'dsclen' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/prim/dio/libsrc/fitsinf.c:171:33: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/prim/dio/libsrc/fitsinf.c:195:13: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/prim/dio/libsrc/fitsinf.c:109:23: style: Variable 'fctpntr' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/prim/dio/libsrc/fitsckw.c:78:10: style: Parameter 'pk' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/dio/libsrc/fitsckw.c:79:10: style: Parameter 'ps' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/dio/libsrc/fitsckw.c:941:19: style: Variable 'pc' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/prim/dio/libsrc/fitsrdm.c:134:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ENTRIES [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/dio/libsrc/fitsrdmui2.c:154:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FITSLR [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/dio/libsrc/fitsrhd.c:103:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MXDIM [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/dio/libsrc/fitsrhd.c:918:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERRO_CONT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/dio/libsrc/fitsrdmNUL.c:136:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FITSLR [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/dio/libsrc/fitsrdmNUL.c:774:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FITSLR [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/dio/libsrc/fitsrdmui2.c:430:4: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg] 23FEBpl1.0/prim/dio/libsrc/fitsrdmui2.c:294:28: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/prim/dio/libsrc/fitsrdmui2.c:296:43: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/prim/dio/libsrc/fitsrdmui2.c:324:28: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/prim/dio/libsrc/fitsrdmui2.c:326:43: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/prim/dio/libsrc/fitsrdmui2.c:160:16: style: Local variable 'unit' shadows outer variable [shadowVariable] 23FEBpl1.0/prim/dio/libsrc/fitsrdmui2.c:79:40: note: Shadowed declaration 23FEBpl1.0/prim/dio/libsrc/fitsrdmui2.c:160:16: note: Shadow variable 23FEBpl1.0/prim/dio/libsrc/fitsrdmui2.c:66:12: style: Parameter 'bfdef' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/dio/libsrc/fitsrdm.c:556:4: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg] 23FEBpl1.0/prim/dio/libsrc/fitsrdmui2.c:92:13: style: union member 'Anonymous0::d' is never used. [unusedStructMember] 23FEBpl1.0/prim/dio/libsrc/fitsrdmui2.c:95:19: style: union member 'Anonymous1::b' is never used. [unusedStructMember] 23FEBpl1.0/prim/dio/libsrc/fitsrdmui2.c:99:19: style: union member 'Anonymous1::i' is never used. [unusedStructMember] 23FEBpl1.0/prim/dio/libsrc/fitsrdmui2.c:100:19: style: union member 'Anonymous1::f' is never used. [unusedStructMember] 23FEBpl1.0/prim/dio/libsrc/fitsrdmui2.c:101:19: style: union member 'Anonymous1::d' is never used. [unusedStructMember] 23FEBpl1.0/prim/dio/libsrc/fitsrdmui2.c:430:8: style: Variable 'mfd' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/prim/dio/libsrc/fitsrdmui2.c:430:19: style: Variable 'mfdt' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/prim/dio/libsrc/fitsrdm.c:327:38: portability:inconclusive: Casting from double * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/prim/dio/libsrc/fitsrdm.c:329:38: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/prim/dio/libsrc/fitsrdm.c:334:46: portability:inconclusive: Casting from double * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/prim/dio/libsrc/fitsrdm.c:336:46: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/prim/dio/libsrc/fitsrdm.c:357:41: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/prim/dio/libsrc/fitsrdm.c:359:49: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/prim/dio/libsrc/fitsrdm.c:368:28: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/prim/dio/libsrc/fitsrdm.c:370:43: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/prim/dio/libsrc/fitsrdm.c:412:42: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/prim/dio/libsrc/fitsrdm.c:414:49: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/prim/dio/libsrc/fitsrdm.c:419:42: portability:inconclusive: Casting from double * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/prim/dio/libsrc/fitsrdm.c:421:49: portability:inconclusive: Casting from double * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/prim/dio/libsrc/fitsrdm.c:168:16: style: Local variable 'unit' shadows outer variable [shadowVariable] 23FEBpl1.0/prim/dio/libsrc/fitsrdm.c:91:52: note: Shadowed declaration 23FEBpl1.0/prim/dio/libsrc/fitsrdm.c:168:16: note: Shadow variable 23FEBpl1.0/prim/dio/libsrc/fitsrdm.c:85:17: style: Variable 'pb' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/prim/dio/libsrc/fitsrdm.c:92:19: style: Variable 'pi' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/prim/dio/libsrc/fitsrdm.c:101:21: style: Variable 'fctpntr' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/prim/dio/libsrc/fitsrdm.c:556:8: style: Variable 'mfd' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/prim/dio/libsrc/fitsrdm.c:556:19: style: Variable 'mfdt' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/prim/dio/libsrc/fitsrmd.c:114:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERR_NORMAL [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/dio/libsrc/fitsrkw.c:202:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MXHKW [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/dio/libsrc/fitssxd.c:61:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FITSLR [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/dio/libsrc/fitsthd.c:88:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NOFITS [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/dio/libsrc/fitstkw.c:74:11: style: Variable 'pc' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/prim/dio/libsrc/fitswat.c:66:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TXDEF [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/dio/libsrc/fitswat.c:66:19: style: Variable 'tdef' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/prim/dio/libsrc/fitswbt.c:68:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TXDEF [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/dio/libsrc/fitswbt.c:62:18: style: Variable 'pc' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/prim/dio/libsrc/fitswbt.c:68:8: style: Variable 'tdef' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/prim/dio/libsrc/fitswbt.c:75:10: style: union member 'Anonymous0::l' is never used. [unusedStructMember] 23FEBpl1.0/prim/dio/libsrc/fitsrhd.c:554:20: style: The statement 'if (dtype!=xtype) dtype=xtype' is logically equivalent to 'dtype=xtype'. [duplicateConditionalAssign] 23FEBpl1.0/prim/dio/libsrc/fitsrhd.c:554:35: note: Assignment 'dtype=xtype' 23FEBpl1.0/prim/dio/libsrc/fitsrhd.c:554:20: note: Condition 'dtype!=xtype' is redundant 23FEBpl1.0/prim/dio/libsrc/fitsrhd.c:118:11: style: Variable 'ad' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/prim/dio/libsrc/fitsrhd.c:183:13: style: Variable 'nl' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/prim/dio/libsrc/fitsrhd.c:232:13: style: Variable 'nl' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/prim/dio/libsrc/fitswdm.c:83:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SDEF [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/dio/libsrc/fitswdm.c:259:34: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/prim/dio/libsrc/fitswdm.c:293:22: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/prim/dio/libsrc/fitswdm.c:307:34: portability:inconclusive: Casting from double * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/prim/dio/libsrc/fitswdm.c:341:22: portability:inconclusive: Casting from double * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/prim/dio/libsrc/fitswdm.c:278:13: warning:inconclusive: Found suspicious operator '*', result is not used. [constStatement] 23FEBpl1.0/prim/dio/libsrc/fitswdm.c:326:13: warning:inconclusive: Found suspicious operator '*', result is not used. [constStatement] 23FEBpl1.0/prim/dio/libsrc/fitswdm.c:74:17: style: Variable 'pu' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/prim/dio/libsrc/fitswdm.c:83:7: style: Variable 'sdef' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/prim/dio/libsrc/fitswdm.c:278:16: warning: In expression like '*A++' the result of '*' is unused. Did you intend to write '(*A)++;'? [clarifyStatement] 23FEBpl1.0/prim/dio/libsrc/fitswdm.c:326:16: warning: In expression like '*A++' the result of '*' is unused. Did you intend to write '(*A)++;'? [clarifyStatement] 23FEBpl1.0/prim/dio/libsrc/fitswhd.c:98:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MXS [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/dio/libsrc/fitswdb.c:90:61: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MXHKW [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/dio/libsrc/fitsrkw.c:93:8: style: Variable 'ccc' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/prim/dio/libsrc/fitsrkw.c:179:5: style: Variable 'n' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/prim/dio/libsrc/fitsrkw.c:233:5: style: Variable 'ccc' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/prim/dio/libsrc/fitswmd.c:81:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MXMDN [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/dio/libsrc/fitswkw.c:132:9: style: Variable 'pfmt' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/prim/dio/libsrc/fitswkw.c:257:16: style: Parameter 'kw' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/dio/libsrc/fitswkw.c:262:15: style: Variable 'pc' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/prim/dio/libsrc/fitswkw.c:298:15: style: Parameter 'com' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/dio/libsrc/fkwstr.c:46:12: style: Parameter 'ptp' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/dio/libsrc/fkwstr.c:78:12: style: Parameter 'ptp' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/dio/libsrc/getval.c:58:31: style: Variable 'fac' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/prim/dio/libsrc/txtfile.c:79:9: style: Parameter 'line' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/dio/libsrc/txtfile.c:110:8: style: Variable 'nc' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/prim/dio/libsrc/ofname.c:60:14: style: Parameter 'name' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/dio/libsrc/ofname.c:112:15: style: Parameter 'ext' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/dio/libsrc/ofname.c:196:14: style: Parameter 'name' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/dio/libsrc/ofname.c:236:7: style: Parameter 'text' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/dio/src/fheadcopy.c:106:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable D_OLD_FORMAT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/dio/src/indisk.c:275:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable READ [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/dio/src/infile.c:144:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WRITE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/dio/src/infile.c:425:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable READ [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/dio/src/infile.c:516:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable READ [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/dio/src/infile.c:452:12: style: Condition 'reclen==0' is always true [knownConditionTrueFalse] 23FEBpl1.0/prim/dio/src/infile.c:446:12: note: Assuming that condition 'reclen<0' is not redundant 23FEBpl1.0/prim/dio/src/infile.c:440:12: note: Assuming that condition 'reclen>0' is not redundant 23FEBpl1.0/prim/dio/src/infile.c:452:12: note: Condition 'reclen==0' is always true 23FEBpl1.0/prim/dio/src/infile.c:485:18: style: Local variable 'cc' shadows outer variable [shadowVariable] 23FEBpl1.0/prim/dio/src/infile.c:477:15: note: Shadowed declaration 23FEBpl1.0/prim/dio/src/infile.c:485:18: note: Shadow variable 23FEBpl1.0/prim/dio/src/infile.c:384:8: style: Parameter 'inname' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/dio/src/indisk.c:63:25: style: Variable 'nfn' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/prim/dio/src/indisk.c:738:7: style: Parameter 'text' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/dio/src/outfits.c:134:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WRITE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/dio/src/intape.c:149:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable READ [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/dio/libsrc/fitsrdmNUL.c:684:4: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg] 23FEBpl1.0/prim/dio/libsrc/fitsrdmNUL.c:1137:4: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg] 23FEBpl1.0/prim/dio/libsrc/fitsrdmNUL.c:361:31: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/prim/dio/libsrc/fitsrdmNUL.c:363:39: portability:inconclusive: Casting from double * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/prim/dio/libsrc/fitsrdmNUL.c:368:32: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/prim/dio/libsrc/fitsrdmNUL.c:370:39: portability:inconclusive: Casting from double * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/prim/dio/libsrc/fitsrdmNUL.c:433:42: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/prim/dio/libsrc/fitsrdmNUL.c:435:42: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/prim/dio/libsrc/fitsrdmNUL.c:452:31: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/prim/dio/libsrc/fitsrdmNUL.c:457:32: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/prim/dio/libsrc/fitsrdmNUL.c:527:42: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/prim/dio/libsrc/fitsrdmNUL.c:529:42: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/prim/dio/libsrc/fitsrdmNUL.c:534:42: portability:inconclusive: Casting from double * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/prim/dio/libsrc/fitsrdmNUL.c:536:42: portability:inconclusive: Casting from double * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/prim/dio/libsrc/fitsrdmNUL.c:911:28: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/prim/dio/libsrc/fitsrdmNUL.c:913:29: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/prim/dio/libsrc/fitsrdmNUL.c:974:28: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/prim/dio/libsrc/fitsrdmNUL.c:976:36: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/prim/dio/libsrc/fitsrdmNUL.c:142:16: style: Local variable 'unit' shadows outer variable [shadowVariable] 23FEBpl1.0/prim/dio/libsrc/fitsrdmNUL.c:90:52: note: Shadowed declaration 23FEBpl1.0/prim/dio/libsrc/fitsrdmNUL.c:142:16: note: Shadow variable 23FEBpl1.0/prim/dio/libsrc/fitsrdmNUL.c:780:16: style: Local variable 'unit' shadows outer variable [shadowVariable] 23FEBpl1.0/prim/dio/libsrc/fitsrdmNUL.c:716:48: note: Shadowed declaration 23FEBpl1.0/prim/dio/libsrc/fitsrdmNUL.c:780:16: note: Shadow variable 23FEBpl1.0/prim/dio/libsrc/fitsrdmNUL.c:703:12: style: Parameter 'bfdef' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/dio/libsrc/fitsrdmNUL.c:727:13: style: union member 'Anonymous2::d' is never used. [unusedStructMember] 23FEBpl1.0/prim/dio/libsrc/fitsrdmNUL.c:730:19: style: union member 'Anonymous3::b' is never used. [unusedStructMember] 23FEBpl1.0/prim/dio/libsrc/fitsrdmNUL.c:734:19: style: union member 'Anonymous3::i' is never used. [unusedStructMember] 23FEBpl1.0/prim/dio/libsrc/fitsrdmNUL.c:735:19: style: union member 'Anonymous3::f' is never used. [unusedStructMember] 23FEBpl1.0/prim/dio/libsrc/fitsrdmNUL.c:736:19: style: union member 'Anonymous3::d' is never used. [unusedStructMember] 23FEBpl1.0/prim/dio/libsrc/fitsrdmNUL.c:684:8: style: Variable 'mfd' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/prim/dio/libsrc/fitsrdmNUL.c:684:19: style: Variable 'mfdt' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/prim/dio/libsrc/fitsrdmNUL.c:1137:8: style: Variable 'mfd' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/prim/dio/libsrc/fitsrdmNUL.c:1137:19: style: Variable 'mfdt' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/prim/dio/src/outfits.c:102:14: style: Array index 'mf' is used before limits check. [arrayIndexThenCheck] 23FEBpl1.0/prim/dio/src/outfits.c:101:15: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] 23FEBpl1.0/prim/dio/src/outfits.c:102:19: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] 23FEBpl1.0/prim/dio/src/outfits.c:62:11: style: Variable 'cs' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/prim/dio/src/outfits.c:62:27: style: Variable 'wext' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/prim/dio/src/outtape.c:127:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable READ [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/display/libsrc/cauxwnd.c:66:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QDSPNO [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/display/libsrc/cauxwnd.c:438:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QDSZX [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/dio/libsrc/fitswdb.c:399:15: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] 23FEBpl1.0/prim/dio/libsrc/fitswdb.c:400:21: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] 23FEBpl1.0/prim/dio/libsrc/fitswdb.c:79:16: style: Parameter 'fits_info' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/dio/libsrc/fitswdb.c:107:10: style: Variable 'kwd' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/prim/display/libsrc/ccursin.c:107:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QMSZY [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/display/libsrc/ccursin.c:154:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QMSZY [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/display/libsrc/ccursin.c:209:13: style: Variable 'nokeys' can be declared as const array [constVariable] 23FEBpl1.0/prim/display/libsrc/cauxwnd.c:548:38: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/prim/display/libsrc/cauxwnd.c:552:41: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/prim/display/libsrc/cauxwnd.c:556:41: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/prim/display/libsrc/dazwai.c:51:6: style: Parameter 'mytime' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/display/libsrc/cauxwnd.c:194:39: style: Parameter 'current' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/display/libsrc/cauxwnd.c:194:49: style: Parameter 'sizaux' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/display/libsrc/drawinput.c:112:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QDSZX [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/display/libsrc/drawinput.c:363:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IDINUM [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/display/libsrc/drawinput.c:516:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable F_I_MODE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/display/libsrc/dcl.c:221:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QLSTCH [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/display/libsrc/drawinput.c:88:22: style: Parameter 'ref' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/display/libsrc/drawinput.c:341:14: style: Parameter 'shape' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/display/libsrc/drawinput.c:477:7: style: Parameter 'ref' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/display/libsrc/drawsubs.c:184:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QMSZX [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/display/libsrc/drawsubs.c:282:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IDINUM [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/display/libsrc/drawsubs.c:107:9: portability: Casting between char * and float * which have an incompatible binary data representation. [invalidPointerCast] 23FEBpl1.0/prim/display/libsrc/drimg.c:223:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QMSZX [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/display/libsrc/drimg.c:112:22: style: Parameter 'cuts' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/display/libsrc/drimg.c:204:34: style: Parameter 'iaux' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/display/libsrc/drimg.c:254:38: error: Memory is allocated but not initialized: xdata [uninitdata] 23FEBpl1.0/prim/display/libsrc/getcur.c:181:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QRGBFL [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/display/libsrc/getcur.c:982:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SCALY [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/display/libsrc/getcur.c:1016:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable D_R4_FORMAT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/display/libsrc/getcur.c:1067:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable D_R4_FORMAT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/display/libsrc/getcur.c:1186:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ZPLANE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/display/libsrc/dcl.c:566:8: style: Parameter 'name' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/display/libsrc/dcl.c:155:18: style: Variable 'stat' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/prim/display/libsrc/getstr.c:92:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IDINUM [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/display/libsrc/getcur.c:926:15: portability: Casting between char * and float * which have an incompatible binary data representation. [invalidPointerCast] 23FEBpl1.0/prim/display/libsrc/getcur.c:1199:9: portability: Casting between char * and float * which have an incompatible binary data representation. [invalidPointerCast] 23FEBpl1.0/prim/display/libsrc/getcur.c:167:9: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/prim/display/libsrc/getcur.c:161:9: note: stat is assigned 23FEBpl1.0/prim/display/libsrc/getcur.c:167:9: note: stat is overwritten 23FEBpl1.0/prim/display/libsrc/getcur.c:206:12: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/prim/display/libsrc/getcur.c:204:12: note: stat is assigned 23FEBpl1.0/prim/display/libsrc/getcur.c:206:12: note: stat is overwritten 23FEBpl1.0/prim/display/libsrc/getcur.c:418:12: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/prim/display/libsrc/getcur.c:383:12: note: stat is assigned 23FEBpl1.0/prim/display/libsrc/getcur.c:418:12: note: stat is overwritten 23FEBpl1.0/prim/display/libsrc/getcur.c:437:9: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/prim/display/libsrc/getcur.c:431:12: note: stat is assigned 23FEBpl1.0/prim/display/libsrc/getcur.c:437:9: note: stat is overwritten 23FEBpl1.0/prim/display/libsrc/getcur.c:445:12: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/prim/display/libsrc/getcur.c:442:12: note: stat is assigned 23FEBpl1.0/prim/display/libsrc/getcur.c:445:12: note: stat is overwritten 23FEBpl1.0/prim/display/libsrc/getcur.c:456:9: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/prim/display/libsrc/getcur.c:453:9: note: stat is assigned 23FEBpl1.0/prim/display/libsrc/getcur.c:456:9: note: stat is overwritten 23FEBpl1.0/prim/display/libsrc/getcur.c:634:15: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/prim/display/libsrc/getcur.c:618:18: note: stat is assigned 23FEBpl1.0/prim/display/libsrc/getcur.c:634:15: note: stat is overwritten 23FEBpl1.0/prim/display/libsrc/getcur.c:634:15: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/prim/display/libsrc/getcur.c:623:21: note: stat is assigned 23FEBpl1.0/prim/display/libsrc/getcur.c:634:15: note: stat is overwritten 23FEBpl1.0/prim/display/libsrc/getcur.c:667:9: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/prim/display/libsrc/getcur.c:666:9: note: stat is assigned 23FEBpl1.0/prim/display/libsrc/getcur.c:667:9: note: stat is overwritten 23FEBpl1.0/prim/display/libsrc/getcur.c:678:9: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/prim/display/libsrc/getcur.c:667:9: note: stat is assigned 23FEBpl1.0/prim/display/libsrc/getcur.c:678:9: note: stat is overwritten 23FEBpl1.0/prim/display/libsrc/getcur.c:698:18: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/prim/display/libsrc/getcur.c:696:18: note: stat is assigned 23FEBpl1.0/prim/display/libsrc/getcur.c:698:18: note: stat is overwritten 23FEBpl1.0/prim/display/libsrc/getcur.c:776:9: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/prim/display/libsrc/getcur.c:768:12: note: stat is assigned 23FEBpl1.0/prim/display/libsrc/getcur.c:776:9: note: stat is overwritten 23FEBpl1.0/prim/display/libsrc/getcur.c:808:9: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/prim/display/libsrc/getcur.c:800:12: note: stat is assigned 23FEBpl1.0/prim/display/libsrc/getcur.c:808:9: note: stat is overwritten 23FEBpl1.0/prim/display/libsrc/getcur.c:836:12: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/prim/display/libsrc/getcur.c:833:12: note: stat is assigned 23FEBpl1.0/prim/display/libsrc/getcur.c:836:12: note: stat is overwritten 23FEBpl1.0/prim/display/libsrc/getcur.c:860:9: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/prim/display/libsrc/getcur.c:836:12: note: stat is assigned 23FEBpl1.0/prim/display/libsrc/getcur.c:860:9: note: stat is overwritten 23FEBpl1.0/prim/display/libsrc/getcur.c:1140:4: style: Variable 'nr' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/prim/display/libsrc/getcur.c:1132:4: note: nr is assigned 23FEBpl1.0/prim/display/libsrc/getcur.c:1140:4: note: nr is overwritten 23FEBpl1.0/prim/display/libsrc/getcur.c:80:7: style: Parameter 'action' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/display/libsrc/getcur.c:125:12: style: Variable 'xcross' can be declared as const array [constVariable] 23FEBpl1.0/prim/display/libsrc/getcur.c:125:38: style: Variable 'ycross' can be declared as const array [constVariable] 23FEBpl1.0/prim/display/libsrc/getcur.c:1171:15: style: Parameter 'frpix' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/display/libsrc/getcur.c:456:9: style: Variable 'stat' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/prim/display/libsrc/getcur.c:472:12: style: Variable 'stat' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/prim/display/libsrc/getcur.c:490:15: style: Variable 'stat' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/prim/display/libsrc/getcur.c:1121:11: style: Variable 'naxpix[1]' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/prim/display/libsrc/getcur.c:1140:4: style: Variable 'nr' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/prim/display/libsrc/graphics.c:157:11: style: Parameter 'ifr' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/display/libsrc/joystick.c:80:55: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAX_TRG [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/display/libsrc/joystick.c:151:11: style: Parameter 'xyinfoA' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/display/libsrc/joystick.c:153:11: style: Parameter 'cursfl' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/display/libsrc/joystick.c:154:11: style: Parameter 'labl' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/display/libsrc/joystick.c:171:7: style: Variable 'fmt_dis' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/prim/display/libsrc/joystick.c:172:7: style: Variable 'fmt_disr' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/prim/display/libsrc/joystick.c:241:43: error: Undefined behavior: Variable 'output' is used as parameter and destination in sprintf(). [sprintfOverlappingData] 23FEBpl1.0/prim/display/libsrc/joystick.c:243:43: error: Undefined behavior: Variable 'output' is used as parameter and destination in sprintf(). [sprintfOverlappingData] 23FEBpl1.0/prim/display/libsrc/loadwn.c:126:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable D_R4_FORMAT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/display/libsrc/loadwn.c:92:29: style: Parameter 'stapix' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/display/libsrc/loadwn.c:92:38: style: Parameter 'kpix' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/display/libsrc/mycuts.c:101:8: portability: Casting between char * and float * which have an incompatible binary data representation. [invalidPointerCast] 23FEBpl1.0/prim/display/libsrc/mycuts.c:103:14: warning: Either the condition 'ii==0' is redundant or there is division by zero at line 103. [zerodivcond] 23FEBpl1.0/prim/display/libsrc/mycuts.c:128:11: note: Assuming that condition 'ii==0' is not redundant 23FEBpl1.0/prim/display/libsrc/mycuts.c:99:13: note: Assignment to 'ii=mapsiz*sizeof(float)' 23FEBpl1.0/prim/display/libsrc/mycuts.c:103:14: note: Division by zero 23FEBpl1.0/prim/display/libsrc/mycuts.c:88:15: style: Variable 'scount' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/prim/display/libsrc/pixcnv.c:169:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SSPX [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/display/libsrc/packer.c:115:15: portability: Casting between char * and float * which have an incompatible binary data representation. [invalidPointerCast] 23FEBpl1.0/prim/display/libsrc/packer.c:308:15: portability: Casting between char * and float * which have an incompatible binary data representation. [invalidPointerCast] 23FEBpl1.0/prim/display/libsrc/packer.c:86:8: style: Parameter 'aux' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/display/libsrc/packer.c:86:14: style: Parameter 'outaux' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/display/libsrc/packer.c:87:8: style: Parameter 'faux' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/display/libsrc/packer.c:278:8: style: Parameter 'aux' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/display/libsrc/packer.c:278:14: style: Parameter 'outaux' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/display/libsrc/packer.c:279:8: style: Parameter 'faux' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/display/libsrc/packer.c:469:16: style: Parameter 'cdata' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/display/libsrc/packer.c:499:16: style: Parameter 'cdata' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/display/libsrc/rimg.c:91:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QDSPNO [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/display/libsrc/pslibi.c:195:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WRITE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/display/libsrc/bldgra.c:63:7: style: Parameter 'shape' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/display/libsrc/bldgra.c:77:6: style: Parameter 'coords' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/display/libsrc/bldgra.c:86:8: style: Parameter 'arcs' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/display/libsrc/sizer.c:82:39: style: Parameter 'icen' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/display/libsrc/subcur.c:151:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QDSPNO [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/dio/src/outtape.c:305:13: style: Redundant condition: The condition '*pc == '.'' is redundant since '*pc' is sufficient. [redundantCondition] 23FEBpl1.0/prim/dio/src/outtape.c:216:10: style: Condition 'err' is always false [knownConditionTrueFalse] 23FEBpl1.0/prim/dio/src/outtape.c:213:12: note: Assignment 'err=0', assigned value is 0 23FEBpl1.0/prim/dio/src/outtape.c:216:10: note: Condition 'err' is always false 23FEBpl1.0/prim/dio/src/outtape.c:86:59: style: Variable 'nfn' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/prim/display/libsrc/subdzt.c:128:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QLUTSZ [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/display/libsrc/subdzt.c:213:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QLUTSZ [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/display/libsrc/subdzt.c:355:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QDSPNO [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/display/libsrc/subdzt.c:538:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QLUTSZ [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/display/libsrc/subdzt.c:604:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QLUTSZ [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/display/libsrc/subdzt.c:689:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable D_OLD_FORMAT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/display/libsrc/subcur.c:137:15: error: Array 'dazzin[4]' accessed at index 4, which is out of bounds. [arrayIndexOutOfBounds] 23FEBpl1.0/prim/display/libsrc/subcur.c:186:11: style:inconclusive: Found duplicate branches for 'if' and 'else'. [duplicateBranch] 23FEBpl1.0/prim/display/libsrc/subcur.c:188:11: note: Found duplicate branches for 'if' and 'else'. 23FEBpl1.0/prim/display/libsrc/subcur.c:186:11: note: Found duplicate branches for 'if' and 'else'. 23FEBpl1.0/prim/display/libsrc/subcur.c:249:11: style:inconclusive: Found duplicate branches for 'if' and 'else'. [duplicateBranch] 23FEBpl1.0/prim/display/libsrc/subcur.c:251:11: note: Found duplicate branches for 'if' and 'else'. 23FEBpl1.0/prim/display/libsrc/subcur.c:249:11: note: Found duplicate branches for 'if' and 'else'. 23FEBpl1.0/prim/display/libsrc/subcur.c:127:17: style: Variable 'pntr2' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/prim/display/libsrc/pslibi.c:849:10: style: Condition 'psbp8' is always true [knownConditionTrueFalse] 23FEBpl1.0/prim/display/libsrc/pslibi.c:848:11: note: Assignment 'psbp8=1', assigned value is 1 23FEBpl1.0/prim/display/libsrc/pslibi.c:849:10: note: Condition 'psbp8' is always true 23FEBpl1.0/prim/display/libsrc/pslibi.c:850:10: style: Condition 'psbp8' is always true [knownConditionTrueFalse] 23FEBpl1.0/prim/display/libsrc/pslibi.c:848:11: note: Assignment 'psbp8=1', assigned value is 1 23FEBpl1.0/prim/display/libsrc/pslibi.c:850:10: note: Condition 'psbp8' is always true 23FEBpl1.0/prim/display/libsrc/pslibi.c:855:7: style: Condition '!psbp8' is always false [knownConditionTrueFalse] 23FEBpl1.0/prim/display/libsrc/pslibi.c:848:11: note: Assignment 'psbp8=1', assigned value is 1 23FEBpl1.0/prim/display/libsrc/pslibi.c:855:7: note: Condition '!psbp8' is always false 23FEBpl1.0/prim/display/libsrc/pslibi.c:150:8: style: Parameter 'font' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/display/libsrc/pslibi.c:172:12: style: Parameter 'name' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/display/libsrc/pslibi.c:173:11: style: Parameter 'ident' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/display/libsrc/pslibi.c:179:13: style: Parameter 'res' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/display/libsrc/pslibi.c:383:13: style: Parameter 'itt' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/display/libsrc/pslibi.c:384:13: style: Parameter 'red' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/display/libsrc/pslibi.c:385:11: style: Parameter 'green' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/display/libsrc/pslibi.c:386:12: style: Parameter 'blue' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/display/libsrc/pslibi.c:552:19: style: Parameter 'pgi' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/display/libsrc/pslibi.c:727:12: style: Parameter 'label' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/display/libsrc/pslibi.c:728:14: style: Parameter 'str' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/display/libsrc/pslibi.c:761:10: style: Parameter 'label' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/display/libsrc/subext.c:120:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ZPLANE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/display/libsrc/subext.c:274:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SCALX [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/display/libsrc/subext.c:347:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QDSPNO [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/display/libsrc/subrdi.c:98:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QOVCH [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/display/libsrc/submem.c:126:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QIMCH [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/display/libsrc/subrdi.c:213:9: portability: Casting between char * and float * which have an incompatible binary data representation. [invalidPointerCast] 23FEBpl1.0/prim/display/libsrc/subrdi.c:77:7: style: Parameter 'action' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/display/libsrc/subrdi.c:200:6: style: Variable 'size' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/prim/display/libsrc/subext.c:444:21: portability: Casting between char * and float * which have an incompatible binary data representation. [invalidPointerCast] 23FEBpl1.0/prim/display/libsrc/subext.c:448:21: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/prim/display/libsrc/subext.c:494:18: portability: Casting between char * and float * which have an incompatible binary data representation. [invalidPointerCast] 23FEBpl1.0/prim/display/libsrc/subext.c:105:22: style: Parameter 'xysize' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/display/libsrc/subext.c:264:12: style: Parameter 'xyA' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/display/libsrc/subext.c:264:18: style: Parameter 'xyB' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/display/libsrc/subext.c:323:14: style: Variable 'mes_pixel' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/prim/display/libsrc/trace2d.c:116:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable px [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/display/libsrc/trace2d.c:264:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IDINUM [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/display/libsrc/trace1d.c:173:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SSPX [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/display/libsrc/trace1d.c:270:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SSPX [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/display/libsrc/trace1d.c:536:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NSX [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/display/libsrc/trace1d.c:619:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NSX [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/display/libsrc/trace1d.c:851:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dzmemc [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/display/libsrc/trace1d.c:907:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IDINUM [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/display/libsrc/subdzt.c:676:26: warning: Opposite inner 'if' condition leads to a dead code block. [oppositeInnerCondition] 23FEBpl1.0/prim/display/libsrc/subdzt.c:675:25: note: outer condition: indx>0 23FEBpl1.0/prim/display/libsrc/subdzt.c:676:26: note: opposite inner condition: indx==0 23FEBpl1.0/prim/display/libsrc/subdzt.c:135:24: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/prim/display/libsrc/subdzt.c:220:24: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/prim/display/libsrc/subdzt.c:236:27: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/prim/display/libsrc/subdzt.c:255:24: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/prim/display/libsrc/subdzt.c:545:21: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/prim/display/libsrc/subdzt.c:611:21: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/prim/display/libsrc/subdzt.c:708:33: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/prim/display/libsrc/subdzt.c:752:33: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/prim/display/libsrc/subdzt.c:208:14: style: Variable 'err_labl' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/prim/display/libsrc/subdzt.c:400:14: style: Variable 'tblabl' can be declared as const array [constVariable] 23FEBpl1.0/prim/display/libsrc/subdzt.c:401:14: style: Variable 'err_labl' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/prim/display/libsrc/subdzt.c:640:13: style: Parameter 'action' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/display/libsrc/trace2d.c:256:6: style: Condition 'first' is always true [knownConditionTrueFalse] 23FEBpl1.0/prim/display/libsrc/trace2d.c:234:16: note: Assignment 'first=1', assigned value is 1 23FEBpl1.0/prim/display/libsrc/trace2d.c:256:6: note: Condition 'first' is always true 23FEBpl1.0/prim/display/libsrc/trace2d.c:550:9: portability: Casting between char * and float * which have an incompatible binary data representation. [invalidPointerCast] 23FEBpl1.0/prim/display/libsrc/trace2d.c:559:38: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/prim/display/libsrc/trace2d.c:596:14: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/prim/display/libsrc/trace2d.c:597:14: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/prim/display/libsrc/trace2d.c:598:14: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/prim/display/libsrc/trace2d.c:192:18: style: Parameter 'pnt1' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/display/libsrc/trace2d.c:192:25: style: Parameter 'pnt2' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/display/libsrc/trace2d.c:211:9: style: Parameter 'stepln' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/display/libsrc/trace2d.c:487:11: style: Variable 'pixels[1]' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/prim/display/libsrc/tracesubs.c:80:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable px [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/display/libsrc/tracesubs.c:133:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QDSPNO [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/display/libsrc/tracesubs.c:222:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable px [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/display/libsrc/tracesubs.c:312:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QDSZY [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/display/libsrc/util.c:99:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QMSZX [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/display/libsrc/util.c:122:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QMSZX [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/display/libsrc/util.c:146:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QDSPNO [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/display/libsrc/util.c:187:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SCROLX [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/display/libsrc/util.c:368:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QDSZX [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/display/libsrc/tracesubs.c:164:8: style: Parameter 'actflg' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/display/libsrc/util.c:204:8: style: Parameter 'rlut' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/display/libsrc/util.c:271:8: style: Parameter 'ritt' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/display/libsrc/util.c:313:8: style: Parameter 'devname' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/display/libsrc/util.c:318:8: style: Parameter 'xstatio' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/display/libsrc/util.c:319:8: style: Parameter 'dinfo' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/display/libsrc/walphb.c:68:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QALPNO [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/display/libsrc/walphb.c:135:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IDINUM [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/display/libsrc/walphb.c:191:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IDINUM [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/display/libsrc/walphb.c:231:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QDSZX [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/display/libsrc/walphb.c:85:8: style: Parameter 'value' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/display/libsrc/wimclo.c:86:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QOVCH [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/display/libsrc/wimclo.c:79:9: style: Parameter 'frame' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/display/libsrc/wimclo.c:81:9: style: Parameter 'cuts' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/display/libsrc/wimclo.c:82:9: style: Parameter 'start' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/display/libsrc/wimclo.c:82:17: style: Parameter 'step' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/display/libsrc/viewit.c:164:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ZDSPNO [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/display/libsrc/viewit.c:345:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QLUTSZ [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/display/libsrc/viewit.c:672:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FOR_Y [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/display/libsrc/viewit.c:879:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FOR_Y [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/display/libsrc/viewit.c:1215:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SCALX [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/display/libsrc/viewit.c:1303:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable D_R4_FORMAT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/display/libsrc/wimg.c:125:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QLUTSZ [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/display/libsrc/wimg.c:871:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable D_R4_FORMAT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/display/libsrc/viewit.c:531:11: portability: Casting between char * and float * which have an incompatible binary data representation. [invalidPointerCast] 23FEBpl1.0/prim/display/libsrc/viewit.c:552:14: portability: Casting between char * and float * which have an incompatible binary data representation. [invalidPointerCast] 23FEBpl1.0/prim/display/libsrc/viewit.c:639:52: portability: Casting between char * and float * which have an incompatible binary data representation. [invalidPointerCast] 23FEBpl1.0/prim/display/libsrc/viewit.c:644:16: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/prim/display/libsrc/viewit.c:657:45: portability: Casting between char * and float * which have an incompatible binary data representation. [invalidPointerCast] 23FEBpl1.0/prim/display/libsrc/viewit.c:662:16: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/prim/display/libsrc/viewit.c:675:45: portability: Casting between char * and float * which have an incompatible binary data representation. [invalidPointerCast] 23FEBpl1.0/prim/display/libsrc/viewit.c:1015:19: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/prim/display/libsrc/viewit.c:1016:19: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/prim/display/libsrc/viewit.c:1044:19: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/prim/display/libsrc/viewit.c:1045:19: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/prim/display/libsrc/viewit.c:1065:19: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/prim/display/libsrc/viewit.c:1086:19: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/prim/display/libsrc/viewit.c:1226:10: portability: Casting between char * and float * which have an incompatible binary data representation. [invalidPointerCast] 23FEBpl1.0/prim/display/libsrc/viewit.c:1255:14: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/prim/display/libsrc/viewit.c:1484:20: portability: Casting between char * and float * which have an incompatible binary data representation. [invalidPointerCast] 23FEBpl1.0/prim/display/libsrc/viewit.c:226:4: style: Variable 'nr' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/prim/display/libsrc/viewit.c:223:4: note: nr is assigned 23FEBpl1.0/prim/display/libsrc/viewit.c:226:4: note: nr is overwritten 23FEBpl1.0/prim/display/libsrc/viewit.c:234:4: style: Variable 'nr' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/prim/display/libsrc/viewit.c:226:4: note: nr is assigned 23FEBpl1.0/prim/display/libsrc/viewit.c:234:4: note: nr is overwritten 23FEBpl1.0/prim/display/libsrc/viewit.c:237:4: style: Variable 'nr' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/prim/display/libsrc/viewit.c:234:4: note: nr is assigned 23FEBpl1.0/prim/display/libsrc/viewit.c:237:4: note: nr is overwritten 23FEBpl1.0/prim/display/libsrc/viewit.c:255:8: style: Variable 'nr' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/prim/display/libsrc/viewit.c:237:4: note: nr is assigned 23FEBpl1.0/prim/display/libsrc/viewit.c:255:8: note: nr is overwritten 23FEBpl1.0/prim/display/libsrc/viewit.c:1476:21: style: Variable 'statB' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/prim/display/libsrc/viewit.c:1472:21: note: statB is assigned 23FEBpl1.0/prim/display/libsrc/viewit.c:1476:21: note: statB is overwritten 23FEBpl1.0/prim/display/libsrc/viewit.c:141:14: style: Parameter 'cuts' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/display/libsrc/viewit.c:154:14: style: Variable 'cutstr' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/prim/display/libsrc/viewit.c:480:22: style: Parameter 'npix' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/display/libsrc/viewit.c:526:12: style: Variable 'pixptr' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/prim/display/libsrc/viewit.c:612:22: style: Parameter 'name' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/display/libsrc/viewit.c:723:10: style: Parameter 'array' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/display/libsrc/viewit.c:696:37: error: Undefined behavior: Variable 'output' is used as parameter and destination in sprintf(). [sprintfOverlappingData] 23FEBpl1.0/prim/display/libsrc/trace1d.c:363:17: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/prim/display/libsrc/trace1d.c:379:16: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/prim/display/libsrc/trace1d.c:380:16: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/prim/display/libsrc/trace1d.c:411:40: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/prim/display/libsrc/trace1d.c:493:13: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/prim/display/libsrc/trace1d.c:494:13: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/prim/display/libsrc/trace1d.c:495:13: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/prim/display/libsrc/trace1d.c:762:17: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/prim/display/libsrc/trace1d.c:835:17: portability: Casting between char * and float * which have an incompatible binary data representation. [invalidPointerCast] 23FEBpl1.0/prim/display/libsrc/trace1d.c:127:14: style: Parameter 'area' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/display/libsrc/trace1d.c:259:15: style: Parameter 'cutfl' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/display/libsrc/trace1d.c:581:9: style: Parameter 'plotfl' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/display/libsrc/trace1d.c:794:15: style: Parameter 'image' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/display/libsrc/trace1d.c:794:23: style: Parameter 'area' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/display/libsrc/trace1d.c:803:2: style: Variable 'rowhis' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/prim/display/libsrc/trace1d.c:804:2: style: Variable 'colhis' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/prim/display/libsrc/trace1d.c:805:2: style: Variable 'trchis' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/prim/display/libsrc/trace1d.c:895:16: style: Variable 'err_step' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/prim/display/libsrc/trace1d.c:901:4: style: Variable 'rowmes' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/prim/display/libsrc/trace1d.c:902:4: style: Variable 'colmes' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/prim/display/libsrc/trace1d.c:903:4: style: Variable 'trcmes' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/prim/display/src/coord.c:175:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable D_R4_FORMAT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/display/src/coord.c:342:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ZPLANE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/display/src/coord.c:734:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QDSPNO [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/display/src/draw.c:195:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QIMCH [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/display/libsrc/submem.c:465:23: style: Condition 'inputi>=0' is always true [knownConditionTrueFalse] 23FEBpl1.0/prim/display/libsrc/submem.c:451:15: note: Assuming that condition 'inputi<0' is not redundant 23FEBpl1.0/prim/display/libsrc/submem.c:465:23: note: Condition 'inputi>=0' is always true 23FEBpl1.0/prim/display/libsrc/submem.c:84:7: style: Parameter 'action' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/display/libsrc/submem.c:94:7: style: Variable 'str_chpi' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/prim/display/libsrc/submem.c:95:7: style: Variable 'str_used' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/prim/display/libsrc/submem.c:96:7: style: Variable 'str_frpi' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/prim/display/libsrc/submem.c:97:7: style: Variable 'str_scal' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/prim/display/libsrc/submem.c:98:7: style: Variable 'str_scro' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/prim/display/libsrc/submem.c:99:7: style: Variable 'str_zoom' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/prim/display/libsrc/submem.c:100:7: style: Variable 'str_chsz' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/prim/display/src/idauxx.c:191:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QDSPNO [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/display/src/idauxx.c:272:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable D_OLD_FORMAT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/display/src/idauxx.c:1059:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QDSPNO [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/display/src/draw.c:306:15: warning:inconclusive: Either the condition 'nn<9' is redundant or the array 'shpcur[9]' is accessed at index 9, which is out of bounds. [arrayIndexOutOfBoundsCond] 23FEBpl1.0/prim/display/src/draw.c:303:12: note: Assuming that condition 'nn<9' is not redundant 23FEBpl1.0/prim/display/src/draw.c:306:15: note: Array index out of bounds 23FEBpl1.0/prim/display/src/draw.c:164:14: style: Variable 'shapes' can be declared as const array [constVariable] 23FEBpl1.0/prim/display/src/draw.c:165:14: style: Variable 'shpcur' can be declared as const array [constVariable] 23FEBpl1.0/prim/display/src/psbdf.c:146:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QRGBFL [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/display/src/idauxx.c:1006:12: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/prim/display/src/idauxx.c:1001:12: note: stat is assigned 23FEBpl1.0/prim/display/src/idauxx.c:1006:12: note: stat is overwritten 23FEBpl1.0/prim/display/src/idauxx.c:1088:12: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/prim/display/src/idauxx.c:1087:12: note: stat is assigned 23FEBpl1.0/prim/display/src/idauxx.c:1088:12: note: stat is overwritten 23FEBpl1.0/prim/display/src/idauxx.c:415:21: style:inconclusive: Found duplicate branches for 'if' and 'else'. [duplicateBranch] 23FEBpl1.0/prim/display/src/idauxx.c:420:16: note: Found duplicate branches for 'if' and 'else'. 23FEBpl1.0/prim/display/src/idauxx.c:415:21: note: Found duplicate branches for 'if' and 'else'. 23FEBpl1.0/prim/display/src/idauxx.c:1006:12: style: Variable 'stat' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/prim/display/src/idauxx.c:1088:12: style: Variable 'stat' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/prim/display/src/trace.c:103:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QIMCH [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/display/src/view.c:181:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable D_R8_FORMAT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/display/src/coord.c:128:14: style: Parameter 'xyinfoA' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/display/src/coord.c:128:24: style: Parameter 'xyinfoB' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/display/src/wndcrea.c:138:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QRGBFL [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/display/src/wndcrea.c:171:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dzdev [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/display/src/wndcrea.c:252:55: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAX_DEV [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/display/src/wndcrea.c:438:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable D_R4_FORMAT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/display/src/wrima.c:130:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable F_FITS_PARM [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/display/src/wndcrea.c:330:9: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/prim/display/src/wndcrea.c:329:9: note: stat is assigned 23FEBpl1.0/prim/display/src/wndcrea.c:330:9: note: stat is overwritten 23FEBpl1.0/prim/display/src/wndcrea.c:667:12: style: Variable 'opnstat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/prim/display/src/wndcrea.c:665:12: note: opnstat is assigned 23FEBpl1.0/prim/display/src/wndcrea.c:667:12: note: opnstat is overwritten 23FEBpl1.0/prim/display/src/wndcrea.c:997:9: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/prim/display/src/wndcrea.c:996:9: note: stat is assigned 23FEBpl1.0/prim/display/src/wndcrea.c:997:9: note: stat is overwritten 23FEBpl1.0/prim/display/src/wndcrea.c:330:9: style: Variable 'stat' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/prim/display/src/wndcrea.c:903:9: style: Variable 'stat' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/prim/display/src/wndcrea.c:973:12: style: Variable 'stat' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/prim/display/src/wndcrea.c:997:9: style: Variable 'stat' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/prim/display/src/wndcrea.c:1004:12: style: Variable 'stat' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/prim/edit/libsrc/edtcommand.c:1065:1: portability: Omitted return type of function 'edt_getlabel' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/prim/edit/libsrc/edtcommand.c:85:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dialogue_window [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/edit/libsrc/edtcommand.c:115:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable edt_action [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/edit/libsrc/edtcommand.c:123:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable edt_action [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/edit/libsrc/edtcommand.c:138:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EDT_MAXCHA [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/edit/libsrc/edtcommand.c:203:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EDT_MAXCHA [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/edit/libsrc/edtcommand.c:257:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable thecol [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/edit/libsrc/edtcommand.c:282:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable thecol [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/edit/libsrc/edtcommand.c:298:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable edt_status [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/edit/libsrc/edtcommand.c:304:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable edt_status [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/edit/libsrc/edtcommand.c:327:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable edt_tid [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/edit/libsrc/edtcommand.c:355:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable edt_tid [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/edit/libsrc/edtcommand.c:370:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable thecol [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/edit/libsrc/edtcommand.c:393:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable thecol [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/edit/libsrc/edtcommand.c:415:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FMT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/edit/libsrc/edtcommand.c:429:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FMT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/edit/libsrc/edtcommand.c:445:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable edt_row [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/edit/libsrc/edtcommand.c:475:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable edt_row [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/edit/libsrc/edtcommand.c:497:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable edt_row [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/edit/libsrc/edtcommand.c:520:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable edt_column [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/edit/libsrc/edtcommand.c:539:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable edt_column [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/edit/libsrc/edtcommand.c:558:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable edt_column [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/edit/libsrc/edtcommand.c:577:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable edt_row [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/edit/libsrc/edtcommand.c:619:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NULLACTION [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/edit/libsrc/edtcommand.c:632:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dialogue_window [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/edit/libsrc/edtcommand.c:707:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable thecol [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/edit/libsrc/edtcommand.c:766:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/edit/libsrc/edtcommand.c:787:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NULLACTION [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/edit/libsrc/edtcommand.c:814:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable thecol [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/edit/libsrc/edtcommand.c:865:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NULLACTION [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/edit/libsrc/edtcommand.c:911:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable edt_tid [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/edit/libsrc/edtcommand.c:939:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NULLACTION [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/edit/libsrc/edtcommand.c:965:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NULLACTION [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/edit/libsrc/edtcommand.c:973:4: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable edt_advance [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/edit/libsrc/edtcommand.c:982:4: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable edt_advance [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/edit/libsrc/edtcommand.c:990:4: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable thecol [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/edit/libsrc/edtcommand.c:1006:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NULLACTION [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/edit/libsrc/edtcommand.c:1014:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NULLACTION [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/edit/libsrc/edtcommand.c:1022:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NULLACTION [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/edit/libsrc/edtcommand.c:1030:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NULLACTION [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/edit/libsrc/edtcommand.c:1038:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NULLACTION [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/edit/libsrc/edtcommand.c:1046:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NULLACTION [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/edit/libsrc/edtcommand.c:1054:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NULLACTION [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/edit/libsrc/edtcommand.c:1062:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NULLACTION [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/edit/libsrc/edtcommand.c:1093:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable edt_nc [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/edit/libsrc/edtcommand.c:1107:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable edt_tid [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/edit/libsrc/edtcommand.c:1142:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable edt_tid [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/edit/libsrc/edtcommand.c:298:0: error: Found an exit path from function with non-void return type that has missing return statement [missingReturn] 23FEBpl1.0/prim/edit/libsrc/edtcommand.c:1130:9: error: Found an exit path from function with non-void return type that has missing return statement [missingReturn] 23FEBpl1.0/prim/edit/libsrc/edtcommand.c:1164:9: error: Found an exit path from function with non-void return type that has missing return statement [missingReturn] 23FEBpl1.0/prim/edit/libsrc/edtcommand.c:524:9: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/prim/edit/libsrc/edtcommand.c:523:9: note: status is assigned 23FEBpl1.0/prim/edit/libsrc/edtcommand.c:524:9: note: status is overwritten 23FEBpl1.0/prim/edit/libsrc/edtcommand.c:543:9: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/prim/edit/libsrc/edtcommand.c:542:9: note: status is assigned 23FEBpl1.0/prim/edit/libsrc/edtcommand.c:543:9: note: status is overwritten 23FEBpl1.0/prim/edit/libsrc/edtcommand.c:562:9: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/prim/edit/libsrc/edtcommand.c:561:9: note: status is assigned 23FEBpl1.0/prim/edit/libsrc/edtcommand.c:562:9: note: status is overwritten 23FEBpl1.0/prim/edit/libsrc/edtcommand.c:1118:10: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/prim/edit/libsrc/edtcommand.c:1107:10: note: status is assigned 23FEBpl1.0/prim/edit/libsrc/edtcommand.c:1118:10: note: status is overwritten 23FEBpl1.0/prim/edit/libsrc/edtcommand.c:1153:10: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/prim/edit/libsrc/edtcommand.c:1142:10: note: status is assigned 23FEBpl1.0/prim/edit/libsrc/edtcommand.c:1153:10: note: status is overwritten 23FEBpl1.0/prim/edit/libsrc/edtcommand.c:280:9: style: Variable 'str' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/prim/edit/libsrc/edtcommand.c:345:9: style: Variable 'str' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/prim/edit/libsrc/edtcommand.c:661:11: style: Variable 'str' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/prim/edit/libsrc/edtcommand.c:759:11: style: Variable 'str' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/prim/edit/libsrc/edtcommand.c:1104:9: style: Variable 'str' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/prim/edit/libsrc/edtcommand.c:1139:9: style: Variable 'str' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/prim/edit/libsrc/edtcommand.c:461:21: warning: Uninitialized variable: imax [uninitvar] 23FEBpl1.0/prim/edit/libsrc/edtcommand.c:458:13: note: Assuming condition is false 23FEBpl1.0/prim/edit/libsrc/edtcommand.c:461:21: note: Uninitialized variable: imax 23FEBpl1.0/prim/edit/libsrc/edtcommand.c:506:22: warning: Uninitialized variable: imax [uninitvar] 23FEBpl1.0/prim/edit/libsrc/edtcommand.c:503:14: note: Assuming condition is false 23FEBpl1.0/prim/edit/libsrc/edtcommand.c:506:22: note: Uninitialized variable: imax 23FEBpl1.0/prim/edit/libsrc/edtcommand.c:594:24: warning: Uninitialized variable: imax [uninitvar] 23FEBpl1.0/prim/edit/libsrc/edtcommand.c:592:13: note: Assuming condition is false 23FEBpl1.0/prim/edit/libsrc/edtcommand.c:594:24: note: Uninitialized variable: imax 23FEBpl1.0/prim/edit/libsrc/edtcommand.c:146:14: style: Variable 'status' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/prim/edit/libsrc/edtcommand.c:156:16: style: Variable 'status' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/prim/edit/libsrc/edtcommand.c:211:16: style: Variable 'status' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/prim/edit/libsrc/edtcommand.c:262:16: style: Variable 'status' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/prim/edit/libsrc/edtcommand.c:375:16: style: Variable 'status' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/prim/edit/libsrc/edtcommand.c:390:6: style: Unused variable: statusl [unusedVariable] 23FEBpl1.0/prim/edit/libsrc/edtcommand.c:449:37: style: Variable 'status' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/prim/edit/libsrc/edtcommand.c:454:37: style: Variable 'status' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/prim/edit/libsrc/edtcommand.c:459:8: style: Variable 'status' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/prim/edit/libsrc/edtcommand.c:476:30: style: Variable 'status' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/prim/edit/libsrc/edtcommand.c:482:9: style: Variable 'status' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/prim/edit/libsrc/edtcommand.c:499:36: style: Variable 'status' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/prim/edit/libsrc/edtcommand.c:504:9: style: Variable 'status' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/prim/edit/libsrc/edtcommand.c:521:9: style: Variable 'status' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/prim/edit/libsrc/edtcommand.c:524:9: style: Variable 'status' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/prim/edit/libsrc/edtcommand.c:540:9: style: Variable 'status' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/prim/edit/libsrc/edtcommand.c:543:9: style: Variable 'status' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/prim/edit/libsrc/edtcommand.c:559:13: style: Variable 'status' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/prim/edit/libsrc/edtcommand.c:562:9: style: Variable 'status' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/prim/edit/libsrc/edtcommand.c:582:36: style: Variable 'status' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/prim/edit/libsrc/edtcommand.c:588:36: style: Variable 'status' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/prim/edit/libsrc/edtcommand.c:595:8: style: Variable 'status' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/prim/edit/libsrc/edtcommand.c:628:8: style: Unused variable: status [unusedVariable] 23FEBpl1.0/prim/edit/libsrc/edtcommand.c:759:17: style: Unused variable: p [unusedVariable] 23FEBpl1.0/prim/edit/libsrc/edtcommand.c:796:16: style: Variable 'status' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/prim/edit/libsrc/edtcommand.c:932:9: style: Unused variable: format [unusedVariable] 23FEBpl1.0/prim/edit/libsrc/edtcommand.c:1109:16: style: Variable 'status' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/prim/edit/libsrc/edtcommand.c:1128:16: style: Variable 'status' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/prim/edit/libsrc/edtcommand.c:1144:16: style: Variable 'status' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/prim/edit/libsrc/edtcommand.c:1162:16: style: Variable 'status' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/prim/edit/libsrc/edterror.c:59:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable _BLINK_ [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/edit/libsrc/edterror.c:54:10: style: Unused variable: ch [unusedVariable] 23FEBpl1.0/prim/edit/libsrc/edterror.c:73:8: style: Unused variable: status [unusedVariable] 23FEBpl1.0/prim/edit/libsrc/edterror.c:74:10: style: Unused variable: ch [unusedVariable] 23FEBpl1.0/prim/edit/libsrc/edtformat.c:67:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable _VERTICAL_ [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/edit/libsrc/edtformat.c:93:16: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/prim/edit/libsrc/edtformat.c:87:16: note: status is assigned 23FEBpl1.0/prim/edit/libsrc/edtformat.c:93:16: note: status is overwritten 23FEBpl1.0/prim/edit/libsrc/edtformat.c:65:9: style: Unused variable: form [unusedVariable] 23FEBpl1.0/prim/edit/libsrc/edtformat.c:66:12: style: Unused variable: j [unusedVariable] 23FEBpl1.0/prim/edit/libsrc/edthelp.c:53:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable twh [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/edit/libsrc/edthelp.c:80:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable twh [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/edit/libsrc/edthelp.c:107:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable twh [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/edit/libsrc/edtinit.c:69:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable header_window [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/edit/libsrc/edtinit.c:56:9: style: Unused variable: i [unusedVariable] 23FEBpl1.0/prim/edit/libsrc/edtkeys.c:75:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable edt_tabular [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/edit/libsrc/edtpage.c:57:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EDT_MAXCHA [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/edit/libsrc/edtpage.c:77:17: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/prim/edit/libsrc/edtpage.c:76:17: note: status is assigned 23FEBpl1.0/prim/edit/libsrc/edtpage.c:77:17: note: status is overwritten 23FEBpl1.0/prim/edit/libsrc/edtpage.c:99:12: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/prim/edit/libsrc/edtpage.c:77:17: note: status is assigned 23FEBpl1.0/prim/edit/libsrc/edtpage.c:99:12: note: status is overwritten 23FEBpl1.0/prim/edit/libsrc/edtpage.c:83:17: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/prim/edit/libsrc/edtpage.c:82:17: note: status is assigned 23FEBpl1.0/prim/edit/libsrc/edtpage.c:83:17: note: status is overwritten 23FEBpl1.0/prim/edit/libsrc/edtpage.c:99:12: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/prim/edit/libsrc/edtpage.c:83:17: note: status is assigned 23FEBpl1.0/prim/edit/libsrc/edtpage.c:99:12: note: status is overwritten 23FEBpl1.0/prim/edit/libsrc/edtpage.c:99:12: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/prim/edit/libsrc/edtpage.c:92:20: note: status is assigned 23FEBpl1.0/prim/edit/libsrc/edtpage.c:99:12: note: status is overwritten 23FEBpl1.0/prim/edit/libsrc/tbledit.c:90:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cursor_pos [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/edit/libsrc/tbledit.c:105:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable edt_tid [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/edit/libsrc/tbledit.c:118:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable edt_tid [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/edit/libsrc/tbledit.c:144:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NOK [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/edit/libsrc/tbledit.c:197:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable thecol [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/edit/libsrc/tbledit.c:306:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable edt_action [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/edit/libsrc/tbledit.c:105:27: portability:inconclusive: Casting from double * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/prim/edit/libsrc/tbledit.c:118:28: portability:inconclusive: Casting from double * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/prim/edit/libsrc/tbledit.c:116:14: style: Unused variable: i [unusedVariable] 23FEBpl1.0/prim/edit/libsrc/tkeys.c:116:3: portability: Omitted return type of function 'if_not' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/prim/edit/libsrc/tkeys.c:94:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/edit/libsrc/tkeys.c:232:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NOK [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/edit/libsrc/tkeys.c:292:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOS [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/edit/libsrc/tkeys.c:148:10: style: Variable 'ps' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/prim/display/libsrc/wimg.c:520:20: portability: Casting between char * and float * which have an incompatible binary data representation. [invalidPointerCast] 23FEBpl1.0/prim/display/libsrc/wimg.c:536:26: portability: Casting between char * and float * which have an incompatible binary data representation. [invalidPointerCast] 23FEBpl1.0/prim/display/libsrc/wimg.c:569:31: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/prim/display/libsrc/wimg.c:629:31: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/prim/display/libsrc/wimg.c:650:26: portability: Casting between char * and float * which have an incompatible binary data representation. [invalidPointerCast] 23FEBpl1.0/prim/display/libsrc/wimg.c:679:31: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/prim/display/libsrc/wimg.c:737:31: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/prim/display/libsrc/wimg.c:746:25: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/prim/display/libsrc/wimg.c:1192:20: portability: Casting between char * and float * which have an incompatible binary data representation. [invalidPointerCast] 23FEBpl1.0/prim/display/libsrc/wimg.c:1209:26: portability: Casting between char * and float * which have an incompatible binary data representation. [invalidPointerCast] 23FEBpl1.0/prim/display/libsrc/wimg.c:1242:31: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/prim/display/libsrc/wimg.c:1302:31: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/prim/display/libsrc/wimg.c:1321:26: portability: Casting between char * and float * which have an incompatible binary data representation. [invalidPointerCast] 23FEBpl1.0/prim/display/libsrc/wimg.c:1350:31: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/prim/display/libsrc/wimg.c:1408:31: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/prim/display/libsrc/wimg.c:1416:25: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/prim/display/libsrc/wimg.c:851:15: style: Local variable 'inaux' shadows outer variable [shadowVariable] 23FEBpl1.0/prim/display/libsrc/wimg.c:56:13: note: Shadowed declaration 23FEBpl1.0/prim/display/libsrc/wimg.c:851:15: note: Shadow variable 23FEBpl1.0/prim/display/libsrc/wimg.c:842:24: style: Parameter 'khelp' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/display/libsrc/wimg.c:842:32: style: Parameter 'aux' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/display/libsrc/wimg.c:842:38: style: Parameter 'npix' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/display/libsrc/wimg.c:842:45: style: Parameter 'scale' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/general/libsrc/ccopyf.c:116:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERR_NORMAL [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/display/libsrc/wimg.c:547:22: error: Memory is allocated but not initialized: work [uninitdata] 23FEBpl1.0/prim/display/libsrc/wimg.c:1220:22: error: Memory is allocated but not initialized: work [uninitdata] 23FEBpl1.0/prim/display/libsrc/wimg.c:1054:19: style: Variable 'inaux[1]' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/prim/display/src/psbdf.c:679:15: portability: Casting between char * and float * which have an incompatible binary data representation. [invalidPointerCast] 23FEBpl1.0/prim/display/src/psbdf.c:470:5: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/prim/display/src/psbdf.c:279:5: note: err is assigned 23FEBpl1.0/prim/display/src/psbdf.c:470:5: note: err is overwritten 23FEBpl1.0/prim/display/src/psbdf.c:470:5: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/prim/display/src/psbdf.c:320:11: note: err is assigned 23FEBpl1.0/prim/display/src/psbdf.c:470:5: note: err is overwritten 23FEBpl1.0/prim/display/src/psbdf.c:470:5: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/prim/display/src/psbdf.c:327:17: note: err is assigned 23FEBpl1.0/prim/display/src/psbdf.c:470:5: note: err is overwritten 23FEBpl1.0/prim/display/src/psbdf.c:470:5: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/prim/display/src/psbdf.c:331:17: note: err is assigned 23FEBpl1.0/prim/display/src/psbdf.c:470:5: note: err is overwritten 23FEBpl1.0/prim/display/src/psbdf.c:470:5: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/prim/display/src/psbdf.c:415:14: note: err is assigned 23FEBpl1.0/prim/display/src/psbdf.c:470:5: note: err is overwritten 23FEBpl1.0/prim/display/src/psbdf.c:470:5: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/prim/display/src/psbdf.c:420:14: note: err is assigned 23FEBpl1.0/prim/display/src/psbdf.c:470:5: note: err is overwritten 23FEBpl1.0/prim/display/src/psbdf.c:431:20: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/prim/display/src/psbdf.c:427:20: note: err is assigned 23FEBpl1.0/prim/display/src/psbdf.c:431:20: note: err is overwritten 23FEBpl1.0/prim/display/src/psbdf.c:435:20: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/prim/display/src/psbdf.c:431:20: note: err is assigned 23FEBpl1.0/prim/display/src/psbdf.c:435:20: note: err is overwritten 23FEBpl1.0/prim/display/src/psbdf.c:470:5: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/prim/display/src/psbdf.c:435:20: note: err is assigned 23FEBpl1.0/prim/display/src/psbdf.c:470:5: note: err is overwritten 23FEBpl1.0/prim/display/src/psbdf.c:444:20: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/prim/display/src/psbdf.c:441:20: note: err is assigned 23FEBpl1.0/prim/display/src/psbdf.c:444:20: note: err is overwritten 23FEBpl1.0/prim/display/src/psbdf.c:447:20: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/prim/display/src/psbdf.c:444:20: note: err is assigned 23FEBpl1.0/prim/display/src/psbdf.c:447:20: note: err is overwritten 23FEBpl1.0/prim/display/src/psbdf.c:470:5: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/prim/display/src/psbdf.c:447:20: note: err is assigned 23FEBpl1.0/prim/display/src/psbdf.c:470:5: note: err is overwritten 23FEBpl1.0/prim/display/src/psbdf.c:587:8: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/prim/display/src/psbdf.c:561:14: note: err is assigned 23FEBpl1.0/prim/display/src/psbdf.c:587:8: note: err is overwritten 23FEBpl1.0/prim/display/src/psbdf.c:765:5: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/prim/display/src/psbdf.c:755:8: note: err is assigned 23FEBpl1.0/prim/display/src/psbdf.c:765:5: note: err is overwritten 23FEBpl1.0/prim/display/src/psbdf.c:620:37: style: Variable 'jpntr' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/prim/display/src/psbdf.c:739:8: style: Parameter 'cp' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/display/src/psbdf.c:542:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/prim/display/src/psbdf.c:587:8: style: Variable 'err' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/prim/display/src/psbdf.c:611:14: style: Variable 'err' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/prim/display/src/psbdf.c:629:17: style: Variable 'err' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/prim/display/src/psbdf.c:652:17: style: Variable 'err' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/prim/display/src/psbdf.c:688:14: style: Variable 'err' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/prim/display/src/psbdf.c:703:14: style: Variable 'err' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/prim/display/src/psbdf.c:765:5: style: Variable 'err' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/prim/general/libsrc/ccopyf.c:137:12: portability: Casting between char * and float * which have an incompatible binary data representation. [invalidPointerCast] 23FEBpl1.0/prim/general/libsrc/ccopyf.c:139:12: portability: Casting between char * and float * which have an incompatible binary data representation. [invalidPointerCast] 23FEBpl1.0/prim/general/libsrc/ccopyf.c:177:12: portability: Casting between char * and float * which have an incompatible binary data representation. [invalidPointerCast] 23FEBpl1.0/prim/general/libsrc/ccopyf.c:178:12: portability: Casting between char * and float * which have an incompatible binary data representation. [invalidPointerCast] 23FEBpl1.0/prim/general/libsrc/ccopyf.c:435:10: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/prim/general/libsrc/ccopyf.c:83:19: style: Parameter 'npix' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/general/libsrc/ccopyf.c:91:34: style: Variable 'xpntr' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/prim/general/libsrc/ccopyf.c:218:8: style: Parameter 'npixA' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/general/libsrc/ccopyf.c:218:16: style: Parameter 'npixB' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/general/libsrc/ccopyf.c:218:24: style: Parameter 'bgnA' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/general/libsrc/ccopyf.c:218:31: style: Parameter 'bgnB' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/general/libsrc/ccopyf.c:218:38: style: Parameter 'endA' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/general/libsrc/ccopyf.c:282:8: style: Parameter 'npixA' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/general/libsrc/ccopyf.c:282:16: style: Parameter 'npixB' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/general/libsrc/ccopyf.c:282:24: style: Parameter 'bgnA' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/general/libsrc/ccopyf.c:282:31: style: Parameter 'bgnB' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/general/libsrc/ccopyf.c:282:38: style: Parameter 'dimwA' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/general/libsrc/ccopyf.c:330:8: style: Parameter 'npixB' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/general/libsrc/ccopyf.c:330:16: style: Parameter 'bgnB' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/general/libsrc/ccopyf.c:330:23: style: Parameter 'dimwB' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/general/libsrc/ccopyf.c:372:8: style: Parameter 'pntrA' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/general/libsrc/ccopyf.c:394:6: style: Parameter 'pntrA' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/general/libsrc/ccopyf.c:424:28: style: Parameter 'npix' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/general/libsrc/ccopyf.c:112:17: style: Variable 'sublo[nr]' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/prim/general/libsrc/ccopyf.c:112:29: style: Variable 'subhi[nr]' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/prim/general/libsrc/ccopyf.c:135:9: style: Variable 'stat' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/prim/general/libsrc/ccopyf.c:180:9: style: Variable 'stat' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/prim/general/libsrc/cel.c:262:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable azpfwd [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/general/libsrc/cel.c:512:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CELSET [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/general/libsrc/cel.c:545:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CELSET [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/display/src/wrima.c:590:17: warning: scanf() without field width limits can crash with huge input data. [invalidscanf] 23FEBpl1.0/prim/general/libsrc/cjmagn.c:107:17: style: Parameter 'df' can be declared as const array [constParameter] 23FEBpl1.0/prim/general/libsrc/cjmagn.c:168:15: style: Parameter 'npix' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/general/libsrc/cjmagn.c:169:14: style: Parameter 'pfac' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/general/libsrc/cjmagn.c:261:19: style: float result is assigned to double variable. If the variable is double to avoid loss of information, then you have loss of information. [truncLongCastAssignment] 23FEBpl1.0/prim/general/libsrc/cutil.c:110:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable D_R4_FORMAT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/general/libsrc/cutil.c:284:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable READ [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/general/libsrc/cstvals.c:97:13: style: Parameter 'action' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/general/libsrc/cstvals.c:98:16: style: Parameter 'cutvls' can be declared as const array [constParameter] 23FEBpl1.0/prim/general/libsrc/cstvals.c:99:15: style: Parameter 'npix' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/general/libsrc/cstvals.c:99:22: style: Parameter 'sublo' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/general/libsrc/cstvals.c:99:30: style: Parameter 'subhi' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/general/libsrc/iqefunc.c:971:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable side [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/general/libsrc/cutil.c:619:11: portability: Casting between float * and double * which have an incompatible binary data representation. [invalidPointerCast] 23FEBpl1.0/prim/general/libsrc/cutil.c:306:19: style: Variable 'iptr' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/prim/general/libsrc/cutil.c:458:21: style: Variable 'rptr' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/prim/general/libsrc/cutil.c:612:22: style: Variable 'dptr' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/prim/general/libsrc/cutil.c:787:9: style: Parameter 'consta' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/general/libsrc/cutil.c:787:18: style: Parameter 'constb' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/general/libsrc/lin.c:183:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LINSET [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/general/libsrc/lin.c:201:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LINSET [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/general/libsrc/lin.c:233:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LINSET [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/general/libsrc/lin.c:192:8: style: Parameter 'imgcrd' can be declared as const array [constParameter] 23FEBpl1.0/prim/general/libsrc/lin.c:223:8: style: Parameter 'pixcrd' can be declared as const array [constParameter] 23FEBpl1.0/prim/general/libsrc/lin.c:256:8: style: Parameter 'mat' can be declared as const array [constParameter] 23FEBpl1.0/prim/general/libsrc/logview.c:212:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable O_WRONLY [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/general/libsrc/logview.c:79:19: style: Variable 'midhome' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/prim/general/libsrc/logview.c:79:29: style: Variable 'midvers' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/prim/general/libsrc/logview.c:260:15: style: Variable 'pipo' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/prim/general/libsrc/luttbl.c:89:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable F_I_MODE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/general/libsrc/luttbl.c:204:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable F_O_MODE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/general/libsrc/luttbl.c:258:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable F_O_MODE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/general/libsrc/luttbl.c:132:24: style: Parameter 'range' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/general/libsrc/luttbl.c:136:17: style: Variable 'pntrR' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/prim/general/libsrc/luttbl.c:136:25: style: Variable 'pntrG' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/prim/general/libsrc/luttbl.c:136:33: style: Variable 'pntrB' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/prim/general/libsrc/luttbl.c:101:12: style: Variable 'stat' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/prim/general/libsrc/md5.c:555:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/general/libsrc/md5.c:760:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/general/libsrc/iqefunc.c:377:12: style: Redundant condition: pwm. '!pwm || (pwm && 0.0<*pw)' is equivalent to '!pwm || 0.0<*pw' [redundantCondition] 23FEBpl1.0/prim/general/libsrc/iqefunc.c:414:30: style: Redundant condition: pwm. '!pwm || (pwm && 0.0<*pw)' is equivalent to '!pwm || 0.0<*pw' [redundantCondition] 23FEBpl1.0/prim/general/libsrc/iqefunc.c:966:37: error: Memory leak: a [memleak] 23FEBpl1.0/prim/general/libsrc/iqefunc.c:966:37: error: Memory leak: pars [memleak] 23FEBpl1.0/prim/general/libsrc/iqefunc.c:922:21: style: Local variable 'j' shadows outer variable [shadowVariable] 23FEBpl1.0/prim/general/libsrc/iqefunc.c:902:12: note: Shadowed declaration 23FEBpl1.0/prim/general/libsrc/iqefunc.c:922:21: note: Shadow variable 23FEBpl1.0/prim/general/libsrc/iqefunc.c:933:21: style: Local variable 'j' shadows outer variable [shadowVariable] 23FEBpl1.0/prim/general/libsrc/iqefunc.c:902:12: note: Shadowed declaration 23FEBpl1.0/prim/general/libsrc/iqefunc.c:933:21: note: Shadow variable 23FEBpl1.0/prim/general/libsrc/iqefunc.c:157:29: style: Variable 'pf3' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/prim/general/libsrc/iqefunc.c:158:11: style: Variable 'pw0' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/prim/general/libsrc/iqefunc.c:158:29: style: Variable 'pw3' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/prim/general/libsrc/iqefunc.c:581:13: style: Parameter 'est' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/general/libsrc/iqefunc.c:674:13: style: Parameter 'est' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/general/libsrc/iqefunc.c:680:33: style: Variable 'pfmo' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/prim/general/libsrc/iqefunc.c:846:13: style: Parameter 'a' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/general/libsrc/iqefunc.c:899:50: style: Parameter 'p' can be declared as pointer to const. However it seems that 'g2efunc2' is a callback function, if 'p' is declared with const you might also need to cast function pointer(s). [constParameterCallback] 23FEBpl1.0/prim/general/libsrc/iqefunc.c:981:30: note: You might need to cast the function pointer here 23FEBpl1.0/prim/general/libsrc/iqefunc.c:899:50: note: Parameter 'p' can be declared as pointer to const 23FEBpl1.0/prim/general/libsrc/iqefunc.c:119:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/prim/general/libsrc/iqefunc.c:610:23: style: Variable 'pw' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/prim/general/libsrc/iqefunc.c:620:17: style: Variable 'pw' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/prim/general/libsrc/iqefunc.c:643:7: style: Variable 'a1r' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/prim/general/libsrc/iqefunc.c:644:7: style: Variable 'a1i' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/prim/general/libsrc/iqefunc.c:865:7: style: Variable 'xp5' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/prim/general/libsrc/iqefunc.c:867:7: style: Variable 'yp5' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/prim/general/libsrc/md5.c:495:16: style: Array index 'i' is used before limits check. [arrayIndexThenCheck] 23FEBpl1.0/prim/general/libsrc/md5.c:500:16: style: Array index 'i' is used before limits check. [arrayIndexThenCheck] 23FEBpl1.0/prim/general/libsrc/md5.c:744:5: style: Condition '!silent_process' is always true [knownConditionTrueFalse] 23FEBpl1.0/prim/general/libsrc/md5.c:349:20: style: Parameter 'in' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/general/libsrc/md5.c:480:12: style: Parameter 'line' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/general/libsrc/md5.c:543:23: style: Parameter 'datamd5' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/general/libsrc/md5.c:623:7: style: Variable 'hdrmd5' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/prim/general/libsrc/proj.c:224:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable R2D [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/general/libsrc/proj.c:247:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PRJSET [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/general/libsrc/proj.c:274:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PRJSET [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/general/libsrc/proj.c:311:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable R2D [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/general/libsrc/proj.c:327:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PRJSET [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/general/libsrc/proj.c:351:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PRJSET [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/general/libsrc/proj.c:386:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable R2D [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/general/libsrc/proj.c:408:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PRJSET [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/general/libsrc/proj.c:442:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PRJSET [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/general/libsrc/proj.c:533:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable R2D [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/general/libsrc/proj.c:555:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PRJSET [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/general/libsrc/proj.c:581:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PRJSET [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/general/libsrc/proj.c:611:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable R2D [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/general/libsrc/proj.c:633:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PRJSET [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/general/libsrc/proj.c:654:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PRJSET [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/general/libsrc/proj.c:688:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable R2D [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/general/libsrc/proj.c:765:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PRJSET [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/general/libsrc/proj.c:794:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PRJSET [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/general/libsrc/proj.c:910:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable R2D [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/general/libsrc/proj.c:932:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PRJSET [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/general/libsrc/proj.c:954:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PRJSET [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/general/libsrc/proj.c:1000:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable R2D [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/general/libsrc/proj.c:1032:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PRJSET [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/general/libsrc/proj.c:1069:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PRJSET [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/general/libsrc/proj.c:1155:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable R2D [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/general/libsrc/proj.c:1200:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PRJSET [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/general/libsrc/proj.c:1225:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PRJSET [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/general/libsrc/proj.c:1252:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable R2D [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/general/libsrc/proj.c:1272:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PRJSET [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/general/libsrc/proj.c:1290:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PRJSET [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/general/libsrc/proj.c:1315:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable R2D [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/general/libsrc/proj.c:1335:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PRJSET [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/general/libsrc/proj.c:1357:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PRJSET [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/general/libsrc/proj.c:1388:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable R2D [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/general/libsrc/proj.c:1418:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PRJSET [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/general/libsrc/proj.c:1438:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PRJSET [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/general/libsrc/proj.c:1476:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable R2D [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/general/libsrc/proj.c:1508:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PRJSET [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/general/libsrc/proj.c:1531:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PRJSET [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/general/libsrc/proj.c:1569:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable R2D [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/general/libsrc/proj.c:1600:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PRJSET [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/general/libsrc/proj.c:1623:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PRJSET [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/general/libsrc/proj.c:1666:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable R2D [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/general/libsrc/proj.c:1700:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PRJSET [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/general/libsrc/proj.c:1728:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PRJSET [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/general/libsrc/proj.c:1787:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable R2D [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/general/libsrc/proj.c:1829:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PRJSET [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/general/libsrc/proj.c:1855:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PRJSET [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/general/libsrc/proj.c:1889:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable R2D [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/general/libsrc/proj.c:1917:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PRJSET [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/general/libsrc/proj.c:1945:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PRJSET [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/general/libsrc/proj.c:1985:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable R2D [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/general/libsrc/proj.c:2009:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PRJSET [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/general/libsrc/proj.c:2041:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PRJSET [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/general/libsrc/proj.c:2127:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable R2D [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/general/libsrc/proj.c:2147:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PRJSET [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/general/libsrc/proj.c:2167:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PRJSET [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/general/libsrc/proj.c:2199:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable R2D [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/general/libsrc/proj.c:2225:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PRJSET [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/general/libsrc/proj.c:2246:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PRJSET [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/general/libsrc/proj.c:2287:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable R2D [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/general/libsrc/proj.c:2308:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PRJSET [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/general/libsrc/proj.c:2330:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PRJSET [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/general/libsrc/proj.c:2372:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable R2D [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/general/libsrc/proj.c:2396:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PRJSET [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/general/libsrc/proj.c:2442:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PRJSET [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/general/libsrc/proj.c:2500:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable R2D [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/general/libsrc/proj.c:2539:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PRJSET [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/general/libsrc/proj.c:2687:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PRJSET [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/general/libsrc/proj.c:2790:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable R2D [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/general/libsrc/proj.c:2814:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PRJSET [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/general/libsrc/proj.c:2987:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PRJSET [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/general/libsrc/proj.c:3148:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable R2D [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/general/libsrc/proj.c:3172:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PRJSET [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/general/libsrc/proj.c:3266:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PRJSET [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/general/libsrc/sort.c:60:13: style: Parameter 'zbins' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/general/libsrc/sph.c:107:24: style: Parameter 'eul' can be declared as const array [constParameter] 23FEBpl1.0/prim/general/libsrc/sph.c:164:26: style: Parameter 'eul' can be declared as const array [constParameter] 23FEBpl1.0/prim/general/libsrc/tcol2ima.c:87:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable F_I_MODE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/general/libsrc/tcol2ima.c:186:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable F_I_MODE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/general/libsrc/tcol2ima.c:56:8: style: Parameter 'colname' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/general/libsrc/tcol2ima.c:163:23: style: Parameter 'irownos' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/general/libsrc/cstacen.c:1074:18: portability:inconclusive: Casting from double * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/prim/general/libsrc/cstacen.c:1158:21: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/prim/general/libsrc/cstacen.c:1374:24: portability:inconclusive: Casting from double * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/prim/general/libsrc/cstacen.c:1410:24: portability:inconclusive: Casting from double * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/prim/general/libsrc/cstacen.c:1411:24: portability:inconclusive: Casting from double * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/prim/general/libsrc/cstacen.c:1412:24: portability:inconclusive: Casting from double * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/prim/general/libsrc/cstacen.c:1473:24: portability:inconclusive: Casting from double * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/prim/general/libsrc/cstacen.c:1509:24: portability:inconclusive: Casting from double * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/prim/general/libsrc/cstacen.c:1510:24: portability:inconclusive: Casting from double * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/prim/general/libsrc/cstacen.c:1511:24: portability:inconclusive: Casting from double * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/prim/general/libsrc/cstacen.c:1578:27: portability:inconclusive: Casting from double * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/prim/general/libsrc/cstacen.c:1579:27: portability:inconclusive: Casting from double * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/prim/general/libsrc/cstacen.c:1580:27: portability:inconclusive: Casting from double * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/prim/general/libsrc/cstacen.c:1590:24: portability:inconclusive: Casting from double * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/prim/general/libsrc/cstacen.c:1394:12: style: Variable 'ierr' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/prim/general/libsrc/cstacen.c:1352:12: note: ierr is assigned 23FEBpl1.0/prim/general/libsrc/cstacen.c:1394:12: note: ierr is overwritten 23FEBpl1.0/prim/general/libsrc/cstacen.c:1441:12: style: Variable 'ierr' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/prim/general/libsrc/cstacen.c:1436:12: note: ierr is assigned 23FEBpl1.0/prim/general/libsrc/cstacen.c:1441:12: note: ierr is overwritten 23FEBpl1.0/prim/general/libsrc/cstacen.c:1446:12: style: Variable 'ierr' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/prim/general/libsrc/cstacen.c:1441:12: note: ierr is assigned 23FEBpl1.0/prim/general/libsrc/cstacen.c:1446:12: note: ierr is overwritten 23FEBpl1.0/prim/general/libsrc/cstacen.c:1451:12: style: Variable 'ierr' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/prim/general/libsrc/cstacen.c:1446:12: note: ierr is assigned 23FEBpl1.0/prim/general/libsrc/cstacen.c:1451:12: note: ierr is overwritten 23FEBpl1.0/prim/general/libsrc/cstacen.c:1493:12: style: Variable 'ierr' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/prim/general/libsrc/cstacen.c:1451:12: note: ierr is assigned 23FEBpl1.0/prim/general/libsrc/cstacen.c:1493:12: note: ierr is overwritten 23FEBpl1.0/prim/general/libsrc/cstacen.c:149:20: style: Parameter 'val' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/general/libsrc/cstacen.c:421:19: style: Parameter 'gpar' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/general/libsrc/cstacen.c:624:15: style: Parameter 'xdat' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/general/libsrc/cstacen.c:764:9: style: Parameter 'npix' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/general/libsrc/cstacen.c:764:16: style: Parameter 'image' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/general/libsrc/cstacen.c:764:24: style: Parameter 'lnew' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/general/libsrc/cstacen.c:841:15: style: Parameter 'npix' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/general/libsrc/cstacen.c:841:22: style: Parameter 'image' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/general/libsrc/cstacen.c:841:30: style: Parameter 'lnew' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/general/libsrc/cstacen.c:922:15: style: Parameter 'marg' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/general/libsrc/cstacen.c:1088:8: style: Parameter 'meth' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/general/libsrc/cstacen.c:221:9: warning: Uninitialized variable: nr [uninitvar] 23FEBpl1.0/prim/general/libsrc/cstacen.c:190:14: note: Assuming condition is false 23FEBpl1.0/prim/general/libsrc/cstacen.c:221:9: note: Uninitialized variable: nr 23FEBpl1.0/prim/general/libsrc/wcs.c:395:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npcode [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/general/libsrc/wcs.c:478:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WCSSET [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/general/libsrc/wcs.c:524:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WCSSET [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/general/libsrc/cel.c:249:6: style: Parameter 'pcode' can be declared as const array [constParameter] 23FEBpl1.0/prim/general/libsrc/wcstrig.c:123:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WCSTRIG_TOL [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/general/libsrc/wcstrig.c:141:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WCSTRIG_TOL [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/general/libsrc/wcstrig.c:179:20: style: Expression is always true because 'else if' condition is opposite to previous condition at line 177. [multiCondition] 23FEBpl1.0/prim/general/libsrc/wcstrig.c:177:13: note: first condition 23FEBpl1.0/prim/general/libsrc/wcstrig.c:179:20: note: else if condition is opposite to first condition 23FEBpl1.0/prim/general/libsrc/wrldco.c:151:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERR_NORMAL [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/general/libsrc/wcs.c:378:6: style: Parameter 'ctype' can be declared as const array [constParameter] 23FEBpl1.0/prim/general/libsrc/wcs.c:466:17: style: Parameter 'crval' can be declared as const array [constParameter] 23FEBpl1.0/prim/general/libsrc/wcs.c:516:8: style: Parameter 'crval' can be declared as const array [constParameter] 23FEBpl1.0/prim/general/libsrc/wcs.c:559:8: style: Parameter 'vspan' can be declared as const array [constParameter] 23FEBpl1.0/prim/general/libsrc/zima.c:83:8: style: Parameter 'npix' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/general/libsrc/zima.c:84:8: style: Parameter 'p_in' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/general/libsrc/zima.c:84:23: style: Parameter 'xpixl' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/general/libsrc/zima.c:84:31: style: Parameter 'ypixl' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/general/libsrc/zstats.c:509:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable D_R4_FORMAT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/general/libsrc/zstats.c:1368:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable RR_SIZE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/general/libsrc/zstats.c:558:5: portability: Casting between char * and float * which have an incompatible binary data representation. [invalidPointerCast] 23FEBpl1.0/prim/general/libsrc/zstats.c:92:9: style: Parameter 'npix' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/general/libsrc/zstats.c:93:9: style: Parameter 'sublo' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/general/libsrc/zstats.c:94:9: style: Parameter 'subhi' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/general/libsrc/zstats.c:95:9: style: Parameter 'cuts' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/general/libsrc/zstats.c:356:10: style: Parameter 'area' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/general/libsrc/zstats.c:356:27: style: Parameter 'defaul' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/general/libsrc/zstats.c:358:10: style: Parameter 'naxpix' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/general/libsrc/zstats.c:359:10: style: Parameter 'zbins' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/general/libsrc/zstats.c:1356:6: style: Parameter 'npix' can be declared as const array [constParameter] 23FEBpl1.0/prim/general/libsrc/zstats.c:1067:9: style: Variable 'stat' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/prim/general/libsrc/zstats.c:1224:12: style: Variable 'stat' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/prim/general/libsrc/zstats.c:1248:12: style: Variable 'stat' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/prim/general/libsrc/vecarithm.c:68:8: style: Parameter 'opcode' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/general/libsrc/vecarithm.c:70:8: style: Parameter 'rc' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/general/libsrc/vecarithm.c:73:8: style: Parameter 'usrn' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/general/libsrc/vecarithm.c:266:8: style: Parameter 'opcode' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/general/libsrc/vecarithm.c:271:8: style: Parameter 'usrn' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/general/libsrc/vecarithm.c:358:8: style: Parameter 'cfunc' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/general/libsrc/vecarithm.c:362:8: style: Parameter 'usrn' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/general/libsrc/vecarithm.c:542:8: style: Parameter 'cfunc' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/general/libsrc/vecarithm.c:547:8: style: Parameter 'usrn' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/general/libsrc/vecarithm.c:555:17: style: Variable 'fpa' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/prim/general/libsrc/vecarithm.c:555:23: style: Variable 'fpb' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/prim/general/libsrc/vecarithm.c:625:8: style: Parameter 'cfunc' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/general/libsrc/vecarithm.c:627:8: style: Parameter 'rc' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/general/libsrc/vecarithm.c:630:8: style: Parameter 'usrn' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/general/libsrc/vecarithm.c:638:17: style: Variable 'fpa' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/prim/general/libsrc/vecarithm.c:726:8: style: Parameter 'opcode' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/general/libsrc/vecarithm.c:728:9: style: Parameter 'rc' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/general/libsrc/vecarithm.c:731:8: style: Parameter 'usrn' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/general/libsrc/vecarithm.c:921:8: style: Parameter 'opcode' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/general/libsrc/vecarithm.c:926:8: style: Parameter 'usrn' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/general/libsrc/vecarithm.c:1014:8: style: Parameter 'cfunc' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/general/libsrc/vecarithm.c:1018:8: style: Parameter 'usrn' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/general/libsrc/vecarithm.c:1199:8: style: Parameter 'cfunc' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/general/libsrc/vecarithm.c:1204:8: style: Parameter 'usrn' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/general/libsrc/vecarithm.c:1212:18: style: Variable 'dpa' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/prim/general/libsrc/vecarithm.c:1212:24: style: Variable 'dpb' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/prim/general/libsrc/vecarithm.c:1283:8: style: Parameter 'cfunc' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/general/libsrc/vecarithm.c:1285:9: style: Parameter 'rc' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/general/libsrc/vecarithm.c:1288:8: style: Parameter 'usrn' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/general/libsrc/vecarithm.c:565:8: style: Variable 'usrnul' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/prim/general/libsrc/vecarithm.c:648:8: style: Variable 'usrnul' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/prim/general/libsrc/vecarithm.c:1218:8: style: Variable 'usrnul' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/prim/general/libsrc/vecarithm.c:1306:8: style: Variable 'usrnul' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/prim/general/src/fheader.c:156:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FSY_TYPMARK [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/general/src/fheader.c:56:7: style: Parameter 'argv' can be declared as const array [constParameter] 23FEBpl1.0/prim/general/src/averag.c:922:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable D_R4_FORMAT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/general/src/genran.c:740:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable D_R4_FORMAT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/general/src/averagw.c:376:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable D_R4_FORMAT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/general/src/genran.c:256:8: warning: Either the condition 'pt0==0' is redundant or the array 'u[1280]' is accessed at index -1, which is out of bounds. [negativeIndex] 23FEBpl1.0/prim/general/src/genran.c:260:1: note: Compound assignment '=', assigned value is -1 23FEBpl1.0/prim/general/src/genran.c:256:8: note: Negative array index 23FEBpl1.0/prim/general/src/genran.c:256:17: warning: Either the condition 'pt1==0' is redundant or the array 'u[1280]' is accessed at index -1, which is out of bounds. [negativeIndex] 23FEBpl1.0/prim/general/src/genran.c:263:1: note: Compound assignment '=', assigned value is -1 23FEBpl1.0/prim/general/src/genran.c:256:17: note: Negative array index 23FEBpl1.0/prim/general/src/genran.c:258:2: warning: Either the condition 'pt0==0' is redundant or the array 'u[1280]' is accessed at index -1, which is out of bounds. [negativeIndex] 23FEBpl1.0/prim/general/src/genran.c:260:1: note: Compound assignment '=', assigned value is -1 23FEBpl1.0/prim/general/src/genran.c:258:2: note: Negative array index 23FEBpl1.0/prim/general/src/genran.c:796:12: portability: Casting between char * and float * which have an incompatible binary data representation. [invalidPointerCast] 23FEBpl1.0/prim/general/src/genran.c:811:12: portability: Casting between char * and float * which have an incompatible binary data representation. [invalidPointerCast] 23FEBpl1.0/prim/general/src/genran.c:277:9: style: Parameter 'fpt' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/general/src/genran.c:512:14: style: Variable 'r' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/prim/general/src/genxy1.c:99:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable F_I_MODE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/general/src/genxy1.c:589:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable D_I1_FORMAT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/general/src/genxy1.c:657:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable D_R4_FORMAT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/general/src/genxy1.c:777:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable F_IMA_TYPE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/general/src/genxy1.c:890:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable F_IMA_TYPE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/general/src/averagw.c:619:12: portability: Casting between char * and float * which have an incompatible binary data representation. [invalidPointerCast] 23FEBpl1.0/prim/general/src/averagw.c:637:21: portability: Casting between char * and float * which have an incompatible binary data representation. [invalidPointerCast] 23FEBpl1.0/prim/general/src/averagw.c:663:21: portability: Casting between char * and float * which have an incompatible binary data representation. [invalidPointerCast] 23FEBpl1.0/prim/general/src/averagw.c:683:12: portability: Casting between char * and float * which have an incompatible binary data representation. [invalidPointerCast] 23FEBpl1.0/prim/general/src/averagw.c:690:12: portability: Casting between char * and float * which have an incompatible binary data representation. [invalidPointerCast] 23FEBpl1.0/prim/general/src/averagw.c:754:16: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/prim/general/src/averagw.c:773:13: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/prim/general/src/averagw.c:778:16: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/prim/general/src/averagw.c:429:9: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/prim/general/src/averagw.c:396:12: note: stat is assigned 23FEBpl1.0/prim/general/src/averagw.c:429:9: note: stat is overwritten 23FEBpl1.0/prim/general/src/averagw.c:431:9: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/prim/general/src/averagw.c:429:9: note: stat is assigned 23FEBpl1.0/prim/general/src/averagw.c:431:9: note: stat is overwritten 23FEBpl1.0/prim/general/src/averagw.c:448:9: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/prim/general/src/averagw.c:431:9: note: stat is assigned 23FEBpl1.0/prim/general/src/averagw.c:448:9: note: stat is overwritten 23FEBpl1.0/prim/general/src/averagw.c:76:9: style: Parameter 'iaux' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/general/src/averagw.c:76:28: style: Parameter 'cpix' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/general/src/averagw.c:77:16: style: Parameter 'npixc' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/general/src/averagw.c:79:14: style: Parameter 'a' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/general/src/averagw.c:196:8: style: Parameter 'npixc' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/general/src/averagw.c:197:14: style: Parameter 'iaux' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/general/src/averagw.c:198:10: style: Parameter 'x' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/general/src/averagw.c:198:14: style: Parameter 'z' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/general/libsrc/proj.c:0:0: debug: ValueFlow maximum iterations exceeded [valueFlowMaxIterations] 23FEBpl1.0/prim/general/libsrc/proj.c:328:16: style: Condition 'tanset(prj)' is always false [knownConditionTrueFalse] 23FEBpl1.0/prim/general/libsrc/proj.c:328:16: note: Calling function 'tanset' returns 0 23FEBpl1.0/prim/general/libsrc/proj.c:328:16: note: Condition 'tanset(prj)' is always false 23FEBpl1.0/prim/general/libsrc/proj.c:352:17: style: Condition 'tanset(prj)' is always false [knownConditionTrueFalse] 23FEBpl1.0/prim/general/libsrc/proj.c:352:17: note: Calling function 'tanset' returns 0 23FEBpl1.0/prim/general/libsrc/proj.c:352:17: note: Condition 'tanset(prj)' is always false 23FEBpl1.0/prim/general/libsrc/proj.c:409:17: style: Condition 'sinset(prj)' is always false [knownConditionTrueFalse] 23FEBpl1.0/prim/general/libsrc/proj.c:409:17: note: Calling function 'sinset' returns 0 23FEBpl1.0/prim/general/libsrc/proj.c:409:17: note: Condition 'sinset(prj)' is always false 23FEBpl1.0/prim/general/libsrc/proj.c:443:17: style: Condition 'sinset(prj)' is always false [knownConditionTrueFalse] 23FEBpl1.0/prim/general/libsrc/proj.c:443:17: note: Calling function 'sinset' returns 0 23FEBpl1.0/prim/general/libsrc/proj.c:443:17: note: Condition 'sinset(prj)' is always false 23FEBpl1.0/prim/general/libsrc/proj.c:556:17: style: Condition 'stgset(prj)' is always false [knownConditionTrueFalse] 23FEBpl1.0/prim/general/libsrc/proj.c:556:17: note: Calling function 'stgset' returns 0 23FEBpl1.0/prim/general/libsrc/proj.c:556:17: note: Condition 'stgset(prj)' is always false 23FEBpl1.0/prim/general/libsrc/proj.c:582:17: style: Condition 'stgset(prj)' is always false [knownConditionTrueFalse] 23FEBpl1.0/prim/general/libsrc/proj.c:582:17: note: Calling function 'stgset' returns 0 23FEBpl1.0/prim/general/libsrc/proj.c:582:17: note: Condition 'stgset(prj)' is always false 23FEBpl1.0/prim/general/libsrc/proj.c:634:17: style: Condition 'arcset(prj)' is always false [knownConditionTrueFalse] 23FEBpl1.0/prim/general/libsrc/proj.c:634:17: note: Calling function 'arcset' returns 0 23FEBpl1.0/prim/general/libsrc/proj.c:634:17: note: Condition 'arcset(prj)' is always false 23FEBpl1.0/prim/general/libsrc/proj.c:655:17: style: Condition 'arcset(prj)' is always false [knownConditionTrueFalse] 23FEBpl1.0/prim/general/libsrc/proj.c:655:17: note: Calling function 'arcset' returns 0 23FEBpl1.0/prim/general/libsrc/proj.c:655:17: note: Condition 'arcset(prj)' is always false 23FEBpl1.0/prim/general/libsrc/proj.c:933:17: style: Condition 'zeaset(prj)' is always false [knownConditionTrueFalse] 23FEBpl1.0/prim/general/libsrc/proj.c:933:17: note: Calling function 'zeaset' returns 0 23FEBpl1.0/prim/general/libsrc/proj.c:933:17: note: Condition 'zeaset(prj)' is always false 23FEBpl1.0/prim/general/libsrc/proj.c:955:17: style: Condition 'zeaset(prj)' is always false [knownConditionTrueFalse] 23FEBpl1.0/prim/general/libsrc/proj.c:955:17: note: Calling function 'zeaset' returns 0 23FEBpl1.0/prim/general/libsrc/proj.c:955:17: note: Condition 'zeaset(prj)' is always false 23FEBpl1.0/prim/general/libsrc/proj.c:1273:17: style: Condition 'carset(prj)' is always false [knownConditionTrueFalse] 23FEBpl1.0/prim/general/libsrc/proj.c:1273:17: note: Calling function 'carset' returns 0 23FEBpl1.0/prim/general/libsrc/proj.c:1273:17: note: Condition 'carset(prj)' is always false 23FEBpl1.0/prim/general/libsrc/proj.c:1291:17: style: Condition 'carset(prj)' is always false [knownConditionTrueFalse] 23FEBpl1.0/prim/general/libsrc/proj.c:1291:17: note: Calling function 'carset' returns 0 23FEBpl1.0/prim/general/libsrc/proj.c:1291:17: note: Condition 'carset(prj)' is always false 23FEBpl1.0/prim/general/libsrc/proj.c:1336:17: style: Condition 'merset(prj)' is always false [knownConditionTrueFalse] 23FEBpl1.0/prim/general/libsrc/proj.c:1336:17: note: Calling function 'merset' returns 0 23FEBpl1.0/prim/general/libsrc/proj.c:1336:17: note: Condition 'merset(prj)' is always false 23FEBpl1.0/prim/general/libsrc/proj.c:1358:17: style: Condition 'merset(prj)' is always false [knownConditionTrueFalse] 23FEBpl1.0/prim/general/libsrc/proj.c:1358:17: note: Calling function 'merset' returns 0 23FEBpl1.0/prim/general/libsrc/proj.c:1358:17: note: Condition 'merset(prj)' is always false 23FEBpl1.0/prim/general/libsrc/proj.c:1918:17: style: Condition 'bonset(prj)' is always false [knownConditionTrueFalse] 23FEBpl1.0/prim/general/libsrc/proj.c:1918:17: note: Calling function 'bonset' returns 0 23FEBpl1.0/prim/general/libsrc/proj.c:1918:17: note: Condition 'bonset(prj)' is always false 23FEBpl1.0/prim/general/libsrc/proj.c:1946:17: style: Condition 'bonset(prj)' is always false [knownConditionTrueFalse] 23FEBpl1.0/prim/general/libsrc/proj.c:1946:17: note: Calling function 'bonset' returns 0 23FEBpl1.0/prim/general/libsrc/proj.c:1946:17: note: Condition 'bonset(prj)' is always false 23FEBpl1.0/prim/general/libsrc/proj.c:2010:17: style: Condition 'pcoset(prj)' is always false [knownConditionTrueFalse] 23FEBpl1.0/prim/general/libsrc/proj.c:2010:17: note: Calling function 'pcoset' returns 0 23FEBpl1.0/prim/general/libsrc/proj.c:2010:17: note: Condition 'pcoset(prj)' is always false 23FEBpl1.0/prim/general/libsrc/proj.c:2042:17: style: Condition 'pcoset(prj)' is always false [knownConditionTrueFalse] 23FEBpl1.0/prim/general/libsrc/proj.c:2042:17: note: Calling function 'pcoset' returns 0 23FEBpl1.0/prim/general/libsrc/proj.c:2042:17: note: Condition 'pcoset(prj)' is always false 23FEBpl1.0/prim/general/libsrc/proj.c:2148:17: style: Condition 'glsset(prj)' is always false [knownConditionTrueFalse] 23FEBpl1.0/prim/general/libsrc/proj.c:2148:17: note: Calling function 'glsset' returns 0 23FEBpl1.0/prim/general/libsrc/proj.c:2148:17: note: Condition 'glsset(prj)' is always false 23FEBpl1.0/prim/general/libsrc/proj.c:2168:17: style: Condition 'glsset(prj)' is always false [knownConditionTrueFalse] 23FEBpl1.0/prim/general/libsrc/proj.c:2168:17: note: Calling function 'glsset' returns 0 23FEBpl1.0/prim/general/libsrc/proj.c:2168:17: note: Condition 'glsset(prj)' is always false 23FEBpl1.0/prim/general/libsrc/proj.c:2226:17: style: Condition 'parset(prj)' is always false [knownConditionTrueFalse] 23FEBpl1.0/prim/general/libsrc/proj.c:2226:17: note: Calling function 'parset' returns 0 23FEBpl1.0/prim/general/libsrc/proj.c:2226:17: note: Condition 'parset(prj)' is always false 23FEBpl1.0/prim/general/libsrc/proj.c:2247:17: style: Condition 'parset(prj)' is always false [knownConditionTrueFalse] 23FEBpl1.0/prim/general/libsrc/proj.c:2247:17: note: Calling function 'parset' returns 0 23FEBpl1.0/prim/general/libsrc/proj.c:2247:17: note: Condition 'parset(prj)' is always false 23FEBpl1.0/prim/general/libsrc/proj.c:2309:17: style: Condition 'aitset(prj)' is always false [knownConditionTrueFalse] 23FEBpl1.0/prim/general/libsrc/proj.c:2309:17: note: Calling function 'aitset' returns 0 23FEBpl1.0/prim/general/libsrc/proj.c:2309:17: note: Condition 'aitset(prj)' is always false 23FEBpl1.0/prim/general/libsrc/proj.c:2331:17: style: Condition 'aitset(prj)' is always false [knownConditionTrueFalse] 23FEBpl1.0/prim/general/libsrc/proj.c:2331:17: note: Calling function 'aitset' returns 0 23FEBpl1.0/prim/general/libsrc/proj.c:2331:17: note: Condition 'aitset(prj)' is always false 23FEBpl1.0/prim/general/libsrc/proj.c:2397:17: style: Condition 'molset(prj)' is always false [knownConditionTrueFalse] 23FEBpl1.0/prim/general/libsrc/proj.c:2397:17: note: Calling function 'molset' returns 0 23FEBpl1.0/prim/general/libsrc/proj.c:2397:17: note: Condition 'molset(prj)' is always false 23FEBpl1.0/prim/general/libsrc/proj.c:2443:17: style: Condition 'molset(prj)' is always false [knownConditionTrueFalse] 23FEBpl1.0/prim/general/libsrc/proj.c:2443:17: note: Calling function 'molset' returns 0 23FEBpl1.0/prim/general/libsrc/proj.c:2443:17: note: Condition 'molset(prj)' is always false 23FEBpl1.0/prim/general/libsrc/proj.c:2540:17: style: Condition 'cscset(prj)' is always false [knownConditionTrueFalse] 23FEBpl1.0/prim/general/libsrc/proj.c:2540:17: note: Calling function 'cscset' returns 0 23FEBpl1.0/prim/general/libsrc/proj.c:2540:17: note: Condition 'cscset(prj)' is always false 23FEBpl1.0/prim/general/libsrc/proj.c:2688:17: style: Condition 'cscset(prj)' is always false [knownConditionTrueFalse] 23FEBpl1.0/prim/general/libsrc/proj.c:2688:17: note: Calling function 'cscset' returns 0 23FEBpl1.0/prim/general/libsrc/proj.c:2688:17: note: Condition 'cscset(prj)' is always false 23FEBpl1.0/prim/general/libsrc/proj.c:2815:17: style: Condition 'qscset(prj)' is always false [knownConditionTrueFalse] 23FEBpl1.0/prim/general/libsrc/proj.c:2815:17: note: Calling function 'qscset' returns 0 23FEBpl1.0/prim/general/libsrc/proj.c:2815:17: note: Condition 'qscset(prj)' is always false 23FEBpl1.0/prim/general/libsrc/proj.c:2988:17: style: Condition 'qscset(prj)' is always false [knownConditionTrueFalse] 23FEBpl1.0/prim/general/libsrc/proj.c:2988:17: note: Calling function 'qscset' returns 0 23FEBpl1.0/prim/general/libsrc/proj.c:2988:17: note: Condition 'qscset(prj)' is always false 23FEBpl1.0/prim/general/libsrc/proj.c:3173:17: style: Condition 'tscset(prj)' is always false [knownConditionTrueFalse] 23FEBpl1.0/prim/general/libsrc/proj.c:3173:17: note: Calling function 'tscset' returns 0 23FEBpl1.0/prim/general/libsrc/proj.c:3173:17: note: Condition 'tscset(prj)' is always false 23FEBpl1.0/prim/general/libsrc/proj.c:3267:17: style: Condition 'tscset(prj)' is always false [knownConditionTrueFalse] 23FEBpl1.0/prim/general/libsrc/proj.c:3267:17: note: Calling function 'tscset' returns 0 23FEBpl1.0/prim/general/libsrc/proj.c:3267:17: note: Condition 'tscset(prj)' is always false 23FEBpl1.0/prim/general/src/iminfo.c:139:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable D_R4_FORMAT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/general/libsrc/proj.c:3049:11: style: Variable 'rhu' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/prim/general/src/logviewer.c:106:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable O_RDONLY [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/general/src/logviewer.c:70:7: style: Parameter 'argv' can be declared as const array [constParameter] 23FEBpl1.0/prim/general/src/logviewer.c:77:29: style: Variable 'switchy' can be declared as const array [constVariable] 23FEBpl1.0/prim/general/src/genxy1.c:504:9: style: Parameter 'aux' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/general/src/genxy1.c:886:9: style: Variable 'nobytes' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/prim/general/src/positions.c:281:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable D_R4_FORMAT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/general/src/iminfo.c:95:9: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/prim/general/src/iminfo.c:94:9: note: stat is assigned 23FEBpl1.0/prim/general/src/iminfo.c:95:9: note: stat is overwritten 23FEBpl1.0/prim/general/src/iminfo.c:217:6: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/prim/general/src/iminfo.c:95:9: note: stat is assigned 23FEBpl1.0/prim/general/src/iminfo.c:217:6: note: stat is overwritten 23FEBpl1.0/prim/general/src/iminfo.c:106:12: style: Local variable 'dd' shadows outer variable [shadowVariable] 23FEBpl1.0/prim/general/src/iminfo.c:66:9: note: Shadowed declaration 23FEBpl1.0/prim/general/src/iminfo.c:106:12: note: Shadow variable 23FEBpl1.0/prim/general/src/iminfo.c:54:7: style: Parameter 'argv' can be declared as const array [constParameter] 23FEBpl1.0/prim/general/src/iminfo.c:64:12: style: Variable 'longtime' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/prim/general/src/iminfo.c:70:21: style: Variable 'fctpntr' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/prim/general/src/iminfo.c:300:11: style: Variable 'xptr' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/prim/general/src/readima.c:21:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/prim/general/src/readima.c:94:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FILE_START [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/general/src/stegano.c:1174:1: portability: Omitted return type of function 'method' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/prim/general/src/readima.c:103:11: portability: Casting between char * and float * which have an incompatible binary data representation. [invalidPointerCast] 23FEBpl1.0/prim/general/src/readima.c:23:7: style: Parameter 'argv' can be declared as const array [constParameter] 23FEBpl1.0/prim/general/src/readima.c:28:7: style: Variable 'datpntr' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/prim/general/src/readima.c:100:12: style: Variable 'fpix' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/prim/general/src/readima.c:112:20: style: Variable 'cpix' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/prim/general/src/readima.c:95:22: style: Variable 'stat' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/prim/general/src/readima.c:32:21: style: Unused variable: outbuf [unusedVariable] 23FEBpl1.0/prim/help/mhsplit.c:67:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/prim/help/mhsplit.c:167:1: portability: Omitted return type of function 'helpfile' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/prim/general/src/stegano.c:455:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable D_OLD_FORMAT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/general/src/stegano.c:742:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdin [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/general/src/stegano.c:768:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdin [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/general/src/stegano.c:777:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdin [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/general/src/stegano.c:792:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/general/src/stegano.c:919:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/general/src/stegano.c:1514:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/help/mhsplit.c:78:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdin [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/help/mhsplit.c:204:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/general/src/positions.c:124:9: portability: Casting between char * and float * which have an incompatible binary data representation. [invalidPointerCast] 23FEBpl1.0/prim/general/src/positions.c:134:9: portability: Casting between char * and float * which have an incompatible binary data representation. [invalidPointerCast] 23FEBpl1.0/prim/general/src/positions.c:310:9: portability: Casting between char * and float * which have an incompatible binary data representation. [invalidPointerCast] 23FEBpl1.0/prim/general/src/positions.c:57:8: style: Variable 'mpntr' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/prim/general/src/positions.c:58:8: style: Variable 'gpntr' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/prim/general/src/positions.c:82:8: style: Parameter 'npix' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/general/src/positions.c:92:17: style: Variable 'fpntr' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/prim/general/src/positions.c:170:15: style: Variable 'mpntr' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/prim/plot/libsrc/boxwtp.c:81:14: style: Variable 'str_err' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/prim/plot/libsrc/boxwtp.c:82:14: style: Variable 'str_small' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/prim/plot/libsrc/boxwtp.c:83:14: style: Variable 'str_large' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/prim/general/src/averag.c:1142:12: portability: Casting between char * and float * which have an incompatible binary data representation. [invalidPointerCast] 23FEBpl1.0/prim/general/src/averag.c:1160:21: portability: Casting between char * and float * which have an incompatible binary data representation. [invalidPointerCast] 23FEBpl1.0/prim/general/src/averag.c:1185:21: portability: Casting between char * and float * which have an incompatible binary data representation. [invalidPointerCast] 23FEBpl1.0/prim/general/src/averag.c:1205:12: portability: Casting between char * and float * which have an incompatible binary data representation. [invalidPointerCast] 23FEBpl1.0/prim/general/src/averag.c:1276:16: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/prim/general/src/averag.c:1295:13: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/prim/general/src/averag.c:901:4: style: Variable 'kk' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/prim/general/src/averag.c:872:13: note: kk is assigned 23FEBpl1.0/prim/general/src/averag.c:901:4: note: kk is overwritten 23FEBpl1.0/prim/general/src/averag.c:901:4: style: Variable 'kk' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/prim/general/src/averag.c:874:16: note: kk is assigned 23FEBpl1.0/prim/general/src/averag.c:901:4: note: kk is overwritten 23FEBpl1.0/prim/general/src/averag.c:88:9: style: Parameter 'iaux' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/general/src/averag.c:88:28: style: Parameter 'cpix' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/general/src/averag.c:89:16: style: Parameter 'npixc' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/general/src/averag.c:91:14: style: Parameter 'faux' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/general/src/averag.c:91:21: style: Parameter 'a' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/general/src/averag.c:268:8: style: Parameter 'npixc' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/general/src/averag.c:269:14: style: Parameter 'iaux' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/general/src/averag.c:270:14: style: Parameter 'x' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/general/src/averag.c:271:14: style: Parameter 'faux' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/general/src/averag.c:271:21: style: Parameter 'z' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/help/mhsplit.c:143:21: style:inconclusive: Redundant condition: The condition '*pl' is redundant since '*pl > ' '' is sufficient. [redundantCondition] 23FEBpl1.0/prim/help/mhsplit.c:147:14: style:inconclusive: Redundant condition: The condition '*pl' is redundant since '*pl > ' '' is sufficient. [redundantCondition] 23FEBpl1.0/prim/help/mhsplit.c:149:21: style:inconclusive: Redundant condition: The condition '*pl' is redundant since '*pl > ' '' is sufficient. [redundantCondition] 23FEBpl1.0/prim/help/mhsplit.c:151:21: style:inconclusive: Redundant condition: The condition '*pl' is redundant since '*pl > ' '' is sufficient. [redundantCondition] 23FEBpl1.0/prim/help/mhsplit.c:181:14: style: Condition '*pc' is always true [knownConditionTrueFalse] 23FEBpl1.0/prim/help/mhsplit.c:171:9: style: Local variable 'name' shadows outer variable [shadowVariable] 23FEBpl1.0/prim/help/mhsplit.c:59:10: note: Shadowed declaration 23FEBpl1.0/prim/help/mhsplit.c:171:9: note: Shadow variable 23FEBpl1.0/prim/help/mhsplit.c:72:12: style: Variable 'seb' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/prim/help/mhsplit.c:72:18: style: Variable 'cob' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/prim/help/mhsplit.c:72:24: style: Variable 'seeb' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/prim/plot/libsrc/getbdf.c:83:9: portability: Casting between char * and float * which have an incompatible binary data representation. [invalidPointerCast] 23FEBpl1.0/prim/plot/libsrc/getbdf.c:71:9: style: Parameter 'npix' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/plot/libsrc/getbdf.c:73:9: style: Parameter 'start' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/plot/libsrc/getbdf.c:73:17: style: Parameter 'step' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/plot/libsrc/getdev.c:101:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable READ [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/plot/libsrc/getproj.c:104:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PI [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/plot/libsrc/getdev.c:96:8: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] 23FEBpl1.0/prim/plot/libsrc/getdev.c:116:14: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] 23FEBpl1.0/prim/plot/libsrc/getdev.c:86:16: style: Variable 'strtest' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/prim/plot/libsrc/getproj.c:89:18: style: Parameter 'angle' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/plot/libsrc/getproj.c:89:26: style: Parameter 'scales' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/plot/libsrc/getdat.c:119:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable F_X_MODE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/plot/libsrc/getsin.c:80:7: style: Variable 'str_err' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/prim/plot/libsrc/getsin.c:81:7: style: Variable 'str_small' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/prim/plot/libsrc/getsin.c:82:7: style: Variable 'str_large' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/prim/plot/libsrc/gettic.c:137:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PLT_EPS [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/plot/libsrc/labstr.c:77:30: error: Memory leak: source [memleak] 23FEBpl1.0/prim/plot/libsrc/labstr.c:65:14: style: Variable 'pntc' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/prim/plot/libsrc/labstr.c:68:7: style: Variable 'bcksld' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/prim/plot/libsrc/labstr.c:69:7: style: Variable 'bcksl1' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/prim/plot/libsrc/labstr.c:70:7: style: Variable 'bckslu' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/prim/plot/libsrc/labstr.c:71:7: style: Variable 'bcksl2' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/prim/plot/libsrc/labstr.c:72:7: style: Variable 'strnul' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/prim/plot/libsrc/minmax.c:54:8: style: Parameter 'array' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/plot/libsrc/getdat.c:126:19: portability: Casting between char * and float * which have an incompatible binary data representation. [invalidPointerCast] 23FEBpl1.0/prim/plot/libsrc/getdat.c:152:19: portability: Casting between char * and float * which have an incompatible binary data representation. [invalidPointerCast] 23FEBpl1.0/prim/plot/libsrc/getdat.c:74:22: style: Parameter 'npix' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/plot/libsrc/plbdfi.c:66:8: style: Parameter 'image' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/plot/libsrc/plcon.c:146:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable use [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/plot/libsrc/plcon.c:221:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/plot/libsrc/pldesi.c:69:16: style: Parameter 'image' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/plot/libsrc/plerr.c:93:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FOR_Y [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/general/src/stegano.c:466:11: error: printf format string requires 2 parameters but only 1 is given. [wrongPrintfScanfArgNum] 23FEBpl1.0/prim/general/src/stegano.c:705:7: error: Common realloc mistake: 'space' nulled but not freed upon failure [memleakOnRealloc] 23FEBpl1.0/prim/general/src/stegano.c:123:15: portability: Casting between char * and float * which have an incompatible binary data representation. [invalidPointerCast] 23FEBpl1.0/prim/general/src/stegano.c:173:15: portability: Casting between char * and float * which have an incompatible binary data representation. [invalidPointerCast] 23FEBpl1.0/prim/general/src/stegano.c:300:9: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/prim/general/src/stegano.c:299:9: note: stat is assigned 23FEBpl1.0/prim/general/src/stegano.c:300:9: note: stat is overwritten 23FEBpl1.0/prim/general/src/stegano.c:301:9: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/prim/general/src/stegano.c:300:9: note: stat is assigned 23FEBpl1.0/prim/general/src/stegano.c:301:9: note: stat is overwritten 23FEBpl1.0/prim/general/src/stegano.c:346:12: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/prim/general/src/stegano.c:301:9: note: stat is assigned 23FEBpl1.0/prim/general/src/stegano.c:346:12: note: stat is overwritten 23FEBpl1.0/prim/general/src/stegano.c:1028:3: style: Variable 'k' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/prim/general/src/stegano.c:958:9: note: k is assigned 23FEBpl1.0/prim/general/src/stegano.c:1028:3: note: k is overwritten 23FEBpl1.0/prim/general/src/stegano.c:586:3: style: Label 'encode_text' is not used. [unusedLabel] 23FEBpl1.0/prim/general/src/stegano.c:90:7: style: Parameter 'what' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/general/src/stegano.c:430:8: style: Parameter 'txtnam' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/general/src/stegano.c:857:7: style: Parameter 'filea' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/general/src/stegano.c:858:7: style: Parameter 'fileb' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/general/src/stegano.c:1257:6: style: Variable 'j1' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/prim/general/src/stegano.c:1339:6: style: Variable 'j1' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/prim/general/src/stegano.c:865:9: style: Unused variable: ppasswd [unusedVariable] 23FEBpl1.0/prim/general/src/stegano.c:865:19: style: Unused variable: phint [unusedVariable] 23FEBpl1.0/prim/general/src/stegano.c:865:38: style: Unused variable: in [unusedVariable] 23FEBpl1.0/prim/general/src/stegano.c:1179:9: style: Unused variable: nm [unusedVariable] 23FEBpl1.0/prim/plot/libsrc/plgra.c:224:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/plot/libsrc/plgra.c:371:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/plot/libsrc/plgra.c:547:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/plot/libsrc/plcon.c:263:33: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/prim/plot/libsrc/plcon.c:264:33: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/prim/plot/libsrc/plcon.c:305:23: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/prim/plot/libsrc/plcon.c:306:23: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/prim/plot/libsrc/plcon.c:308:18: portability:inconclusive: Casting from double * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/prim/plot/libsrc/plcon.c:309:18: portability:inconclusive: Casting from double * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/prim/plot/libsrc/plcon.c:100:15: style: Parameter 'npix' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/plot/libsrc/plcon.c:102:15: style: Parameter 'start' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/plot/libsrc/plcon.c:102:23: style: Parameter 'step' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/plot/libsrc/plcon.c:111:17: style: Variable 'first' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/prim/plot/libsrc/plcon.c:329:16: style: Parameter 'ctype' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/plot/libsrc/plcon.c:330:17: style: Parameter 'image' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/plot/libsrc/plcon.c:330:32: style: Parameter 'clevl' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/plot/libsrc/plcon.c:427:23: style: Parameter 'ctype' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/plot/libsrc/plcon.c:429:8: style: Parameter 'clevl' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/plot/libsrc/plgra.c:170:17: style: Parameter 'image' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/plot/libsrc/plgra.c:426:8: style: Parameter 'glevl' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/plot/libsrc/pliden.c:71:7: style: Parameter 'lstrng' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/plot/libsrc/pliden.c:71:16: style: Parameter 'rstrng' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/plot/libsrc/plgrd.c:77:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PLDIM2 [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/plot/libsrc/plkeyi.c:68:16: style: Parameter 'image' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/plot/libsrc/plerr.c:77:7: style: Parameter 'bar' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/plot/libsrc/plerr.c:78:23: style: Parameter 'ilog' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/plot/libsrc/pllogi.c:81:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PLDIM2 [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/plot/libsrc/plmodf.c:247:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/plot/libsrc/pllogi.c:135:7: style: Variable 'fmt_sydi' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/prim/plot/libsrc/plper.c:159:70: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Pdata [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/plot/libsrc/plper.c:252:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable px [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/plot/libsrc/plper.c:290:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable px [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/plot/libsrc/plper.c:397:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable py [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/plot/libsrc/plper.c:454:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/plot/libsrc/plper.c:731:58: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Odata [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/plot/libsrc/plper.c:909:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FOR_Z [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/plot/libsrc/plmodf.c:231:9: portability: Casting between char * and float * which have an incompatible binary data representation. [invalidPointerCast] 23FEBpl1.0/prim/plot/libsrc/plmodf.c:312:28: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/prim/plot/libsrc/plmodf.c:317:18: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/prim/plot/libsrc/plmodf.c:318:18: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/prim/plot/libsrc/plmodf.c:136:14: style: Parameter 'xval' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/plot/libsrc/plmodf.c:136:21: style: Parameter 'yval' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/plot/libsrc/plmodf.c:178:14: style: Parameter 'xval' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/plot/libsrc/plmodf.c:178:21: style: Parameter 'yval' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/plot/libsrc/plmodf.c:216:9: style: Parameter 'npix' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/plot/libsrc/plmodf.c:217:9: style: Parameter 'start' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/plot/libsrc/plmodf.c:217:17: style: Parameter 'step' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/plot/libsrc/plfrm3.c:94:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PLDIM3 [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/plot/libsrc/plper.c:409:18: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/prim/plot/libsrc/plper.c:410:18: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/prim/plot/libsrc/plper.c:101:15: style: Parameter 'step' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/plot/libsrc/plper.c:217:21: style: Parameter 'point1' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/plot/libsrc/plper.c:217:30: style: Parameter 'point2' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/plot/libsrc/plper.c:376:29: style: Parameter 'cls_line' can be declared as const array [constParameter] 23FEBpl1.0/prim/plot/libsrc/plper.c:717:9: style: Parameter 'xyflag' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/plot/libsrc/plper.c:718:9: style: Parameter 'image' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/plot/libsrc/plper.c:718:26: style: Parameter 'p_img' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/plot/libsrc/plper.c:719:9: style: Parameter 'start' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/plot/libsrc/plper.c:811:8: style: Parameter 'angle' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/plot/libsrc/plper.c:811:16: style: Parameter 'image' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/plot/libsrc/plper.c:811:24: style: Parameter 'wcfram' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/plot/libsrc/plvec.c:94:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PLDIM2 [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/plot/libsrc/plvec.c:141:38: warning: Logical disjunction always evaluates to true: phi >= 0.0 || phi < 90.0. [incorrectLogicOperator] 23FEBpl1.0/prim/plot/libsrc/plvec.c:151:44: warning: Logical disjunction always evaluates to true: phi >= 90.0 || phi < 180. [incorrectLogicOperator] 23FEBpl1.0/prim/plot/libsrc/plvec.c:161:45: warning: Logical disjunction always evaluates to true: phi >= 180.0 || phi < 270. [incorrectLogicOperator] 23FEBpl1.0/prim/plot/libsrc/plvec.c:171:45: warning: Logical disjunction always evaluates to true: phi >= 270.0 || phi <= 360. [incorrectLogicOperator] 23FEBpl1.0/prim/plot/libsrc/plvec.c:86:15: style: Parameter 'p_imgA' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/plot/libsrc/plvec.c:86:24: style: Parameter 'p_imgB' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/plot/libsrc/plvec.c:86:33: style: Parameter 'image' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/plot/libsrc/plvec.c:86:54: style: Parameter 'ranp' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/plot/libsrc/plvec.c:87:15: style: Parameter 'step' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/plot/libsrc/plvec.c:209:19: style: Parameter 'ranp' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/plot/libsrc/skipnul.c:97:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/plot/libsrc/skipnul.c:249:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/plot/libsrc/skipnul.c:83:7: style: Parameter 'nline' can be declared as const array [constParameter] 23FEBpl1.0/prim/plot/libsrc/skipnul.c:87:20: style: Variable 'p_null' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/prim/plot/libsrc/skipnul.c:145:8: style: Parameter 'colspecs' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/plot/libsrc/skipnul.c:234:7: style: Parameter 'nline' can be declared as const array [constParameter] 23FEBpl1.0/prim/plot/libsrc/tbgen.c:143:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERR_NORMAL [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/plot/libsrc/tbgen.c:250:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERR_NORMAL [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/plot/libsrc/tbgen.c:336:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERR_NORMAL [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/plot/libsrc/tbgen.c:421:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERR_NORMAL [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/plot/libsrc/tbl_usrinp.c:246:8: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] 23FEBpl1.0/prim/plot/libsrc/tbl_usrinp.c:179:33: style: Variable 'p_range' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/prim/plot/libsrc/tbl_usrinp.c:219:7: style: Parameter 'string' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/plot/libsrc/plgrd.c:73:7: style: Parameter 'cinput' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/plot/libsrc/plgrd.c:73:16: style: Parameter 'xy_opt' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/plot/src/cleargra.c:76:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERR_NORMAL [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/plot/src/copygrap.c:96:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable READ [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/plot/libsrc/usrinp.c:108:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERR_NORMAL [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/plot/src/modgcur.c:80:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DIMMAX [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/plot/src/modgcur.c:162:33: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] 23FEBpl1.0/prim/plot/src/modgcur.c:96:8: style: Variable 'err_flat' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/prim/plot/src/gcursor.c:81:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DIMMAX [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/plot/src/overerr.c:116:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable F_I_MODE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/plot/src/overerr.c:166:42: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] 23FEBpl1.0/prim/plot/src/overerr.c:172:42: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] 23FEBpl1.0/prim/plot/src/overerr.c:195:32: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] 23FEBpl1.0/prim/plot/src/overerr.c:201:32: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] 23FEBpl1.0/prim/plot/libsrc/usrinp.c:118:8: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] 23FEBpl1.0/prim/plot/libsrc/usrinp.c:140:18: portability: Casting between char * and float * which have an incompatible binary data representation. [invalidPointerCast] 23FEBpl1.0/prim/plot/libsrc/usrinp.c:143:18: portability: Casting between char * and double * which have an incompatible binary data representation. [invalidPointerCast] 23FEBpl1.0/prim/plot/src/overlab.c:105:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/plot/src/overlin.c:93:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/plot/src/overlab.c:282:41: style: Expression is always false because 'else if' condition matches previous condition at line 201. [multiCondition] 23FEBpl1.0/prim/plot/src/overlab.c:85:10: style: Variable 'pntr' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/prim/plot/src/overlab.c:91:10: style: Variable 'fmt' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/prim/plot/src/overlab.c:93:10: style: Variable 'err_xmm' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/prim/plot/src/overlab.c:94:10: style: Variable 'err_ymm' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/prim/plot/src/overlab.c:95:10: style: Variable 'err_sc' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/prim/plot/src/overlab.c:262:19: error: Uninitialized variable: xysize [legacyUninitvar] 23FEBpl1.0/prim/plot/src/overlab.c:235:22: style: Variable 'pntr' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/prim/plot/src/overlab.c:253:16: style: Variable 'stat' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/prim/plot/libsrc/plfrm3.c:87:14: style: Parameter 'xwcfrm' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/plot/libsrc/plfrm3.c:87:23: style: Parameter 'ywcfrm' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/plot/libsrc/plfrm3.c:87:32: style: Parameter 'zwcfrm' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/plot/src/overlin.c:352:17: style: Redundant assignment of 'xx[0]' to itself. [selfAssignment] 23FEBpl1.0/prim/plot/src/overlin.c:353:17: style: Redundant assignment of 'xx[1]' to itself. [selfAssignment] 23FEBpl1.0/prim/plot/src/overlin.c:354:17: style: Redundant assignment of 'yy[0]' to itself. [selfAssignment] 23FEBpl1.0/prim/plot/src/overlin.c:355:17: style: Redundant assignment of 'yy[1]' to itself. [selfAssignment] 23FEBpl1.0/prim/plot/src/overlin.c:81:10: style: Variable 'pntr' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/prim/plot/src/overlin.c:99:7: style: Variable 'fmt' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/prim/plot/src/overlin.c:104:7: style: Variable 'err_xmm' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/prim/plot/src/overlin.c:105:7: style: Variable 'err_ymm' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/prim/plot/src/overlin.c:106:7: style: Variable 'err_sc' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/prim/plot/src/overlin.c:305:19: error: Uninitialized variable: xysize [legacyUninitvar] 23FEBpl1.0/prim/plot/src/overlin.c:274:22: style: Variable 'pntr' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/prim/plot/src/overlin.c:296:16: style: Variable 'stat' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/prim/plot/src/overlin.c:413:9: style: Variable 'stat' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/prim/plot/src/gcursor.c:133:9: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] 23FEBpl1.0/prim/plot/src/gcursor.c:135:9: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] 23FEBpl1.0/prim/plot/src/gcursor.c:225:14: portability: Casting between char * and float * which have an incompatible binary data representation. [invalidPointerCast] 23FEBpl1.0/prim/plot/src/gcursor.c:91:46: style: Variable 'plsrc' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/prim/plot/src/gcursor.c:111:8: style: Variable 'trmfmt' can be declared as const array [constVariable] 23FEBpl1.0/prim/plot/src/gcursor.c:213:14: style: Variable 'linflag' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/prim/plot/src/plotaxes.c:90:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERR_NORMAL [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/plot/src/plotaxes.c:99:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PLDIM2 [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/plot/src/oversym.c:102:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/plot/src/plotcol.c:85:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PLDIM2 [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/plot/src/plotaxes.c:213:26: warning: Logical disjunction always evaluates to true: *xcoord != 'M' || *xcoord != 'm'. [incorrectLogicOperator] 23FEBpl1.0/prim/plot/src/plotaxes.c:234:26: warning: Logical disjunction always evaluates to true: *ycoord != 'M' || *ycoord != 'm'. [incorrectLogicOperator] 23FEBpl1.0/prim/plot/src/plotaxes.c:214:19: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/prim/plot/src/plotaxes.c:235:19: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/prim/plot/src/plotcon.c:105:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERR_NORMAL [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/plot/src/plotcon.c:155:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PLDIM2 [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/plot/src/plotdes.c:98:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PLDIM2 [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/plot/src/plotcol.c:179:29: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] 23FEBpl1.0/prim/plot/src/plotcol.c:185:11: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/prim/plot/src/plotcol.c:180:11: note: stat is assigned 23FEBpl1.0/prim/plot/src/plotcol.c:185:11: note: stat is overwritten 23FEBpl1.0/prim/plot/src/plotcol.c:94:29: style: Variable 'pntr' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/prim/plot/src/plotcol.c:101:8: style: Variable 'err_flat' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/prim/plot/src/plotcol.c:163:11: style: Variable 'stat' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/prim/plot/src/plotcol.c:185:11: style: Variable 'stat' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/prim/plot/src/plotdes.c:90:8: style: Variable 'err_mxnr' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/prim/plot/src/plotdes.c:91:8: style: Variable 'err_flat' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/prim/plot/src/plotdes.c:95:8: style: Variable 'err_2large' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/prim/plot/src/plothbdf.c:92:60: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PLDIM2 [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/plot/src/plothbdf.c:195:18: style: Condition 'histo_source==0' is always true [knownConditionTrueFalse] 23FEBpl1.0/prim/plot/src/plothbdf.c:159:16: note: Assignment 'histo_source=0', assigned value is 0 23FEBpl1.0/prim/plot/src/plothbdf.c:195:18: note: Condition 'histo_source==0' is always true 23FEBpl1.0/prim/plot/src/plothbdf.c:108:14: style: Variable 'err_flat' can be declared as const array [constVariable] 23FEBpl1.0/prim/plot/src/plotgra.c:88:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PLDIM2 [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/plot/src/oversym.c:82:10: style: Variable 'pntr' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/prim/plot/src/oversym.c:87:7: style: Variable 'fmt' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/prim/plot/src/oversym.c:91:7: style: Variable 'err_xmm' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/prim/plot/src/oversym.c:92:7: style: Variable 'err_ymm' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/prim/plot/src/oversym.c:93:7: style: Variable 'err_sc' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/prim/plot/src/plothtbl.c:112:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PLDIM2 [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/plot/src/oversym.c:264:19: error: Uninitialized variable: xysize [legacyUninitvar] 23FEBpl1.0/prim/plot/src/oversym.c:236:22: style: Variable 'pntr' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/prim/plot/src/oversym.c:255:16: style: Variable 'stat' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/prim/plot/src/plotkey.c:100:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PLDIM2 [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/plot/src/plothtbl.c:113:14: style: Variable 'err_flat' can be declared as const array [constVariable] 23FEBpl1.0/prim/plot/src/plotkey.c:196:23: portability:inconclusive: Casting from double * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/prim/plot/src/plotkey.c:92:8: style: Variable 'err_mxnr' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/prim/plot/src/plotkey.c:93:8: style: Variable 'err_flat' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/prim/plot/src/plotkey.c:94:8: style: Variable 'err_nmkey' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/prim/plot/src/plotkey.c:95:8: style: Variable 'err_ckey' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/prim/plot/src/plotkey.c:97:8: style: Variable 'err_2large' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/prim/plot/src/plotper.c:82:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PLDIM2 [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/plot/src/plotrow.c:88:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PLDIM2 [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/plot/src/plotgra.c:267:14: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/prim/plot/src/plotgra.c:103:8: style: Variable 'err_flat' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/prim/plot/src/plotgra.c:358:13: style: Variable 'size' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/prim/plot/src/plotcon.c:104:10: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/prim/plot/src/plotcon.c:172:8: style: Variable 'info_flat' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/prim/plot/src/setgrap.c:140:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/plot/src/plotvec.c:83:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PLDIM2 [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/plot/src/setgrap.c:240:47: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] 23FEBpl1.0/prim/plot/src/setgrap.c:246:48: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] 23FEBpl1.0/prim/plot/src/setgrap.c:252:47: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] 23FEBpl1.0/prim/plot/src/setgrap.c:258:47: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] 23FEBpl1.0/prim/plot/src/setgrap.c:264:47: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] 23FEBpl1.0/prim/plot/src/setgrap.c:270:47: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] 23FEBpl1.0/prim/plot/src/setgrap.c:336:12: warning: Identical inner 'if' condition is always true. [identicalInnerCondition] 23FEBpl1.0/prim/plot/src/setgrap.c:331:12: note: outer condition: !found 23FEBpl1.0/prim/plot/src/setgrap.c:336:12: note: identical inner condition: !found 23FEBpl1.0/prim/plot/src/setgrap.c:410:25: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/prim/plot/src/setgrap.c:133:17: style: Variable 'eqpntr' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/prim/plot/src/setgrap.c:147:14: style: Variable 'ckeynam' can be declared as const array [constVariable] 23FEBpl1.0/prim/plot/src/setgrap.c:152:14: style: Variable 'ikeynam' can be declared as const array [constVariable] 23FEBpl1.0/prim/plot/src/setgrap.c:154:14: style: Variable 'rkeynam' can be declared as const array [constVariable] 23FEBpl1.0/prim/plot/src/setgrap.c:157:12: style: Variable 'ckeyiden' can be declared as const array [constVariable] 23FEBpl1.0/prim/plot/src/setgrap.c:162:12: style: Variable 'ikeyiden' can be declared as const array [constVariable] 23FEBpl1.0/prim/plot/src/setgrap.c:164:12: style: Variable 'rkeyiden' can be declared as const array [constVariable] 23FEBpl1.0/prim/plot/src/plottbl.c:146:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable D_C_FORMAT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/plot/src/plottbl.c:227:58: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERR_NORMAL [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/plot/src/plottbl.c:266:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PLDIM2 [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/plot/src/showgrap.c:167:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERR_NORMAL [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/plot/src/plotrow.c:191:26: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] 23FEBpl1.0/prim/plot/src/plotrow.c:398:45: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/prim/plot/src/plotrow.c:501:45: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/prim/plot/src/plotrow.c:198:9: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/prim/plot/src/plotrow.c:193:9: note: stat is assigned 23FEBpl1.0/prim/plot/src/plotrow.c:198:9: note: stat is overwritten 23FEBpl1.0/prim/plot/src/plotrow.c:99:42: style: Variable 'pntr' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/prim/plot/src/plotrow.c:112:8: style: Variable 'err_flat' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/prim/plot/src/showgrap.c:178:8: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] 23FEBpl1.0/prim/plot/src/showgrap.c:181:8: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] 23FEBpl1.0/prim/plot/src/showgrap.c:117:9: style: Variable 'orig' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/prim/plot/src/showgrap.c:122:7: style: Variable 'inf_des' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/prim/plot/src/showgrap.c:123:7: style: Variable 'inf_key' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/prim/plot/src/showgrap.c:124:7: style: Variable 'inf_fra' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/prim/plot/src/showgrap.c:125:7: style: Variable 'inf_tab' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/prim/table/libsrc/selechar.c:220:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable F_X_MODE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/table/libsrc/selechar.c:328:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TBL_FORLEN [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/table/libsrc/tbacol.c:94:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TBL_FORLEN [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/table/libsrc/tbacol.c:192:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TBL_FORLEN [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/table/libsrc/tbacol.c:419:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERR_NORMAL [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/plot/src/plotvec.c:323:13: style: Variable 'size' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/prim/table/libsrc/tbacol.c:302:48: portability: Casting between char * and float * which have an incompatible binary data representation. [invalidPointerCast] 23FEBpl1.0/prim/table/libsrc/tbacol.c:307:48: portability: Casting between char * and double * which have an incompatible binary data representation. [invalidPointerCast] 23FEBpl1.0/prim/table/libsrc/tbacol.c:451:35: portability: Casting from double * to signed int * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/prim/table/libsrc/tbacol.c:455:34: portability:inconclusive: Casting from double * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/prim/table/libsrc/tbacol.c:475:14: portability:inconclusive: Casting from double * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/prim/table/libsrc/tbacol.c:402:6: style: Local variable 'itype' shadows outer variable [shadowVariable] 23FEBpl1.0/prim/table/libsrc/tbacol.c:53:13: note: Shadowed declaration 23FEBpl1.0/prim/table/libsrc/tbacol.c:402:6: note: Shadow variable 23FEBpl1.0/prim/table/libsrc/tbacol.c:402:13: style: Local variable 'ibytes' shadows outer variable [shadowVariable] 23FEBpl1.0/prim/table/libsrc/tbacol.c:55:12: note: Shadowed declaration 23FEBpl1.0/prim/table/libsrc/tbacol.c:402:13: note: Shadow variable 23FEBpl1.0/prim/table/libsrc/tbadec.c:87:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TBL_MAXSIZ [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/table/libsrc/tbadec.c:195:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERR_NORMAL [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/table/libsrc/tbaload.c:81:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TBL_LABLEN [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/table/libsrc/tbaload.c:175:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable F_I_MODE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/table/libsrc/tbaload.c:313:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TBL_LABLEN [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/table/libsrc/tbaload.c:491:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable F_I_MODE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/table/libsrc/tbadec.c:250:10: warning: Identical condition and return expression 'status', return value is always 0 [identicalConditionAfterEarlyExit] 23FEBpl1.0/prim/table/libsrc/tbadec.c:229:6: note: If condition 'status' is true, the function will return/exit 23FEBpl1.0/prim/table/libsrc/tbadec.c:250:10: note: Returning identical expression 'status' 23FEBpl1.0/prim/table/libsrc/tbadec.c:188:6: style: Variable 'l1' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/prim/table/libsrc/selechar.c:74:5: style: Parameter 'nconst' can be declared as const array [constParameter] 23FEBpl1.0/prim/table/libsrc/selechar.c:167:25: style: Parameter 'string' can be declared as const array [constParameter] 23FEBpl1.0/prim/table/libsrc/tbapar.c:66:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERR_NORMAL [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/table/libsrc/tbappcol.c:52:1: portability: Omitted return type of function 'tbl_appcol' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/prim/table/libsrc/tbarow.c:77:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERR_NORMAL [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/table/libsrc/tbarow.c:126:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable F_IO_MODE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/table/libsrc/tbarow.c:183:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable F_IO_MODE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/table/libsrc/tbcolumn.c:94:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TBL_FORLEN [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/table/libsrc/tbcolumn.c:194:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable F_IO_MODE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/table/libsrc/tbcolumn.c:243:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable F_IO_MODE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/table/libsrc/tbcolumn.c:285:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable F_IO_MODE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/table/libsrc/tbarow.c:85:11: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/prim/table/libsrc/tbarow.c:77:10: note: status is assigned 23FEBpl1.0/prim/table/libsrc/tbarow.c:85:11: note: status is overwritten 23FEBpl1.0/prim/table/libsrc/tbarow.c:134:10: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/prim/table/libsrc/tbarow.c:130:10: note: status is assigned 23FEBpl1.0/prim/table/libsrc/tbarow.c:134:10: note: status is overwritten 23FEBpl1.0/prim/table/libsrc/tbarow.c:135:10: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/prim/table/libsrc/tbarow.c:134:10: note: status is assigned 23FEBpl1.0/prim/table/libsrc/tbarow.c:135:10: note: status is overwritten 23FEBpl1.0/prim/table/libsrc/tbarow.c:154:10: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/prim/table/libsrc/tbarow.c:135:10: note: status is assigned 23FEBpl1.0/prim/table/libsrc/tbarow.c:154:10: note: status is overwritten 23FEBpl1.0/prim/table/libsrc/tbarow.c:197:10: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/prim/table/libsrc/tbarow.c:190:10: note: status is assigned 23FEBpl1.0/prim/table/libsrc/tbarow.c:197:10: note: status is overwritten 23FEBpl1.0/prim/table/libsrc/tbarow.c:198:10: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/prim/table/libsrc/tbarow.c:197:10: note: status is assigned 23FEBpl1.0/prim/table/libsrc/tbarow.c:198:10: note: status is overwritten 23FEBpl1.0/prim/table/libsrc/tbarow.c:200:10: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/prim/table/libsrc/tbarow.c:198:10: note: status is assigned 23FEBpl1.0/prim/table/libsrc/tbarow.c:200:10: note: status is overwritten 23FEBpl1.0/prim/table/libsrc/tbcolumn.c:277:9: style: Local variable 'table' shadows outer variable [shadowVariable] 23FEBpl1.0/prim/table/libsrc/tbcolumn.c:78:14: note: Shadowed declaration 23FEBpl1.0/prim/table/libsrc/tbcolumn.c:277:9: note: Shadow variable 23FEBpl1.0/prim/table/libsrc/tbcolumn.c:277:24: style: Local variable 'column' shadows outer variable [shadowVariable] 23FEBpl1.0/prim/table/libsrc/tbcolumn.c:78:29: note: Shadowed declaration 23FEBpl1.0/prim/table/libsrc/tbcolumn.c:277:24: note: Shadow variable 23FEBpl1.0/prim/table/libsrc/tbaload.c:443:46: portability: Undefined behaviour, pointer arithmetic 'buffer-1' is out of bounds. [pointerOutOfBounds] 23FEBpl1.0/prim/table/libsrc/tbaload.c:161:6: style: Parameter 'dtype' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/table/libsrc/tbaload.c:164:28: style: Variable 'errmsg' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/prim/table/libsrc/tbcopima.c:67:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TBL_LABLEN [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/table/libsrc/tbcopima.c:120:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TBL_LABLEN [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/table/libsrc/tbcopy.c:69:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TBL_UNILEN [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/table/libsrc/tbcomsel.c:151:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TBL_LABLEN [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/table/libsrc/tbcomsel.c:335:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable F_IO_MODE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/table/libsrc/tbcomsel.c:1196:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAXLONG [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/table/libsrc/tbcomsel.c:1325:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TBL_FORLEN [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/table/libsrc/tbcomsel.c:1879:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable F_I_MODE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/table/libsrc/tbcopyk.c:108:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable D_R4_FORMAT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/table/libsrc/tbcopyk.c:158:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERR_INPINV [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/table/libsrc/tbcopyk.c:258:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERR_INPINV [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/table/libsrc/tbcopima.c:77:8: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/prim/table/libsrc/tbcopima.c:76:8: note: status is assigned 23FEBpl1.0/prim/table/libsrc/tbcopima.c:77:8: note: status is overwritten 23FEBpl1.0/prim/table/libsrc/tbcopima.c:78:8: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/prim/table/libsrc/tbcopima.c:77:8: note: status is assigned 23FEBpl1.0/prim/table/libsrc/tbcopima.c:78:8: note: status is overwritten 23FEBpl1.0/prim/table/libsrc/tbcopima.c:88:8: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/prim/table/libsrc/tbcopima.c:78:8: note: status is assigned 23FEBpl1.0/prim/table/libsrc/tbcopima.c:88:8: note: status is overwritten 23FEBpl1.0/prim/table/libsrc/tbcopima.c:94:8: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/prim/table/libsrc/tbcopima.c:88:8: note: status is assigned 23FEBpl1.0/prim/table/libsrc/tbcopima.c:94:8: note: status is overwritten 23FEBpl1.0/prim/table/libsrc/tbcopima.c:95:8: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/prim/table/libsrc/tbcopima.c:94:8: note: status is assigned 23FEBpl1.0/prim/table/libsrc/tbcopima.c:95:8: note: status is overwritten 23FEBpl1.0/prim/table/libsrc/tbcopima.c:110:8: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/prim/table/libsrc/tbcopima.c:95:8: note: status is assigned 23FEBpl1.0/prim/table/libsrc/tbcopima.c:110:8: note: status is overwritten 23FEBpl1.0/prim/table/libsrc/tbcopima.c:110:8: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/prim/table/libsrc/tbcopima.c:98:12: note: status is assigned 23FEBpl1.0/prim/table/libsrc/tbcopima.c:110:8: note: status is overwritten 23FEBpl1.0/prim/table/libsrc/tbcopima.c:110:8: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/prim/table/libsrc/tbcopima.c:102:24: note: status is assigned 23FEBpl1.0/prim/table/libsrc/tbcopima.c:110:8: note: status is overwritten 23FEBpl1.0/prim/table/libsrc/tbcopima.c:142:8: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/prim/table/libsrc/tbcopima.c:138:8: note: status is assigned 23FEBpl1.0/prim/table/libsrc/tbcopima.c:142:8: note: status is overwritten 23FEBpl1.0/prim/table/libsrc/tbcopima.c:143:8: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/prim/table/libsrc/tbcopima.c:142:8: note: status is assigned 23FEBpl1.0/prim/table/libsrc/tbcopima.c:143:8: note: status is overwritten 23FEBpl1.0/prim/table/libsrc/tbcopima.c:144:8: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/prim/table/libsrc/tbcopima.c:143:8: note: status is assigned 23FEBpl1.0/prim/table/libsrc/tbcopima.c:144:8: note: status is overwritten 23FEBpl1.0/prim/table/libsrc/tbcopima.c:147:8: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/prim/table/libsrc/tbcopima.c:144:8: note: status is assigned 23FEBpl1.0/prim/table/libsrc/tbcopima.c:147:8: note: status is overwritten 23FEBpl1.0/prim/table/libsrc/tbcopima.c:148:8: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/prim/table/libsrc/tbcopima.c:147:8: note: status is assigned 23FEBpl1.0/prim/table/libsrc/tbcopima.c:148:8: note: status is overwritten 23FEBpl1.0/prim/table/libsrc/tbcopima.c:155:8: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/prim/table/libsrc/tbcopima.c:148:8: note: status is assigned 23FEBpl1.0/prim/table/libsrc/tbcopima.c:155:8: note: status is overwritten 23FEBpl1.0/prim/table/libsrc/tbcopima.c:184:8: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/prim/table/libsrc/tbcopima.c:155:8: note: status is assigned 23FEBpl1.0/prim/table/libsrc/tbcopima.c:184:8: note: status is overwritten 23FEBpl1.0/prim/table/libsrc/tbcopima.c:184:8: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/prim/table/libsrc/tbcopima.c:175:17: note: status is assigned 23FEBpl1.0/prim/table/libsrc/tbcopima.c:184:8: note: status is overwritten 23FEBpl1.0/prim/table/libsrc/tbcopima.c:191:8: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/prim/table/libsrc/tbcopima.c:184:8: note: status is assigned 23FEBpl1.0/prim/table/libsrc/tbcopima.c:191:8: note: status is overwritten 23FEBpl1.0/prim/table/libsrc/tbcopima.c:218:8: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/prim/table/libsrc/tbcopima.c:191:8: note: status is assigned 23FEBpl1.0/prim/table/libsrc/tbcopima.c:218:8: note: status is overwritten 23FEBpl1.0/prim/table/libsrc/tbcopima.c:218:8: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/prim/table/libsrc/tbcopima.c:197:11: note: status is assigned 23FEBpl1.0/prim/table/libsrc/tbcopima.c:218:8: note: status is overwritten 23FEBpl1.0/prim/table/libsrc/tbcopima.c:218:8: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/prim/table/libsrc/tbcopima.c:201:14: note: status is assigned 23FEBpl1.0/prim/table/libsrc/tbcopima.c:218:8: note: status is overwritten 23FEBpl1.0/prim/table/libsrc/tbcopima.c:218:8: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/prim/table/libsrc/tbcopima.c:204:17: note: status is assigned 23FEBpl1.0/prim/table/libsrc/tbcopima.c:218:8: note: status is overwritten 23FEBpl1.0/prim/table/libsrc/tbcopykt.c:70:1: portability: Omitted return type of function 'tbl_copykt' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/prim/table/libsrc/tbcopykt.c:90:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable F_IO_MODE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/table/libsrc/tbcopytk.c:72:1: portability: Omitted return type of function 'tbl_copytk' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/prim/table/libsrc/tbcopytk.c:92:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable F_I_MODE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/table/libsrc/tbcopykt.c:99:51: error: Array 'kname[10]' accessed at index 79, which is out of bounds. [arrayIndexOutOfBounds] 23FEBpl1.0/prim/table/libsrc/tbcopykt.c:100:8: error: Array 'kname[10]' accessed at index 80, which is out of bounds. [arrayIndexOutOfBounds] 23FEBpl1.0/prim/table/libsrc/tbcopykt.c:97:3: note: After for loop, i has value 80 23FEBpl1.0/prim/table/libsrc/tbcopykt.c:100:8: note: Array index out of bounds 23FEBpl1.0/prim/table/libsrc/tbcopykt.c:104:11: error: Array 'keyw[80]' accessed at index 80, which is out of bounds. [arrayIndexOutOfBounds] 23FEBpl1.0/prim/table/libsrc/tbcopykt.c:97:3: note: After for loop, i has value 80 23FEBpl1.0/prim/table/libsrc/tbcopykt.c:104:11: note: Array index out of bounds 23FEBpl1.0/prim/table/libsrc/tbcopykt.c:158:36: error: Array 'line[256]' accessed at index 256, which is out of bounds. [arrayIndexOutOfBounds] 23FEBpl1.0/prim/table/libsrc/tbcopykt.c:157:32: note: After for loop, i has value 256 23FEBpl1.0/prim/table/libsrc/tbcopykt.c:158:36: note: Array index out of bounds 23FEBpl1.0/prim/table/libsrc/tbcopykt.c:90:10: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/prim/table/libsrc/tbcopykt.c:88:10: note: status is assigned 23FEBpl1.0/prim/table/libsrc/tbcopykt.c:90:10: note: status is overwritten 23FEBpl1.0/prim/table/libsrc/tbcopykt.c:84:7: error: Uninitialized variable: nval [uninitvar] 23FEBpl1.0/prim/table/libsrc/tbcopykt.c:72:23: style: Unused variable: column [unusedVariable] 23FEBpl1.0/prim/table/libsrc/tbcopykt.c:75:60: style: Unused variable: sel [unusedVariable] 23FEBpl1.0/prim/table/libsrc/tbcopykt.c:76:38: style: Unused variable: inull [unusedVariable] 23FEBpl1.0/prim/table/libsrc/tbcrea.c:112:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable F_RECORD [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/table/libsrc/tbcopytk.c:102:51: error: Array 'kname[10]' accessed at index 79, which is out of bounds. [arrayIndexOutOfBounds] 23FEBpl1.0/prim/table/libsrc/tbcopytk.c:103:8: error: Array 'kname[10]' accessed at index 80, which is out of bounds. [arrayIndexOutOfBounds] 23FEBpl1.0/prim/table/libsrc/tbcopytk.c:100:3: note: After for loop, i has value 80 23FEBpl1.0/prim/table/libsrc/tbcopytk.c:103:8: note: Array index out of bounds 23FEBpl1.0/prim/table/libsrc/tbcopytk.c:107:11: error: Array 'keyw[80]' accessed at index 80, which is out of bounds. [arrayIndexOutOfBounds] 23FEBpl1.0/prim/table/libsrc/tbcopytk.c:100:3: note: After for loop, i has value 80 23FEBpl1.0/prim/table/libsrc/tbcopytk.c:107:11: note: Array index out of bounds 23FEBpl1.0/prim/table/libsrc/tbcopytk.c:162:36: error: Array 'line[256]' accessed at index 256, which is out of bounds. [arrayIndexOutOfBounds] 23FEBpl1.0/prim/table/libsrc/tbcopytk.c:161:32: note: After for loop, i has value 256 23FEBpl1.0/prim/table/libsrc/tbcopytk.c:162:36: note: Array index out of bounds 23FEBpl1.0/prim/table/libsrc/tbcopytk.c:92:10: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/prim/table/libsrc/tbcopytk.c:90:10: note: status is assigned 23FEBpl1.0/prim/table/libsrc/tbcopytk.c:92:10: note: status is overwritten 23FEBpl1.0/prim/table/libsrc/tbcopytk.c:74:23: style: Unused variable: column [unusedVariable] 23FEBpl1.0/prim/table/libsrc/tbdecfmt.c:83:1: portability: Omitted return type of function 'tbl_decfmt' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/prim/table/libsrc/tbdecfmt.c:115:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERR_NORMAL [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/table/libsrc/tbdectyp.c:59:1: portability: Omitted return type of function 'tbl_dectyp' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/prim/table/libsrc/tbdectyp.c:76:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TBL_MAXSIZ [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/table/libsrc/tbdecfmt.c:109:6: style: Variable 'l1' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/prim/table/libsrc/tbdecfmt.c:109:11: style: Variable 'l2' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/prim/table/libsrc/tbdecfmt.c:124:7: style: Variable 'l2' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/prim/table/libsrc/tbgetpar.c:46:1: portability: Omitted return type of function 'tbl_getpar' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/prim/table/libsrc/tbgetpar.c:71:1: portability: Omitted return type of function 'tbl_getarg' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/prim/table/libsrc/tbgetpar.c:61:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERR_NORMAL [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/table/libsrc/tbhist.c:51:11: error: Buffer is accessed out of bounds: parm [bufferAccessOutOfBounds] 23FEBpl1.0/prim/table/libsrc/tbmerge.c:71:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TBL_LABLEN [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/table/libsrc/tbjoin.c:88:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TBL_FORLEN [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/table/libsrc/tbmerge.c:87:10: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/prim/table/libsrc/tbmerge.c:86:10: note: status is assigned 23FEBpl1.0/prim/table/libsrc/tbmerge.c:87:10: note: status is overwritten 23FEBpl1.0/prim/table/libsrc/tbmerge.c:96:10: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/prim/table/libsrc/tbmerge.c:94:10: note: status is assigned 23FEBpl1.0/prim/table/libsrc/tbmerge.c:96:10: note: status is overwritten 23FEBpl1.0/prim/table/libsrc/tbmerge.c:98:10: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/prim/table/libsrc/tbmerge.c:96:10: note: status is assigned 23FEBpl1.0/prim/table/libsrc/tbmerge.c:98:10: note: status is overwritten 23FEBpl1.0/prim/table/libsrc/tbmerge.c:134:16: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/prim/table/libsrc/tbmerge.c:98:10: note: status is assigned 23FEBpl1.0/prim/table/libsrc/tbmerge.c:134:16: note: status is overwritten 23FEBpl1.0/prim/table/libsrc/tbmerge.c:112:17: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/prim/table/libsrc/tbmerge.c:111:17: note: status is assigned 23FEBpl1.0/prim/table/libsrc/tbmerge.c:112:17: note: status is overwritten 23FEBpl1.0/prim/table/libsrc/tbmerge.c:113:17: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/prim/table/libsrc/tbmerge.c:112:17: note: status is assigned 23FEBpl1.0/prim/table/libsrc/tbmerge.c:113:17: note: status is overwritten 23FEBpl1.0/prim/table/libsrc/tbmerge.c:120:17: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/prim/table/libsrc/tbmerge.c:119:17: note: status is assigned 23FEBpl1.0/prim/table/libsrc/tbmerge.c:120:17: note: status is overwritten 23FEBpl1.0/prim/table/libsrc/tbmerge.c:134:16: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/prim/table/libsrc/tbmerge.c:120:17: note: status is assigned 23FEBpl1.0/prim/table/libsrc/tbmerge.c:134:16: note: status is overwritten 23FEBpl1.0/prim/table/libsrc/tbmerge.c:135:16: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/prim/table/libsrc/tbmerge.c:134:16: note: status is assigned 23FEBpl1.0/prim/table/libsrc/tbmerge.c:135:16: note: status is overwritten 23FEBpl1.0/prim/table/libsrc/tbmerge.c:136:16: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/prim/table/libsrc/tbmerge.c:135:16: note: status is assigned 23FEBpl1.0/prim/table/libsrc/tbmerge.c:136:16: note: status is overwritten 23FEBpl1.0/prim/table/libsrc/tbmerge.c:185:10: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/prim/table/libsrc/tbmerge.c:136:16: note: status is assigned 23FEBpl1.0/prim/table/libsrc/tbmerge.c:185:10: note: status is overwritten 23FEBpl1.0/prim/table/libsrc/tbmerge.c:181:11: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/prim/table/libsrc/tbmerge.c:152:11: note: status is assigned 23FEBpl1.0/prim/table/libsrc/tbmerge.c:181:11: note: status is overwritten 23FEBpl1.0/prim/table/libsrc/tbmerge.c:185:10: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/prim/table/libsrc/tbmerge.c:181:11: note: status is assigned 23FEBpl1.0/prim/table/libsrc/tbmerge.c:185:10: note: status is overwritten 23FEBpl1.0/prim/table/libsrc/tbproject.c:66:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TBL_LABLEN [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/table/libsrc/tbproject.c:154:9: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/prim/table/libsrc/tbproject.c:150:21: note: status is assigned 23FEBpl1.0/prim/table/libsrc/tbproject.c:154:9: note: status is overwritten 23FEBpl1.0/prim/table/libsrc/tbproject.c:154:9: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/prim/table/libsrc/tbproject.c:151:14: note: status is assigned 23FEBpl1.0/prim/table/libsrc/tbproject.c:154:9: note: status is overwritten 23FEBpl1.0/prim/table/libsrc/tbjoin.c:476:8: style: Parameter 'rect' can be declared as const array [constParameter] 23FEBpl1.0/prim/table/libsrc/tbrowname.c:21:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable F_I_MODE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/table/libsrc/tbsetref.c:54:1: portability: Omitted return type of function 'tbl_setref' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/prim/table/libsrc/tbsetref.c:65:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable F_U_MODE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/table/libsrc/tbsetref.c:62:10: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/prim/table/libsrc/tbsetref.c:61:10: note: status is assigned 23FEBpl1.0/prim/table/libsrc/tbsetref.c:62:10: note: status is overwritten 23FEBpl1.0/prim/table/libsrc/tbsetref.c:65:10: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/prim/table/libsrc/tbsetref.c:62:10: note: status is assigned 23FEBpl1.0/prim/table/libsrc/tbsetref.c:65:10: note: status is overwritten 23FEBpl1.0/prim/table/libsrc/tbread.c:104:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable F_I_MODE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/table/libsrc/tbread.c:271:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TBL_FORLEN [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/table/libsrc/tbread.c:423:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TBL_FORLEN [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/table/libsrc/tbshow.c:79:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TBL_LABLEN [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/table/libsrc/tbcomsel.c:0:0: debug: ValueFlow maximum iterations exceeded [valueFlowMaxIterations] 23FEBpl1.0/prim/table/libsrc/tbcomsel.c:334:2: warning:inconclusive: The buffer 'seldes' may not be null-terminated after the call to strncpy(). [terminateStrncpy] 23FEBpl1.0/prim/plot/src/plottbl.c:109:29: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] 23FEBpl1.0/prim/plot/src/plottbl.c:114:29: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] 23FEBpl1.0/prim/plot/src/plottbl.c:218:8: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] 23FEBpl1.0/prim/plot/src/plottbl.c:219:8: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] 23FEBpl1.0/prim/plot/src/plottbl.c:291:8: style: Variable 'err_plane' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/prim/plot/src/plottbl.c:292:8: style: Variable 'war_null' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/prim/plot/src/plottbl.c:297:14: style: Variable 'err_flat' can be declared as const array [constVariable] 23FEBpl1.0/prim/plot/src/plottbl.c:176:42: error: Undefined behavior: Variable 'buff' is used as parameter and destination in sprintf(). [sprintfOverlappingData] 23FEBpl1.0/prim/plot/src/plottbl.c:178:47: error: Undefined behavior: Variable 'buff' is used as parameter and destination in sprintf(). [sprintfOverlappingData] 23FEBpl1.0/prim/plot/src/plottbl.c:180:48: error: Undefined behavior: Variable 'buff' is used as parameter and destination in sprintf(). [sprintfOverlappingData] 23FEBpl1.0/prim/table/libsrc/tbsort.c:89:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable F_IO_MODE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/table/libsrc/tbcomsel.c:863:7: style: Parameter 'ch' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/table/libsrc/tbcomsel.c:1081:22: style: Parameter 'const2' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/table/libsrc/tbcomsel.c:1492:10: style: Variable 'mydata' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/prim/table/libsrc/tbcomsel.c:1516:5: style: Parameter 'ibuf' can be declared as const array [constParameter] 23FEBpl1.0/prim/table/libsrc/tbcomsel.c:1525:10: style: Variable 'mydata' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/prim/table/libsrc/tbcomsel.c:1595:9: style: Parameter 'data' can be declared as const array [constParameter] 23FEBpl1.0/prim/table/libsrc/tbcomsel.c:1627:7: style: Parameter 's1' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/table/libsrc/tbcomsel.c:1628:7: style: Parameter 's2' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/table/libsrc/tbcomsel.c:1821:7: style: Parameter 'cdata' can be declared as const array [constParameter] 23FEBpl1.0/prim/table/libsrc/tbcomsel.c:1843:16: style: Parameter 'criteria' can be declared as const array [constParameter] 23FEBpl1.0/prim/table/libsrc/tbsort.c:85:10: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/prim/table/libsrc/tbsort.c:84:10: note: status is assigned 23FEBpl1.0/prim/table/libsrc/tbsort.c:85:10: note: status is overwritten 23FEBpl1.0/prim/table/libsrc/tbsort.c:86:10: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/prim/table/libsrc/tbsort.c:85:10: note: status is assigned 23FEBpl1.0/prim/table/libsrc/tbsort.c:86:10: note: status is overwritten 23FEBpl1.0/prim/table/libsrc/tbsort.c:89:10: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/prim/table/libsrc/tbsort.c:86:10: note: status is assigned 23FEBpl1.0/prim/table/libsrc/tbsort.c:89:10: note: status is overwritten 23FEBpl1.0/prim/table/libsrc/tbsort.c:98:10: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/prim/table/libsrc/tbsort.c:96:10: note: status is assigned 23FEBpl1.0/prim/table/libsrc/tbsort.c:98:10: note: status is overwritten 23FEBpl1.0/prim/table/libsrc/tbsort.c:116:10: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/prim/table/libsrc/tbsort.c:98:10: note: status is assigned 23FEBpl1.0/prim/table/libsrc/tbsort.c:116:10: note: status is overwritten 23FEBpl1.0/prim/table/libsrc/tbsort.c:116:10: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/prim/table/libsrc/tbsort.c:105:17: note: status is assigned 23FEBpl1.0/prim/table/libsrc/tbsort.c:116:10: note: status is overwritten 23FEBpl1.0/prim/table/libsrc/tbcomsel.c:564:8: style: Variable 'ct' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/prim/table/libsrc/tbcomsel.c:569:8: style: Variable 's1' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/prim/table/libsrc/tbcomsel.c:570:8: style: Variable 's2' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/prim/table/libsrc/tbcomsel.c:1343:10: style: Variable 'i' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/prim/table/libsrc/tbcomsel.c:1810:16: style: Variable 'status' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/prim/table/libsrc/tbread.c:316:23: error: Array 'upos[3200]' accessed at index -1, which is out of bounds. [negativeIndex] 23FEBpl1.0/prim/table/libsrc/tbread.c:299:7: note: Assignment 'i=0', assigned value is 0 23FEBpl1.0/prim/table/libsrc/tbread.c:300:17: note: Assuming condition is false 23FEBpl1.0/prim/table/libsrc/tbread.c:315:9: note: ncol is assigned 'i' here. 23FEBpl1.0/prim/table/libsrc/tbread.c:316:23: note: Negative array index 23FEBpl1.0/prim/table/libsrc/tbcomsel.c:1834:15: style: Variable 'status' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/prim/table/libsrc/tbread.c:517:18: style: Array index 'j' is used before limits check. [arrayIndexThenCheck] 23FEBpl1.0/prim/table/libsrc/tbread.c:104:10: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/prim/table/libsrc/tbread.c:101:10: note: status is assigned 23FEBpl1.0/prim/table/libsrc/tbread.c:104:10: note: status is overwritten 23FEBpl1.0/prim/table/libsrc/tbread.c:267:5: style: Parameter 'lrange' can be declared as const array [constParameter] 23FEBpl1.0/prim/table/libsrc/tbread.c:267:20: style: Parameter 'urange' can be declared as const array [constParameter] 23FEBpl1.0/prim/table/libsrc/tbread.c:420:16: style: Parameter 'lrange' can be declared as const array [constParameter] 23FEBpl1.0/prim/table/libsrc/tbread.c:420:31: style: Parameter 'urange' can be declared as const array [constParameter] 23FEBpl1.0/prim/table/libsrc/tbread.c:494:13: style: Variable 'ibase' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/prim/table/libsrc/tbwrite.c:86:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable F_IO_MODE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/table/src/tb3dtest.c:71:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TBL_NAMLEN [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/table/libsrc/tbshow.c:91:10: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/prim/table/libsrc/tbshow.c:88:10: note: status is assigned 23FEBpl1.0/prim/table/libsrc/tbshow.c:91:10: note: status is overwritten 23FEBpl1.0/prim/table/libsrc/tbshow.c:80:57: style: Variable 'type' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/prim/table/libsrc/tbshow.c:81:7: style: Variable 'pstore' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/prim/table/src/bdf3tbl.c:100:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable D_R8_FORMAT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/table/libsrc/tbshow.c:81:16: style: Variable 'pnote' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/prim/table/src/tb3dtest.c:185:42: portability: Casting between char * and float * which have an incompatible binary data representation. [invalidPointerCast] 23FEBpl1.0/prim/table/src/tb3dtest.c:190:42: portability: Casting between char * and double * which have an incompatible binary data representation. [invalidPointerCast] 23FEBpl1.0/prim/table/src/tbl2bdf.c:56:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable F_I_MODE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/table/src/tbltest.c:68:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/prim/table/src/tbltest.c:99:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable F_O_MODE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/table/src/tbl3bdf.c:66:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable F_I_MODE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/table/src/tbltest.c:143:4: warning: %d in format string (no. 1) requires 'int' but the argument type is 'long'. [invalidPrintfArgType_sint] 23FEBpl1.0/prim/table/src/tbltest.c:86:3: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/prim/table/src/tbltest.c:86:19: portability:inconclusive: Casting from double * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/prim/table/src/bdf3tbl.c:259:12: portability: Casting between char * and float * which have an incompatible binary data representation. [invalidPointerCast] 23FEBpl1.0/prim/table/src/bdf3tbl.c:266:12: portability: Casting between char * and double * which have an incompatible binary data representation. [invalidPointerCast] 23FEBpl1.0/prim/table/src/bdf3tbl.c:77:12: style: Variable 'm' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/prim/table/src/bdf3tbl.c:76:12: note: m is assigned 23FEBpl1.0/prim/table/src/bdf3tbl.c:77:12: note: m is overwritten 23FEBpl1.0/prim/table/src/bdf3tbl.c:132:9: style: Variable 'm' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/prim/table/src/bdf3tbl.c:131:9: note: m is assigned 23FEBpl1.0/prim/table/src/bdf3tbl.c:132:9: note: m is overwritten 23FEBpl1.0/prim/table/src/bdf3tbl.c:148:12: style: Variable 'm' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/prim/table/src/bdf3tbl.c:147:12: note: m is assigned 23FEBpl1.0/prim/table/src/bdf3tbl.c:148:12: note: m is overwritten 23FEBpl1.0/prim/table/src/bdf3tbl.c:158:12: style: Variable 'm' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/prim/table/src/bdf3tbl.c:157:12: note: m is assigned 23FEBpl1.0/prim/table/src/bdf3tbl.c:158:12: note: m is overwritten 23FEBpl1.0/prim/table/src/tdatatbl.c:81:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable tbl_copy [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/table/src/tdatatbl.c:107:8: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/prim/table/src/tdatatbl.c:77:8: note: status is assigned 23FEBpl1.0/prim/table/src/tdatatbl.c:107:8: note: status is overwritten 23FEBpl1.0/prim/table/src/tedittbl.c:160:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERR_NORMAL [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/tc3/libsrc/atex.c:216:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable _TeX_ESCAPE_ [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/tc3/libsrc/atex.c:257:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable _TeX_ALNUM_ [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/table/src/tbl3bdf.c:239:16: style: Expression is always false because 'else if' condition matches previous condition at line 235. [multiCondition] 23FEBpl1.0/prim/table/src/tbl3bdf.c:97:6: style: Variable 'm' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/prim/table/src/tbl3bdf.c:96:6: note: m is assigned 23FEBpl1.0/prim/table/src/tbl3bdf.c:97:6: note: m is overwritten 23FEBpl1.0/prim/table/src/tbl3bdf.c:113:9: style: Variable 'm' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/prim/table/src/tbl3bdf.c:112:9: note: m is assigned 23FEBpl1.0/prim/table/src/tbl3bdf.c:113:9: note: m is overwritten 23FEBpl1.0/prim/table/src/tbl3bdf.c:123:9: style: Variable 'm' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/prim/table/src/tbl3bdf.c:122:9: note: m is assigned 23FEBpl1.0/prim/table/src/tbl3bdf.c:123:9: note: m is overwritten 23FEBpl1.0/prim/table/src/tbl3bdf.c:36:31: style: Unused variable: dt_double [unusedVariable] 23FEBpl1.0/prim/table/src/tbl3bdf.c:38:7: style: Unused variable: dt [unusedVariable] 23FEBpl1.0/prim/tc3/libsrc/buffer.c:95:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable BUFFER [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/tc3/libsrc/buffer.c:128:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/tc3/libsrc/buffer.c:149:58: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/tc3/libsrc/edtab.c:96:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOS [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/table/src/tedittbl.c:159:16: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/prim/table/src/tedittbl.c:131:10: note: status is assigned 23FEBpl1.0/prim/table/src/tedittbl.c:159:16: note: status is overwritten 23FEBpl1.0/prim/table/src/tedittbl.c:205:10: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/prim/table/src/tedittbl.c:164:9: note: status is assigned 23FEBpl1.0/prim/table/src/tedittbl.c:205:10: note: status is overwritten 23FEBpl1.0/prim/table/src/tedittbl.c:205:10: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/prim/table/src/tedittbl.c:167:11: note: status is assigned 23FEBpl1.0/prim/table/src/tedittbl.c:205:10: note: status is overwritten 23FEBpl1.0/prim/table/src/tedittbl.c:218:10: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/prim/table/src/tedittbl.c:205:10: note: status is assigned 23FEBpl1.0/prim/table/src/tedittbl.c:218:10: note: status is overwritten 23FEBpl1.0/prim/table/src/tedittbl.c:219:10: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/prim/table/src/tedittbl.c:218:10: note: status is assigned 23FEBpl1.0/prim/table/src/tedittbl.c:219:10: note: status is overwritten 23FEBpl1.0/prim/table/src/tedittbl.c:221:10: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/prim/table/src/tedittbl.c:219:10: note: status is assigned 23FEBpl1.0/prim/table/src/tedittbl.c:221:10: note: status is overwritten 23FEBpl1.0/prim/table/src/tedittbl.c:222:10: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/prim/table/src/tedittbl.c:221:10: note: status is assigned 23FEBpl1.0/prim/table/src/tedittbl.c:222:10: note: status is overwritten 23FEBpl1.0/prim/table/src/tedittbl.c:224:10: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/prim/table/src/tedittbl.c:222:10: note: status is assigned 23FEBpl1.0/prim/table/src/tedittbl.c:224:10: note: status is overwritten 23FEBpl1.0/prim/table/src/tedittbl.c:226:10: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/prim/table/src/tedittbl.c:224:10: note: status is assigned 23FEBpl1.0/prim/table/src/tedittbl.c:226:10: note: status is overwritten 23FEBpl1.0/prim/table/src/tedittbl.c:230:10: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/prim/table/src/tedittbl.c:226:10: note: status is assigned 23FEBpl1.0/prim/table/src/tedittbl.c:230:10: note: status is overwritten 23FEBpl1.0/prim/table/src/tedittbl.c:247:10: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/prim/table/src/tedittbl.c:230:10: note: status is assigned 23FEBpl1.0/prim/table/src/tedittbl.c:247:10: note: status is overwritten 23FEBpl1.0/prim/table/src/tedittbl.c:247:10: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/prim/table/src/tedittbl.c:236:11: note: status is assigned 23FEBpl1.0/prim/table/src/tedittbl.c:247:10: note: status is overwritten 23FEBpl1.0/prim/table/src/tedittbl.c:247:10: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/prim/table/src/tedittbl.c:240:13: note: status is assigned 23FEBpl1.0/prim/table/src/tedittbl.c:247:10: note: status is overwritten 23FEBpl1.0/prim/table/src/tedittbl.c:247:10: style: Variable 'status' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/prim/tc3/libsrc/edtab.c:71:19: style: Variable 'p1e' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/prim/tc3/libsrc/edtab.c:71:25: style: Variable 'p2e' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/prim/tc3/libsrc/edpic.c:110:17: style: Variable 'ps' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/prim/tc3/libsrc/error.c:94:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MID_STATIC [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/tc3/libsrc/edtime.c:166:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOS [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/tc3/libsrc/error.c:183:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOS [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/tc3/libsrc/error.c:288:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOS [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/tc3/libsrc/error.c:313:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOS [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/tc3/libsrc/file.c:155:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WRITE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/tc3/libsrc/file.c:176:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NOK [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/tc3/libsrc/file.c:241:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOS [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/tc3/libsrc/file.c:285:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NOK [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/tc3/libsrc/file.c:327:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NOK [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/tc3/libsrc/file.c:359:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NOK [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/tc3/libsrc/file.c:374:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FILE_CURRENT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/tc3/libsrc/file.c:396:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NOK [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/tc3/libsrc/file.c:431:60: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NOK [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/tc3/libsrc/file.c:455:53: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NOK [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/tc3/libsrc/file.c:476:53: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NOK [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/tc3/libsrc/error.c:173:17: style: Variable 'p' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/prim/tc3/libsrc/error.c:201:8: style: Parameter 'subr' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/tc3/libsrc/error.c:279:17: style: Variable 'p' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/prim/tc3/libsrc/file2.c:66:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MID_STATIC [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/tc3/libsrc/file.c:137:52: warning: Either the condition 'fid>32' is redundant or the array 'filenames[32]' is accessed at index 32, which is out of bounds. [arrayIndexOutOfBoundsCond] 23FEBpl1.0/prim/tc3/libsrc/file.c:137:26: note: Assuming that condition 'fid>32' is not redundant 23FEBpl1.0/prim/tc3/libsrc/file.c:137:52: note: Array index out of bounds 23FEBpl1.0/prim/tc3/libsrc/file.c:139:36: warning: Either the condition 'fid>32' is redundant or the array 'filenames[32]' is accessed at index 32, which is out of bounds. [arrayIndexOutOfBoundsCond] 23FEBpl1.0/prim/tc3/libsrc/file.c:137:26: note: Assuming that condition 'fid>32' is not redundant 23FEBpl1.0/prim/tc3/libsrc/file.c:139:36: note: Array index out of bounds 23FEBpl1.0/prim/tc3/libsrc/file.c:286:39: warning: Either the condition 'file>2' is redundant or the array 'filenames[32]' is accessed at index 32, which is out of bounds. [arrayIndexOutOfBoundsCond] 23FEBpl1.0/prim/tc3/libsrc/file.c:286:17: note: Assuming that condition 'file>2' is not redundant 23FEBpl1.0/prim/tc3/libsrc/file.c:286:39: note: Array index out of bounds 23FEBpl1.0/prim/tc3/libsrc/file.c:330:9: style: Variable 'lrec' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/prim/tc3/libsrc/file.c:327:8: note: lrec is assigned 23FEBpl1.0/prim/tc3/libsrc/file.c:330:9: note: lrec is overwritten 23FEBpl1.0/prim/tc3/libsrc/file.c:246:3: style: Statements following 'goto' will never be executed. [unreachableCode] 23FEBpl1.0/prim/tc3/libsrc/file.c:189:45: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation] 23FEBpl1.0/prim/tc3/libsrc/file.c:170:14: style: Variable 'mop' can be declared as const array [constVariable] 23FEBpl1.0/prim/tc3/libsrc/filop.c:91:58: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NOK [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/tc3/libsrc/filop.c:117:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CHMOD [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/tc3/libsrc/filop.c:142:58: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NOK [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/tc3/libsrc/filop.c:166:58: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NOK [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/tc3/libsrc/hash.c:135:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable H_TABLE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/tc3/libsrc/hash.c:163:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable H_ITEM [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/tc3/libsrc/hash.c:191:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable H_ITEM [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/tc3/libsrc/hash.c:216:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NOK [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/tc3/libsrc/hash.c:268:53: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable H_ITEM [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/tc3/libsrc/str2.c:109:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable _XDIGIT_ [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/tc3/libsrc/hash.c:268:13: style: Variable 'pi' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/prim/tc3/libsrc/hash.c:263:5: note: pi is assigned 23FEBpl1.0/prim/tc3/libsrc/hash.c:268:13: note: pi is overwritten 23FEBpl1.0/prim/tc3/libsrc/hash.c:219:3: style:inconclusive: Statements following 'goto' will never be executed. [unreachableCode] 23FEBpl1.0/prim/tc3/libsrc/hash.c:270:3: style: Statements following 'goto' will never be executed. [unreachableCode] 23FEBpl1.0/prim/tc3/libsrc/hash.c:85:11: style: Parameter 'ht' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/tc3/libsrc/str1.c:920:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOS [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/tc3/libsrc/tex.c:817:17: error: syntax error [syntaxError] 23FEBpl1.0/prim/tc3/libsrc/str1.c:949:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOS [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/tc3/libsrc/str1.c:975:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOS [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/tc3/libsrc/str1.c:995:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOS [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/tc3/libsrc/trace.c:679:8: error: There is an unknown macro here somewhere. Configuration is required. If log_file is a macro then please configure it. [unknownMacro] 23FEBpl1.0/prim/tc3/libsrc/traf.c:81:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRERR_VOID [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/tc3/libsrc/traf.c:142:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRERR_DIGIT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/tc3/libsrc/traf.c:192:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRERR_TOOMANY [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/tc3/libsrc/traf.c:221:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRERR_TOOFEW [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/tc3/libsrc/str1.c:734:4: style: Statements following 'break' will never be executed. [unreachableCode] 23FEBpl1.0/prim/tc3/libsrc/str1.c:741:4: style: Statements following 'break' will never be executed. [unreachableCode] 23FEBpl1.0/prim/tc3/libsrc/tral.c:201:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRERR_OCTAL [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/tc3/libsrc/tral.c:241:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable _PUNCT_ [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/tc3/libsrc/tral.c:289:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRERR_TOOFEW [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/tc3/libsrc/str1.c:670:12: style: Parameter 's2' can be declared as pointer to const. However it seems that 'strindex' is a callback function, if 's2' is declared with const you might also need to cast function pointer(s). [constParameterCallback] 23FEBpl1.0/prim/tc3/libsrc/str1.c:763:7: note: You might need to cast the function pointer here 23FEBpl1.0/prim/tc3/libsrc/str1.c:670:12: note: Parameter 's2' can be declared as pointer to const 23FEBpl1.0/prim/tc3/libsrc/str1.c:672:17: style: Variable 's' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/prim/tc3/libsrc/str1.c:688:12: style: Parameter 's1' can be declared as pointer to const. However it seems that 'stuindex' is a callback function, if 's1' is declared with const you might also need to cast function pointer(s). [constParameterCallback] 23FEBpl1.0/prim/tc3/libsrc/str1.c:783:7: note: You might need to cast the function pointer here 23FEBpl1.0/prim/tc3/libsrc/str1.c:688:12: note: Parameter 's1' can be declared as pointer to const 23FEBpl1.0/prim/tc3/libsrc/str1.c:689:12: style: Parameter 's2' can be declared as pointer to const. However it seems that 'stuindex' is a callback function, if 's2' is declared with const you might also need to cast function pointer(s). [constParameterCallback] 23FEBpl1.0/prim/tc3/libsrc/str1.c:783:7: note: You might need to cast the function pointer here 23FEBpl1.0/prim/tc3/libsrc/str1.c:689:12: note: Parameter 's2' can be declared as pointer to const 23FEBpl1.0/prim/tc3/libsrc/str1.c:691:27: style: Variable 's' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/prim/tc3/libsrc/str1.c:1058:5: style: Variable 'ls' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/prim/tc3/libsrc/trerror.c:112:19: error: syntax error [syntaxError] 23FEBpl1.0/prim/tc3/libsrc/traf.c:71:13: style: Variable 'pe' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/prim/tc3/libsrc/traf.c:131:13: style: Variable 'pe' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/prim/tc3/libsrc/traf.c:170:13: style: Variable 'pe' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/prim/tc3/libsrc/tral.c:74:12: style: Variable 'pe' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/prim/tc3/libsrc/tral.c:104:12: style: Variable 'pe' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/prim/tc3/libsrc/tral.c:139:13: style: Variable 'pe' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/prim/tc3/libsrc/tral.c:230:13: style: Variable 'pe' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/prim/tc3/libsrc/trfpic.c:130:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOS [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/tc3/libsrc/trpic.c:266:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRERR_UNDEF [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/table/src/tbl2bdf.c:71:16: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] 23FEBpl1.0/prim/table/src/tbl2bdf.c:74:16: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] 23FEBpl1.0/prim/table/src/tbl2bdf.c:92:27: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] 23FEBpl1.0/prim/table/src/tbl2bdf.c:93:19: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] 23FEBpl1.0/prim/table/src/tbl2bdf.c:112:15: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] 23FEBpl1.0/prim/table/src/tbl2bdf.c:113:15: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] 23FEBpl1.0/prim/table/src/tbl2bdf.c:129:24: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] 23FEBpl1.0/prim/table/src/tbl2bdf.c:130:17: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] 23FEBpl1.0/prim/table/src/tbl2bdf.c:132:17: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] 23FEBpl1.0/prim/table/src/tbl2bdf.c:120:11: warning: Identical inner 'if' condition is always true. [identicalInnerCondition] 23FEBpl1.0/prim/table/src/tbl2bdf.c:118:15: note: outer condition: maxis!=mstr 23FEBpl1.0/prim/table/src/tbl2bdf.c:120:11: note: identical inner condition: maxis!=mstr 23FEBpl1.0/prim/table/src/tbl2bdf.c:161:25: portability: Casting between char * and double * which have an incompatible binary data representation. [invalidPointerCast] 23FEBpl1.0/prim/table/src/tbl2bdf.c:161:53: portability: Casting between char * and float * which have an incompatible binary data representation. [invalidPointerCast] 23FEBpl1.0/prim/table/src/tbl2bdf.c:56:7: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/prim/table/src/tbl2bdf.c:55:7: note: err is assigned 23FEBpl1.0/prim/table/src/tbl2bdf.c:56:7: note: err is overwritten 23FEBpl1.0/prim/table/src/tbl2bdf.c:57:7: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/prim/table/src/tbl2bdf.c:56:7: note: err is assigned 23FEBpl1.0/prim/table/src/tbl2bdf.c:57:7: note: err is overwritten 23FEBpl1.0/prim/table/src/tbl2bdf.c:61:7: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/prim/table/src/tbl2bdf.c:57:7: note: err is assigned 23FEBpl1.0/prim/table/src/tbl2bdf.c:61:7: note: err is overwritten 23FEBpl1.0/prim/table/src/tbl2bdf.c:62:7: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/prim/table/src/tbl2bdf.c:61:7: note: err is assigned 23FEBpl1.0/prim/table/src/tbl2bdf.c:62:7: note: err is overwritten 23FEBpl1.0/prim/table/src/tbl2bdf.c:63:7: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/prim/table/src/tbl2bdf.c:62:7: note: err is assigned 23FEBpl1.0/prim/table/src/tbl2bdf.c:63:7: note: err is overwritten 23FEBpl1.0/prim/table/src/tbl2bdf.c:68:7: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/prim/table/src/tbl2bdf.c:63:7: note: err is assigned 23FEBpl1.0/prim/table/src/tbl2bdf.c:68:7: note: err is overwritten 23FEBpl1.0/prim/table/src/tbl2bdf.c:80:7: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/prim/table/src/tbl2bdf.c:68:7: note: err is assigned 23FEBpl1.0/prim/table/src/tbl2bdf.c:80:7: note: err is overwritten 23FEBpl1.0/prim/table/src/tbl2bdf.c:75:11: style: Variable 'nrhi' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/prim/table/src/tbl2bdf.c:73:18: note: nrhi is assigned 23FEBpl1.0/prim/table/src/tbl2bdf.c:75:11: note: nrhi is overwritten 23FEBpl1.0/prim/table/src/tbl2bdf.c:108:7: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/prim/table/src/tbl2bdf.c:80:7: note: err is assigned 23FEBpl1.0/prim/table/src/tbl2bdf.c:108:7: note: err is overwritten 23FEBpl1.0/prim/table/src/tbl2bdf.c:84:10: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/prim/table/src/tbl2bdf.c:83:10: note: err is assigned 23FEBpl1.0/prim/table/src/tbl2bdf.c:84:10: note: err is overwritten 23FEBpl1.0/prim/table/src/tbl2bdf.c:108:7: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/prim/table/src/tbl2bdf.c:84:10: note: err is assigned 23FEBpl1.0/prim/table/src/tbl2bdf.c:108:7: note: err is overwritten 23FEBpl1.0/prim/table/src/tbl2bdf.c:142:7: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/prim/table/src/tbl2bdf.c:108:7: note: err is assigned 23FEBpl1.0/prim/table/src/tbl2bdf.c:142:7: note: err is overwritten 23FEBpl1.0/prim/table/src/tbl2bdf.c:115:10: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/prim/table/src/tbl2bdf.c:114:10: note: err is assigned 23FEBpl1.0/prim/table/src/tbl2bdf.c:115:10: note: err is overwritten 23FEBpl1.0/prim/table/src/tbl2bdf.c:116:10: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/prim/table/src/tbl2bdf.c:115:10: note: err is assigned 23FEBpl1.0/prim/table/src/tbl2bdf.c:116:10: note: err is overwritten 23FEBpl1.0/prim/table/src/tbl2bdf.c:117:10: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/prim/table/src/tbl2bdf.c:116:10: note: err is assigned 23FEBpl1.0/prim/table/src/tbl2bdf.c:117:10: note: err is overwritten 23FEBpl1.0/prim/table/src/tbl2bdf.c:142:7: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/prim/table/src/tbl2bdf.c:117:10: note: err is assigned 23FEBpl1.0/prim/table/src/tbl2bdf.c:142:7: note: err is overwritten 23FEBpl1.0/prim/table/src/tbl2bdf.c:146:7: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/prim/table/src/tbl2bdf.c:142:7: note: err is assigned 23FEBpl1.0/prim/table/src/tbl2bdf.c:146:7: note: err is overwritten 23FEBpl1.0/prim/table/src/tbl2bdf.c:217:10: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/prim/table/src/tbl2bdf.c:179:12: note: err is assigned 23FEBpl1.0/prim/table/src/tbl2bdf.c:217:10: note: err is overwritten 23FEBpl1.0/prim/table/src/tbl2bdf.c:217:10: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/prim/table/src/tbl2bdf.c:187:12: note: err is assigned 23FEBpl1.0/prim/table/src/tbl2bdf.c:217:10: note: err is overwritten 23FEBpl1.0/prim/table/src/tbl2bdf.c:217:10: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/prim/table/src/tbl2bdf.c:208:21: note: err is assigned 23FEBpl1.0/prim/table/src/tbl2bdf.c:217:10: note: err is overwritten 23FEBpl1.0/prim/table/src/tbl2bdf.c:217:10: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/prim/table/src/tbl2bdf.c:209:21: note: err is assigned 23FEBpl1.0/prim/table/src/tbl2bdf.c:217:10: note: err is overwritten 23FEBpl1.0/prim/table/src/tbl2bdf.c:217:10: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/prim/table/src/tbl2bdf.c:210:23: note: err is assigned 23FEBpl1.0/prim/table/src/tbl2bdf.c:217:10: note: err is overwritten 23FEBpl1.0/prim/table/src/tbl2bdf.c:225:10: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/prim/table/src/tbl2bdf.c:217:10: note: err is assigned 23FEBpl1.0/prim/table/src/tbl2bdf.c:225:10: note: err is overwritten 23FEBpl1.0/prim/table/src/tbl2bdf.c:225:10: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/prim/table/src/tbl2bdf.c:221:6: note: err is assigned 23FEBpl1.0/prim/table/src/tbl2bdf.c:225:10: note: err is overwritten 23FEBpl1.0/prim/table/src/tbl2bdf.c:226:10: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/prim/table/src/tbl2bdf.c:225:10: note: err is assigned 23FEBpl1.0/prim/table/src/tbl2bdf.c:226:10: note: err is overwritten 23FEBpl1.0/prim/table/src/tbl2bdf.c:227:10: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/prim/table/src/tbl2bdf.c:226:10: note: err is assigned 23FEBpl1.0/prim/table/src/tbl2bdf.c:227:10: note: err is overwritten 23FEBpl1.0/prim/table/src/tbl2bdf.c:228:10: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/prim/table/src/tbl2bdf.c:227:10: note: err is assigned 23FEBpl1.0/prim/table/src/tbl2bdf.c:228:10: note: err is overwritten 23FEBpl1.0/prim/table/src/tbl2bdf.c:229:10: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/prim/table/src/tbl2bdf.c:228:10: note: err is assigned 23FEBpl1.0/prim/table/src/tbl2bdf.c:229:10: note: err is overwritten 23FEBpl1.0/prim/table/src/tbl2bdf.c:230:10: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/prim/table/src/tbl2bdf.c:229:10: note: err is assigned 23FEBpl1.0/prim/table/src/tbl2bdf.c:230:10: note: err is overwritten 23FEBpl1.0/prim/table/src/tbl2bdf.c:234:10: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/prim/table/src/tbl2bdf.c:230:10: note: err is assigned 23FEBpl1.0/prim/table/src/tbl2bdf.c:234:10: note: err is overwritten 23FEBpl1.0/prim/table/src/tbl2bdf.c:234:10: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/prim/table/src/tbl2bdf.c:232:12: note: err is assigned 23FEBpl1.0/prim/table/src/tbl2bdf.c:234:10: note: err is overwritten 23FEBpl1.0/prim/table/src/tbl2bdf.c:29:11: style: Variable 'pc' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/prim/table/src/tbl2bdf.c:146:7: style: Variable 'err' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/prim/table/src/tbl2bdf.c:148:10: style: Variable 'err' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/prim/table/src/tbl2bdf.c:234:10: style: Variable 'err' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/prim/tw3/libsrc/mp.c:188:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MID_STATIC [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/tw3/libsrc/mp.c:247:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MID_STATIC [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/tc3/libsrc/trfpic.c:77:12: style: Variable 'pe' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/prim/tc3/libsrc/trpic.c:83:12: style: Variable 'pe' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/prim/tc3/libsrc/trpic.c:113:12: style: Variable 'pe' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/prim/tc3/libsrc/trpic.c:145:13: style: Variable 'pe' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/prim/tc3/libsrc/trpic.c:145:22: style: Variable 'astop' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/prim/tc3/libsrc/trpic.c:195:20: 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] 23FEBpl1.0/prim/tw3/libsrc/tacmd.c:84:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NULL_WINDOW [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/tw3/libsrc/taerror.c:102:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NULL_WINDOW [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/tw3/libsrc/taerror.c:112:10: style: Variable 'state' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/prim/tw3/libsrc/tf1test.c:144:27: error: syntax error [syntaxError] 23FEBpl1.0/prim/tc3/libsrc/trtime.c:229:5: style: Variable 'y' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/prim/tc3/libsrc/trtime.c:215:4: note: y is assigned 23FEBpl1.0/prim/tc3/libsrc/trtime.c:229:5: note: y is overwritten 23FEBpl1.0/prim/tw3/libsrc/tapplic.c:90:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable _NORMAL_ [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/tw3/libsrc/tapplic.c:129:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable _TITLE_ [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/tw3/libsrc/tapplic.c:240:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WINDOW [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/tw3/libsrc/tapplic.c:267:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable _BORDER2_ [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/tw3/libsrc/tapplic.c:311:53: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable _BORDER2_ [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/tw3/libsrc/tapplic.c:344:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable _BORDER2_ [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/tw3/libsrc/tapplic.c:369:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NOK [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/tw3/libsrc/tapplic.c:400:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MID_RSTATIC [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/tw3/libsrc/tfcc.c:88:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NOK [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/tw3/libsrc/tfcc.c:105:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable _DTYPE_INT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/tw3/libsrc/tfcc.c:124:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable _DTYPE_INT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/tw3/libsrc/tfcc.c:163:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/tw3/libsrc/tfcc.c:99:8: style: Variable 'x' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/prim/tw3/libsrc/tfcc.c:118:8: style: Variable 'x' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/prim/tw3/libsrc/tfcc.c:104:22: warning: Using 'sizeof' on array given as function argument returns size of a pointer. [sizeofwithsilentarraypointer] 23FEBpl1.0/prim/tw3/libsrc/tfcc.c:123:22: warning: Using 'sizeof' on array given as function argument returns size of a pointer. [sizeofwithsilentarraypointer] 23FEBpl1.0/prim/tw3/libsrc/tfget.c:425:3: error: There is an unknown macro here somewhere. Configuration is required. If if_not is a macro then please configure it. [unknownMacro] 23FEBpl1.0/prim/tw3/libsrc/tapplic.c:129:61: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation] 23FEBpl1.0/prim/tw3/libsrc/tapplic.c:132:40: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation] 23FEBpl1.0/prim/tw3/libsrc/tapplic.c:150:38: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation] 23FEBpl1.0/prim/tw3/libsrc/tapplic.c:215:12: style: Variable 'pe' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/prim/tw3/libsrc/termcap.c:449:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/tw3/libsrc/termcap.c:481:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MID_STATIC [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/tw3/libsrc/termcap.c:586:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/tw3/libsrc/termcap.c:628:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NOK [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/tw3/libsrc/termcap.c:713:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NOK [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/tw3/libsrc/termcap.c:785:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NOK [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/tw3/libsrc/termcap.c:828:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/tw3/libsrc/termcap.c:884:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NOK [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/tw3/libsrc/termcap.c:933:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NOK [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/tw3/libsrc/tfile.c:200:2: error: There is an unknown macro here somewhere. Configuration is required. If if_not is a macro then please configure it. [unknownMacro] 23FEBpl1.0/prim/tw3/libsrc/tform.c:98:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TFORM [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/tw3/libsrc/tform.c:168:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/tw3/libsrc/tform.c:184:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TFORM [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/tw3/libsrc/tfotest.c:203:28: error: syntax error [syntaxError] 23FEBpl1.0/prim/tw3/libsrc/tform.c:234:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Echo [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/tw3/libsrc/tform.c:284:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable _FIELD_NOECHO [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/tw3/libsrc/tform.c:258:9: style: Parameter 'form' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/tw3/libsrc/tform.c:276:9: style: Parameter 'form' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/tw3/libsrc/tform.c:298:9: style: Parameter 'form' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/tw3/libsrc/tfshow.c:94:28: error: syntax error [syntaxError] 23FEBpl1.0/prim/tw3/libsrc/tfpic.c:114:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable _FIELD_MODIFIED [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/tw3/libsrc/tfpic.c:166:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable _DTYPE_TIME [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/tw3/libsrc/tfpic.c:208:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NOK [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/tw3/libsrc/tfpic.c:279:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable _DTYPE_INT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/tw3/libsrc/tfpic.c:341:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable _FIELD_MODIFIED [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/tw3/libsrc/tftest.c:189:30: error: syntax error [syntaxError] 23FEBpl1.0/prim/tw3/libsrc/tftex.c:93:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TFORM [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/tw3/libsrc/tftex.c:178:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TFORM [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/tw3/libsrc/tftex.c:198:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TFORM [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/tw3/libsrc/tfield.c:134:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NOK [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/tw3/libsrc/tfield.c:264:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable _ATTRIBUTE_ [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/tw3/libsrc/tfield.c:431:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TFIELD [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/tw3/libsrc/tfield.c:466:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TF_FCT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/tw3/libsrc/tfield.c:571:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable _FIELD_DISPLAY [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/tw3/libsrc/tfield.c:605:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TFIELD [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/tw3/libsrc/tfield.c:831:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOS [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/tw3/libsrc/tfpic.c:203:9: style: Local variable 'real' shadows outer variable [shadowVariable] 23FEBpl1.0/prim/tw3/libsrc/tfpic.c:88:15: note: Shadowed declaration 23FEBpl1.0/prim/tw3/libsrc/tfpic.c:203:9: note: Shadow variable 23FEBpl1.0/prim/tw3/libsrc/tfpic.c:204:7: style: Local variable 'integer' shadows outer variable [shadowVariable] 23FEBpl1.0/prim/tw3/libsrc/tfpic.c:89:13: note: Shadowed declaration 23FEBpl1.0/prim/tw3/libsrc/tfpic.c:204:7: note: Shadow variable 23FEBpl1.0/prim/tw3/libsrc/tfpic.c:331:9: style: Parameter 'form' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/tw3/libsrc/thelp.c:1402:3: error: There is an unknown macro here somewhere. Configuration is required. If if_not is a macro then please configure it. [unknownMacro] 23FEBpl1.0/prim/tw3/libsrc/thcreate.c:144:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable _FILE_ [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/tw3/libsrc/thcreate.c:250:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable READ [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/tw3/libsrc/thcreate.c:391:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MID_STATIC [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/tw3/libsrc/thcreate.c:509:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NOK [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/tw3/libsrc/thcreate.c:538:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NOK [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/tw3/libsrc/thcreate.c:578:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FILE_START [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/tw3/libsrc/thcreate.c:650:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/tw3/libsrc/thtest.c:59:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable BUFFER [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/tw3/libsrc/thtest.c:107:17: style: Condition 'status>=0' is always true [knownConditionTrueFalse] 23FEBpl1.0/prim/tw3/libsrc/thtest.c:98:15: note: Assuming that condition 'status<0' is not redundant 23FEBpl1.0/prim/tw3/libsrc/thtest.c:107:17: note: Condition 'status>=0' is always true 23FEBpl1.0/prim/tw3/libsrc/thcreate.c:614:26: portability: Undefined behaviour, pointer arithmetic 'pi->text+14' is out of bounds. [pointerOutOfBounds] 23FEBpl1.0/prim/tw3/libsrc/tkeys.c:182:3: portability: Omitted return type of function 'if_not' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/prim/tw3/libsrc/thcreate.c:431:3: style: Statements following 'goto' will never be executed. [unreachableCode] 23FEBpl1.0/prim/tw3/libsrc/thcreate.c:142:14: style: Variable 'text' can be declared as const array [constVariable] 23FEBpl1.0/prim/tw3/libsrc/thcreate.c:275:8: style: Parameter 'str' can be declared as pointer to const. However it seems that 'act0' is a callback function, if 'str' is declared with const you might also need to cast function pointer(s). [constParameterCallback] 23FEBpl1.0/prim/tw3/libsrc/thcreate.c:411:17: note: You might need to cast the function pointer here 23FEBpl1.0/prim/tw3/libsrc/thcreate.c:275:8: note: Parameter 'str' can be declared as pointer to const 23FEBpl1.0/prim/tw3/libsrc/thcreate.c:290:8: style: Parameter 'str' can be declared as pointer to const. However it seems that 'acti' is a callback function, if 'str' is declared with const you might also need to cast function pointer(s). [constParameterCallback] 23FEBpl1.0/prim/tw3/libsrc/thcreate.c:411:37: note: You might need to cast the function pointer here 23FEBpl1.0/prim/tw3/libsrc/thcreate.c:290:8: note: Parameter 'str' can be declared as pointer to const 23FEBpl1.0/prim/tw3/libsrc/thcreate.c:365:31: style: Variable 'pe' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/prim/tw3/libsrc/tkeys.c:134:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOS [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/tw3/libsrc/tkeys.c:160:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/tw3/libsrc/tkeys.c:298:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NOK [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/tw3/libsrc/tmenu.c:174:3: error: There is an unknown macro here somewhere. Configuration is required. If if_not is a macro then please configure it. [unknownMacro] 23FEBpl1.0/prim/tw3/libsrc/termcap.c:735:10: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/prim/tw3/libsrc/termcap.c:713:10: note: status is assigned 23FEBpl1.0/prim/tw3/libsrc/termcap.c:735:10: note: status is overwritten 23FEBpl1.0/prim/tw3/libsrc/termcap.c:797:3: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/prim/tw3/libsrc/termcap.c:785:10: note: status is assigned 23FEBpl1.0/prim/tw3/libsrc/termcap.c:797:3: note: status is overwritten 23FEBpl1.0/prim/tw3/libsrc/termcap.c:416:4: style: Statements following 'break' will never be executed. [unreachableCode] 23FEBpl1.0/prim/tw3/libsrc/termcap.c:425:2: style: Statements following 'break' will never be executed. [unreachableCode] 23FEBpl1.0/prim/tw3/libsrc/tkeys.c:214:10: style: Variable 'ps' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/prim/tw3/libsrc/termcap.c:407:22: style: Variable 'pe' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/prim/tw3/libsrc/tvclear.c:138:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/tw3/libsrc/tvclear.c:170:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/tw3/libsrc/tvclear.c:220:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/tw3/libsrc/tvclear.c:276:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/tw3/libsrc/tvget.c:332:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NOK [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/tw3/libsrc/tvget.c:461:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MID_RSTATIC [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/tw3/libsrc/tvget.c:543:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/tw3/libsrc/tvget.c:584:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable status [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/tw3/libsrc/tvcursor.c:147:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable status [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/tw3/libsrc/tvcursor.c:169:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/tw3/libsrc/tvcursor.c:207:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable status [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/tw3/libsrc/tvcursor.c:229:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/tw3/libsrc/tvcursor.c:279:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable status [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/tw3/libsrc/tvcursor.c:384:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable status [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/tw3/libsrc/tvcursor.c:431:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MID_RSTATIC [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/tw3/libsrc/tvcursor.c:535:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable status [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/tw3/libsrc/tvcursor.c:571:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NOK [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/tw3/libsrc/tvcursor.c:643:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable status [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/tw3/libsrc/tvcursor.c:697:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable status [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/tw3/libsrc/tvcursor.c:721:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/tw3/libsrc/tvclear.c:205:3: style: Label 'FIN' is not used. [unusedLabel] 23FEBpl1.0/prim/tw3/libsrc/tvclear.c:243:3: style: Label 'FIN' is not used. [unusedLabel] 23FEBpl1.0/prim/tw3/libsrc/tvclear.c:354:3: style: Label 'FIN' is not used. [unusedLabel] 23FEBpl1.0/prim/tw3/libsrc/tvgets.c:154:16: error: syntax error [syntaxError] 23FEBpl1.0/prim/tw3/libsrc/tvcursor.c:664:2: style: Statements following 'goto' will never be executed. [unreachableCode] 23FEBpl1.0/prim/tw3/libsrc/tvcursor.c:411:3: style: Label 'FIN' is not used. [unusedLabel] 23FEBpl1.0/prim/tw3/libsrc/tvcursor.c:165:12: style: Parameter 'limits' can be declared as const array [constParameter] 23FEBpl1.0/prim/tw3/libsrc/tvhelp.c:205:3: error: There is an unknown macro here somewhere. Configuration is required. If if_not is a macro then please configure it. [unknownMacro] 23FEBpl1.0/prim/tw3/libsrc/tvget.c:158:8: style: Parameter 'ch' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/tw3/libsrc/tvget.c:458:13: style: Variable 'pe' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/prim/tw3/libsrc/tfield.c:571:4: style: Statements following 'break' will never be executed. [unreachableCode] 23FEBpl1.0/prim/tw3/libsrc/tvget.c:238:7: warning: Uninitialized variable: len [uninitvar] 23FEBpl1.0/prim/tw3/libsrc/tvget.c:223:37: note: Assuming condition is false 23FEBpl1.0/prim/tw3/libsrc/tvget.c:238:7: note: Uninitialized variable: len 23FEBpl1.0/prim/tw3/libsrc/tvindel.c:119:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NOK [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/tw3/libsrc/tvindel.c:160:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NOK [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/tw3/libsrc/tvindel.c:220:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NOK [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/tw3/libsrc/tvindel.c:265:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NOK [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/tw3/libsrc/tvindel.c:332:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NOK [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/tw3/libsrc/tfield.c:361:9: style: Parameter 'form' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/tw3/libsrc/tvindel.c:374:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NOK [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/tw3/libsrc/tfield.c:364:10: style: Variable 'field' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/prim/tw3/libsrc/tfield.c:365:12: style: Variable 'pe' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/prim/tw3/libsrc/tfield.c:397:9: style: Parameter 'form' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/tw3/libsrc/tfield.c:420:9: style: Parameter 'form' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/tw3/libsrc/tfield.c:588:9: style: Parameter 'form' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/tw3/libsrc/tfield.c:600:9: style: Parameter 'form' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/tw3/libsrc/tfield.c:619:9: style: Parameter 'form' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/tw3/libsrc/tfield.c:621:11: style: Variable 'field' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/prim/tw3/libsrc/tfield.c:634:9: style: Parameter 'form' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/tw3/libsrc/tfield.c:636:11: style: Variable 'field' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/prim/tw3/libsrc/tfield.c:649:9: style: Parameter 'form' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/tw3/libsrc/tfield.c:672:9: style: Parameter 'form' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/tw3/libsrc/tfield.c:697:9: style: Parameter 'form' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/tw3/libsrc/tfield.c:722:9: style: Parameter 'form' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/tw3/libsrc/tfield.c:724:11: style: Variable 'field' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/prim/tw3/libsrc/tfield.c:737:9: style: Parameter 'form' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/tw3/libsrc/tfield.c:739:11: style: Variable 'field' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/prim/tw3/libsrc/tfield.c:752:9: style: Parameter 'form' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/tw3/libsrc/tfield.c:754:11: style: Variable 'field' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/prim/tw3/libsrc/tfield.c:806:9: style: Parameter 'form' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/tw3/libsrc/tfield.c:809:10: style: Variable 'field' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/prim/tw3/libsrc/tfield.c:529:24: style: Variable 'pf' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/prim/tw3/libsrc/tfield.c:568:5: style: Variable 'pf' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/prim/tw3/libsrc/tvindel.c:370:8: style: Parameter 'str' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/prim/tw3/libsrc/tvinit.c:654:4: error: There is an unknown macro here somewhere. Configuration is required. If if_not is a macro then please configure it. [unknownMacro] 23FEBpl1.0/prim/tw3/libsrc/tvout.c:122:3: error: Unmatched '{'. Configuration: '__GNUC__=1'. [syntaxError] 23FEBpl1.0/prim/tw3/libsrc/tvtest.c:76:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/prim/tw3/libsrc/tvtest.c:479:1: portability: Omitted return type of function 'Impossible' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/prim/tw3/libsrc/tvtest.c:488:1: portability: Omitted return type of function 'Title' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/prim/tw3/libsrc/twclear.c:104:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Imode [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/tw3/libsrc/twclear.c:151:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Imode [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/tw3/libsrc/twclear.c:197:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Imode [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/tw3/libsrc/tvtest.c:84:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TW_cc_VMS [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/tw3/libsrc/tvtest.c:454:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MID_STATIC [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/tw3/libsrc/tvtest.c:467:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MID_STATIC [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/tw3/libsrc/tvtest.c:483:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable _BLINK_ [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/tw3/libsrc/tvtest.c:494:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/tw3/libsrc/tvtest.c:513:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable _BOLD_ [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/tw3/libsrc/tvput.c:187:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/tw3/libsrc/tvutil.c:88:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MID_STATIC [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/tw3/libsrc/tvput.c:251:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MID_RSTATIC [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/tw3/libsrc/tvutil.c:184:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable INDEX [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/tw3/libsrc/tvput.c:302:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/tw3/libsrc/tvutil.c:230:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable status [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/tw3/libsrc/tvput.c:383:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/tw3/libsrc/tvutil.c:317:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable status [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/tw3/libsrc/tvput.c:422:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/tw3/libsrc/tvput.c:501:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/tw3/libsrc/tvput.c:526:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/tw3/libsrc/tvput.c:585:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MID_RSTATIC [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/tw3/libsrc/tvput.c:665:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/tw3/libsrc/tvput.c:703:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable _GRAPHICS_ [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/tw3/libsrc/tvput.c:728:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FINISH [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/tw3/libsrc/tvtest.c:83:3: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [prohibitedgetsCalled] 23FEBpl1.0/prim/tw3/libsrc/tvtest.c:90:33: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [prohibitedgetsCalled] 23FEBpl1.0/prim/tw3/libsrc/twcursor.c:102:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FullW [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/tw3/libsrc/twcursor.c:124:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NOK [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/tw3/libsrc/twcursor.c:167:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/tw3/libsrc/twcursor.c:187:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable status [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/tw3/libsrc/twcursor.c:225:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable status [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/tw3/libsrc/twcursor.c:250:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable status [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/tw3/libsrc/twcursor.c:285:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FINISH [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/tw3/libsrc/twcursor.c:350:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable status [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/tw3/libsrc/twcursor.c:391:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Return [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/tw3/libsrc/twcursor.c:474:70: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NOK [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/tw3/libsrc/tvutil.c:86:13: style: Parameter 'coo' can be declared as const array [constParameter] 23FEBpl1.0/prim/tw3/libsrc/tvutil.c:92:17: style: Variable 'p_end' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/prim/tw3/libsrc/tvutil.c:174:25: style: Variable 'high' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/prim/tw3/libsrc/tvutil.c:175:9: style: Variable 'match' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/prim/tw3/libsrc/tvutil.c:313:12: style: Parameter 'limits' can be declared as const array [constParameter] 23FEBpl1.0/prim/tw3/libsrc/twget.c:589:3: error: There is an unknown macro here somewhere. Configuration is required. If if_not is a macro then please configure it. [unknownMacro] 23FEBpl1.0/prim/tw3/libsrc/tvput.c:258:18: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/prim/tw3/libsrc/tvput.c:255:10: note: status is assigned 23FEBpl1.0/prim/tw3/libsrc/tvput.c:258:18: note: status is overwritten 23FEBpl1.0/prim/tw3/libsrc/tvput.c:465:10: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/prim/tw3/libsrc/tvput.c:446:11: note: status is assigned 23FEBpl1.0/prim/tw3/libsrc/tvput.c:465:10: note: status is overwritten 23FEBpl1.0/prim/tw3/libsrc/twhelp.c:240:16: error: syntax error [syntaxError] 23FEBpl1.0/prim/tw3/libsrc/tvput.c:235:3: style: Label 'FIN' is not used. [unusedLabel] 23FEBpl1.0/prim/tw3/libsrc/tvput.c:262:3: style: Label 'FIN' is not used. [unusedLabel] 23FEBpl1.0/prim/tw3/libsrc/tvput.c:342:3: style: Label 'FIN' is not used. [unusedLabel] 23FEBpl1.0/prim/tw3/libsrc/tvput.c:482:3: style: Label 'FIN' is not used. [unusedLabel] 23FEBpl1.0/prim/tw3/libsrc/tvput.c:504:3: style: Label 'FIN' is not used. [unusedLabel] 23FEBpl1.0/prim/tw3/libsrc/tvput.c:561:3: style: Label 'FIN' is not used. [unusedLabel] 23FEBpl1.0/prim/tw3/libsrc/tvput.c:641:3: style: Label 'FIN' is not used. [unusedLabel] 23FEBpl1.0/prim/tw3/libsrc/tvput.c:680:3: style: Label 'FIN' is not used. [unusedLabel] 23FEBpl1.0/prim/tw3/libsrc/tvput.c:708:3: style: Label 'FIN' is not used. [unusedLabel] 23FEBpl1.0/prim/tw3/libsrc/tvput.c:730:3: style: Label 'FIN' is not used. [unusedLabel] 23FEBpl1.0/prim/tw3/libsrc/twindel.c:115:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable status [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/tw3/libsrc/twindel.c:160:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable status [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/tw3/libsrc/twindel.c:210:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Return [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/tw3/libsrc/twinit.c:513:3: error: There is an unknown macro here somewhere. Configuration is required. If if_not is a macro then please configure it. [unknownMacro] 23FEBpl1.0/prim/tw3/libsrc/twout.c:710:3: error: There is an unknown macro here somewhere. Configuration is required. If if_not is a macro then please configure it. [unknownMacro] 23FEBpl1.0/prim/tw3/libsrc/twtest.c:127:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/prim/tw3/libsrc/twtest.c:242:1: portability: Omitted return type of function 'RemoveMenu' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/prim/tw3/libsrc/twtest.c:288:1: portability: Omitted return type of function 'Commands' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/prim/tw3/libsrc/twtest.c:360:1: portability: Omitted return type of function 'execute' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/prim/tw3/libsrc/twtest.c:621:1: portability: Omitted return type of function 'WaitandSee' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/prim/tw3/libsrc/twtest.c:646:1: portability: Omitted return type of function 'WaitCR' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/prim/tw3/libsrc/twtest.c:722:1: portability: Omitted return type of function 'Title' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/prim/tw3/libsrc/twtest.c:731:1: portability: Omitted return type of function 'Title1' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/prim/tw3/libsrc/twutil.c:656:2: error: There is an unknown macro here somewhere. Configuration is required. If if_not is a macro then please configure it. [unknownMacro] 23FEBpl1.0/prim/tw3/libsrc/txjustify.c:117:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/tw3/libsrc/txjustify.c:143:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/tw3/libsrc/txjustify.c:204:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FINISH [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/tw3/libsrc/txdisplay.c:543:4: error: There is an unknown macro here somewhere. Configuration is required. If if_not is a macro then please configure it. [unknownMacro] 23FEBpl1.0/prim/tw3/libsrc/txjustify.c:236:3: style: Label 'FIN' is not used. [unusedLabel] 23FEBpl1.0/prim/tw3/libsrc/txjustify.c:100:28: style: Variable 'pe' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/prim/tw3/libsrc/twtest.c:145:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable status [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/tw3/libsrc/twtest.c:245:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable _NORMAL_ [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/tw3/libsrc/txprompt.c:101:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NULL_WINDOW [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/tw3/libsrc/twtest.c:259:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NULL_WINDOW [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/tw3/libsrc/twtest.c:320:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable _REVERSE_ [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/tw3/libsrc/twtest.c:406:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable _BOLD_ [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/tw3/libsrc/twtest.c:635:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable _BLINK_ [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/tw3/libsrc/twtest.c:659:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable _BOLD_ [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/tw3/libsrc/twtest.c:675:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MID_RSTATIC [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/tw3/libsrc/twtest.c:700:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MID_RSTATIC [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/tw3/libsrc/txtest.c:285:32: error: syntax error [syntaxError] 23FEBpl1.0/prim/tw3/libsrc/tydoc.c:164:26: error: syntax error [syntaxError] 23FEBpl1.0/prim/tw3/libsrc/tytest.c:51:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/prim/tw3/libsrc/tytest.c:84:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable _NORMAL_ [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/tw3/libsrc/tytest.c:118:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/tw3/libsrc/tytest.c:66:24: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [prohibitedgetsCalled] 23FEBpl1.0/prim/tw3/libsrc/tytest.c:68:46: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [prohibitedgetsCalled] 23FEBpl1.0/stdred/ccdred/libsrc/exmed.c:24:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable F_X_MODE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/prim/tw3/libsrc/twtest.c:144:34: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [prohibitedgetsCalled] 23FEBpl1.0/prim/tw3/libsrc/twtest.c:445:2: style: Statements following 'break' will never be executed. [unreachableCode] 23FEBpl1.0/prim/tw3/libsrc/twtest.c:460:2: style: Statements following 'break' will never be executed. [unreachableCode] 23FEBpl1.0/prim/tw3/libsrc/twtest.c:492:2: style: Statements following 'break' will never be executed. [unreachableCode] 23FEBpl1.0/prim/tw3/libsrc/twtest.c:504:2: style: Statements following 'break' will never be executed. [unreachableCode] 23FEBpl1.0/prim/tw3/libsrc/twtest.c:539:2: style: Statements following 'break' will never be executed. [unreachableCode] 23FEBpl1.0/prim/tw3/libsrc/twtest.c:134:7: style: Unused variable: i [unusedVariable] 23FEBpl1.0/prim/tw3/libsrc/twtest.c:261:7: style: Unused variable: ch [unusedVariable] 23FEBpl1.0/stdred/ccdred/libsrc/getdat.c:119:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable F_X_MODE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/stdred/ccdred/libsrc/exmed.c:84:7: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg] 23FEBpl1.0/stdred/ccdred/libsrc/exmed.c:26:15: portability: Casting between char * and float * which have an incompatible binary data representation. [invalidPointerCast] 23FEBpl1.0/stdred/ccdred/libsrc/exmed.c:41:15: portability: Casting between char * and float * which have an incompatible binary data representation. [invalidPointerCast] 23FEBpl1.0/stdred/ccdred/libsrc/exmed.c:42:15: portability: Casting between char * and float * which have an incompatible binary data representation. [invalidPointerCast] 23FEBpl1.0/stdred/ccdred/libsrc/exmed.c:60:15: portability: Casting between char * and float * which have an incompatible binary data representation. [invalidPointerCast] 23FEBpl1.0/stdred/ccdred/libsrc/exmed.c:24:12: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/libsrc/exmed.c:23:12: note: stat is assigned 23FEBpl1.0/stdred/ccdred/libsrc/exmed.c:24:12: note: stat is overwritten 23FEBpl1.0/stdred/ccdred/libsrc/exmed.c:25:12: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/libsrc/exmed.c:24:12: note: stat is assigned 23FEBpl1.0/stdred/ccdred/libsrc/exmed.c:25:12: note: stat is overwritten 23FEBpl1.0/stdred/ccdred/libsrc/exmed.c:67:8: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/libsrc/exmed.c:25:12: note: stat is assigned 23FEBpl1.0/stdred/ccdred/libsrc/exmed.c:67:8: note: stat is overwritten 23FEBpl1.0/stdred/ccdred/libsrc/exmed.c:38:12: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/libsrc/exmed.c:37:12: note: stat is assigned 23FEBpl1.0/stdred/ccdred/libsrc/exmed.c:38:12: note: stat is overwritten 23FEBpl1.0/stdred/ccdred/libsrc/exmed.c:39:12: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/libsrc/exmed.c:38:12: note: stat is assigned 23FEBpl1.0/stdred/ccdred/libsrc/exmed.c:39:12: note: stat is overwritten 23FEBpl1.0/stdred/ccdred/libsrc/exmed.c:40:12: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/libsrc/exmed.c:39:12: note: stat is assigned 23FEBpl1.0/stdred/ccdred/libsrc/exmed.c:40:12: note: stat is overwritten 23FEBpl1.0/stdred/ccdred/libsrc/exmed.c:51:12: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/libsrc/exmed.c:40:12: note: stat is assigned 23FEBpl1.0/stdred/ccdred/libsrc/exmed.c:51:12: note: stat is overwritten 23FEBpl1.0/stdred/ccdred/libsrc/exmed.c:51:12: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/libsrc/exmed.c:46:9: note: stat is assigned 23FEBpl1.0/stdred/ccdred/libsrc/exmed.c:51:12: note: stat is overwritten 23FEBpl1.0/stdred/ccdred/libsrc/exmed.c:67:8: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/libsrc/exmed.c:51:12: note: stat is assigned 23FEBpl1.0/stdred/ccdred/libsrc/exmed.c:67:8: note: stat is overwritten 23FEBpl1.0/stdred/ccdred/libsrc/exmed.c:58:12: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/libsrc/exmed.c:57:12: note: stat is assigned 23FEBpl1.0/stdred/ccdred/libsrc/exmed.c:58:12: note: stat is overwritten 23FEBpl1.0/stdred/ccdred/libsrc/exmed.c:59:12: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/libsrc/exmed.c:58:12: note: stat is assigned 23FEBpl1.0/stdred/ccdred/libsrc/exmed.c:59:12: note: stat is overwritten 23FEBpl1.0/stdred/ccdred/libsrc/exmed.c:67:8: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/libsrc/exmed.c:59:12: note: stat is assigned 23FEBpl1.0/stdred/ccdred/libsrc/exmed.c:67:8: note: stat is overwritten 23FEBpl1.0/stdred/ccdred/libsrc/exmed.c:78:12: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/libsrc/exmed.c:77:12: note: stat is assigned 23FEBpl1.0/stdred/ccdred/libsrc/exmed.c:78:12: note: stat is overwritten 23FEBpl1.0/stdred/ccdred/libsrc/exmed.c:84:12: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/libsrc/exmed.c:83:12: note: stat is assigned 23FEBpl1.0/stdred/ccdred/libsrc/exmed.c:84:12: note: stat is overwritten 23FEBpl1.0/stdred/ccdred/libsrc/exmed.c:4:23: style: Parameter 'npix' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/ccdred/libsrc/exmed.c:4:30: style: Parameter 'spix' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/ccdred/libsrc/exmed.c:4:37: style: Parameter 'epix' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/ccdred/libsrc/exmed.c:94:11: style: Parameter 'a' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/ccdred/libsrc/exmed.c:31:13: style: Variable 'insiz' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/stdred/ccdred/libsrc/exmed.c:78:12: style: Variable 'stat' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/stdred/ccdred/libsrc/exmed.c:84:12: style: Variable 'stat' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/stdred/ccdred/libsrc/getdat.c:126:19: portability: Casting between char * and float * which have an incompatible binary data representation. [invalidPointerCast] 23FEBpl1.0/stdred/ccdred/libsrc/getdat.c:152:19: portability: Casting between char * and float * which have an incompatible binary data representation. [invalidPointerCast] 23FEBpl1.0/stdred/ccdred/libsrc/getdat.c:74:22: style: Parameter 'npix' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/ccdred/libsrc/mo_bifit.c:434:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAXPIX [valueFlowBailoutIncompleteVar] 23FEBpl1.0/stdred/ccdred/libsrc/mo_fitoff.c:168:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable side [valueFlowBailoutIncompleteVar] 23FEBpl1.0/stdred/ccdred/libsrc/mo_align.c:120:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MO_NCOLS [valueFlowBailoutIncompleteVar] 23FEBpl1.0/stdred/ccdred/libsrc/mo_bifit.c:66:8: style: Parameter 'coeff' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/ccdred/libsrc/mo_bifit.c:69:8: style: Parameter 'x' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/ccdred/libsrc/mo_bifit.c:70:10: style: Parameter 'y' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/ccdred/libsrc/mo_bifit.c:101:8: style: Parameter 'coeff' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/ccdred/libsrc/mo_bifit.c:104:8: style: Parameter 'x' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/ccdred/libsrc/mo_bifit.c:105:10: style: Parameter 'y' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/ccdred/libsrc/mo_bifit.c:146:8: style: Parameter 'coeff' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/ccdred/libsrc/mo_bifit.c:149:8: style: Parameter 'x' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/ccdred/libsrc/mo_bifit.c:150:10: style: Parameter 'y' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/ccdred/libsrc/mo_bifit.c:237:8: style: Parameter 'coeff' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/ccdred/libsrc/mo_bifit.c:240:8: style: Parameter 'x' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/ccdred/libsrc/mo_bifit.c:241:10: style: Parameter 'y' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/ccdred/libsrc/mo_bifit.c:345:8: style: Parameter 'coeff' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/ccdred/libsrc/mo_bifit.c:348:8: style: Parameter 'x' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/ccdred/libsrc/mo_bifit.c:349:10: style: Parameter 'y' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/ccdred/libsrc/mo_match.c:171:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MO_INDEFR [valueFlowBailoutIncompleteVar] 23FEBpl1.0/stdred/ccdred/libsrc/mo_match.c:229:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MO_NXSUB [valueFlowBailoutIncompleteVar] 23FEBpl1.0/stdred/ccdred/libsrc/mo_match.c:373:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MO_NXSUB [valueFlowBailoutIncompleteVar] 23FEBpl1.0/stdred/ccdred/libsrc/mo_match.c:531:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MO_NXSUB [valueFlowBailoutIncompleteVar] 23FEBpl1.0/stdred/ccdred/libsrc/mo_msi.c:84:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MO_NINTERP [valueFlowBailoutIncompleteVar] 23FEBpl1.0/stdred/ccdred/libsrc/mo_msi.c:132:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MO_MSI_TYPE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/stdred/ccdred/libsrc/mo_msi.c:450:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MO_MSI_TYPE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/stdred/ccdred/libsrc/mo_msi.c:431:16: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/stdred/ccdred/libsrc/mo_fitoff.c:89:10: style: Parameter 'a' can be declared as const array [constParameter] 23FEBpl1.0/stdred/ccdred/libsrc/mo_fitoff.c:122:14: style: Variable 'x' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/stdred/ccdred/libsrc/mo_fitoff.c:123:14: style: Variable 'y' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/stdred/ccdred/libsrc/mo_fitoff.c:146:8: style: Parameter 'x' can be declared as const array [constParameter] 23FEBpl1.0/stdred/ccdred/libsrc/mo_fitoff.c:146:19: style: Parameter 'y' can be declared as const array [constParameter] 23FEBpl1.0/stdred/ccdred/libsrc/mo_fitoff.c:196:10: style: Parameter 'iref' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/ccdred/libsrc/mo_fitoff.c:197:10: style: Parameter 'jref' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/ccdred/libsrc/mo_fitoff.c:199:10: style: Parameter 'exclud' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/ccdred/libsrc/mo_fitoff.c:171:11: style: Variable 's' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/stdred/ccdred/libsrc/mo_fitoff.c:356:8: style: Variable 'sum' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/stdred/ccdred/libsrc/mo_fitoff.c:206:9: style: Unused variable: itst [unusedVariable] 23FEBpl1.0/stdred/ccdred/libsrc/mo_fitoff.c:207:11: style: Unused variable: k [unusedVariable] 23FEBpl1.0/stdred/ccdred/libsrc/mo_match.c:144:10: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/stdred/ccdred/libsrc/mo_match.c:318:10: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/stdred/ccdred/libsrc/mo_match.c:502:10: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/stdred/ccdred/libsrc/mo_match.c:117:13: style: Parameter 'a' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/ccdred/libsrc/mo_match.c:161:10: style: Parameter 'ranges' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/ccdred/libsrc/mo_match.c:191:10: style: Parameter 'ic1' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/ccdred/libsrc/mo_match.c:192:10: style: Parameter 'ic2' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/ccdred/libsrc/mo_match.c:193:10: style: Parameter 'il1' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/ccdred/libsrc/mo_match.c:194:10: style: Parameter 'il2' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/ccdred/libsrc/mo_match.c:332:10: style: Parameter 'ic1' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/ccdred/libsrc/mo_match.c:333:10: style: Parameter 'ic2' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/ccdred/libsrc/mo_match.c:334:10: style: Parameter 'il1' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/ccdred/libsrc/mo_match.c:335:10: style: Parameter 'il2' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/ccdred/libsrc/mo_align.c:235:16: portability: Casting between char * and float * which have an incompatible binary data representation. [invalidPointerCast] 23FEBpl1.0/stdred/ccdred/libsrc/mo_align.c:251:19: portability: Casting between char * and float * which have an incompatible binary data representation. [invalidPointerCast] 23FEBpl1.0/stdred/ccdred/libsrc/mo_align.c:131:10: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/libsrc/mo_align.c:126:10: note: stat is assigned 23FEBpl1.0/stdred/ccdred/libsrc/mo_align.c:131:10: note: stat is overwritten 23FEBpl1.0/stdred/ccdred/libsrc/mo_align.c:82:10: style: Parameter 'deltai' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/ccdred/libsrc/mo_match.c:218:9: style: Variable 'stat' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/stdred/ccdred/libsrc/mo_match.c:362:9: style: Variable 'stat' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/stdred/ccdred/libsrc/mo_shift.c:105:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MO_NCOLS [valueFlowBailoutIncompleteVar] 23FEBpl1.0/stdred/ccdred/libsrc/mo_shift.c:186:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MO_NCOLS [valueFlowBailoutIncompleteVar] 23FEBpl1.0/stdred/ccdred/libsrc/mo_shift.c:122:16: style: Variable 'stat' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/stdred/ccdred/libsrc/mo_shift.c:203:16: style: Variable 'stat' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/stdred/ccdred/libsrc/mo_tblrinp.c:73:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAXFRM [valueFlowBailoutIncompleteVar] 23FEBpl1.0/stdred/ccdred/libsrc/mo_setup.c:79:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MO_ROW [valueFlowBailoutIncompleteVar] 23FEBpl1.0/stdred/ccdred/libsrc/mo_setup.c:290:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MO_NXSUB [valueFlowBailoutIncompleteVar] 23FEBpl1.0/stdred/ccdred/libsrc/mo_tblrpar.c:88:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MO_NCOLS [valueFlowBailoutIncompleteVar] 23FEBpl1.0/stdred/ccdred/libsrc/mo_tblrpar.c:80:14: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/libsrc/mo_tblrpar.c:79:14: note: status is assigned 23FEBpl1.0/stdred/ccdred/libsrc/mo_tblrpar.c:80:14: note: status is overwritten 23FEBpl1.0/stdred/ccdred/libsrc/mo_tblrpar.c:82:14: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/libsrc/mo_tblrpar.c:80:14: note: status is assigned 23FEBpl1.0/stdred/ccdred/libsrc/mo_tblrpar.c:82:14: note: status is overwritten 23FEBpl1.0/stdred/ccdred/libsrc/mo_tblrpar.c:83:14: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/libsrc/mo_tblrpar.c:82:14: note: status is assigned 23FEBpl1.0/stdred/ccdred/libsrc/mo_tblrpar.c:83:14: note: status is overwritten 23FEBpl1.0/stdred/ccdred/libsrc/mo_tblrpar.c:84:14: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/libsrc/mo_tblrpar.c:83:14: note: status is assigned 23FEBpl1.0/stdred/ccdred/libsrc/mo_tblrpar.c:84:14: note: status is overwritten 23FEBpl1.0/stdred/ccdred/libsrc/mo_tblrpar.c:85:14: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/libsrc/mo_tblrpar.c:84:14: note: status is assigned 23FEBpl1.0/stdred/ccdred/libsrc/mo_tblrpar.c:85:14: note: status is overwritten 23FEBpl1.0/stdred/ccdred/libsrc/mo_tblrpar.c:86:14: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/libsrc/mo_tblrpar.c:85:14: note: status is assigned 23FEBpl1.0/stdred/ccdred/libsrc/mo_tblrpar.c:86:14: note: status is overwritten 23FEBpl1.0/stdred/ccdred/libsrc/mo_tblrpar.c:87:14: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/libsrc/mo_tblrpar.c:86:14: note: status is assigned 23FEBpl1.0/stdred/ccdred/libsrc/mo_tblrpar.c:87:14: note: status is overwritten 23FEBpl1.0/stdred/ccdred/libsrc/mo_tblrpar.c:95:8: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/libsrc/mo_tblrpar.c:87:14: note: status is assigned 23FEBpl1.0/stdred/ccdred/libsrc/mo_tblrpar.c:95:8: note: status is overwritten 23FEBpl1.0/stdred/ccdred/libsrc/mo_tblrpar.c:107:8: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/libsrc/mo_tblrpar.c:95:8: note: status is assigned 23FEBpl1.0/stdred/ccdred/libsrc/mo_tblrpar.c:107:8: note: status is overwritten 23FEBpl1.0/stdred/ccdred/libsrc/mo_tblrpar.c:115:8: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/libsrc/mo_tblrpar.c:107:8: note: status is assigned 23FEBpl1.0/stdred/ccdred/libsrc/mo_tblrpar.c:115:8: note: status is overwritten 23FEBpl1.0/stdred/ccdred/libsrc/mo_tblrpar.c:123:8: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/libsrc/mo_tblrpar.c:115:8: note: status is assigned 23FEBpl1.0/stdred/ccdred/libsrc/mo_tblrpar.c:123:8: note: status is overwritten 23FEBpl1.0/stdred/ccdred/libsrc/mo_tblrpar.c:123:8: style: Variable 'status' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/stdred/ccdred/libsrc/mo_tblrinp.c:107:11: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/libsrc/mo_tblrinp.c:92:14: note: status is assigned 23FEBpl1.0/stdred/ccdred/libsrc/mo_tblrinp.c:107:11: note: status is overwritten 23FEBpl1.0/stdred/ccdred/libsrc/mo_tblrinp.c:107:11: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/libsrc/mo_tblrinp.c:97:14: note: status is assigned 23FEBpl1.0/stdred/ccdred/libsrc/mo_tblrinp.c:107:11: note: status is overwritten 23FEBpl1.0/stdred/ccdred/libsrc/mo_tblrinp.c:101:17: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/libsrc/mo_tblrinp.c:100:17: note: status is assigned 23FEBpl1.0/stdred/ccdred/libsrc/mo_tblrinp.c:101:17: note: status is overwritten 23FEBpl1.0/stdred/ccdred/libsrc/mo_tblrinp.c:107:11: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/libsrc/mo_tblrinp.c:101:17: note: status is assigned 23FEBpl1.0/stdred/ccdred/libsrc/mo_tblrinp.c:107:11: note: status is overwritten 23FEBpl1.0/stdred/ccdred/libsrc/mo_tblrinp.c:108:11: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/libsrc/mo_tblrinp.c:107:11: note: status is assigned 23FEBpl1.0/stdred/ccdred/libsrc/mo_tblrinp.c:108:11: note: status is overwritten 23FEBpl1.0/stdred/ccdred/libsrc/mo_tblrinp.c:109:11: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/libsrc/mo_tblrinp.c:108:11: note: status is assigned 23FEBpl1.0/stdred/ccdred/libsrc/mo_tblrinp.c:109:11: note: status is overwritten 23FEBpl1.0/stdred/ccdred/libsrc/mo_tblrinp.c:110:11: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/libsrc/mo_tblrinp.c:109:11: note: status is assigned 23FEBpl1.0/stdred/ccdred/libsrc/mo_tblrinp.c:110:11: note: status is overwritten 23FEBpl1.0/stdred/ccdred/libsrc/mo_tblrinp.c:111:11: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/libsrc/mo_tblrinp.c:110:11: note: status is assigned 23FEBpl1.0/stdred/ccdred/libsrc/mo_tblrinp.c:111:11: note: status is overwritten 23FEBpl1.0/stdred/ccdred/libsrc/mo_tblrinp.c:116:11: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/libsrc/mo_tblrinp.c:111:11: note: status is assigned 23FEBpl1.0/stdred/ccdred/libsrc/mo_tblrinp.c:116:11: note: status is overwritten 23FEBpl1.0/stdred/ccdred/libsrc/mo_tblrinp.c:67:9: style: Parameter 'isnull' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/ccdred/libsrc/mo_tblrinp.c:103:16: style: Variable 'iframe' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/stdred/ccdred/libsrc/mo_tblrinp.c:116:11: style: Variable 'status' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/stdred/ccdred/libsrc/mo_tblwinp.c:74:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAXFRM [valueFlowBailoutIncompleteVar] 23FEBpl1.0/stdred/ccdred/libsrc/mo_tblwpar.c:79:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MO_NCOLS [valueFlowBailoutIncompleteVar] 23FEBpl1.0/stdred/ccdred/libsrc/mo_tblwpar.c:87:8: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/libsrc/mo_tblwpar.c:86:8: note: status is assigned 23FEBpl1.0/stdred/ccdred/libsrc/mo_tblwpar.c:87:8: note: status is overwritten 23FEBpl1.0/stdred/ccdred/libsrc/mo_tblwpar.c:88:8: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/libsrc/mo_tblwpar.c:87:8: note: status is assigned 23FEBpl1.0/stdred/ccdred/libsrc/mo_tblwpar.c:88:8: note: status is overwritten 23FEBpl1.0/stdred/ccdred/libsrc/mo_tblwpar.c:89:8: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/libsrc/mo_tblwpar.c:88:8: note: status is assigned 23FEBpl1.0/stdred/ccdred/libsrc/mo_tblwpar.c:89:8: note: status is overwritten 23FEBpl1.0/stdred/ccdred/libsrc/mo_tblwpar.c:90:8: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/libsrc/mo_tblwpar.c:89:8: note: status is assigned 23FEBpl1.0/stdred/ccdred/libsrc/mo_tblwpar.c:90:8: note: status is overwritten 23FEBpl1.0/stdred/ccdred/libsrc/mo_tblwpar.c:91:8: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/libsrc/mo_tblwpar.c:90:8: note: status is assigned 23FEBpl1.0/stdred/ccdred/libsrc/mo_tblwpar.c:91:8: note: status is overwritten 23FEBpl1.0/stdred/ccdred/libsrc/mo_tblwpar.c:92:8: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/libsrc/mo_tblwpar.c:91:8: note: status is assigned 23FEBpl1.0/stdred/ccdred/libsrc/mo_tblwpar.c:92:8: note: status is overwritten 23FEBpl1.0/stdred/ccdred/libsrc/mo_tblwpar.c:93:8: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/libsrc/mo_tblwpar.c:92:8: note: status is assigned 23FEBpl1.0/stdred/ccdred/libsrc/mo_tblwpar.c:93:8: note: status is overwritten 23FEBpl1.0/stdred/ccdred/libsrc/mo_tblwpar.c:116:8: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/libsrc/mo_tblwpar.c:99:14: note: status is assigned 23FEBpl1.0/stdred/ccdred/libsrc/mo_tblwpar.c:116:8: note: status is overwritten 23FEBpl1.0/stdred/ccdred/libsrc/mo_tblwpar.c:116:8: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/libsrc/mo_tblwpar.c:103:14: note: status is assigned 23FEBpl1.0/stdred/ccdred/libsrc/mo_tblwpar.c:116:8: note: status is overwritten 23FEBpl1.0/stdred/ccdred/libsrc/mo_tblwpar.c:116:8: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/libsrc/mo_tblwpar.c:107:14: note: status is assigned 23FEBpl1.0/stdred/ccdred/libsrc/mo_tblwpar.c:116:8: note: status is overwritten 23FEBpl1.0/stdred/ccdred/libsrc/mo_tblwpar.c:116:8: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/libsrc/mo_tblwpar.c:111:14: note: status is assigned 23FEBpl1.0/stdred/ccdred/libsrc/mo_tblwpar.c:116:8: note: status is overwritten 23FEBpl1.0/stdred/ccdred/libsrc/mo_tblwpar.c:119:8: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/libsrc/mo_tblwpar.c:116:8: note: status is assigned 23FEBpl1.0/stdred/ccdred/libsrc/mo_tblwpar.c:119:8: note: status is overwritten 23FEBpl1.0/stdred/ccdred/libsrc/mo_tblwpar.c:122:8: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/libsrc/mo_tblwpar.c:119:8: note: status is assigned 23FEBpl1.0/stdred/ccdred/libsrc/mo_tblwpar.c:122:8: note: status is overwritten 23FEBpl1.0/stdred/ccdred/libsrc/mo_tblwpar.c:122:8: style: Variable 'status' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/stdred/ccdred/libsrc/mo_zero.c:61:9: portability: Casting between char * and float * which have an incompatible binary data representation. [invalidPointerCast] 23FEBpl1.0/stdred/ccdred/libsrc/mo_zero.c:54:9: style: Parameter 'npix' can be declared as const array [constParameter] 23FEBpl1.0/stdred/ccdred/libsrc/mo_offset.c:91:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAXFRM [valueFlowBailoutIncompleteVar] 23FEBpl1.0/stdred/ccdred/libsrc/nrmed.c:103:10: portability:inconclusive: Casting from double * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/stdred/ccdred/libsrc/nrmed.c:148:10: portability:inconclusive: Casting from double * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/stdred/ccdred/libsrc/nrmed.c:109:13: style: Parameter 'a' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/ccdred/libsrc/nrmed.c:110:13: style: Parameter 'aindex' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/ccdred/libsrc/mo_tblwinp.c:115:11: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/libsrc/mo_tblwinp.c:100:14: note: status is assigned 23FEBpl1.0/stdred/ccdred/libsrc/mo_tblwinp.c:115:11: note: status is overwritten 23FEBpl1.0/stdred/ccdred/libsrc/mo_tblwinp.c:115:11: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/libsrc/mo_tblwinp.c:105:14: note: status is assigned 23FEBpl1.0/stdred/ccdred/libsrc/mo_tblwinp.c:115:11: note: status is overwritten 23FEBpl1.0/stdred/ccdred/libsrc/mo_tblwinp.c:109:17: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/libsrc/mo_tblwinp.c:108:17: note: status is assigned 23FEBpl1.0/stdred/ccdred/libsrc/mo_tblwinp.c:109:17: note: status is overwritten 23FEBpl1.0/stdred/ccdred/libsrc/mo_tblwinp.c:115:11: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/libsrc/mo_tblwinp.c:109:17: note: status is assigned 23FEBpl1.0/stdred/ccdred/libsrc/mo_tblwinp.c:115:11: note: status is overwritten 23FEBpl1.0/stdred/ccdred/libsrc/mo_tblwinp.c:116:11: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/libsrc/mo_tblwinp.c:115:11: note: status is assigned 23FEBpl1.0/stdred/ccdred/libsrc/mo_tblwinp.c:116:11: note: status is overwritten 23FEBpl1.0/stdred/ccdred/libsrc/mo_tblwinp.c:117:11: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/libsrc/mo_tblwinp.c:116:11: note: status is assigned 23FEBpl1.0/stdred/ccdred/libsrc/mo_tblwinp.c:117:11: note: status is overwritten 23FEBpl1.0/stdred/ccdred/libsrc/mo_tblwinp.c:118:11: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/libsrc/mo_tblwinp.c:117:11: note: status is assigned 23FEBpl1.0/stdred/ccdred/libsrc/mo_tblwinp.c:118:11: note: status is overwritten 23FEBpl1.0/stdred/ccdred/libsrc/mo_tblwinp.c:119:11: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/libsrc/mo_tblwinp.c:118:11: note: status is assigned 23FEBpl1.0/stdred/ccdred/libsrc/mo_tblwinp.c:119:11: note: status is overwritten 23FEBpl1.0/stdred/ccdred/libsrc/mo_tblwinp.c:124:11: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/libsrc/mo_tblwinp.c:119:11: note: status is assigned 23FEBpl1.0/stdred/ccdred/libsrc/mo_tblwinp.c:124:11: note: status is overwritten 23FEBpl1.0/stdred/ccdred/libsrc/mo_tblwinp.c:68:9: style: Parameter 'isnull' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/ccdred/libsrc/mo_tblwinp.c:111:16: style: Variable 'iframe' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/stdred/ccdred/libsrc/mo_tblwinp.c:124:11: style: Variable 'status' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/stdred/ccdred/libsrc/test_fitfunc.c:58:12: style: Variable 'exp' can be declared as const array [constVariable] 23FEBpl1.0/stdred/ccdred/libsrc/mo_setup.c:72:9: style: Parameter 'raster' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/ccdred/libsrc/mo_setup.c:73:9: style: Parameter 'order' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/ccdred/libsrc/mo_setup.c:253:10: style: Parameter 'naxis' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/ccdred/libsrc/mo_setup.c:254:10: style: Parameter 'npix' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/ccdred/libsrc/mo_setup.c:255:10: style: Parameter 'step' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/ccdred/libsrc/mo_setup.c:255:17: style: Parameter 'start' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/ccdred/libsrc/mo_setup.c:257:10: style: Parameter 'null_input' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/ccdred/libsrc/mo_setup.c:259:10: style: Parameter 'npixc' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/ccdred/libsrc/mo_setup.c:321:27: style: Variable 'sstart[nr]' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/stdred/ccdred/libsrc/mo_setup.c:322:27: style: Variable 'sstep[nr]' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/stdred/ccdred/libsrc/mo_setup.c:326:15: style: Variable 'stat' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/stdred/ccdred/src/ccdalign.c:146:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MO_NULL [valueFlowBailoutIncompleteVar] 23FEBpl1.0/stdred/ccdred/src/ccdmatch.c:149:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MO_NULL [valueFlowBailoutIncompleteVar] 23FEBpl1.0/stdred/ccdred/libsrc/mo_offset.c:426:10: portability:inconclusive: Casting from double * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/stdred/ccdred/libsrc/mo_offset.c:176:12: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/libsrc/mo_offset.c:175:12: note: stat is assigned 23FEBpl1.0/stdred/ccdred/libsrc/mo_offset.c:176:12: note: stat is overwritten 23FEBpl1.0/stdred/ccdred/libsrc/mo_offset.c:177:12: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/libsrc/mo_offset.c:176:12: note: stat is assigned 23FEBpl1.0/stdred/ccdred/libsrc/mo_offset.c:177:12: note: stat is overwritten 23FEBpl1.0/stdred/ccdred/libsrc/mo_offset.c:178:12: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/libsrc/mo_offset.c:177:12: note: stat is assigned 23FEBpl1.0/stdred/ccdred/libsrc/mo_offset.c:178:12: note: stat is overwritten 23FEBpl1.0/stdred/ccdred/libsrc/mo_offset.c:179:12: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/libsrc/mo_offset.c:178:12: note: stat is assigned 23FEBpl1.0/stdred/ccdred/libsrc/mo_offset.c:179:12: note: stat is overwritten 23FEBpl1.0/stdred/ccdred/libsrc/mo_offset.c:180:12: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/libsrc/mo_offset.c:179:12: note: stat is assigned 23FEBpl1.0/stdred/ccdred/libsrc/mo_offset.c:180:12: note: stat is overwritten 23FEBpl1.0/stdred/ccdred/libsrc/mo_offset.c:181:12: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/libsrc/mo_offset.c:180:12: note: stat is assigned 23FEBpl1.0/stdred/ccdred/libsrc/mo_offset.c:181:12: note: stat is overwritten 23FEBpl1.0/stdred/ccdred/libsrc/mo_offset.c:207:10: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/libsrc/mo_offset.c:206:10: note: stat is assigned 23FEBpl1.0/stdred/ccdred/libsrc/mo_offset.c:207:10: note: stat is overwritten 23FEBpl1.0/stdred/ccdred/libsrc/mo_offset.c:208:10: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/libsrc/mo_offset.c:207:10: note: stat is assigned 23FEBpl1.0/stdred/ccdred/libsrc/mo_offset.c:208:10: note: stat is overwritten 23FEBpl1.0/stdred/ccdred/libsrc/mo_offset.c:209:10: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/libsrc/mo_offset.c:208:10: note: stat is assigned 23FEBpl1.0/stdred/ccdred/libsrc/mo_offset.c:209:10: note: stat is overwritten 23FEBpl1.0/stdred/ccdred/libsrc/mo_offset.c:80:10: style: Parameter 'oc1' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/ccdred/libsrc/mo_offset.c:81:10: style: Parameter 'ol1' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/ccdred/libsrc/mo_offset.c:395:13: style: Parameter 'a' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/ccdred/libsrc/mo_offset.c:170:24: error: Uninitialized variable: filename[i] [legacyUninitvar] 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:458:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable D_R4_FORMAT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/stdred/ccdred/src/ccdmosaic.c:88:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAXFRM [valueFlowBailoutIncompleteVar] 23FEBpl1.0/stdred/ccdred/src/ccdalign.c:228:18: style: Redundant condition: The condition 'nimcol != 0' is redundant since 'nimcol > 0' is sufficient. [redundantCondition] 23FEBpl1.0/stdred/ccdred/src/ccdalign.c:233:18: style: Redundant condition: The condition 'nimrow != 0' is redundant since 'nimrow > 0' is sufficient. [redundantCondition] 23FEBpl1.0/stdred/ccdred/src/ccdalign.c:153:7: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/src/ccdalign.c:152:7: note: stat is assigned 23FEBpl1.0/stdred/ccdred/src/ccdalign.c:153:7: note: stat is overwritten 23FEBpl1.0/stdred/ccdred/src/ccdalign.c:160:6: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/src/ccdalign.c:153:7: note: stat is assigned 23FEBpl1.0/stdred/ccdred/src/ccdalign.c:160:6: note: stat is overwritten 23FEBpl1.0/stdred/ccdred/src/ccdalign.c:172:6: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/src/ccdalign.c:160:6: note: stat is assigned 23FEBpl1.0/stdred/ccdred/src/ccdalign.c:172:6: note: stat is overwritten 23FEBpl1.0/stdred/ccdred/src/ccdalign.c:177:6: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/src/ccdalign.c:172:6: note: stat is assigned 23FEBpl1.0/stdred/ccdred/src/ccdalign.c:177:6: note: stat is overwritten 23FEBpl1.0/stdred/ccdred/src/ccdalign.c:202:6: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/src/ccdalign.c:177:6: note: stat is assigned 23FEBpl1.0/stdred/ccdred/src/ccdalign.c:202:6: note: stat is overwritten 23FEBpl1.0/stdred/ccdred/src/ccdalign.c:202:6: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/src/ccdalign.c:181:14: note: stat is assigned 23FEBpl1.0/stdred/ccdred/src/ccdalign.c:202:6: note: stat is overwritten 23FEBpl1.0/stdred/ccdred/src/ccdalign.c:202:6: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/src/ccdalign.c:187:11: note: stat is assigned 23FEBpl1.0/stdred/ccdred/src/ccdalign.c:202:6: note: stat is overwritten 23FEBpl1.0/stdred/ccdred/src/ccdalign.c:202:6: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/src/ccdalign.c:195:14: note: stat is assigned 23FEBpl1.0/stdred/ccdred/src/ccdalign.c:202:6: note: stat is overwritten 23FEBpl1.0/stdred/ccdred/src/ccdalign.c:207:8: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/src/ccdalign.c:202:6: note: stat is assigned 23FEBpl1.0/stdred/ccdred/src/ccdalign.c:207:8: note: stat is overwritten 23FEBpl1.0/stdred/ccdred/src/ccdalign.c:218:8: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/src/ccdalign.c:207:8: note: stat is assigned 23FEBpl1.0/stdred/ccdred/src/ccdalign.c:218:8: note: stat is overwritten 23FEBpl1.0/stdred/ccdred/src/ccdalign.c:225:8: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/src/ccdalign.c:218:8: note: stat is assigned 23FEBpl1.0/stdred/ccdred/src/ccdalign.c:225:8: note: stat is overwritten 23FEBpl1.0/stdred/ccdred/src/ccdalign.c:241:6: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/src/ccdalign.c:225:8: note: stat is assigned 23FEBpl1.0/stdred/ccdred/src/ccdalign.c:241:6: note: stat is overwritten 23FEBpl1.0/stdred/ccdred/src/ccdalign.c:255:6: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/src/ccdalign.c:241:6: note: stat is assigned 23FEBpl1.0/stdred/ccdred/src/ccdalign.c:255:6: note: stat is overwritten 23FEBpl1.0/stdred/ccdred/src/ccdalign.c:273:6: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/src/ccdalign.c:255:6: note: stat is assigned 23FEBpl1.0/stdred/ccdred/src/ccdalign.c:273:6: note: stat is overwritten 23FEBpl1.0/stdred/ccdred/src/ccdalign.c:291:9: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/src/ccdalign.c:273:6: note: stat is assigned 23FEBpl1.0/stdred/ccdred/src/ccdalign.c:291:9: note: stat is overwritten 23FEBpl1.0/stdred/ccdred/src/ccdalign.c:292:9: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/src/ccdalign.c:291:9: note: stat is assigned 23FEBpl1.0/stdred/ccdred/src/ccdalign.c:292:9: note: stat is overwritten 23FEBpl1.0/stdred/ccdred/src/ccdalign.c:296:9: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/src/ccdalign.c:295:9: note: stat is assigned 23FEBpl1.0/stdred/ccdred/src/ccdalign.c:296:9: note: stat is overwritten 23FEBpl1.0/stdred/ccdred/src/ccdalign.c:297:9: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/src/ccdalign.c:296:9: note: stat is assigned 23FEBpl1.0/stdred/ccdred/src/ccdalign.c:297:9: note: stat is overwritten 23FEBpl1.0/stdred/ccdred/src/ccdalign.c:298:9: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/src/ccdalign.c:297:9: note: stat is assigned 23FEBpl1.0/stdred/ccdred/src/ccdalign.c:298:9: note: stat is overwritten 23FEBpl1.0/stdred/ccdred/src/ccdalign.c:299:9: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/src/ccdalign.c:298:9: note: stat is assigned 23FEBpl1.0/stdred/ccdred/src/ccdalign.c:299:9: note: stat is overwritten 23FEBpl1.0/stdred/ccdred/src/ccdalign.c:301:9: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/src/ccdalign.c:299:9: note: stat is assigned 23FEBpl1.0/stdred/ccdred/src/ccdalign.c:301:9: note: stat is overwritten 23FEBpl1.0/stdred/ccdred/src/ccdalign.c:435:16: style: Variable 'stat' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/stdred/ccdred/src/ccdalign.c:447:16: style: Variable 'stat' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/stdred/ccdred/src/ccdalign.c:458:16: style: Variable 'stat' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/stdred/ccdred/src/ccdmosaic.c:531:12: portability: Casting between char * and float * which have an incompatible binary data representation. [invalidPointerCast] 23FEBpl1.0/stdred/ccdred/src/ccdmosaic.c:606:44: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/stdred/ccdred/src/ccdmosaic.c:215:6: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/src/ccdmosaic.c:214:6: note: stat is assigned 23FEBpl1.0/stdred/ccdred/src/ccdmosaic.c:215:6: note: stat is overwritten 23FEBpl1.0/stdred/ccdred/src/ccdmosaic.c:216:6: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/src/ccdmosaic.c:215:6: note: stat is assigned 23FEBpl1.0/stdred/ccdred/src/ccdmosaic.c:216:6: note: stat is overwritten 23FEBpl1.0/stdred/ccdred/src/ccdmosaic.c:218:6: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/src/ccdmosaic.c:216:6: note: stat is assigned 23FEBpl1.0/stdred/ccdred/src/ccdmosaic.c:218:6: note: stat is overwritten 23FEBpl1.0/stdred/ccdred/src/ccdmosaic.c:229:6: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/src/ccdmosaic.c:218:6: note: stat is assigned 23FEBpl1.0/stdred/ccdred/src/ccdmosaic.c:229:6: note: stat is overwritten 23FEBpl1.0/stdred/ccdred/src/ccdmosaic.c:236:6: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/src/ccdmosaic.c:229:6: note: stat is assigned 23FEBpl1.0/stdred/ccdred/src/ccdmosaic.c:236:6: note: stat is overwritten 23FEBpl1.0/stdred/ccdred/src/ccdmosaic.c:253:8: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/src/ccdmosaic.c:236:6: note: stat is assigned 23FEBpl1.0/stdred/ccdred/src/ccdmosaic.c:253:8: note: stat is overwritten 23FEBpl1.0/stdred/ccdred/src/ccdmosaic.c:257:8: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/src/ccdmosaic.c:253:8: note: stat is assigned 23FEBpl1.0/stdred/ccdred/src/ccdmosaic.c:257:8: note: stat is overwritten 23FEBpl1.0/stdred/ccdred/src/ccdmosaic.c:261:8: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/src/ccdmosaic.c:257:8: note: stat is assigned 23FEBpl1.0/stdred/ccdred/src/ccdmosaic.c:261:8: note: stat is overwritten 23FEBpl1.0/stdred/ccdred/src/ccdmosaic.c:274:6: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/src/ccdmosaic.c:261:8: note: stat is assigned 23FEBpl1.0/stdred/ccdred/src/ccdmosaic.c:274:6: note: stat is overwritten 23FEBpl1.0/stdred/ccdred/src/ccdmosaic.c:283:6: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/src/ccdmosaic.c:274:6: note: stat is assigned 23FEBpl1.0/stdred/ccdred/src/ccdmosaic.c:283:6: note: stat is overwritten 23FEBpl1.0/stdred/ccdred/src/ccdmosaic.c:290:7: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/src/ccdmosaic.c:283:6: note: stat is assigned 23FEBpl1.0/stdred/ccdred/src/ccdmosaic.c:290:7: note: stat is overwritten 23FEBpl1.0/stdred/ccdred/src/ccdmosaic.c:295:6: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/src/ccdmosaic.c:290:7: note: stat is assigned 23FEBpl1.0/stdred/ccdred/src/ccdmosaic.c:295:6: note: stat is overwritten 23FEBpl1.0/stdred/ccdred/src/ccdmosaic.c:360:6: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/src/ccdmosaic.c:295:6: note: stat is assigned 23FEBpl1.0/stdred/ccdred/src/ccdmosaic.c:360:6: note: stat is overwritten 23FEBpl1.0/stdred/ccdred/src/ccdmosaic.c:332:12: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/src/ccdmosaic.c:330:12: note: stat is assigned 23FEBpl1.0/stdred/ccdred/src/ccdmosaic.c:332:12: note: stat is overwritten 23FEBpl1.0/stdred/ccdred/src/ccdmosaic.c:360:6: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/src/ccdmosaic.c:332:12: note: stat is assigned 23FEBpl1.0/stdred/ccdred/src/ccdmosaic.c:360:6: note: stat is overwritten 23FEBpl1.0/stdred/ccdred/src/ccdmosaic.c:360:6: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/src/ccdmosaic.c:347:12: note: stat is assigned 23FEBpl1.0/stdred/ccdred/src/ccdmosaic.c:360:6: note: stat is overwritten 23FEBpl1.0/stdred/ccdred/src/ccdmosaic.c:361:6: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/src/ccdmosaic.c:360:6: note: stat is assigned 23FEBpl1.0/stdred/ccdred/src/ccdmosaic.c:361:6: note: stat is overwritten 23FEBpl1.0/stdred/ccdred/src/ccdmosaic.c:362:6: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/src/ccdmosaic.c:361:6: note: stat is assigned 23FEBpl1.0/stdred/ccdred/src/ccdmosaic.c:362:6: note: stat is overwritten 23FEBpl1.0/stdred/ccdred/src/ccdmosaic.c:363:6: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/src/ccdmosaic.c:362:6: note: stat is assigned 23FEBpl1.0/stdred/ccdred/src/ccdmosaic.c:363:6: note: stat is overwritten 23FEBpl1.0/stdred/ccdred/src/ccdmosaic.c:421:6: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/src/ccdmosaic.c:363:6: note: stat is assigned 23FEBpl1.0/stdred/ccdred/src/ccdmosaic.c:421:6: note: stat is overwritten 23FEBpl1.0/stdred/ccdred/src/ccdmosaic.c:389:9: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/src/ccdmosaic.c:388:9: note: stat is assigned 23FEBpl1.0/stdred/ccdred/src/ccdmosaic.c:389:9: note: stat is overwritten 23FEBpl1.0/stdred/ccdred/src/ccdmosaic.c:390:9: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/src/ccdmosaic.c:389:9: note: stat is assigned 23FEBpl1.0/stdred/ccdred/src/ccdmosaic.c:390:9: note: stat is overwritten 23FEBpl1.0/stdred/ccdred/src/ccdmosaic.c:391:9: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/src/ccdmosaic.c:390:9: note: stat is assigned 23FEBpl1.0/stdred/ccdred/src/ccdmosaic.c:391:9: note: stat is overwritten 23FEBpl1.0/stdred/ccdred/src/ccdmosaic.c:421:6: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/src/ccdmosaic.c:391:9: note: stat is assigned 23FEBpl1.0/stdred/ccdred/src/ccdmosaic.c:421:6: note: stat is overwritten 23FEBpl1.0/stdred/ccdred/src/ccdmosaic.c:423:6: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/src/ccdmosaic.c:421:6: note: stat is assigned 23FEBpl1.0/stdred/ccdred/src/ccdmosaic.c:423:6: note: stat is overwritten 23FEBpl1.0/stdred/ccdred/src/ccdmosaic.c:443:6: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/src/ccdmosaic.c:423:6: note: stat is assigned 23FEBpl1.0/stdred/ccdred/src/ccdmosaic.c:443:6: note: stat is overwritten 23FEBpl1.0/stdred/ccdred/src/ccdmosaic.c:485:6: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/src/ccdmosaic.c:484:6: note: stat is assigned 23FEBpl1.0/stdred/ccdred/src/ccdmosaic.c:485:6: note: stat is overwritten 23FEBpl1.0/stdred/ccdred/src/ccdmosaic.c:486:6: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/src/ccdmosaic.c:485:6: note: stat is assigned 23FEBpl1.0/stdred/ccdred/src/ccdmosaic.c:486:6: note: stat is overwritten 23FEBpl1.0/stdred/ccdred/src/ccdmosaic.c:487:6: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/src/ccdmosaic.c:486:6: note: stat is assigned 23FEBpl1.0/stdred/ccdred/src/ccdmosaic.c:487:6: note: stat is overwritten 23FEBpl1.0/stdred/ccdred/src/ccdmosaic.c:488:6: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/src/ccdmosaic.c:487:6: note: stat is assigned 23FEBpl1.0/stdred/ccdred/src/ccdmosaic.c:488:6: note: stat is overwritten 23FEBpl1.0/stdred/ccdred/src/ccdmosaic.c:489:6: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/src/ccdmosaic.c:488:6: note: stat is assigned 23FEBpl1.0/stdred/ccdred/src/ccdmosaic.c:489:6: note: stat is overwritten 23FEBpl1.0/stdred/ccdred/src/ccdmosaic.c:491:6: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/src/ccdmosaic.c:489:6: note: stat is assigned 23FEBpl1.0/stdred/ccdred/src/ccdmosaic.c:491:6: note: stat is overwritten 23FEBpl1.0/stdred/ccdred/src/ccdmosaic.c:198:12: style: Variable 'endc[n]' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/stdred/ccdred/src/ccdmosaic.c:297:9: style: Variable 'iaux' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/stdred/ccdred/src/ccdmosaic.c:310:7: style: Variable 'exist' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/stdred/ccdred/src/ccdmosaic.c:491:6: style: Variable 'stat' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/stdred/ccdred/src/ccdmosaic.c:507:10: style: Variable 'ifirst' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/stdred/ccdred/src/ccdmosfit.c:142:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MO_NULL [valueFlowBailoutIncompleteVar] 23FEBpl1.0/stdred/ccdtest/src/ccdrebin.c:233:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable F_IMA_TYPE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/stdred/ccdtest/src/ccdrebin.c:289:16: portability: Casting between char * and float * which have an incompatible binary data representation. [invalidPointerCast] 23FEBpl1.0/stdred/ccdtest/src/ccdrebin.c:298:48: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/stdred/ccdtest/src/ccdrebin.c:299:48: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/stdred/ccdtest/src/ccdrebin.c:302:48: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/stdred/ccdtest/src/ccdrebin.c:232:6: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdtest/src/ccdrebin.c:230:6: note: stat is assigned 23FEBpl1.0/stdred/ccdtest/src/ccdrebin.c:232:6: note: stat is overwritten 23FEBpl1.0/stdred/ccdtest/src/ccdrebin.c:233:6: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdtest/src/ccdrebin.c:232:6: note: stat is assigned 23FEBpl1.0/stdred/ccdtest/src/ccdrebin.c:233:6: note: stat is overwritten 23FEBpl1.0/stdred/ccdtest/src/ccdrebin.c:235:6: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdtest/src/ccdrebin.c:233:6: note: stat is assigned 23FEBpl1.0/stdred/ccdtest/src/ccdrebin.c:235:6: note: stat is overwritten 23FEBpl1.0/stdred/ccdtest/src/ccdrebin.c:244:10: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdtest/src/ccdrebin.c:235:6: note: stat is assigned 23FEBpl1.0/stdred/ccdtest/src/ccdrebin.c:244:10: note: stat is overwritten 23FEBpl1.0/stdred/ccdtest/src/ccdrebin.c:248:10: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdtest/src/ccdrebin.c:244:10: note: stat is assigned 23FEBpl1.0/stdred/ccdtest/src/ccdrebin.c:248:10: note: stat is overwritten 23FEBpl1.0/stdred/ccdtest/src/ccdrebin.c:249:10: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdtest/src/ccdrebin.c:248:10: note: stat is assigned 23FEBpl1.0/stdred/ccdtest/src/ccdrebin.c:249:10: note: stat is overwritten 23FEBpl1.0/stdred/ccdtest/src/ccdrebin.c:266:6: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdtest/src/ccdrebin.c:249:10: note: stat is assigned 23FEBpl1.0/stdred/ccdtest/src/ccdrebin.c:266:6: note: stat is overwritten 23FEBpl1.0/stdred/ccdtest/src/ccdrebin.c:268:6: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdtest/src/ccdrebin.c:266:6: note: stat is assigned 23FEBpl1.0/stdred/ccdtest/src/ccdrebin.c:268:6: note: stat is overwritten 23FEBpl1.0/stdred/ccdtest/src/ccdrebin.c:269:6: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdtest/src/ccdrebin.c:268:6: note: stat is assigned 23FEBpl1.0/stdred/ccdtest/src/ccdrebin.c:269:6: note: stat is overwritten 23FEBpl1.0/stdred/ccdtest/src/ccdrebin.c:270:6: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdtest/src/ccdrebin.c:269:6: note: stat is assigned 23FEBpl1.0/stdred/ccdtest/src/ccdrebin.c:270:6: note: stat is overwritten 23FEBpl1.0/stdred/ccdtest/src/ccdrebin.c:278:9: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdtest/src/ccdrebin.c:276:9: note: stat is assigned 23FEBpl1.0/stdred/ccdtest/src/ccdrebin.c:278:9: note: stat is overwritten 23FEBpl1.0/stdred/ccdtest/src/ccdrebin.c:279:9: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdtest/src/ccdrebin.c:278:9: note: stat is assigned 23FEBpl1.0/stdred/ccdtest/src/ccdrebin.c:279:9: note: stat is overwritten 23FEBpl1.0/stdred/ccdtest/src/ccdrebin.c:280:9: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdtest/src/ccdrebin.c:279:9: note: stat is assigned 23FEBpl1.0/stdred/ccdtest/src/ccdrebin.c:280:9: note: stat is overwritten 23FEBpl1.0/stdred/ccdtest/src/ccdrebin.c:81:13: style: Parameter 'x' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/ccdtest/src/ccdrebin.c:171:8: style: Parameter 'npixA' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/ccdtest/src/ccdrebin.c:171:16: style: Parameter 'npixB' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/ccdtest/src/ccdrebin.c:171:24: style: Parameter 'bgnA' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/ccdtest/src/ccdrebin.c:171:31: style: Parameter 'bgnB' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/ccdtest/src/ccdrebin.c:171:38: style: Parameter 'dimwA' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/ccdtest/src/ccdrebin.c:117:8: style: Unused variable: median0 [unusedVariable] 23FEBpl1.0/stdred/ccdtest/src/ccdrebin.c:254:10: style: Variable 'bgnB[0]' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/stdred/ccdtest/src/ccdrebin.c:254:20: style: Variable 'bgnB[1]' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/stdred/ccdtest/src/ccdrebin.c:270:6: style: Variable 'stat' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/stdred/ccdtest/src/ccdrebin.c:280:9: style: Variable 'stat' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/stdred/do/libsrc/associate.c:755:24: debug: Function::addArguments found argument 's2' with varid 0. [varid0] 23FEBpl1.0/stdred/do/libsrc/associate.c:145:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable F_IO_MODE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/stdred/do/libsrc/associate.c:746:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NULL1 [valueFlowBailoutIncompleteVar] 23FEBpl1.0/stdred/do/libsrc/associate.c:761:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable s2 [valueFlowBailoutIncompleteVar] 23FEBpl1.0/stdred/ccdred/src/ccdmosfit.c:225:18: style: Redundant condition: The condition 'nimcol != 0' is redundant since 'nimcol > 0' is sufficient. [redundantCondition] 23FEBpl1.0/stdred/ccdred/src/ccdmosfit.c:230:18: style: Redundant condition: The condition 'nimrow != 0' is redundant since 'nimrow > 0' is sufficient. [redundantCondition] 23FEBpl1.0/stdred/ccdred/src/ccdmosfit.c:149:7: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/src/ccdmosfit.c:148:7: note: stat is assigned 23FEBpl1.0/stdred/ccdred/src/ccdmosfit.c:149:7: note: stat is overwritten 23FEBpl1.0/stdred/ccdred/src/ccdmosfit.c:152:7: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/src/ccdmosfit.c:149:7: note: stat is assigned 23FEBpl1.0/stdred/ccdred/src/ccdmosfit.c:152:7: note: stat is overwritten 23FEBpl1.0/stdred/ccdred/src/ccdmosfit.c:162:6: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/src/ccdmosfit.c:152:7: note: stat is assigned 23FEBpl1.0/stdred/ccdred/src/ccdmosfit.c:162:6: note: stat is overwritten 23FEBpl1.0/stdred/ccdred/src/ccdmosfit.c:162:6: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/src/ccdmosfit.c:156:10: note: stat is assigned 23FEBpl1.0/stdred/ccdred/src/ccdmosfit.c:162:6: note: stat is overwritten 23FEBpl1.0/stdred/ccdred/src/ccdmosfit.c:174:6: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/src/ccdmosfit.c:162:6: note: stat is assigned 23FEBpl1.0/stdred/ccdred/src/ccdmosfit.c:174:6: note: stat is overwritten 23FEBpl1.0/stdred/ccdred/src/ccdmosfit.c:179:6: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/src/ccdmosfit.c:174:6: note: stat is assigned 23FEBpl1.0/stdred/ccdred/src/ccdmosfit.c:179:6: note: stat is overwritten 23FEBpl1.0/stdred/ccdred/src/ccdmosfit.c:184:8: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/src/ccdmosfit.c:179:6: note: stat is assigned 23FEBpl1.0/stdred/ccdred/src/ccdmosfit.c:184:8: note: stat is overwritten 23FEBpl1.0/stdred/ccdred/src/ccdmosfit.c:195:8: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/src/ccdmosfit.c:184:8: note: stat is assigned 23FEBpl1.0/stdred/ccdred/src/ccdmosfit.c:195:8: note: stat is overwritten 23FEBpl1.0/stdred/ccdred/src/ccdmosfit.c:202:6: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/src/ccdmosfit.c:195:8: note: stat is assigned 23FEBpl1.0/stdred/ccdred/src/ccdmosfit.c:202:6: note: stat is overwritten 23FEBpl1.0/stdred/ccdred/src/ccdmosfit.c:217:8: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/src/ccdmosfit.c:202:6: note: stat is assigned 23FEBpl1.0/stdred/ccdred/src/ccdmosfit.c:217:8: note: stat is overwritten 23FEBpl1.0/stdred/ccdred/src/ccdmosfit.c:222:8: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/src/ccdmosfit.c:217:8: note: stat is assigned 23FEBpl1.0/stdred/ccdred/src/ccdmosfit.c:222:8: note: stat is overwritten 23FEBpl1.0/stdred/ccdred/src/ccdmosfit.c:238:6: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/src/ccdmosfit.c:222:8: note: stat is assigned 23FEBpl1.0/stdred/ccdred/src/ccdmosfit.c:238:6: note: stat is overwritten 23FEBpl1.0/stdred/ccdred/src/ccdmosfit.c:252:6: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/src/ccdmosfit.c:238:6: note: stat is assigned 23FEBpl1.0/stdred/ccdred/src/ccdmosfit.c:252:6: note: stat is overwritten 23FEBpl1.0/stdred/ccdred/src/ccdmosfit.c:270:6: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/src/ccdmosfit.c:252:6: note: stat is assigned 23FEBpl1.0/stdred/ccdred/src/ccdmosfit.c:270:6: note: stat is overwritten 23FEBpl1.0/stdred/ccdred/src/ccdmosfit.c:287:9: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/src/ccdmosfit.c:270:6: note: stat is assigned 23FEBpl1.0/stdred/ccdred/src/ccdmosfit.c:287:9: note: stat is overwritten 23FEBpl1.0/stdred/ccdred/src/ccdmosfit.c:288:9: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/src/ccdmosfit.c:287:9: note: stat is assigned 23FEBpl1.0/stdred/ccdred/src/ccdmosfit.c:288:9: note: stat is overwritten 23FEBpl1.0/stdred/ccdred/src/ccdmosfit.c:292:9: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/src/ccdmosfit.c:291:9: note: stat is assigned 23FEBpl1.0/stdred/ccdred/src/ccdmosfit.c:292:9: note: stat is overwritten 23FEBpl1.0/stdred/ccdred/src/ccdmosfit.c:293:9: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/src/ccdmosfit.c:292:9: note: stat is assigned 23FEBpl1.0/stdred/ccdred/src/ccdmosfit.c:293:9: note: stat is overwritten 23FEBpl1.0/stdred/ccdred/src/ccdmosfit.c:294:9: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/src/ccdmosfit.c:293:9: note: stat is assigned 23FEBpl1.0/stdred/ccdred/src/ccdmosfit.c:294:9: note: stat is overwritten 23FEBpl1.0/stdred/ccdred/src/ccdmosfit.c:295:9: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/src/ccdmosfit.c:294:9: note: stat is assigned 23FEBpl1.0/stdred/ccdred/src/ccdmosfit.c:295:9: note: stat is overwritten 23FEBpl1.0/stdred/ccdred/src/ccdmosfit.c:297:9: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/src/ccdmosfit.c:295:9: note: stat is assigned 23FEBpl1.0/stdred/ccdred/src/ccdmosfit.c:297:9: note: stat is overwritten 23FEBpl1.0/stdred/ccdred/src/ccdmosfit.c:240:9: style: Variable 'iaux' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/stdred/ccdred/src/ccdmosfit.c:297:9: style: Variable 'stat' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/stdred/ccdred/src/ccdmosfit.c:361:9: style: Variable 'stat' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/stdred/ccdred/src/ccdmatch.c:257:18: style: Redundant condition: The condition 'nimcol != 0' is redundant since 'nimcol > 0' is sufficient. [redundantCondition] 23FEBpl1.0/stdred/ccdred/src/ccdmatch.c:262:18: style: Redundant condition: The condition 'nimrow != 0' is redundant since 'nimrow > 0' is sufficient. [redundantCondition] 23FEBpl1.0/stdred/ccdred/src/ccdmatch.c:156:7: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/src/ccdmatch.c:155:7: note: stat is assigned 23FEBpl1.0/stdred/ccdred/src/ccdmatch.c:156:7: note: stat is overwritten 23FEBpl1.0/stdred/ccdred/src/ccdmatch.c:163:6: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/src/ccdmatch.c:156:7: note: stat is assigned 23FEBpl1.0/stdred/ccdred/src/ccdmatch.c:163:6: note: stat is overwritten 23FEBpl1.0/stdred/ccdred/src/ccdmatch.c:175:6: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/src/ccdmatch.c:163:6: note: stat is assigned 23FEBpl1.0/stdred/ccdred/src/ccdmatch.c:175:6: note: stat is overwritten 23FEBpl1.0/stdred/ccdred/src/ccdmatch.c:180:6: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/src/ccdmatch.c:175:6: note: stat is assigned 23FEBpl1.0/stdred/ccdred/src/ccdmatch.c:180:6: note: stat is overwritten 23FEBpl1.0/stdred/ccdred/src/ccdmatch.c:205:6: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/src/ccdmatch.c:180:6: note: stat is assigned 23FEBpl1.0/stdred/ccdred/src/ccdmatch.c:205:6: note: stat is overwritten 23FEBpl1.0/stdred/ccdred/src/ccdmatch.c:205:6: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/src/ccdmatch.c:184:14: note: stat is assigned 23FEBpl1.0/stdred/ccdred/src/ccdmatch.c:205:6: note: stat is overwritten 23FEBpl1.0/stdred/ccdred/src/ccdmatch.c:205:6: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/src/ccdmatch.c:190:11: note: stat is assigned 23FEBpl1.0/stdred/ccdred/src/ccdmatch.c:205:6: note: stat is overwritten 23FEBpl1.0/stdred/ccdred/src/ccdmatch.c:205:6: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/src/ccdmatch.c:198:14: note: stat is assigned 23FEBpl1.0/stdred/ccdred/src/ccdmatch.c:205:6: note: stat is overwritten 23FEBpl1.0/stdred/ccdred/src/ccdmatch.c:225:6: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/src/ccdmatch.c:205:6: note: stat is assigned 23FEBpl1.0/stdred/ccdred/src/ccdmatch.c:225:6: note: stat is overwritten 23FEBpl1.0/stdred/ccdred/src/ccdmatch.c:230:8: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/src/ccdmatch.c:225:6: note: stat is assigned 23FEBpl1.0/stdred/ccdred/src/ccdmatch.c:230:8: note: stat is overwritten 23FEBpl1.0/stdred/ccdred/src/ccdmatch.c:241:8: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/src/ccdmatch.c:230:8: note: stat is assigned 23FEBpl1.0/stdred/ccdred/src/ccdmatch.c:241:8: note: stat is overwritten 23FEBpl1.0/stdred/ccdred/src/ccdmatch.c:249:8: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/src/ccdmatch.c:241:8: note: stat is assigned 23FEBpl1.0/stdred/ccdred/src/ccdmatch.c:249:8: note: stat is overwritten 23FEBpl1.0/stdred/ccdred/src/ccdmatch.c:254:8: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/src/ccdmatch.c:249:8: note: stat is assigned 23FEBpl1.0/stdred/ccdred/src/ccdmatch.c:254:8: note: stat is overwritten 23FEBpl1.0/stdred/ccdred/src/ccdmatch.c:270:6: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/src/ccdmatch.c:254:8: note: stat is assigned 23FEBpl1.0/stdred/ccdred/src/ccdmatch.c:270:6: note: stat is overwritten 23FEBpl1.0/stdred/ccdred/src/ccdmatch.c:282:6: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/src/ccdmatch.c:270:6: note: stat is assigned 23FEBpl1.0/stdred/ccdred/src/ccdmatch.c:282:6: note: stat is overwritten 23FEBpl1.0/stdred/ccdred/src/ccdmatch.c:300:6: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/src/ccdmatch.c:282:6: note: stat is assigned 23FEBpl1.0/stdred/ccdred/src/ccdmatch.c:300:6: note: stat is overwritten 23FEBpl1.0/stdred/ccdred/src/ccdmatch.c:318:9: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/src/ccdmatch.c:300:6: note: stat is assigned 23FEBpl1.0/stdred/ccdred/src/ccdmatch.c:318:9: note: stat is overwritten 23FEBpl1.0/stdred/ccdred/src/ccdmatch.c:319:9: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/src/ccdmatch.c:318:9: note: stat is assigned 23FEBpl1.0/stdred/ccdred/src/ccdmatch.c:319:9: note: stat is overwritten 23FEBpl1.0/stdred/ccdred/src/ccdmatch.c:323:9: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/src/ccdmatch.c:322:9: note: stat is assigned 23FEBpl1.0/stdred/ccdred/src/ccdmatch.c:323:9: note: stat is overwritten 23FEBpl1.0/stdred/ccdred/src/ccdmatch.c:324:9: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/src/ccdmatch.c:323:9: note: stat is assigned 23FEBpl1.0/stdred/ccdred/src/ccdmatch.c:324:9: note: stat is overwritten 23FEBpl1.0/stdred/ccdred/src/ccdmatch.c:325:9: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/src/ccdmatch.c:324:9: note: stat is assigned 23FEBpl1.0/stdred/ccdred/src/ccdmatch.c:325:9: note: stat is overwritten 23FEBpl1.0/stdred/ccdred/src/ccdmatch.c:326:9: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/src/ccdmatch.c:325:9: note: stat is assigned 23FEBpl1.0/stdred/ccdred/src/ccdmatch.c:326:9: note: stat is overwritten 23FEBpl1.0/stdred/ccdred/src/ccdmatch.c:328:9: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/src/ccdmatch.c:326:9: note: stat is assigned 23FEBpl1.0/stdred/ccdred/src/ccdmatch.c:328:9: note: stat is overwritten 23FEBpl1.0/stdred/ccdred/src/ccdmatch.c:470:16: style: Variable 'stat' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/stdred/ccdred/src/ccdmatch.c:482:16: style: Variable 'stat' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/stdred/ccdred/src/ccdmatch.c:493:16: style: Variable 'stat' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/stdred/do/libsrc/coordinate.c:47:8: style: Variable 'tanphi' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/stdred/do/libsrc/coordinate.c:58:7: style: Variable 'cosal' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/stdred/do/libsrc/coordinate.c:67:7: style: Variable 'cosaz' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/stdred/do/libsrc/coordinate.c:68:7: style: Variable 'sinaz' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/stdred/do/libsrc/classify.c:91:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TBL_LABLEN [valueFlowBailoutIncompleteVar] 23FEBpl1.0/stdred/do/libsrc/associate.c:506:14: warning:inconclusive: The buffer 'cval' may not be null-terminated after the call to strncpy(). [terminateStrncpy] 23FEBpl1.0/stdred/do/libsrc/associate.c:464:25: portability:inconclusive: Casting from double * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/stdred/do/libsrc/associate.c:469:25: portability:inconclusive: Casting from double * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/stdred/do/libsrc/associate.c:160:8: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/do/libsrc/associate.c:155:8: note: status is assigned 23FEBpl1.0/stdred/do/libsrc/associate.c:160:8: note: status is overwritten 23FEBpl1.0/stdred/do/libsrc/associate.c:165:8: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/do/libsrc/associate.c:160:8: note: status is assigned 23FEBpl1.0/stdred/do/libsrc/associate.c:165:8: note: status is overwritten 23FEBpl1.0/stdred/do/libsrc/associate.c:174:8: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/do/libsrc/associate.c:165:8: note: status is assigned 23FEBpl1.0/stdred/do/libsrc/associate.c:174:8: note: status is overwritten 23FEBpl1.0/stdred/do/libsrc/associate.c:186:8: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/do/libsrc/associate.c:174:8: note: status is assigned 23FEBpl1.0/stdred/do/libsrc/associate.c:186:8: note: status is overwritten 23FEBpl1.0/stdred/do/libsrc/associate.c:180:15: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/do/libsrc/associate.c:179:15: note: status is assigned 23FEBpl1.0/stdred/do/libsrc/associate.c:180:15: note: status is overwritten 23FEBpl1.0/stdred/do/libsrc/associate.c:186:8: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/do/libsrc/associate.c:180:15: note: status is assigned 23FEBpl1.0/stdred/do/libsrc/associate.c:186:8: note: status is overwritten 23FEBpl1.0/stdred/do/libsrc/associate.c:190:16: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/do/libsrc/associate.c:186:8: note: status is assigned 23FEBpl1.0/stdred/do/libsrc/associate.c:190:16: note: status is overwritten 23FEBpl1.0/stdred/do/libsrc/associate.c:190:16: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/do/libsrc/associate.c:188:8: note: status is assigned 23FEBpl1.0/stdred/do/libsrc/associate.c:190:16: note: status is overwritten 23FEBpl1.0/stdred/do/libsrc/associate.c:210:8: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/do/libsrc/associate.c:190:16: note: status is assigned 23FEBpl1.0/stdred/do/libsrc/associate.c:210:8: note: status is overwritten 23FEBpl1.0/stdred/do/libsrc/associate.c:210:8: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/do/libsrc/associate.c:192:20: note: status is assigned 23FEBpl1.0/stdred/do/libsrc/associate.c:210:8: note: status is overwritten 23FEBpl1.0/stdred/do/libsrc/associate.c:210:8: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/do/libsrc/associate.c:200:16: note: status is assigned 23FEBpl1.0/stdred/do/libsrc/associate.c:210:8: note: status is overwritten 23FEBpl1.0/stdred/do/libsrc/associate.c:210:8: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/do/libsrc/associate.c:202:20: note: status is assigned 23FEBpl1.0/stdred/do/libsrc/associate.c:210:8: note: status is overwritten 23FEBpl1.0/stdred/do/libsrc/associate.c:213:8: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/do/libsrc/associate.c:210:8: note: status is assigned 23FEBpl1.0/stdred/do/libsrc/associate.c:213:8: note: status is overwritten 23FEBpl1.0/stdred/do/libsrc/associate.c:213:8: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/do/libsrc/associate.c:212:8: note: status is assigned 23FEBpl1.0/stdred/do/libsrc/associate.c:213:8: note: status is overwritten 23FEBpl1.0/stdred/do/libsrc/associate.c:216:8: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/do/libsrc/associate.c:213:8: note: status is assigned 23FEBpl1.0/stdred/do/libsrc/associate.c:216:8: note: status is overwritten 23FEBpl1.0/stdred/do/libsrc/associate.c:216:8: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/do/libsrc/associate.c:215:8: note: status is assigned 23FEBpl1.0/stdred/do/libsrc/associate.c:216:8: note: status is overwritten 23FEBpl1.0/stdred/do/libsrc/associate.c:217:8: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/do/libsrc/associate.c:216:8: note: status is assigned 23FEBpl1.0/stdred/do/libsrc/associate.c:217:8: note: status is overwritten 23FEBpl1.0/stdred/do/libsrc/associate.c:224:8: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/do/libsrc/associate.c:217:8: note: status is assigned 23FEBpl1.0/stdred/do/libsrc/associate.c:224:8: note: status is overwritten 23FEBpl1.0/stdred/do/libsrc/associate.c:245:11: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/do/libsrc/associate.c:242:11: note: status is assigned 23FEBpl1.0/stdred/do/libsrc/associate.c:245:11: note: status is overwritten 23FEBpl1.0/stdred/do/libsrc/associate.c:250:11: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/do/libsrc/associate.c:245:11: note: status is assigned 23FEBpl1.0/stdred/do/libsrc/associate.c:250:11: note: status is overwritten 23FEBpl1.0/stdred/do/libsrc/associate.c:88:29: style: Parameter 'fc' can be declared as const array [constParameter] 23FEBpl1.0/stdred/do/libsrc/associate.c:348:18: style: Parameter 'linesecond' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/do/libsrc/associate.c:349:34: style: Parameter 'func_att' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/do/libsrc/associate.c:350:56: style: Parameter 'rank' can be declared as const array [constParameter] 23FEBpl1.0/stdred/do/libsrc/associate.c:358:35: style: Variable 'sort_start' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/stdred/do/libsrc/associate.c:509:35: error: Undefined behavior: Variable 'c3val' is used as parameter and destination in sprintf(). [sprintfOverlappingData] 23FEBpl1.0/stdred/do/libsrc/associate.c:336:8: style: Variable 'status' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/stdred/do/libsrc/cstat.c:83:17: style: Variable 'fm[imm]' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/do/libsrc/cstat.c:73:28: note: fm[imm] is assigned 23FEBpl1.0/stdred/do/libsrc/cstat.c:83:17: note: fm[imm] is overwritten 23FEBpl1.0/stdred/do/libsrc/cstat.c:40:5: style: Parameter 'npix' can be declared as const array [constParameter] 23FEBpl1.0/stdred/do/libsrc/cstat.c:47:4: style: Variable 'ns' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/stdred/do/libsrc/cstat.c:54:5: style: Variable 'nsx' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/stdred/do/libsrc/cstat.c:62:14: style: Variable 'mpw' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/stdred/do/libsrc/doutil.c:32:7: style: Parameter 'ch' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/do/libsrc/transfer.c:63:36: portability: Casting between char * and float * which have an incompatible binary data representation. [invalidPointerCast] 23FEBpl1.0/stdred/do/libsrc/transfer.c:68:36: portability: Casting between char * and double * which have an incompatible binary data representation. [invalidPointerCast] 23FEBpl1.0/stdred/do/libsrc/transfer.c:37:8: style: Parameter 'bfdef' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/do/libsrc/ostcrea.c:132:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TBL_FORLEN [valueFlowBailoutIncompleteVar] 23FEBpl1.0/stdred/do/src/saverule.c:39:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable F_I_MODE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/stdred/do/src/send.c:40:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable F_I_MODE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/stdred/do/libsrc/classify.c:362:23: style: Array index 'pos1' is used before limits check. [arrayIndexThenCheck] 23FEBpl1.0/stdred/do/libsrc/classify.c:146:8: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/do/libsrc/classify.c:145:8: note: status is assigned 23FEBpl1.0/stdred/do/libsrc/classify.c:146:8: note: status is overwritten 23FEBpl1.0/stdred/do/libsrc/classify.c:248:11: style: Variable 'i' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/do/libsrc/classify.c:181:6: note: i is assigned 23FEBpl1.0/stdred/do/libsrc/classify.c:248:11: note: i is overwritten 23FEBpl1.0/stdred/do/libsrc/classify.c:318:8: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/do/libsrc/classify.c:316:8: note: status is assigned 23FEBpl1.0/stdred/do/libsrc/classify.c:318:8: note: status is overwritten 23FEBpl1.0/stdred/do/libsrc/classify.c:82:51: style: Parameter 'mycval' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/do/src/tbapplyrul.c:60:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TBL_LABLEN [valueFlowBailoutIncompleteVar] 23FEBpl1.0/stdred/do/libsrc/classify.c:318:8: style: Variable 'status' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/stdred/do/src/tbapplyrul.c:61:8: style: Variable 'status' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/stdred/do/src/tbassoap.c:57:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TBL_LABLEN [valueFlowBailoutIncompleteVar] 23FEBpl1.0/stdred/do/src/tbcheck.c:64:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TBL_LABLEN [valueFlowBailoutIncompleteVar] 23FEBpl1.0/stdred/do/src/tbfhand.c:45:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/stdred/do/src/tbfhand.c:57:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TBL_FORLEN [valueFlowBailoutIncompleteVar] 23FEBpl1.0/stdred/do/src/tbgroup.c:93:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TBL_FORLEN [valueFlowBailoutIncompleteVar] 23FEBpl1.0/stdred/do/src/tbgroup.c:158:8: style: Variable 'status' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/stdred/do/src/tbrules.c:69:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TBL_LABLEN [valueFlowBailoutIncompleteVar] 23FEBpl1.0/stdred/do/src/tbrules.c:110:8: error: Uninitialized variable: len [legacyUninitvar] 23FEBpl1.0/stdred/do/src/tbscan.c:63:8: style: Variable 'status' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/stdred/echelle/libsrc/gauss_fit.c:100:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable side [valueFlowBailoutIncompleteVar] 23FEBpl1.0/stdred/echelle/libsrc/gauss_fit.c:16:9: style: Parameter 'a' can be declared as const array [constParameter] 23FEBpl1.0/stdred/echelle/libsrc/gauss_fit.c:31:42: style: Parameter 'a' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/echelle/libsrc/gauss_fit.c:59:14: style: Variable 'x' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/stdred/echelle/libsrc/gauss_fit.c:60:14: style: Variable 'y' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/stdred/echelle/libsrc/gauss_fit.c:81:28: style: Parameter 'x' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/echelle/libsrc/gauss_fit.c:81:39: style: Parameter 'y' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/echelle/libsrc/gauss_fit.c:81:49: style: Parameter 'sig' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/echelle/libsrc/gauss_fit.c:137:8: style: Parameter 'ndata' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/echelle/libsrc/gauss_fit.c:137:16: style: Parameter 'npar' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/echelle/libsrc/gauss_fit.c:146:8: style: Parameter 'ndata' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/echelle/libsrc/gauss_fit.c:146:16: style: Parameter 'npar' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/echelle/libsrc/test_fitfunc.c:49:12: error: Array 'sig[50]' accessed at index 50, which is out of bounds. [arrayIndexOutOfBounds] 23FEBpl1.0/stdred/echelle/libsrc/test_fitfunc.c:39:42: note: Assignment 'ndata=sizeof(y)/sizeof(y[0])-1', assigned value is 50 23FEBpl1.0/stdred/echelle/libsrc/test_fitfunc.c:48:19: note: Assuming that condition 'i 23FEBpl1.0/stdred/echelle/src/necdef.c:447:60: note: Assuming condition is false 23FEBpl1.0/stdred/echelle/src/necdef.c:459:6: note: Uninitialized variable: *yupp 23FEBpl1.0/stdred/echelle/src/necdef.c:343:11: style: Variable 'eof' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/stdred/echelle/src/nechough.c:107:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TEXT_LEN [valueFlowBailoutIncompleteVar] 23FEBpl1.0/stdred/echelle/src/nechough.c:204:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TEXT_LEN [valueFlowBailoutIncompleteVar] 23FEBpl1.0/stdred/echelle/src/nechough.c:323:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TEXT_LEN [valueFlowBailoutIncompleteVar] 23FEBpl1.0/stdred/echelle/src/nechough.c:434:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TEXT_LEN [valueFlowBailoutIncompleteVar] 23FEBpl1.0/stdred/echelle/src/nechough.c:184:14: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/stdred/echelle/src/nechough.c:220:43: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/stdred/echelle/src/nechough.c:222:43: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/stdred/echelle/src/nechough.c:230:46: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/stdred/echelle/src/nechough.c:305:16: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/stdred/echelle/src/nechough.c:306:16: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/stdred/echelle/src/nechough.c:307:16: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/stdred/echelle/src/nechough.c:341:46: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/stdred/echelle/src/nechough.c:369:16: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/stdred/echelle/src/nechough.c:205:16: style: Local variable 'step_prgs' shadows outer variable [shadowVariable] 23FEBpl1.0/stdred/echelle/src/nechough.c:100:6: note: Shadowed declaration 23FEBpl1.0/stdred/echelle/src/nechough.c:205:16: note: Shadow variable 23FEBpl1.0/stdred/echelle/src/nechough.c:205:27: style: Local variable 'next_prgs' shadows outer variable [shadowVariable] 23FEBpl1.0/stdred/echelle/src/nechough.c:100:20: note: Shadowed declaration 23FEBpl1.0/stdred/echelle/src/nechough.c:205:27: note: Shadow variable 23FEBpl1.0/stdred/echelle/src/nechough.c:324:16: style: Local variable 'step_prgs' shadows outer variable [shadowVariable] 23FEBpl1.0/stdred/echelle/src/nechough.c:100:6: note: Shadowed declaration 23FEBpl1.0/stdred/echelle/src/nechough.c:324:16: note: Shadow variable 23FEBpl1.0/stdred/echelle/src/nechough.c:324:27: style: Local variable 'next_prgs' shadows outer variable [shadowVariable] 23FEBpl1.0/stdred/echelle/src/nechough.c:100:20: note: Shadowed declaration 23FEBpl1.0/stdred/echelle/src/nechough.c:324:27: note: Shadow variable 23FEBpl1.0/stdred/echelle/src/nechough.c:387:16: style: Local variable 'next_prgs' shadows outer variable [shadowVariable] 23FEBpl1.0/stdred/echelle/src/nechough.c:100:20: note: Shadowed declaration 23FEBpl1.0/stdred/echelle/src/nechough.c:387:16: note: Shadow variable 23FEBpl1.0/stdred/echelle/src/nechough.c:387:27: style: Local variable 'step_prgs' shadows outer variable [shadowVariable] 23FEBpl1.0/stdred/echelle/src/nechough.c:100:6: note: Shadowed declaration 23FEBpl1.0/stdred/echelle/src/nechough.c:387:27: note: Shadow variable 23FEBpl1.0/stdred/echelle/src/nechough.c:431:19: style: Local variable 'next_prgs' shadows outer variable [shadowVariable] 23FEBpl1.0/stdred/echelle/src/nechough.c:100:20: note: Shadowed declaration 23FEBpl1.0/stdred/echelle/src/nechough.c:431:19: note: Shadow variable 23FEBpl1.0/stdred/echelle/src/nechough.c:432:19: style: Local variable 'step_prgs' shadows outer variable [shadowVariable] 23FEBpl1.0/stdred/echelle/src/nechough.c:100:6: note: Shadowed declaration 23FEBpl1.0/stdred/echelle/src/nechough.c:432:19: note: Shadow variable 23FEBpl1.0/stdred/echelle/src/nechough.c:313:25: style: Parameter 'scan' can be declared as const array [constParameter] 23FEBpl1.0/stdred/echelle/src/nechough.c:376:15: style: Parameter 'buffer' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/echelle/src/nechough.c:377:14: style: Parameter 'npix' can be declared as const array [constParameter] 23FEBpl1.0/stdred/echelle/src/nechough.c:378:14: style: Parameter 'start_hg' can be declared as const array [constParameter] 23FEBpl1.0/stdred/echelle/src/nechough.c:378:27: style: Parameter 'step_hg' can be declared as const array [constParameter] 23FEBpl1.0/stdred/echelle/src/nechough.c:379:29: style: Parameter 'scan' can be declared as const array [constParameter] 23FEBpl1.0/stdred/echelle/src/nechough.c:389:14: style: Variable 'nrow_img' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/stdred/echelle/src/necmatch.c:42:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:3390:22: warning: Invalid sqrt() argument nr 1. The value is -1 but the valid values are '0.0:'. [invalidFunctionArg] 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:3300:0: note: Assignment 'nn=0', assigned value is 0 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:3304:20: note: Assuming condition is false 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:3390:22: note: Invalid argument 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:3560:22: warning: Invalid sqrt() argument nr 1. The value is -1 but the valid values are '0.0:'. [invalidFunctionArg] 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:3484:0: note: Assignment 'nn=0', assigned value is 0 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:3488:20: note: Assuming condition is false 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:3560:22: note: Invalid argument 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:1046:12: portability: Casting between char * and float * which have an incompatible binary data representation. [invalidPointerCast] 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:1055:15: portability: Casting between char * and float * which have an incompatible binary data representation. [invalidPointerCast] 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:1061:15: portability: Casting between char * and float * which have an incompatible binary data representation. [invalidPointerCast] 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:1078:17: portability: Casting between char * and float * which have an incompatible binary data representation. [invalidPointerCast] 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:1089:12: portability: Casting between char * and float * which have an incompatible binary data representation. [invalidPointerCast] 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:1182:16: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:1259:13: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:1279:16: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:182:6: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:180:6: note: stat is assigned 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:182:6: note: stat is overwritten 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:184:6: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:182:6: note: stat is assigned 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:184:6: note: stat is overwritten 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:187:6: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:184:6: note: stat is assigned 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:187:6: note: stat is overwritten 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:190:6: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:187:6: note: stat is assigned 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:190:6: note: stat is overwritten 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:193:6: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:190:6: note: stat is assigned 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:193:6: note: stat is overwritten 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:197:6: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:193:6: note: stat is assigned 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:197:6: note: stat is overwritten 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:212:6: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:197:6: note: stat is assigned 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:212:6: note: stat is overwritten 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:247:6: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:212:6: note: stat is assigned 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:247:6: note: stat is overwritten 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:345:9: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:247:6: note: stat is assigned 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:345:9: note: stat is overwritten 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:326:9: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:317:9: note: stat is assigned 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:326:9: note: stat is overwritten 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:335:9: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:326:9: note: stat is assigned 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:335:9: note: stat is overwritten 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:345:9: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:335:9: note: stat is assigned 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:345:9: note: stat is overwritten 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:362:9: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:345:9: note: stat is assigned 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:362:9: note: stat is overwritten 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:371:9: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:362:9: note: stat is assigned 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:371:9: note: stat is overwritten 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:381:6: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:371:9: note: stat is assigned 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:381:6: note: stat is overwritten 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:425:6: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:381:6: note: stat is assigned 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:425:6: note: stat is overwritten 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:425:6: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:401:9: note: stat is assigned 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:425:6: note: stat is overwritten 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:658:6: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:425:6: note: stat is assigned 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:658:6: note: stat is overwritten 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:458:12: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:456:12: note: stat is assigned 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:458:12: note: stat is overwritten 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:658:6: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:458:12: note: stat is assigned 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:658:6: note: stat is overwritten 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:475:12: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:470:12: note: stat is assigned 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:475:12: note: stat is overwritten 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:658:6: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:490:12: note: stat is assigned 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:658:6: note: stat is overwritten 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:659:6: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:658:6: note: stat is assigned 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:659:6: note: stat is overwritten 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:660:6: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:659:6: note: stat is assigned 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:660:6: note: stat is overwritten 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:661:6: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:660:6: note: stat is assigned 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:661:6: note: stat is overwritten 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:662:6: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:661:6: note: stat is assigned 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:662:6: note: stat is overwritten 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:664:6: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:662:6: note: stat is assigned 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:664:6: note: stat is overwritten 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:749:6: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:664:6: note: stat is assigned 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:749:6: note: stat is overwritten 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:689:9: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:688:9: note: stat is assigned 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:689:9: note: stat is overwritten 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:690:9: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:689:9: note: stat is assigned 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:690:9: note: stat is overwritten 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:691:9: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:690:9: note: stat is assigned 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:691:9: note: stat is overwritten 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:749:6: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:691:9: note: stat is assigned 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:749:6: note: stat is overwritten 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:751:6: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:749:6: note: stat is assigned 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:751:6: note: stat is overwritten 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:753:6: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:751:6: note: stat is assigned 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:753:6: note: stat is overwritten 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:973:6: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:753:6: note: stat is assigned 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:973:6: note: stat is overwritten 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:779:9: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:778:9: note: stat is assigned 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:779:9: note: stat is overwritten 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:821:12: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:820:12: note: stat is assigned 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:821:12: note: stat is overwritten 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:822:12: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:821:12: note: stat is assigned 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:822:12: note: stat is overwritten 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:823:12: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:822:12: note: stat is assigned 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:823:12: note: stat is overwritten 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:824:12: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:823:12: note: stat is assigned 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:824:12: note: stat is overwritten 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:826:15: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:824:12: note: stat is assigned 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:826:15: note: stat is overwritten 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:872:8: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:871:15: note: stat is assigned 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:872:8: note: stat is overwritten 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:873:8: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:872:8: note: stat is assigned 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:873:8: note: stat is overwritten 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:874:8: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:873:8: note: stat is assigned 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:874:8: note: stat is overwritten 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:875:8: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:874:8: note: stat is assigned 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:875:8: note: stat is overwritten 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:877:18: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:875:8: note: stat is assigned 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:877:18: note: stat is overwritten 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:974:6: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:973:6: note: stat is assigned 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:974:6: note: stat is overwritten 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:975:6: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:974:6: note: stat is assigned 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:975:6: note: stat is overwritten 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:976:6: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:975:6: note: stat is assigned 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:976:6: note: stat is overwritten 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:977:6: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:976:6: note: stat is assigned 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:977:6: note: stat is overwritten 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:988:6: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:977:6: note: stat is assigned 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:988:6: note: stat is overwritten 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:990:6: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:988:6: note: stat is assigned 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:990:6: note: stat is overwritten 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:1028:6: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:990:6: note: stat is assigned 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:1028:6: note: stat is overwritten 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:999:9: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:998:9: note: stat is assigned 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:999:9: note: stat is overwritten 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:1000:9: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:999:9: note: stat is assigned 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:1000:9: note: stat is overwritten 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:1001:9: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:1000:9: note: stat is assigned 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:1001:9: note: stat is overwritten 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:1002:9: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:1001:9: note: stat is assigned 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:1002:9: note: stat is overwritten 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:1003:9: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:1002:9: note: stat is assigned 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:1003:9: note: stat is overwritten 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:1004:9: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:1003:9: note: stat is assigned 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:1004:9: note: stat is overwritten 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:1018:9: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:1004:9: note: stat is assigned 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:1018:9: note: stat is overwritten 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:1019:9: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:1018:9: note: stat is assigned 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:1019:9: note: stat is overwritten 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:1020:9: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:1019:9: note: stat is assigned 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:1020:9: note: stat is overwritten 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:1021:9: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:1020:9: note: stat is assigned 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:1021:9: note: stat is overwritten 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:1022:9: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:1021:9: note: stat is assigned 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:1022:9: note: stat is overwritten 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:1023:9: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:1022:9: note: stat is assigned 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:1023:9: note: stat is overwritten 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:1024:9: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:1023:9: note: stat is assigned 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:1024:9: note: stat is overwritten 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:1028:6: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:1024:9: note: stat is assigned 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:1028:6: note: stat is overwritten 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:1280:14: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:1269:14: note: stat is assigned 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:1280:14: note: stat is overwritten 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:1295:6: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:1294:6: note: stat is assigned 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:1295:6: note: stat is overwritten 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:1296:6: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:1295:6: note: stat is assigned 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:1296:6: note: stat is overwritten 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:1327:6: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:1296:6: note: stat is assigned 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:1327:6: note: stat is overwritten 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:1316:9: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:1311:9: note: stat is assigned 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:1316:9: note: stat is overwritten 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:1327:6: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:1316:9: note: stat is assigned 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:1327:6: note: stat is overwritten 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:1333:6: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:1327:6: note: stat is assigned 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:1333:6: note: stat is overwritten 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:1367:6: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:1346:6: note: stat is assigned 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:1367:6: note: stat is overwritten 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:1368:6: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:1367:6: note: stat is assigned 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:1368:6: note: stat is overwritten 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:1369:6: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:1368:6: note: stat is assigned 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:1369:6: note: stat is overwritten 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:1370:6: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:1369:6: note: stat is assigned 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:1370:6: note: stat is overwritten 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:3688:13: style: Variable 's[cntdx]' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:3657:19: note: s[cntdx] is assigned 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:3688:13: note: s[cntdx] is overwritten 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:3688:13: style: Variable 's[cntdx]' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:3659:19: note: s[cntdx] is assigned 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:3688:13: note: s[cntdx] is overwritten 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:1424:14: style: Parameter 'iaux' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:1424:33: style: Parameter 'cpix' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:1425:21: style: Parameter 'npixc' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:1429:14: style: Parameter 'faux' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:1429:21: style: Parameter 'a' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:1610:13: style: Parameter 'npixc' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:1611:13: style: Parameter 'iaux' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:1612:13: style: Parameter 'x' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:1613:20: style: Parameter 'z' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:1669:13: style: Parameter 'npixc' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:1670:13: style: Parameter 'iaux' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:1671:13: style: Parameter 'x' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:1672:20: style: Parameter 'z' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:1673:13: style: Parameter 'zeros' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:1673:21: style: Parameter 'wts' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:1673:27: style: Parameter 'scales' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:1733:13: style: Parameter 'npixc' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:1734:13: style: Parameter 'iaux' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:1735:13: style: Parameter 'x' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:1736:20: style: Parameter 'z' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:1793:13: style: Parameter 'npixc' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:1794:13: style: Parameter 'iaux' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:1795:13: style: Parameter 'x' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:1796:13: style: Parameter 'faux' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:1796:20: style: Parameter 'z' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:1797:13: style: Parameter 'zeros' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:1797:21: style: Parameter 'scales' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:2047:13: style: Parameter 'npixc' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:2048:13: style: Parameter 'iaux' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:2049:13: style: Parameter 'x' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:2050:20: style: Parameter 'z' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:2051:13: style: Parameter 'zeros' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:2051:21: style: Parameter 'scales' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:2122:13: style: Parameter 'npixc' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:2123:13: style: Parameter 'iaux' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:2124:13: style: Parameter 'x' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:2125:13: style: Parameter 'faux' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:2125:20: style: Parameter 'z' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:2355:13: style: Parameter 'npixc' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:2356:13: style: Parameter 'iaux' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:2357:13: style: Parameter 'x' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:2358:20: style: Parameter 'z' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:2427:13: style: Parameter 'npixc' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:2428:13: style: Parameter 'iaux' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:2429:13: style: Parameter 'x' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:2431:13: style: Parameter 'zeros' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:2431:21: style: Parameter 'wts' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:2431:27: style: Parameter 'scales' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:2508:13: style: Parameter 'npixc' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:2509:13: style: Parameter 'iaux' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:2510:13: style: Parameter 'x' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:2584:13: style: Parameter 'npixc' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:2585:13: style: Parameter 'iaux' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:2586:13: style: Parameter 'x' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:2588:13: style: Parameter 'zeros' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:2588:21: style: Parameter 'wts' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:2588:27: style: Parameter 'scales' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:2666:13: style: Parameter 'npixc' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:2667:13: style: Parameter 'iaux' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:2668:13: style: Parameter 'x' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:2742:13: style: Parameter 'npixc' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:2743:13: style: Parameter 'iaux' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:2744:13: style: Parameter 'x' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:2746:13: style: Parameter 'zeros' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:2746:21: style: Parameter 'wts' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:2746:27: style: Parameter 'scales' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:2851:13: style: Parameter 'npixc' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:2852:13: style: Parameter 'iaux' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:2853:13: style: Parameter 'x' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:2953:13: style: Parameter 'npixc' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:2954:13: style: Parameter 'iaux' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:2955:13: style: Parameter 'x' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:2958:13: style: Parameter 'zeros' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:2958:21: style: Parameter 'wts' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:2958:27: style: Parameter 'scales' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:3126:13: style: Parameter 'npixc' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:3127:13: style: Parameter 'iaux' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:3128:13: style: Parameter 'x' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:3281:13: style: Parameter 'npixc' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:3282:13: style: Parameter 'iaux' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:3283:13: style: Parameter 'x' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:3285:13: style: Parameter 'zeros' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:3285:21: style: Parameter 'wts' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:3285:27: style: Parameter 'scales' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:3466:13: style: Parameter 'npixc' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:3467:13: style: Parameter 'iaux' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:3468:13: style: Parameter 'x' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:3630:13: style: Parameter 'npixc' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:3631:13: style: Parameter 'iaux' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:3632:13: style: Parameter 'x' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:3633:20: style: Parameter 'z' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:3633:24: style: Parameter 'c' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:3634:13: style: Parameter 'scales' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:3634:21: style: Parameter 'zeros' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:3634:28: style: Parameter 'wts' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:3707:13: style: Parameter 'npixc' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:3708:13: style: Parameter 'iaux' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:3709:13: style: Parameter 'x' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:3710:20: style: Parameter 'z' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:3710:24: style: Parameter 'c' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/echelle/src/necmatch.c:72:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable F_IO_MODE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:3043:11: style: Variable 'idx' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:3372:11: style: Variable 'idx' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/stdred/ccdred/src/ccdcomb.c:3647:4: style: Variable 'nn' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/stdred/echelle/src/necoffset.c:76:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TEXT_LEN [valueFlowBailoutIncompleteVar] 23FEBpl1.0/stdred/echelle/src/necoffset.c:180:10: style: Parameter 'dpar' can be declared as const array [constParameter] 23FEBpl1.0/stdred/echelle/src/necregr.c:56:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TEXT_LEN [valueFlowBailoutIncompleteVar] 23FEBpl1.0/stdred/echelle/src/necmatch.c:64:11: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/echelle/src/necmatch.c:62:11: note: status is assigned 23FEBpl1.0/stdred/echelle/src/necmatch.c:64:11: note: status is overwritten 23FEBpl1.0/stdred/echelle/src/necmatch.c:48:59: style: Variable 'written' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/stdred/echelle/src/necmatch.c:109:11: style: Variable 'status' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/stdred/echelle/src/necmatch.c:47:20: style: Unused variable: ident [unusedVariable] 23FEBpl1.0/stdred/echelle/src/necmatch.c:48:25: style: Unused variable: last [unusedVariable] 23FEBpl1.0/stdred/echelle/src/necmatch.c:48:31: style: Unused variable: match_flag [unusedVariable] 23FEBpl1.0/stdred/echelle/src/necmatch.c:49:35: style: Unused variable: error [unusedVariable] 23FEBpl1.0/stdred/echelle/src/necmatch.c:50:20: style: Unused variable: minmax [unusedVariable] 23FEBpl1.0/stdred/echelle/src/necmatch.c:51:28: style: Unused variable: npar [unusedVariable] 23FEBpl1.0/stdred/echelle/src/necmatch.c:51:34: style: Unused variable: iav [unusedVariable] 23FEBpl1.0/stdred/echelle/src/necmatch.c:51:39: style: Unused variable: knull [unusedVariable] 23FEBpl1.0/stdred/echelle/src/necmatch.c:54:51: style: Unused variable: nbsel [unusedVariable] 23FEBpl1.0/stdred/echelle/src/necmatch.c:57:56: style: Unused variable: lambda_inf [unusedVariable] 23FEBpl1.0/stdred/echelle/src/necmatch.c:57:68: style: Unused variable: lambda_sup [unusedVariable] 23FEBpl1.0/stdred/feros/libsrc/center_all_orders.c:87:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WM_DOWRITE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/stdred/feros/libsrc/center_all_orders.c:47:44: style: Parameter 'center_0' can be declared as const array [constParameter] 23FEBpl1.0/stdred/feros/libsrc/center_all_orders.c:48:21: style: Parameter 'xcenter_0' can be declared as const array [constParameter] 23FEBpl1.0/stdred/feros/libsrc/center_all_orders.c:49:29: style: Parameter 'npix' can be declared as const array [constParameter] 23FEBpl1.0/stdred/feros/libsrc/center_all_orders.c:50:13: style: Parameter 'start' can be declared as const array [constParameter] 23FEBpl1.0/stdred/feros/libsrc/center_all_orders.c:50:22: style: Parameter 'step' can be declared as const array [constParameter] 23FEBpl1.0/stdred/feros/libsrc/center_all_orders.c:65:12: style: Variable 'tablerow' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/stdred/feros/libsrc/comp_back.c:95:51: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/stdred/feros/libsrc/comp_back.c:103:39: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/stdred/feros/libsrc/comp_back.c:107:39: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/stdred/feros/libsrc/comp_back.c:35:37: style: Parameter 'iparam' can be declared as const array [constParameter] 23FEBpl1.0/stdred/feros/libsrc/comp_back.c:49:10: style: Variable 'width1' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/stdred/feros/libsrc/comp_back.c:50:10: style: Variable 'width2' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/stdred/feros/libsrc/center_one_order.c:42:12: style: Parameter 'imageo' can be declared as const array [constParameter] 23FEBpl1.0/stdred/feros/libsrc/center_one_order.c:42:22: style: Parameter 'imaget' can be declared as const array [constParameter] 23FEBpl1.0/stdred/feros/libsrc/center_one_order.c:43:18: style: Parameter 'npixt' can be declared as const array [constParameter] 23FEBpl1.0/stdred/feros/libsrc/center_one_order.c:155:14: style: Variable 'factor' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/stdred/feros/libsrc/center_one_order.c:160:11: style: Variable 'factor' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/stdred/feros/libsrc/extract_cuts.c:71:40: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/stdred/feros/libsrc/dsplint.c:21:15: style: Parameter 'x' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/feros/libsrc/dsplint.c:22:11: style: Parameter 'y' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/feros/libsrc/extract_profiles.c:68:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable data_per_pixel [valueFlowBailoutIncompleteVar] 23FEBpl1.0/stdred/feros/libsrc/extract_spec.c:103:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable data_per_pixel [valueFlowBailoutIncompleteVar] 23FEBpl1.0/stdred/feros/libsrc/extract_profiles.c:123:60: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/stdred/feros/libsrc/extract_profiles.c:133:54: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/stdred/feros/libsrc/extract_profiles.c:137:52: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/stdred/feros/libsrc/fit_back.c:73:18: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/stdred/feros/libsrc/fit_back.c:33:33: style: Parameter 'xysize' can be declared as const array [constParameter] 23FEBpl1.0/stdred/feros/libsrc/fit_back.c:145:14: style: Variable 'status' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/stdred/feros/libsrc/extract_spec.c:144:19: error: Invalid toupper() argument nr 1. A non-boolean value is required. [invalidFunctionArgBool] 23FEBpl1.0/stdred/feros/libsrc/extract_spec.c:343:19: error: Invalid toupper() argument nr 1. A non-boolean value is required. [invalidFunctionArgBool] 23FEBpl1.0/stdred/feros/libsrc/extract_spec.c:152:58: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/stdred/feros/libsrc/extract_spec.c:162:46: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/stdred/feros/libsrc/extract_spec.c:254:58: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/stdred/feros/libsrc/extract_spec.c:263:42: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/stdred/feros/libsrc/extract_spec.c:267:40: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/stdred/feros/libsrc/extract_spec.c:321:35: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/stdred/feros/libsrc/extract_spec.c:322:36: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/stdred/feros/libsrc/fit_line.c:31:12: style: Parameter 'rval' can be declared as const array [constParameter] 23FEBpl1.0/stdred/feros/libsrc/fit_line.c:32:13: style: Parameter 'start' can be declared as const array [constParameter] 23FEBpl1.0/stdred/feros/libsrc/fit_line.c:32:22: style: Parameter 'step' can be declared as const array [constParameter] 23FEBpl1.0/stdred/feros/libsrc/extract_spec.c:245:16: style: Variable 'npixo[1]' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/stdred/feros/libsrc/extract_spec.c:312:11: style: Variable 'x_sum' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/stdred/feros/libsrc/extract_spec.c:313:13: style: Variable 'raw_sum' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/stdred/echelle/src/necfindmax.c:195:15: style: Parameter 'pntra' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/echelle/src/necfindmax.c:227:15: style: Parameter 'pntra' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/echelle/src/necfindmax.c:263:7: style: Parameter 'vx' can be declared as const array [constParameter] 23FEBpl1.0/stdred/echelle/src/necfindmax.c:263:13: style: Parameter 'vy' can be declared as const array [constParameter] 23FEBpl1.0/stdred/echelle/src/necfindmax.c:294:15: style: Parameter 'pntra' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/echelle/src/necfindmax.c:295:14: style: Parameter 'npix' can be declared as const array [constParameter] 23FEBpl1.0/stdred/echelle/src/necfindmax.c:297:14: style: Parameter 'step' can be declared as const array [constParameter] 23FEBpl1.0/stdred/echelle/src/necfindmax.c:344:15: style: Parameter 'pntra' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/echelle/src/necfindmax.c:345:14: style: Parameter 'npix' can be declared as const array [constParameter] 23FEBpl1.0/stdred/echelle/src/necfindmax.c:409:14: style: Parameter 'npix' can be declared as const array [constParameter] 23FEBpl1.0/stdred/echelle/src/necfindmax.c:410:32: style: Parameter 'step' can be declared as const array [constParameter] 23FEBpl1.0/stdred/echelle/src/necfindmax.c:454:8: style: Parameter 'pntr' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/echelle/src/necfindmax.c:455:7: style: Parameter 'npix' can be declared as const array [constParameter] 23FEBpl1.0/stdred/echelle/src/necfindmax.c:271:4: style: Variable 'x' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/stdred/echelle/src/necfindmax.c:271:6: style: Variable 'y' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/stdred/echelle/src/necfindmax.c:382:10: style: Variable 'vmax' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/stdred/feros/libsrc/fit_orders.c:43:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAXLINES [valueFlowBailoutIncompleteVar] 23FEBpl1.0/stdred/feros/libsrc/fitfunc.c:83:7: style: Variable 'facul' can be declared as const array [constVariable] 23FEBpl1.0/stdred/feros/libsrc/fitfunc.c:84:7: style: Variable 'powerof2' can be declared as const array [constVariable] 23FEBpl1.0/stdred/feros/libsrc/fold_image.c:32:12: style: Parameter 'imageo' can be declared as const array [constParameter] 23FEBpl1.0/stdred/feros/libsrc/fold_image.c:32:32: style: Parameter 'template' can be declared as const array [constParameter] 23FEBpl1.0/stdred/feros/libsrc/fold_image.c:33:18: style: Parameter 'npix' can be declared as const array [constParameter] 23FEBpl1.0/stdred/feros/libsrc/follow_orders.c:139:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WM_DOWRITE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/stdred/feros/libsrc/glsp.c:640:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MACH_EPS [valueFlowBailoutIncompleteVar] 23FEBpl1.0/stdred/feros/libsrc/opt_ext.c:98:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/stdred/feros/libsrc/opt_ext.c:41:12: style: Parameter 'profile' can be declared as const array [constParameter] 23FEBpl1.0/stdred/feros/libsrc/opt_ext.c:41:23: style: Parameter 'image' can be declared as const array [constParameter] 23FEBpl1.0/stdred/feros/libsrc/opt_ext.c:141:11: style: Variable 'var' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/stdred/feros/libsrc/opt_ext.c:151:19: style: Variable 'var' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/stdred/feros/libsrc/lnmatch.c:106:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NOT_PROCESSED [valueFlowBailoutIncompleteVar] 23FEBpl1.0/stdred/feros/libsrc/rebin.c:48:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAXINTENS [valueFlowBailoutIncompleteVar] 23FEBpl1.0/stdred/feros/libsrc/glsp.c:127:45: style: Variable 'hup' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/stdred/feros/libsrc/glsp.c:241:9: style: Parameter 'xn' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/feros/libsrc/glsp.c:241:14: style: Parameter 'fn' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/feros/libsrc/glsp.c:241:19: style: Parameter 'w' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/feros/libsrc/glsp.c:698:9: style: Parameter 'md' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/feros/libsrc/glsp.c:698:14: style: Parameter 'ud1' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/feros/libsrc/glsp.c:698:20: style: Parameter 'ud2' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/feros/libsrc/glsp.c:781:9: style: Parameter 'a' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/feros/libsrc/glsp.c:781:13: style: Parameter 'b' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/feros/libsrc/glsp.c:781:17: style: Parameter 'c' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/feros/libsrc/glsp.c:781:21: style: Parameter 'd' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/feros/libsrc/glsp.c:781:25: style: Parameter 'x' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/feros/libsrc/glsp.c:653:9: style: Variable 'def_reg' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/stdred/feros/libsrc/rebin.c:146:18: style: Parameter 'win' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/feros/libsrc/rebin.c:146:24: style: Parameter 'wout' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/feros/libsrc/rectify.c:147:56: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/stdred/feros/libsrc/search_lines.c:25:12: style: Parameter 'rval' can be declared as const array [constParameter] 23FEBpl1.0/stdred/feros/libsrc/search_lines.c:26:22: style: Parameter 'npix' can be declared as const array [constParameter] 23FEBpl1.0/stdred/feros/libsrc/lnmatch.c:113:17: style: Condition 'debug==1' is always false [knownConditionTrueFalse] 23FEBpl1.0/stdred/feros/libsrc/lnmatch.c:48:46: note: Assignment 'debug=0', assigned value is 0 23FEBpl1.0/stdred/feros/libsrc/lnmatch.c:66:13: note: Assuming condition is false 23FEBpl1.0/stdred/feros/libsrc/lnmatch.c:113:17: note: Condition 'debug==1' is always false 23FEBpl1.0/stdred/feros/libsrc/lnmatch.c:38:16: style: Parameter 'lcat' can be declared as const array [constParameter] 23FEBpl1.0/stdred/feros/libsrc/lnmatch.c:38:33: style: Parameter 'linwav' can be declared as const array [constParameter] 23FEBpl1.0/stdred/feros/libsrc/lnmatch.c:38:43: style: Parameter 'liny' can be declared as const array [constParameter] 23FEBpl1.0/stdred/feros/libsrc/lnmatch.c:62:30: style: Variable 'lambda_lin' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/stdred/feros/libsrc/test_fitfunc.c:143:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NAN [valueFlowBailoutIncompleteVar] 23FEBpl1.0/stdred/feros/libsrc/wavecal.c:91:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable fixed [valueFlowBailoutIncompleteVar] 23FEBpl1.0/stdred/feros/libsrc/wavecal.c:330:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PI [valueFlowBailoutIncompleteVar] 23FEBpl1.0/stdred/feros/libsrc/wavecal.c:49:14: style: Variable 'x' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/stdred/feros/libsrc/wavecal.c:50:14: style: Variable 'y' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/stdred/feros/libsrc/wavecal.c:51:14: style: Variable 'z' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/stdred/feros/libsrc/wavecal.c:75:28: style: Parameter 'ximageo' can be declared as const array [constParameter] 23FEBpl1.0/stdred/feros/libsrc/wavecal.c:75:46: style: Parameter 'yimageo' can be declared as const array [constParameter] 23FEBpl1.0/stdred/feros/libsrc/wavecal.c:234:19: style: Parameter 'a' can be declared as const array [constParameter] 23FEBpl1.0/stdred/feros/libsrc/wavecal.c:279:13: style: Parameter 'dcoef' can be declared as const array [constParameter] 23FEBpl1.0/stdred/feros/src/echbackground.c:89:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable F_D_MODE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/stdred/feros/libsrc/spatial_profile.c:266:13: style: The if condition is the same as the previous if condition [duplicateCondition] 23FEBpl1.0/stdred/feros/libsrc/spatial_profile.c:264:13: note: First condition 23FEBpl1.0/stdred/feros/libsrc/spatial_profile.c:266:13: note: Second condition 23FEBpl1.0/stdred/feros/libsrc/spatial_profile.c:65:12: style: Parameter 'frame' can be declared as const array [constParameter] 23FEBpl1.0/stdred/feros/libsrc/spatial_profile.c:65:21: style: Parameter 'sky' can be declared as const array [constParameter] 23FEBpl1.0/stdred/feros/libsrc/spatial_profile.c:289:13: style: Parameter 'inimage' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/feros/libsrc/spatial_profile.c:289:23: style: Parameter 'ximage' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/feros/libsrc/spatial_profile.c:289:52: style: Parameter 'mask' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/feros/libsrc/spatial_profile.c:289:58: style: Parameter 'sigin' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/feros/src/echloc.c:41:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAXORDERS [valueFlowBailoutIncompleteVar] 23FEBpl1.0/stdred/feros/src/echcalibrate.c:109:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable F_I_MODE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/stdred/feros/src/echrebin1d.c:77:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LIGHTSPEED [valueFlowBailoutIncompleteVar] 23FEBpl1.0/stdred/feros/src/echrebin1d.c:262:53: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/stdred/feros/src/echrebin1d.c:264:48: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/stdred/feros/src/echrebin1d.c:71:10: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/feros/src/echrebin1d.c:70:10: note: status is assigned 23FEBpl1.0/stdred/feros/src/echrebin1d.c:71:10: note: status is overwritten 23FEBpl1.0/stdred/feros/src/echrebin1d.c:72:10: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/feros/src/echrebin1d.c:71:10: note: status is assigned 23FEBpl1.0/stdred/feros/src/echrebin1d.c:72:10: note: status is overwritten 23FEBpl1.0/stdred/feros/src/echstraight.c:91:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable F_D_MODE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/stdred/feros/src/echext.c:191:27: style: Variable 'out_image[name_len]' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/feros/src/echext.c:158:27: note: out_image[name_len] is assigned 23FEBpl1.0/stdred/feros/src/echext.c:191:27: note: out_image[name_len] is overwritten 23FEBpl1.0/stdred/feros/src/imaqual.c:72:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable F_IO_MODE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/stdred/feros/src/ypos.c:64:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable F_IO_MODE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/stdred/feros/src/echcalibrate.c:307:9: style: Variable 'reset' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/feros/src/echcalibrate.c:281:9: note: reset is assigned 23FEBpl1.0/stdred/feros/src/echcalibrate.c:307:9: note: reset is overwritten 23FEBpl1.0/stdred/feros/src/echcalibrate.c:428:37: style: Parameter 'w1' can be declared as const array [constParameter] 23FEBpl1.0/stdred/feros/src/echcalibrate.c:307:9: style: Variable 'reset' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/stdred/long/src/lnapdisp.c:64:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/stdred/long/src/lnapdisp.c:133:12: portability:inconclusive: Casting from double * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/stdred/long/src/lnapdisp.c:158:13: style: Parameter 'start' can be declared as const array [constParameter] 23FEBpl1.0/stdred/long/src/lnapdisp.c:158:22: style: Parameter 'step' can be declared as const array [constParameter] 23FEBpl1.0/stdred/long/src/lnapdisp.c:173:9: style: Variable 'pixel' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/stdred/long/src/lnedflux.c:112:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DEV_ERASE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/stdred/long/src/lnedflux.c:137:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MID_BUT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/stdred/long/src/lnedflux.c:173:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/stdred/long/src/lnedflux.c:186:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/stdred/long/src/lnedflux.c:206:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/stdred/long/src/lnedflux.c:218:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAXOPTS [valueFlowBailoutIncompleteVar] 23FEBpl1.0/stdred/long/src/lnedflux.c:293:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable F_IO_MODE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/stdred/long/src/lnedflux.c:324:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable n [valueFlowBailoutIncompleteVar] 23FEBpl1.0/stdred/long/src/lncalib.c:143:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable F_IO_MODE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/stdred/long/src/lncalib.c:617:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable RESIDUAL_GT_TOL [valueFlowBailoutIncompleteVar] 23FEBpl1.0/stdred/long/src/lnedflux.c:128:11: style: Variable 'i' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/stdred/long/src/lnerase.c:73:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/stdred/long/src/lnerase.c:110:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable F_IO_MODE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/stdred/long/src/lnhough.c:127:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable F_I_MODE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/stdred/long/src/lnlinsel.c:72:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable F_IO_MODE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/stdred/long/src/lnlinsel.c:131:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/stdred/long/src/lnlinsel.c:70:11: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/long/src/lnlinsel.c:69:11: note: status is assigned 23FEBpl1.0/stdred/long/src/lnlinsel.c:70:11: note: status is overwritten 23FEBpl1.0/stdred/long/src/lnlinsel.c:70:11: style: Variable 'status' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/stdred/long/src/lnmatch.c:118:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NOT_PROCESSED [valueFlowBailoutIncompleteVar] 23FEBpl1.0/stdred/long/src/lnplot.c:165:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DEV_ERASE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/stdred/long/src/lnplot.c:213:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MID_BUT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/stdred/long/src/lnplot.c:299:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable F_IO_MODE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/stdred/long/src/lnplot.c:310:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable VAL_ERASED [valueFlowBailoutIncompleteVar] 23FEBpl1.0/stdred/long/src/lnplot.c:321:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/stdred/long/src/lnplot.c:356:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/stdred/long/src/lnplot.c:369:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAXOPTS [valueFlowBailoutIncompleteVar] 23FEBpl1.0/stdred/long/src/lnplot.c:497:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dpoly [valueFlowBailoutIncompleteVar] 23FEBpl1.0/stdred/long/src/lnplot.c:529:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable YMIN [valueFlowBailoutIncompleteVar] 23FEBpl1.0/stdred/long/src/lnplot.c:561:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAXOPTS [valueFlowBailoutIncompleteVar] 23FEBpl1.0/stdred/long/src/lnplot.c:592:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAXOPTS [valueFlowBailoutIncompleteVar] 23FEBpl1.0/stdred/long/src/lnplot.c:649:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XMIN [valueFlowBailoutIncompleteVar] 23FEBpl1.0/stdred/long/src/lnplot.c:685:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable F_IO_MODE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/stdred/long/src/lnplot.c:782:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable D_C_FORMAT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/stdred/long/src/lnplot.c:884:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAXDATA [valueFlowBailoutIncompleteVar] 23FEBpl1.0/stdred/long/src/lnplot.c:953:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/stdred/long/src/lnplot.c:970:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/stdred/long/src/lnplot.c:1008:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable F_IO_MODE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/stdred/long/src/lnplot.c:1045:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable F_IO_MODE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/stdred/long/src/lnplot.c:1086:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dpoly [valueFlowBailoutIncompleteVar] 23FEBpl1.0/stdred/long/src/lnplot.c:1113:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/stdred/long/src/lnmatch.c:125:18: style: Condition 'debug==1' is always false [knownConditionTrueFalse] 23FEBpl1.0/stdred/long/src/lnmatch.c:65:47: note: Assignment 'debug=0', assigned value is 0 23FEBpl1.0/stdred/long/src/lnmatch.c:80:14: note: Assuming condition is false 23FEBpl1.0/stdred/long/src/lnmatch.c:125:18: note: Condition 'debug==1' is always false 23FEBpl1.0/stdred/long/src/lnmatch.c:51:11: style: Parameter 'lcat' can be declared as const array [constParameter] 23FEBpl1.0/stdred/long/src/lnmatch.c:51:28: style: Parameter 'linwav' can be declared as const array [constParameter] 23FEBpl1.0/stdred/long/src/lnmatch.c:51:38: style: Parameter 'liny' can be declared as const array [constParameter] 23FEBpl1.0/stdred/long/src/lnplotlib.c:74:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAXLINE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/stdred/long/src/lnplotlib.c:150:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAXION [valueFlowBailoutIncompleteVar] 23FEBpl1.0/stdred/long/src/lnplotlib.c:61:7: style: Parameter 'lincat' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/long/src/lnplotlib.c:62:5: style: Parameter 'wrang' can be declared as const array [constParameter] 23FEBpl1.0/stdred/long/src/spffit.c:57:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 23FEBpl1.0/stdred/long/src/spffit.c:76:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable D_R4_FORMAT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/stdred/long/src/spffit.c:126:27: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/stdred/long/src/lnplot.c:659:30: portability: Undefined behaviour, pointer arithmetic 'Coef-1' is out of bounds. [pointerOutOfBounds] 23FEBpl1.0/stdred/long/src/lnplot.c:1067:42: portability: Undefined behaviour, pointer arithmetic 'Coef-1' is out of bounds. [pointerOutOfBounds] 23FEBpl1.0/stdred/long/src/spfresp.c:66:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable D_R4_FORMAT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/stdred/long/src/lnplot.c:899:54: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/stdred/long/src/lnplot.c:710:20: style: Variable 'erased' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/long/src/lnplot.c:708:13: note: erased is assigned 23FEBpl1.0/stdred/long/src/lnplot.c:710:20: note: erased is overwritten 23FEBpl1.0/stdred/long/src/spfresp.c:84:36: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/stdred/long/src/spfresp.c:99:27: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/stdred/long/src/lnplot.c:473:8: style: Parameter 'x' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/long/src/lnplot.c:473:12: style: Parameter 'y' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/long/src/lnplot.c:891:11: style: Variable 'nrows' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/stdred/long/src/spintegr.c:190:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable F_I_MODE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/stdred/long/src/spintegr.c:294:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable F_IO_MODE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/stdred/long/src/splinadd.c:203:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/stdred/long/src/splinadd.c:302:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable D_R4_FORMAT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/stdred/long/src/splinadd.c:327:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable D_R4_FORMAT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/stdred/long/src/splinadd.c:356:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAXLINE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/stdred/long/src/spintegr.c:243:58: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/stdred/long/src/spintegr.c:313:10: style: Variable 'wfirst' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/stdred/long/src/spintegr.c:314:12: style: Variable 'wlast' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/stdred/long/src/lncalib.c:423:13: style: The if condition is the same as the previous if condition [duplicateCondition] 23FEBpl1.0/stdred/long/src/lncalib.c:421:13: note: First condition 23FEBpl1.0/stdred/long/src/lncalib.c:423:13: note: Second condition 23FEBpl1.0/stdred/long/src/lncalib.c:553:12: portability:inconclusive: Casting from double * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/stdred/long/src/lncalib.c:554:41: portability:inconclusive: Casting from double * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/stdred/long/src/lncalib.c:555:12: portability:inconclusive: Casting from double * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/stdred/long/src/lncalib.c:556:12: portability:inconclusive: Casting from double * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/stdred/long/src/lncalib.c:557:12: portability:inconclusive: Casting from double * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/stdred/long/src/lncalib.c:558:12: portability:inconclusive: Casting from double * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/stdred/long/src/lncalib.c:560:12: portability:inconclusive: Casting from double * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/stdred/long/src/lncalib.c:562:12: portability:inconclusive: Casting from double * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/stdred/long/src/lncalib.c:563:12: portability:inconclusive: Casting from double * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/stdred/long/src/lncalib.c:123:11: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/long/src/lncalib.c:122:11: note: status is assigned 23FEBpl1.0/stdred/long/src/lncalib.c:123:11: note: status is overwritten 23FEBpl1.0/stdred/long/src/lncalib.c:124:11: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/long/src/lncalib.c:123:11: note: status is assigned 23FEBpl1.0/stdred/long/src/lncalib.c:124:11: note: status is overwritten 23FEBpl1.0/stdred/long/src/lncalib.c:125:11: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/long/src/lncalib.c:124:11: note: status is assigned 23FEBpl1.0/stdred/long/src/lncalib.c:125:11: note: status is overwritten 23FEBpl1.0/stdred/long/src/lncalib.c:126:11: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/long/src/lncalib.c:125:11: note: status is assigned 23FEBpl1.0/stdred/long/src/lncalib.c:126:11: note: status is overwritten 23FEBpl1.0/stdred/long/src/lncalib.c:128:11: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/long/src/lncalib.c:126:11: note: status is assigned 23FEBpl1.0/stdred/long/src/lncalib.c:128:11: note: status is overwritten 23FEBpl1.0/stdred/long/src/lncalib.c:129:11: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/long/src/lncalib.c:128:11: note: status is assigned 23FEBpl1.0/stdred/long/src/lncalib.c:129:11: note: status is overwritten 23FEBpl1.0/stdred/long/src/lncalib.c:130:11: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/long/src/lncalib.c:129:11: note: status is assigned 23FEBpl1.0/stdred/long/src/lncalib.c:130:11: note: status is overwritten 23FEBpl1.0/stdred/long/src/lncalib.c:131:11: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/long/src/lncalib.c:130:11: note: status is assigned 23FEBpl1.0/stdred/long/src/lncalib.c:131:11: note: status is overwritten 23FEBpl1.0/stdred/long/src/lncalib.c:600:18: style: Parameter 'colid' can be declared as const array [constParameter] 23FEBpl1.0/stdred/long/src/lncalib.c:600:27: style: Parameter 'colx' can be declared as const array [constParameter] 23FEBpl1.0/stdred/long/src/lncalib.c:643:12: style: Parameter 'wrang' can be declared as const array [constParameter] 23FEBpl1.0/stdred/long/src/lncalib.c:691:11: style: Parameter 'colx' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/long/src/lncalib.c:691:18: style: Parameter 'colid' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/long/src/splinadd.c:121:49: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/stdred/long/src/splinadd.c:172:8: style: Parameter 'x' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/long/src/splinadd.c:173:8: style: Parameter 'intens' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/long/src/splinadd.c:373:8: style: Parameter 'x_found' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/long/src/splinadd.c:374:8: style: Parameter 'intens_found' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/long/src/splinadd.c:375:6: style: Parameter 'inside_win' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/mmf/src/search.c:67:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAX_OBJ [valueFlowBailoutIncompleteVar] 23FEBpl1.0/stdred/mmf/src/slsgd.c:80:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPIX [valueFlowBailoutIncompleteVar] 23FEBpl1.0/stdred/mmf/src/search.c:124:13: portability: Casting between char * and float * which have an incompatible binary data representation. [invalidPointerCast] 23FEBpl1.0/stdred/mmf/src/search.c:77:7: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/mmf/src/search.c:76:7: note: err is assigned 23FEBpl1.0/stdred/mmf/src/search.c:77:7: note: err is overwritten 23FEBpl1.0/stdred/mmf/src/search.c:78:7: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/mmf/src/search.c:77:7: note: err is assigned 23FEBpl1.0/stdred/mmf/src/search.c:78:7: note: err is overwritten 23FEBpl1.0/stdred/mmf/src/search.c:81:7: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/mmf/src/search.c:78:7: note: err is assigned 23FEBpl1.0/stdred/mmf/src/search.c:81:7: note: err is overwritten 23FEBpl1.0/stdred/mmf/src/search.c:83:7: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/mmf/src/search.c:81:7: note: err is assigned 23FEBpl1.0/stdred/mmf/src/search.c:83:7: note: err is overwritten 23FEBpl1.0/stdred/mmf/src/search.c:85:7: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/mmf/src/search.c:83:7: note: err is assigned 23FEBpl1.0/stdred/mmf/src/search.c:85:7: note: err is overwritten 23FEBpl1.0/stdred/mmf/src/search.c:90:7: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/mmf/src/search.c:85:7: note: err is assigned 23FEBpl1.0/stdred/mmf/src/search.c:90:7: note: err is overwritten 23FEBpl1.0/stdred/mmf/src/search.c:93:7: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/mmf/src/search.c:90:7: note: err is assigned 23FEBpl1.0/stdred/mmf/src/search.c:93:7: note: err is overwritten 23FEBpl1.0/stdred/mmf/src/search.c:114:7: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/mmf/src/search.c:110:7: note: err is assigned 23FEBpl1.0/stdred/mmf/src/search.c:114:7: note: err is overwritten 23FEBpl1.0/stdred/mmf/src/search.c:115:7: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/mmf/src/search.c:114:7: note: err is assigned 23FEBpl1.0/stdred/mmf/src/search.c:115:7: note: err is overwritten 23FEBpl1.0/stdred/mmf/src/search.c:117:7: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/mmf/src/search.c:115:7: note: err is assigned 23FEBpl1.0/stdred/mmf/src/search.c:117:7: note: err is overwritten 23FEBpl1.0/stdred/mmf/src/search.c:118:7: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/mmf/src/search.c:117:7: note: err is assigned 23FEBpl1.0/stdred/mmf/src/search.c:118:7: note: err is overwritten 23FEBpl1.0/stdred/mmf/src/search.c:63:12: style: Variable 'ppf' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/stdred/mmf/src/search.c:118:7: style: Variable 'err' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/stdred/mmf/src/slslv.c:74:6: style: Variable 'bg' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/mmf/src/slslv.c:64:24: note: bg is assigned 23FEBpl1.0/stdred/mmf/src/slslv.c:74:6: note: bg is overwritten 23FEBpl1.0/stdred/mos/libsrc/misc.c:36:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAXLINE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/stdred/mos/libsrc/misc.c:64:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAXLINE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/stdred/mos/libsrc/mosdisp.c:128:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ncoef [valueFlowBailoutIncompleteVar] 23FEBpl1.0/stdred/mos/libsrc/mosdisp.c:158:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable refdeg [valueFlowBailoutIncompleteVar] 23FEBpl1.0/stdred/mos/libsrc/mosdisp.c:216:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAXNCOE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/stdred/mos/libsrc/mosdisp.c:251:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable start_index [valueFlowBailoutIncompleteVar] 23FEBpl1.0/stdred/mos/libsrc/mosdisp.c:319:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable nbline [valueFlowBailoutIncompleteVar] 23FEBpl1.0/stdred/mos/libsrc/mosdisp.c:362:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable tide [valueFlowBailoutIncompleteVar] 23FEBpl1.0/stdred/mos/libsrc/lnmatch.c:114:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NOT_PROCESSED [valueFlowBailoutIncompleteVar] 23FEBpl1.0/stdred/mos/libsrc/mosdisp.c:145:19: style: Parameter 'deg' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/mos/libsrc/mosdisp.c:238:19: style: Parameter 'mode' can be declared as const array [constParameter] 23FEBpl1.0/stdred/mos/libsrc/mosdisp2D.c:79:11: style: Parameter 'coefs' can be declared as const array [constParameter] 23FEBpl1.0/stdred/mos/libsrc/mosdisp2D.c:103:16: style: Parameter 'deg' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/mos/libsrc/mosdisp2D.c:108:19: style: Variable 'xsh' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/stdred/mos/libsrc/mosdisp2D.c:108:25: style: Variable 'ysh' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/stdred/mos/libsrc/mosdisp2D.c:108:31: style: Variable 'lsh' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/stdred/mos/libsrc/mosdisp2D.c:165:13: style: Parameter 'x' can be declared as const array [constParameter] 23FEBpl1.0/stdred/mos/libsrc/mosdisp2D.c:165:18: style: Parameter 'y' can be declared as const array [constParameter] 23FEBpl1.0/stdred/mos/libsrc/mosdisp2D.c:136:8: style: Variable 'xsh' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/stdred/mos/libsrc/mosdisp2D.c:137:8: style: Variable 'ysh' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/stdred/mos/libsrc/mosdisp2D.c:138:8: style: Variable 'lsh' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/stdred/mos/src/mosapdisp.c:109:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable D_R8_FORMAT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/stdred/mos/src/changedef.c:84:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable F_I_MODE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/stdred/mos/src/mosapdisp.c:133:13: portability:inconclusive: Casting from double * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/stdred/mos/src/mosapdisp.c:145:35: style: Parameter 'start' can be declared as const array [constParameter] 23FEBpl1.0/stdred/mos/src/mosapdisp.c:145:43: style: Parameter 'step' can be declared as const array [constParameter] 23FEBpl1.0/stdred/mos/libsrc/lnmatch.c:121:18: style: Condition 'debug==1' is always false [knownConditionTrueFalse] 23FEBpl1.0/stdred/mos/libsrc/lnmatch.c:66:47: note: Assignment 'debug=0', assigned value is 0 23FEBpl1.0/stdred/mos/libsrc/lnmatch.c:76:14: note: Assuming condition is false 23FEBpl1.0/stdred/mos/libsrc/lnmatch.c:121:18: note: Condition 'debug==1' is always false 23FEBpl1.0/stdred/mos/libsrc/lnmatch.c:52:11: style: Parameter 'lcat' can be declared as const array [constParameter] 23FEBpl1.0/stdred/mos/libsrc/lnmatch.c:52:28: style: Parameter 'linwav' can be declared as const array [constParameter] 23FEBpl1.0/stdred/mos/libsrc/lnmatch.c:52:38: style: Parameter 'liny' can be declared as const array [constParameter] 23FEBpl1.0/stdred/mos/libsrc/lnmatch.c:60:20: style: Unused variable: order [unusedVariable] 23FEBpl1.0/stdred/mos/libsrc/lnmatch.c:60:35: style: Unused variable: bufsize [unusedVariable] 23FEBpl1.0/stdred/mos/src/mosdefine.c:109:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable F_I_MODE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/stdred/mos/src/changedef.c:296:7: style: Parameter 'rpos' can be declared as const array [constParameter] 23FEBpl1.0/stdred/mos/src/changedef.c:390:7: style: Parameter 'rpos' can be declared as const array [constParameter] 23FEBpl1.0/stdred/mos/src/changedef.c:391:5: style: Parameter 'obj_strt' can be declared as const array [constParameter] 23FEBpl1.0/stdred/mos/src/changedef.c:391:16: style: Parameter 'obj_end' can be declared as const array [constParameter] 23FEBpl1.0/stdred/mos/src/changedef.c:451:7: style: Parameter 'rpos' can be declared as const array [constParameter] 23FEBpl1.0/stdred/mos/src/changedef.c:452:5: style: Parameter 'slit_strt' can be declared as const array [constParameter] 23FEBpl1.0/stdred/mos/src/changedef.c:452:17: style: Parameter 'slit_end' can be declared as const array [constParameter] 23FEBpl1.0/stdred/mos/src/mosext.c:114:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable F_I_MODE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/stdred/mos/src/mosdefine.c:427:15: style: Array index 'j' is used before limits check. [arrayIndexThenCheck] 23FEBpl1.0/stdred/mos/src/mosdefine.c:450:24: style: Condition 'nsky<=min_sky' is always true [knownConditionTrueFalse] 23FEBpl1.0/stdred/mos/src/mosdefine.c:437:19: note: Assuming that condition 'nsky>min_sky' is not redundant 23FEBpl1.0/stdred/mos/src/mosdefine.c:450:24: note: Condition 'nsky<=min_sky' is always true 23FEBpl1.0/stdred/mos/src/mosdefine.c:202:13: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/stdred/mos/src/mosdefine.c:271:13: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/stdred/mos/src/mosdefine.c:272:13: portability:inconclusive: Casting from double * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/stdred/mos/src/mosdefine.c:215:9: style: Parameter 'image' can be declared as const array [constParameter] 23FEBpl1.0/stdred/mos/src/mosdefine.c:316:9: style: Parameter 'objlist' can be declared as const array [constParameter] 23FEBpl1.0/stdred/mos/src/mosdefine.c:408:9: style: Parameter 'sval' can be declared as const array [constParameter] 23FEBpl1.0/stdred/mos/src/mosdefine.c:409:15: style: Parameter 'slit' can be declared as const array [constParameter] 23FEBpl1.0/stdred/mos/src/mosdefine.c:467:7: style: Parameter 'arr' can be declared as const array [constParameter] 23FEBpl1.0/stdred/mos/src/mosdefine.c:419:11: style: Variable 'skyend' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/stdred/mos/src/mosext.c:180:12: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/stdred/mos/src/mosext.c:181:12: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/stdred/mos/src/mosext.c:214:9: style: Parameter 'lower' can be declared as const array [constParameter] 23FEBpl1.0/stdred/mos/src/mosext.c:214:17: style: Parameter 'slitlen' can be declared as const array [constParameter] 23FEBpl1.0/stdred/mos/src/mosext.c:261:9: style: Parameter 'frame' can be declared as const array [constParameter] 23FEBpl1.0/stdred/mos/src/mosext.c:261:17: style: Parameter 'sky' can be declared as const array [constParameter] 23FEBpl1.0/stdred/mos/src/mosfind.c:152:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable D_R4_FORMAT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/stdred/mos/src/mosget_id.c:54:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable F_I_MODE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/stdred/mos/src/mosget_id.c:90:13: portability:inconclusive: Casting from double * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/stdred/mos/src/mosget_id.c:91:13: portability:inconclusive: Casting from double * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/stdred/mos/src/mosfind.c:263:12: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/stdred/mos/src/mosfind.c:278:9: style: Parameter 'image' can be declared as const array [constParameter] 23FEBpl1.0/stdred/mos/src/mosfind.c:351:9: style: Parameter 'rval' can be declared as const array [constParameter] 23FEBpl1.0/stdred/mos/src/mosfind.c:352:9: style: Parameter 'linelist' can be declared as const array [constParameter] 23FEBpl1.0/stdred/mos/src/mosnorm.c:111:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable F_I_MODE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/stdred/mos/src/mosrebin.c:93:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable F_I_MODE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/stdred/mos/src/mosrebin.c:387:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable D_R4_FORMAT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/stdred/mos/src/mosrebin.c:416:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable F_IO_MODE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/stdred/mos/src/mosnorm.c:139:12: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/stdred/mos/src/mosnorm.c:140:12: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/stdred/mos/src/mosnorm.c:157:9: style: Parameter 'inframe' can be declared as const array [constParameter] 23FEBpl1.0/stdred/mos/src/mosnorm.c:158:9: style: Parameter 'slit' can be declared as const array [constParameter] 23FEBpl1.0/stdred/mos/src/mosnorm.c:158:16: style: Parameter 'upper' can be declared as const array [constParameter] 23FEBpl1.0/stdred/mos/src/mosnorm.c:158:24: style: Parameter 'lower' can be declared as const array [constParameter] 23FEBpl1.0/stdred/mos/src/mosrebin1d.c:90:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable D_R4_FORMAT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/stdred/mos/src/moscalib.c:163:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable F_I_MODE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/stdred/mos/src/moscalib.c:822:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/stdred/mos/src/moscalib.c:1116:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/stdred/mos/src/moscalib.c:1490:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable RESIDUAL_GT_TOL [valueFlowBailoutIncompleteVar] 23FEBpl1.0/stdred/mos/src/moscalib.c:1552:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable RESIDUAL_GT_TOL [valueFlowBailoutIncompleteVar] 23FEBpl1.0/stdred/mos/src/mosrebin.c:141:53: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/stdred/mos/src/mosrebin.c:150:45: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/stdred/mos/src/mosrebin.c:293:9: style: Parameter 'win' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/mos/src/mosrebin.c:293:15: style: Parameter 'wout' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/mos/src/mosrebin1d.c:151:47: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/stdred/mos/src/mosrebin1d.c:295:14: style: Parameter 'win' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/mos/src/mosrebin1d.c:295:19: style: Parameter 'wout' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/mos/src/mosrebin1d.c:86:10: style: Variable 'status' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/stdred/mos/src/mosslin.c:100:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable F_I_MODE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/stdred/mos/src/mossky.c:123:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable F_I_MODE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/stdred/mos/src/mossky.c:299:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dpoly [valueFlowBailoutIncompleteVar] 23FEBpl1.0/stdred/mos/src/mosslin.c:174:12: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/stdred/mos/src/mosslin.c:175:12: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/stdred/mos/src/mosslin.c:192:9: style: Parameter 'image' can be declared as const array [constParameter] 23FEBpl1.0/stdred/mos/src/mosslin.c:193:9: style: Parameter 'slit' can be declared as const array [constParameter] 23FEBpl1.0/stdred/mos/src/mosslin.c:193:16: style: Parameter 'upper' can be declared as const array [constParameter] 23FEBpl1.0/stdred/mos/src/mosslin.c:193:24: style: Parameter 'lower' can be declared as const array [constParameter] 23FEBpl1.0/stdred/mos/src/mosslin.c:345:9: style: Parameter 'rval' can be declared as const array [constParameter] 23FEBpl1.0/stdred/mos/src/mosslin.c:346:9: style: Parameter 'linelist' can be declared as const array [constParameter] 23FEBpl1.0/stdred/optopus/src/optplate.c:83:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable F_I_MODE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/stdred/optopus/src/optplate.c:83:7: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/optopus/src/optplate.c:79:7: note: err is assigned 23FEBpl1.0/stdred/optopus/src/optplate.c:83:7: note: err is overwritten 23FEBpl1.0/stdred/optopus/src/optplate.c:84:7: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/optopus/src/optplate.c:83:7: note: err is assigned 23FEBpl1.0/stdred/optopus/src/optplate.c:84:7: note: err is overwritten 23FEBpl1.0/stdred/optopus/src/optplate.c:86:7: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/optopus/src/optplate.c:84:7: note: err is assigned 23FEBpl1.0/stdred/optopus/src/optplate.c:86:7: note: err is overwritten 23FEBpl1.0/stdred/optopus/src/optplate.c:87:7: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/optopus/src/optplate.c:86:7: note: err is assigned 23FEBpl1.0/stdred/optopus/src/optplate.c:87:7: note: err is overwritten 23FEBpl1.0/stdred/optopus/src/optplate.c:88:7: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/optopus/src/optplate.c:87:7: note: err is assigned 23FEBpl1.0/stdred/optopus/src/optplate.c:88:7: note: err is overwritten 23FEBpl1.0/stdred/optopus/src/optplate.c:89:7: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/optopus/src/optplate.c:88:7: note: err is assigned 23FEBpl1.0/stdred/optopus/src/optplate.c:89:7: note: err is overwritten 23FEBpl1.0/stdred/optopus/src/optplate.c:120:7: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/optopus/src/optplate.c:89:7: note: err is assigned 23FEBpl1.0/stdred/optopus/src/optplate.c:120:7: note: err is overwritten 23FEBpl1.0/stdred/optopus/src/optplate.c:98:10: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/optopus/src/optplate.c:96:10: note: err is assigned 23FEBpl1.0/stdred/optopus/src/optplate.c:98:10: note: err is overwritten 23FEBpl1.0/stdred/optopus/src/optplate.c:100:10: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/optopus/src/optplate.c:98:10: note: err is assigned 23FEBpl1.0/stdred/optopus/src/optplate.c:100:10: note: err is overwritten 23FEBpl1.0/stdred/optopus/src/optplate.c:102:10: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/optopus/src/optplate.c:100:10: note: err is assigned 23FEBpl1.0/stdred/optopus/src/optplate.c:102:10: note: err is overwritten 23FEBpl1.0/stdred/optopus/src/optplate.c:120:7: style: Variable 'err' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/stdred/mos/src/mossky.c:214:12: portability:inconclusive: Casting from double * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/stdred/mos/src/mossky.c:215:12: portability:inconclusive: Casting from double * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/stdred/mos/src/mossky.c:216:12: portability:inconclusive: Casting from double * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/stdred/mos/src/mossky.c:217:12: portability:inconclusive: Casting from double * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/stdred/mos/src/mossky.c:247:9: style: Parameter 'inframe' can be declared as const array [constParameter] 23FEBpl1.0/stdred/mos/src/mossky.c:247:30: style: Parameter 'cosmic' can be declared as const array [constParameter] 23FEBpl1.0/stdred/mos/src/mossky.c:248:7: style: Parameter 'npix' can be declared as const array [constParameter] 23FEBpl1.0/stdred/mos/src/mossky.c:249:10: style: Parameter 'dstart' can be declared as const array [constParameter] 23FEBpl1.0/stdred/mos/src/mossky.c:249:20: style: Parameter 'dstep' can be declared as const array [constParameter] 23FEBpl1.0/stdred/mos/src/mossky.c:344:9: style: Parameter 'inframe' can be declared as const array [constParameter] 23FEBpl1.0/stdred/mos/src/mossky.c:345:7: style: Parameter 'npix' can be declared as const array [constParameter] 23FEBpl1.0/stdred/mos/src/mossky.c:346:10: style: Parameter 'dstart' can be declared as const array [constParameter] 23FEBpl1.0/stdred/mos/src/mossky.c:346:19: style: Parameter 'dstep' can be declared as const array [constParameter] 23FEBpl1.0/stdred/mos/src/mossky.c:346:27: style: Parameter 'position' can be declared as const array [constParameter] 23FEBpl1.0/stdred/mos/src/mossky.c:383:7: style: Parameter 'inframe' can be declared as const array [constParameter] 23FEBpl1.0/stdred/spec/libsrc/dispersion.c:128:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ncoef [valueFlowBailoutIncompleteVar] 23FEBpl1.0/stdred/spec/libsrc/dispersion.c:144:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable refdeg [valueFlowBailoutIncompleteVar] 23FEBpl1.0/stdred/spec/libsrc/dispersion.c:162:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable fdeg [valueFlowBailoutIncompleteVar] 23FEBpl1.0/stdred/spec/libsrc/dispersion.c:186:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable fdeg [valueFlowBailoutIncompleteVar] 23FEBpl1.0/stdred/spec/libsrc/dispersion.c:218:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable refdeg [valueFlowBailoutIncompleteVar] 23FEBpl1.0/stdred/spec/libsrc/dispersion.c:285:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAXNCOE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/stdred/spec/libsrc/dispersion.c:319:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable start_index [valueFlowBailoutIncompleteVar] 23FEBpl1.0/stdred/spec/libsrc/dispersion.c:383:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable tide [valueFlowBailoutIncompleteVar] 23FEBpl1.0/stdred/spec/libsrc/dispersion.c:410:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable nbline [valueFlowBailoutIncompleteVar] 23FEBpl1.0/stdred/spec/libsrc/dispersion.c:450:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable tide [valueFlowBailoutIncompleteVar] 23FEBpl1.0/stdred/spec/libsrc/dispersion.c:180:13: style: Parameter 'coefs' can be declared as const array [constParameter] 23FEBpl1.0/stdred/spec/libsrc/dispersion.c:205:11: style: Parameter 'deg' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/spec/libsrc/dispersion.c:211:34: style: Variable 'xsh' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/stdred/spec/libsrc/dispersion.c:211:40: style: Variable 'lsh' can be declared as pointer to const [constVariablePointer] 23FEBpl1.0/stdred/spec/libsrc/dispersion.c:306:19: style: Parameter 'mode' can be declared as const array [constParameter] 23FEBpl1.0/stdred/spec/libsrc/dispersion.c:249:7: style: Variable 'xsh' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/stdred/spec/libsrc/dispersion.c:250:7: style: Variable 'lsh' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/stdred/spec/libsrc/misc.c:61:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAXLINE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/stdred/spec/libsrc/misc.c:85:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAXLINE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/stdred/spec/src/localmax.c:54:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TEXT_LEN [valueFlowBailoutIncompleteVar] 23FEBpl1.0/stdred/spec/libsrc/libhough.c:316:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/stdred/spec/src/specorrel.c:95:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable F_I_MODE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/stdred/spec/src/spematch.c:105:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable F_IO_MODE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/stdred/spec/src/spematch.c:487:19: style: Array index 'pixopt' is used before limits check. [arrayIndexThenCheck] 23FEBpl1.0/stdred/spec/src/spematch.c:95:11: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/spec/src/spematch.c:94:11: note: status is assigned 23FEBpl1.0/stdred/spec/src/spematch.c:95:11: note: status is overwritten 23FEBpl1.0/stdred/spec/src/spematch.c:96:11: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/spec/src/spematch.c:95:11: note: status is assigned 23FEBpl1.0/stdred/spec/src/spematch.c:96:11: note: status is overwritten 23FEBpl1.0/stdred/spec/src/spematch.c:99:11: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/spec/src/spematch.c:96:11: note: status is assigned 23FEBpl1.0/stdred/spec/src/spematch.c:99:11: note: status is overwritten 23FEBpl1.0/stdred/spec/src/spematch.c:100:11: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/spec/src/spematch.c:99:11: note: status is assigned 23FEBpl1.0/stdred/spec/src/spematch.c:100:11: note: status is overwritten 23FEBpl1.0/stdred/spec/src/spematch.c:101:11: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/spec/src/spematch.c:100:11: note: status is assigned 23FEBpl1.0/stdred/spec/src/spematch.c:101:11: note: status is overwritten 23FEBpl1.0/stdred/spec/src/spematch.c:102:11: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/spec/src/spematch.c:101:11: note: status is assigned 23FEBpl1.0/stdred/spec/src/spematch.c:102:11: note: status is overwritten 23FEBpl1.0/stdred/spec/src/spematch.c:103:11: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/spec/src/spematch.c:102:11: note: status is assigned 23FEBpl1.0/stdred/spec/src/spematch.c:103:11: note: status is overwritten 23FEBpl1.0/stdred/spec/src/spematch.c:492:8: style: Variable 'maxval' is reassigned a value before the old one has been used. [redundantAssignment] 23FEBpl1.0/stdred/spec/src/spematch.c:479:8: note: maxval is assigned 23FEBpl1.0/stdred/spec/src/spematch.c:492:8: note: maxval is overwritten 23FEBpl1.0/stdred/spec/src/spematch.c:75:44: style: Local variable 'imno' shadows outer variable [shadowVariable] 23FEBpl1.0/stdred/spec/src/spematch.c:56:10: note: Shadowed declaration 23FEBpl1.0/stdred/spec/src/spematch.c:75:44: note: Shadow variable 23FEBpl1.0/stdred/spec/src/spematch.c:505:8: style: Local variable 'maxval' shadows outer variable [shadowVariable] 23FEBpl1.0/stdred/spec/src/spematch.c:55:17: note: Shadowed declaration 23FEBpl1.0/stdred/spec/src/spematch.c:505:8: note: Shadow variable 23FEBpl1.0/stdred/spec/src/spematch.c:540:5: style: Local variable 'flag' shadows outer variable [shadowVariable] 23FEBpl1.0/stdred/spec/src/spematch.c:504:22: note: Shadowed declaration 23FEBpl1.0/stdred/spec/src/spematch.c:540:5: note: Shadow variable 23FEBpl1.0/stdred/spec/src/spematch.c:482:6: style: float result is assigned to double variable. If the variable is double to avoid loss of information, then you have loss of information. [truncLongCastAssignment] 23FEBpl1.0/stdred/spec/src/spematch.c:103:11: style: Variable 'status' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/stdred/spec/src/spematch.c:146:11: style: Variable 'status' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/stdred/spec/src/spematch.c:332:18: style: Variable 'finres' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/stdred/spec/src/sphough.c:147:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable F_IO_MODE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/stdred/spec/src/sphough.c:411:19: style: Local variable 'next_prgs' shadows outer variable [shadowVariable] 23FEBpl1.0/stdred/spec/src/sphough.c:100:11: note: Shadowed declaration 23FEBpl1.0/stdred/spec/src/sphough.c:411:19: note: Shadow variable 23FEBpl1.0/stdred/spec/src/sphough.c:411:30: style: Local variable 'step_prgs' shadows outer variable [shadowVariable] 23FEBpl1.0/stdred/spec/src/sphough.c:100:27: note: Shadowed declaration 23FEBpl1.0/stdred/spec/src/sphough.c:411:30: note: Shadow variable 23FEBpl1.0/stdred/mos/src/moscalib.c:798:8: warning: Either the condition 'loop==0' is redundant or there is possible null pointer dereference: loop. [nullPointerRedundantCheck] 23FEBpl1.0/stdred/mos/src/moscalib.c:784:12: note: Assuming that condition 'loop==0' is not redundant 23FEBpl1.0/stdred/mos/src/moscalib.c:798:8: note: Null pointer dereference 23FEBpl1.0/stdred/mos/src/moscalib.c:1095:8: warning: Either the condition 'loop==0' is redundant or there is possible null pointer dereference: loop. [nullPointerRedundantCheck] 23FEBpl1.0/stdred/mos/src/moscalib.c:1081:12: note: Assuming that condition 'loop==0' is not redundant 23FEBpl1.0/stdred/mos/src/moscalib.c:1095:8: note: Null pointer dereference 23FEBpl1.0/stdred/mos/src/moscalib.c:581:12: portability:inconclusive: Casting from double * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/stdred/mos/src/moscalib.c:583:12: portability:inconclusive: Casting from double * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/stdred/mos/src/moscalib.c:584:12: portability:inconclusive: Casting from double * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/stdred/mos/src/moscalib.c:589:12: portability:inconclusive: Casting from double * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/stdred/mos/src/moscalib.c:590:12: portability:inconclusive: Casting from double * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/stdred/mos/src/moscalib.c:591:12: portability:inconclusive: Casting from double * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/stdred/mos/src/moscalib.c:593:12: portability:inconclusive: Casting from double * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/stdred/mos/src/moscalib.c:594:12: portability:inconclusive: Casting from double * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/stdred/mos/src/moscalib.c:595:12: portability:inconclusive: Casting from double * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/stdred/mos/src/moscalib.c:644:19: portability:inconclusive: Casting from double * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/stdred/mos/src/moscalib.c:645:19: portability:inconclusive: Casting from double * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/stdred/mos/src/moscalib.c:659:13: portability:inconclusive: Casting from double * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/stdred/mos/src/moscalib.c:660:13: portability:inconclusive: Casting from double * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/stdred/mos/src/moscalib.c:673:13: portability:inconclusive: Casting from double * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/stdred/mos/src/moscalib.c:674:13: portability:inconclusive: Casting from double * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/stdred/mos/src/moscalib.c:681:11: portability:inconclusive: Casting from double * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/stdred/mos/src/moscalib.c:682:11: portability:inconclusive: Casting from double * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/stdred/mos/src/moscalib.c:692:21: portability:inconclusive: Casting from double * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/stdred/mos/src/moscalib.c:693:21: portability:inconclusive: Casting from double * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/stdred/mos/src/moscalib.c:977:12: portability:inconclusive: Casting from double * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/stdred/mos/src/moscalib.c:978:12: portability:inconclusive: Casting from double * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/stdred/mos/src/moscalib.c:979:12: portability:inconclusive: Casting from double * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/stdred/mos/src/moscalib.c:980:12: portability:inconclusive: Casting from double * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/stdred/mos/src/moscalib.c:981:12: portability:inconclusive: Casting from double * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/stdred/mos/src/moscalib.c:982:12: portability:inconclusive: Casting from double * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/stdred/mos/src/moscalib.c:984:12: portability:inconclusive: Casting from double * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/stdred/mos/src/moscalib.c:985:12: portability:inconclusive: Casting from double * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/stdred/mos/src/moscalib.c:986:12: portability:inconclusive: Casting from double * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/stdred/mos/src/moscalib.c:987:12: portability:inconclusive: Casting from double * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/stdred/mos/src/moscalib.c:989:12: portability:inconclusive: Casting from double * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/stdred/mos/src/moscalib.c:1391:12: portability:inconclusive: Casting from double * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/stdred/mos/src/moscalib.c:1392:12: portability:inconclusive: Casting from double * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/stdred/mos/src/moscalib.c:1393:12: portability:inconclusive: Casting from double * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/stdred/mos/src/moscalib.c:1394:12: portability:inconclusive: Casting from double * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/stdred/mos/src/moscalib.c:1395:12: portability:inconclusive: Casting from double * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/stdred/mos/src/moscalib.c:1396:12: portability:inconclusive: Casting from double * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/stdred/mos/src/moscalib.c:1397:12: portability:inconclusive: Casting from double * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/stdred/mos/src/moscalib.c:1398:12: portability:inconclusive: Casting from double * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/stdred/mos/src/moscalib.c:1400:12: portability:inconclusive: Casting from double * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/stdred/mos/src/moscalib.c:1401:12: portability:inconclusive: Casting from double * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/stdred/mos/src/moscalib.c:1402:12: portability:inconclusive: Casting from double * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/stdred/spec/src/sprebin.c:127:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable D_R4_FORMAT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/stdred/mos/src/moscalib.c:1403:12: portability:inconclusive: Casting from double * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/stdred/spec/src/sprebin.c:361:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable D_R4_FORMAT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/stdred/mos/src/moscalib.c:1404:12: portability:inconclusive: Casting from double * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/stdred/spec/src/sprebin.c:388:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable F_IO_MODE [valueFlowBailoutIncompleteVar] 23FEBpl1.0/stdred/mos/src/moscalib.c:1512:12: portability:inconclusive: Casting from double * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 23FEBpl1.0/stdred/mos/src/moscalib.c:648:10: style:inconclusive: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak] 23FEBpl1.0/stdred/mos/src/moscalib.c:662:4: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak] 23FEBpl1.0/stdred/mos/src/moscalib.c:676:4: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak] 23FEBpl1.0/stdred/mos/src/moscalib.c:608:10: style: Parameter 'x' can be declared as const array [constParameter] 23FEBpl1.0/stdred/mos/src/moscalib.c:608:14: style: Parameter 'id' can be declared as const array [constParameter] 23FEBpl1.0/stdred/mos/src/moscalib.c:608:19: style: Parameter 'linpar' can be declared as const array [constParameter] 23FEBpl1.0/stdred/mos/src/moscalib.c:705:25: style: Parameter 'row_y' can be declared as const array [constParameter] 23FEBpl1.0/stdred/mos/src/moscalib.c:705:33: style: Parameter 'ilist' can be declared as const array [constParameter] 23FEBpl1.0/stdred/mos/src/moscalib.c:705:41: style: Parameter 'nlin' can be declared as const array [constParameter] 23FEBpl1.0/stdred/mos/src/moscalib.c:705:48: style: Parameter 'ncat' can be declared as const array [constParameter] 23FEBpl1.0/stdred/mos/src/moscalib.c:705:55: style: Parameter 'sel' can be declared as const array [constParameter] 23FEBpl1.0/stdred/mos/src/moscalib.c:706:9: style: Parameter 'rlist' can be declared as const array [constParameter] 23FEBpl1.0/stdred/mos/src/moscalib.c:707:10: style: Parameter 'val_y' can be declared as const array [constParameter] 23FEBpl1.0/stdred/mos/src/moscalib.c:707:35: style: Parameter 'dlist' can be declared as const array [constParameter] 23FEBpl1.0/stdred/mos/src/moscalib.c:1001:25: style: Parameter 'row_y' can be declared as const array [constParameter] 23FEBpl1.0/stdred/mos/src/moscalib.c:1001:33: style: Parameter 'ilist' can be declared as const array [constParameter] 23FEBpl1.0/stdred/mos/src/moscalib.c:1001:41: style: Parameter 'nlin' can be declared as const array [constParameter] 23FEBpl1.0/stdred/mos/src/moscalib.c:1001:48: style: Parameter 'ncat' can be declared as const array [constParameter] 23FEBpl1.0/stdred/mos/src/moscalib.c:1001:55: style: Parameter 'sel' can be declared as const array [constParameter] 23FEBpl1.0/stdred/mos/src/moscalib.c:1002:9: style: Parameter 'rlist' can be declared as const array [constParameter] 23FEBpl1.0/stdred/mos/src/moscalib.c:1003:35: style: Parameter 'dlist' can be declared as const array [constParameter] 23FEBpl1.0/stdred/mos/src/moscalib.c:1426:10: style: Parameter 'colwav' can be declared as const array [constParameter] 23FEBpl1.0/stdred/mos/src/moscalib.c:1426:19: style: Parameter 'colwavc' can be declared as const array [constParameter] 23FEBpl1.0/stdred/mos/src/moscalib.c:1455:18: style: Parameter 'colwav' can be declared as const array [constParameter] 23FEBpl1.0/stdred/mos/src/moscalib.c:1601:11: style: Parameter 'colx' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/mos/src/moscalib.c:1601:17: style: Parameter 'colid' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/mos/src/moscalib.c:1626:11: style: Parameter 'colx' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/mos/src/moscalib.c:1626:17: style: Parameter 'coly' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/mos/src/moscalib.c:1626:23: style: Parameter 'colid' can be declared as pointer to const [constParameterPointer] 23FEBpl1.0/stdred/mos/src/moscalib.c:715:55: style: Variable 'cal' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/stdred/mos/src/moscalib.c:1011:53: style: Variable 'cal' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/stdred/mos/src/moscalib.c:1290:26: style: Variable 'disp' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/stdred/mos/src/moscalib.c:1354:26: style: Variable 'disp' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/stdred/mos/src/moscalib.c:1528:24: style: Variable 'i' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/stdred/mos/src/moscalib.c:1537:14: style: Variable 'lidrej' is assigned a value that is never used. [unreadVariable] 23FEBpl1.0/system/ext/esoext.c:88:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MXFSTAT [valueFlowBailoutIncompleteVar] 23FEBpl1.0/system/ext/extutl.c:70:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MXLEVEL [valueFlowBailoutIncompleteVar] 23FEBpl1.0/system/ext/extutl.c:119:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MXLEVEL [valueFlowBailoutIncompleteVar] 23FEBpl1.0/system/ext/extutl.c:150:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MXFNAME [valueFlowBailoutIncompleteVar] 23FEBpl1.0/system/ext/extutl.c:163:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdin [valueFlowBailoutIncompleteVar] 23FEBpl1.0/system/ext/extutl.c:185:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] 23FEBpl1.0/system/ext/extutl.c:102:12: style: Condition 's_pntr' is always true [knownConditionTrueFalse] 23FEBpl1.0/system/ext/extutl.c:101:8: note: Assuming that condition '0