2024-04-13 02:10 ftp://ftp.de.debian.org/debian/pool/main/s/spice-gtk/spice-gtk_0.42.orig.tar.xz cppcheck-options: --library=posix --library=gnu --library=bsd --library=gtk --library=motif --library=openssl --library=zlib --library=bsd --library=qt --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 -j1 platform: Linux-5.15.0-102-generic-x86_64-with-glibc2.35 python: 3.10.12 client-version: 1.3.55 compiler: g++ (Ubuntu 12.3.0-1ubuntu1~22.04) 12.3.0 cppcheck: head 2.13.0 head-info: 646f869 (2024-04-12 10:43:30 +0200) count: 984 2968 elapsed-time: 1700.3 84.4 head-timing-info: old-timing-info: head results: spice-gtk-0.42/src/bio-gio.c:100:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable BIO_CTRL_FLUSH [valueFlowBailoutIncompleteVar] spice-gtk-0.42/src/bio-gio.c:164:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable BIO_TYPE_SOURCE_SINK [valueFlowBailoutIncompleteVar] spice-gtk-0.42/src/bio-gio.c:169:13: style: Condition '!BIO_meth_set_write(bio_gio_method,bio_gio_write)' is always false [knownConditionTrueFalse] spice-gtk-0.42/src/bio-gio.c:169:32: note: Calling function 'BIO_meth_set_write' returns 1 spice-gtk-0.42/src/bio-gio.c:169:13: note: Condition '!BIO_meth_set_write(bio_gio_method,bio_gio_write)' is always false spice-gtk-0.42/src/bio-gio.c:170:13: style: Condition '!BIO_meth_set_read(bio_gio_method,bio_gio_read)' is always false [knownConditionTrueFalse] spice-gtk-0.42/src/bio-gio.c:170:31: note: Calling function 'BIO_meth_set_read' returns 1 spice-gtk-0.42/src/bio-gio.c:170:13: note: Condition '!BIO_meth_set_read(bio_gio_method,bio_gio_read)' is always false spice-gtk-0.42/src/bio-gio.c:171:13: style: Condition '!BIO_meth_set_puts(bio_gio_method,bio_gio_puts)' is always false [knownConditionTrueFalse] spice-gtk-0.42/src/bio-gio.c:171:31: note: Calling function 'BIO_meth_set_puts' returns 1 spice-gtk-0.42/src/bio-gio.c:171:13: note: Condition '!BIO_meth_set_puts(bio_gio_method,bio_gio_puts)' is always false spice-gtk-0.42/src/bio-gio.c:172:13: style: Condition '!BIO_meth_set_ctrl(bio_gio_method,bio_gio_ctrl)' is always false [knownConditionTrueFalse] spice-gtk-0.42/src/bio-gio.c:172:31: note: Calling function 'BIO_meth_set_ctrl' returns 1 spice-gtk-0.42/src/bio-gio.c:172:13: note: Condition '!BIO_meth_set_ctrl(bio_gio_method,bio_gio_ctrl)' is always false spice-gtk-0.42/src/bio-gio.c:75:32: style: Parameter 'a' can be declared as pointer to const [constParameterPointer] spice-gtk-0.42/src/bio-gio.c:89:39: style: Parameter 'biom' can be declared as pointer to const [constParameterPointer] spice-gtk-0.42/src/bio-gio.c:95:45: style: Parameter 'b' can be declared as pointer to const. However it seems that 'bio_gio_ctrl' is a callback function, if 'b' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/src/bio-gio.c:172:48: note: You might need to cast the function pointer here spice-gtk-0.42/src/bio-gio.c:95:45: note: Parameter 'b' can be declared as pointer to const spice-gtk-0.42/src/bio-gio.c:98:46: style: Parameter 'ptr' can be declared as pointer to const. However it seems that 'bio_gio_ctrl' is a callback function, if 'ptr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/src/bio-gio.c:172:48: note: You might need to cast the function pointer here spice-gtk-0.42/src/bio-gio.c:98:46: note: Parameter 'ptr' can be declared as pointer to const spice-gtk-0.42/src/channel-main.h:107:1: error: There is an unknown macro here somewhere. Configuration is required. If G_DEPRECATED_FOR is a macro then please configure it. [unknownMacro] spice-gtk-0.42/src/continuation.c:75:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] spice-gtk-0.42/src/continuation.c:84:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] spice-gtk-0.42/src/continuation.c:90:2: error: Address of local auto-variable assigned to a function parameter. [autoVariables] spice-gtk-0.42/src/continuation.c:83:6: portability: Obsolescent function 'getcontext' called. Applications are recommended to be rewritten to use POSIX threads. [prohibitedgetcontextCalled] spice-gtk-0.42/src/continuation.c:93:2: portability: Obsolescent function 'swapcontext' called. Applications are recommended to be rewritten to use POSIX threads. [prohibitedswapcontextCalled] spice-gtk-0.42/src/coroutine_gthread.c:144:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] spice-gtk-0.42/src/coroutine_gthread.c:114:9: style: Condition '!from->runnable' is always true [knownConditionTrueFalse] spice-gtk-0.42/src/coroutine_gthread.c:105:19: note: Assignment 'from->runnable=0', assigned value is 0 spice-gtk-0.42/src/coroutine_gthread.c:114:9: note: Condition '!from->runnable' is always true spice-gtk-0.42/src/coroutine_gthread.c:98:41: style: Parameter 'co' can be declared as pointer to const [constParameterPointer] spice-gtk-0.42/src/coroutine_gthread.c:153:46: style: Parameter 'co' can be declared as pointer to const [constParameterPointer] spice-gtk-0.42/src/coroutine_ucontext.c:78:20: error: There is an unknown macro here somewhere. Configuration is required. If G_GSIZE_FORMAT is a macro then please configure it. [unknownMacro] spice-gtk-0.42/src/coroutine_winfibers.c:101:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] spice-gtk-0.42/src/coroutine_winfibers.c:108:46: style: Parameter 'co' can be declared as pointer to const [constParameterPointer] spice-gtk-0.42/src/decode-glz-tmpl.c:176:15: error: There is an unknown macro here somewhere. Configuration is required. If FNAME is a macro then please configure it. [unknownMacro] spice-gtk-0.42/src/decode-glz.c:335:5: error: There is an unknown macro here somewhere. Configuration is required. If G_GUINT64_FORMAT is a macro then please configure it. [unknownMacro] spice-gtk-0.42/src/decode-jpeg.c:68:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable JCS_RGB [valueFlowBailoutIncompleteVar] spice-gtk-0.42/src/decode-jpeg.c:176:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable jpeg_resync_to_restart [valueFlowBailoutIncompleteVar] spice-gtk-0.42/src/decode-jpeg.c:108:26: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled] spice-gtk-0.42/src/decode-jpeg.c:184:45: style:inconclusive: Function 'jpeg_decoder_destroy' argument 1 names different: declaration 'd' definition 'decoder'. [funcArgNamesDifferent] spice-gtk-0.42/src/decode.h:38:45: note: Function 'jpeg_decoder_destroy' argument 1 names different: declaration 'd' definition 'decoder'. spice-gtk-0.42/src/decode-jpeg.c:184:45: note: Function 'jpeg_decoder_destroy' argument 1 names different: declaration 'd' definition 'decoder'. spice-gtk-0.42/src/decode-zlib.c:82:45: style:inconclusive: Function 'zlib_decoder_destroy' argument 1 names different: declaration 'd' definition 'decoder'. [funcArgNamesDifferent] spice-gtk-0.42/src/decode.h:35:45: note: Function 'zlib_decoder_destroy' argument 1 names different: declaration 'd' definition 'decoder'. spice-gtk-0.42/src/decode-zlib.c:82:45: note: Function 'zlib_decoder_destroy' argument 1 names different: declaration 'd' definition 'decoder'. spice-gtk-0.42/src/gio-coroutine.c:57:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable G_IO_HUP [valueFlowBailoutIncompleteVar] spice-gtk-0.42/src/gio-coroutine.c:46:50: style:inconclusive: Function 'g_coroutine_socket_wait' argument 1 names different: declaration 'coroutine' definition 'self'. [funcArgNamesDifferent] spice-gtk-0.42/src/gio-coroutine.h:51:54: note: Function 'g_coroutine_socket_wait' argument 1 names different: declaration 'coroutine' definition 'self'. spice-gtk-0.42/src/gio-coroutine.c:46:50: note: Function 'g_coroutine_socket_wait' argument 1 names different: declaration 'coroutine' definition 'self'. spice-gtk-0.42/src/gio-coroutine.c:146:49: style:inconclusive: Function 'g_coroutine_condition_wait' argument 1 names different: declaration 'coroutine' definition 'self'. [funcArgNamesDifferent] spice-gtk-0.42/src/gio-coroutine.h:53:54: note: Function 'g_coroutine_condition_wait' argument 1 names different: declaration 'coroutine' definition 'self'. spice-gtk-0.42/src/gio-coroutine.c:146:49: note: Function 'g_coroutine_condition_wait' argument 1 names different: declaration 'coroutine' definition 'self'. spice-gtk-0.42/src/gio-coroutine.c:50:19: style: Variable 'ret' can be declared as pointer to const [constVariablePointer] spice-gtk-0.42/src/giopipe.c:112:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EAGAIN [valueFlowBailoutIncompleteVar] spice-gtk-0.42/src/giopipe.c:221:55: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable g_source_unref [valueFlowBailoutIncompleteVar] spice-gtk-0.42/src/giopipe.c:310:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EAGAIN [valueFlowBailoutIncompleteVar] spice-gtk-0.42/src/giopipe.c:341:55: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable g_source_unref [valueFlowBailoutIncompleteVar] spice-gtk-0.42/src/giopipe.c:325:44: style: Parameter 'stream' can be declared as pointer to const [constParameterPointer] spice-gtk-0.42/src/spice-client-glib-usb-acl-helper.c:89:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ACL_TYPE_ACCESS [valueFlowBailoutIncompleteVar] spice-gtk-0.42/src/spice-client-glib-usb-acl-helper.c:172:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] spice-gtk-0.42/src/spice-client-glib-usb-acl-helper.c:218:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] spice-gtk-0.42/src/spice-client-glib-usb-acl-helper.c:299:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] spice-gtk-0.42/src/spice-client-glib-usb-acl-helper.c:298:21: style: Condition 'clearenv()!=0' is always false [knownConditionTrueFalse] spice-gtk-0.42/src/spice-client-glib-usb-acl-helper.c:298:18: note: Calling function 'clearenv' returns 0 spice-gtk-0.42/src/spice-client-glib-usb-acl-helper.c:298:21: note: Condition 'clearenv()!=0' is always false spice-gtk-0.42/src/spice-client-glib-usb-acl-helper.c:272:9: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint] spice-gtk-0.42/src/spice-glib-main.c:52:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GETTEXT_PACKAGE [valueFlowBailoutIncompleteVar] spice-gtk-0.42/src/spice-grabsequence.c:114:64: style:inconclusive: Function 'spice_grab_sequence_copy' argument 1 names different: declaration 'sequence' definition 'srcSequence'. [funcArgNamesDifferent] spice-gtk-0.42/src/spice-grabsequence.h:47:64: note: Function 'spice_grab_sequence_copy' argument 1 names different: declaration 'sequence' definition 'srcSequence'. spice-gtk-0.42/src/spice-grabsequence.c:114:64: note: Function 'spice_grab_sequence_copy' argument 1 names different: declaration 'sequence' definition 'srcSequence'. spice-gtk-0.42/src/spice-grabsequence.c:56:67: style: Parameter 'keysyms' can be declared as pointer to const [constParameterPointer] spice-gtk-0.42/src/spice-grabsequence.c:114:64: style: Parameter 'srcSequence' can be declared as pointer to const. However it seems that 'spice_grab_sequence_copy' is a callback function, if 'srcSequence' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/src/spice-grabsequence.c:37:21: note: You might need to cast the function pointer here spice-gtk-0.42/src/spice-grabsequence.c:114:64: note: Parameter 'srcSequence' can be declared as pointer to const spice-gtk-0.42/src/spice-util.c:46:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable G_LOG_DOMAIN [valueFlowBailoutIncompleteVar] spice-gtk-0.42/src/spice-util.c:105:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable VERSION [valueFlowBailoutIncompleteVar] spice-gtk-0.42/src/spice-util.c:239:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable G_CONNECT_AFTER [valueFlowBailoutIncompleteVar] spice-gtk-0.42/src/spice-util.c:268:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/src/spice-util.c:422:57: style:inconclusive: Function 'spice_mono_edge_highlight' argument 2 names different: declaration 'hight' definition 'height'. [funcArgNamesDifferent] spice-gtk-0.42/src/spice-util-priv.h:31:57: note: Function 'spice_mono_edge_highlight' argument 2 names different: declaration 'hight' definition 'height'. spice-gtk-0.42/src/spice-util.c:422:57: note: Function 'spice_mono_edge_highlight' argument 2 names different: declaration 'hight' definition 'height'. spice-gtk-0.42/src/spice-util.c:78:39: style: Parameter 'data' can be declared as pointer to const. However it seems that 'getenv_debug' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/src/spice-util.c:91:25: note: You might need to cast the function pointer here spice-gtk-0.42/src/spice-util.c:78:39: note: Parameter 'data' can be declared as pointer to const spice-gtk-0.42/src/usbdk_api.c:58:77: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GENERIC_READ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/src/usbdk_api.c:159:61: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable allow [valueFlowBailoutIncompleteVar] spice-gtk-0.42/src/usbdk_api.c:175:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable INVALID_HANDLE_VALUE [valueFlowBailoutIncompleteVar] spice-gtk-0.42/src/usbutil.c:240:10: style: Condition '!*manufacturer' is always true [knownConditionTrueFalse] spice-gtk-0.42/src/usbutil.c:232:21: note: Assignment '*manufacturer=NULL', assigned value is 0 spice-gtk-0.42/src/usbutil.c:240:10: note: Condition '!*manufacturer' is always true spice-gtk-0.42/src/vmcstream.c:152:9: error: There is an unknown macro here somewhere. Configuration is required. If G_GSIZE_FORMAT is a macro then please configure it. [unknownMacro] spice-gtk-0.42/src/vncdisplaykeymap.c:292:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable keycode [valueFlowBailoutIncompleteVar] spice-gtk-0.42/src/vncdisplaykeymap.c:139:62: style: Parameter 'window' can be declared as pointer to const [constParameterPointer] spice-gtk-0.42/src/vncdisplaykeymap.c:140:59: style: Parameter 'maplen' can be declared as pointer to const [constParameterPointer] spice-gtk-0.42/src/wayland-extensions.c:82:58: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable zwp_relative_pointer_manager_v1_interface [valueFlowBailoutIncompleteVar] spice-gtk-0.42/src/wayland-extensions.c:166:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable zwp_relative_pointer_v1_destroy [valueFlowBailoutIncompleteVar] spice-gtk-0.42/src/wayland-extensions.c:222:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable zwp_locked_pointer_v1_destroy [valueFlowBailoutIncompleteVar] spice-gtk-0.42/src/wayland-extensions.c:101:37: style: Parameter 'data' can be declared as pointer to const [constParameterPointer] spice-gtk-0.42/src/wayland-extensions.c:102:51: style: Parameter 'registry' can be declared as pointer to const [constParameterPointer] spice-gtk-0.42/subprojects/keycodemapdb/tests/stdc++.cc:27:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable code_map_osx_to_win32 [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/keycodemapdb/tests/stdc.c:31:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable code_map_osx_to_win32_len [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/agent.h:23:0: debug: Failed to parse 'typedef SPICE_BEGIN_DECLS union SPICE_ATTR_PACKED AgentFileXferStatusMessageFull { VDAgentFileXferStatusMessage common ; struct SPICE_ATTR_PACKED { char common_not_enough_space [ sizeof ( VDAgentFileXferStatusMessage ) ] ; VDAgentFileXferStatusNotEnoughSpace not_enough_space ; } ; struct SPICE_ATTR_PACKED { char common_error [ sizeof ( VDAgentFileXferStatusMessage ) ] ; VDAgentFileXferStatusError error ; } ; } AgentFileXferStatusMessageFull ;'. The checking continues anyway. [simplifyTypedef] spice-gtk-0.42/subprojects/spice-common/common/agent.h:83:0: debug: Failed to parse 'typedef SPICE_END_DECLS struct SPICE_ATTR_PACKED { uint16_t v ; } uint16_unaligned_t ;'. The checking continues anyway. [simplifyTypedef] spice-gtk-0.42/subprojects/spice-common/common/agent.c:71:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable VD_AGENT_PROTOCOL [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/agent.c:137:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable v [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/agent.c:160:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable VD_AGENT_CAP_CLIPBOARD_SELECTION [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/agent.c:198:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable VDAgentFileXferStatusMessage [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/agent.c:230:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable VDAgentDeviceDisplayInfo [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/agent.c:251:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable VDAgentMonitorsConfig [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/agent.c:340:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable VD_AGENT_CAP_FILE_XFER_DETAILED_ERRORS [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/agent.c:223:20: style: Variable 'end' can be declared as pointer to const [constVariablePointer] spice-gtk-0.42/subprojects/spice-common/common/agent.c:315:33: style: Variable 'vdata' can be declared as pointer to const [constVariablePointer] spice-gtk-0.42/subprojects/spice-common/common/agent_interface.c:78:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable name [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/agent_interface.c:132:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable trace [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/agent_interface.c:159:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/agent_interface.c:205:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AF_INET [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/agent_interface.c:238:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable fd [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/agent_interface.c:415:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/agent_interface.c:93:13: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'char'. [invalidPrintfArgType_uint] spice-gtk-0.42/subprojects/spice-common/common/agent_interface.c:377:54: style: Parameter 'info' can be declared as pointer to const [constParameterPointer] spice-gtk-0.42/subprojects/spice-common/common/agent_interface.c:377:76: style: Parameter 'entry' can be declared as pointer to const [constParameterPointer] spice-gtk-0.42/subprojects/spice-common/common/backtrace.c:102:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/canvas_base.c:1776:1: error: There is an unknown macro here somewhere. Configuration is required. If SPICE_GNUC_PRINTF is a macro then please configure it. [unknownMacro] spice-gtk-0.42/subprojects/spice-common/common/log.h:108:0: debug: Failed to parse 'typedef SPICE_END_DECLS SPICE_BEGIN_DECLS struct SpiceChunk { uint8_t * data ; uint32_t len ; } SpiceChunk ;'. The checking continues anyway. [simplifyTypedef] spice-gtk-0.42/subprojects/spice-common/common/draw.h:303:0: debug: Failed to parse 'typedef SPICE_END_DECLS SPICE_BEGIN_DECLS enum { SPICE_ROP_CLEAR , SPICE_ROP_AND , SPICE_ROP_AND_REVERSE , SPICE_ROP_COPY , SPICE_ROP_AND_INVERTED , SPICE_ROP_NOOP , SPICE_ROP_XOR , SPICE_ROP_OR , SPICE_ROP_NOR , SPICE_ROP_EQUIV , SPICE_ROP_INVERT , SPICE_ROP_OR_REVERSE , SPICE_ROP_COPY_INVERTED , SPICE_ROP_OR_INVERTED , SPICE_ROP_NAND , SPICE_ROP_SET } SpiceROP ;'. The checking continues anyway. [simplifyTypedef] spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.h:141:0: debug: Failed to parse 'typedef SPICE_END_DECLS SPICE_BEGIN_DECLS enum { LZ_IMAGE_TYPE_INVALID , LZ_IMAGE_TYPE_PLT1_LE , LZ_IMAGE_TYPE_PLT1_BE , LZ_IMAGE_TYPE_PLT4_LE , LZ_IMAGE_TYPE_PLT4_BE , LZ_IMAGE_TYPE_PLT8 , LZ_IMAGE_TYPE_RGB16 , LZ_IMAGE_TYPE_RGB24 , LZ_IMAGE_TYPE_RGB32 , LZ_IMAGE_TYPE_RGBA , LZ_IMAGE_TYPE_XXXA , LZ_IMAGE_TYPE_A8 } LzImageType ;'. The checking continues anyway. [simplifyTypedef] spice-gtk-0.42/subprojects/spice-common/common/canvas_utils.h:50:0: debug: Failed to parse 'typedef SPICE_END_DECLS struct PixmanData { uint8_t * data ; pixman_format_code_t format ; } PixmanData ;'. The checking continues anyway. [simplifyTypedef] spice-gtk-0.42/subprojects/spice-common/common/draw.h:299:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SPICE_IMAGE_TYPE_JPEG [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/canvas_utils.c:45:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PixmanData [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/canvas_utils.c:72:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable G_LOG_LEVEL_CRITICAL [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/canvas_utils.c:104:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable G_LOG_LEVEL_ERROR [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/canvas_utils.c:154:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable G_LOG_LEVEL_ERROR [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/canvas_utils.c:47:13: style: 'continue' is redundant since it is the last statement in a loop. [redundantContinue] spice-gtk-0.42/subprojects/spice-common/common/canvas_utils.c:72:5: style: 'continue' is redundant since it is the last statement in a loop. [redundantContinue] spice-gtk-0.42/subprojects/spice-common/common/canvas_utils.c:104:9: style: 'continue' is redundant since it is the last statement in a loop. [redundantContinue] spice-gtk-0.42/subprojects/spice-common/common/canvas_utils.c:154:13: style: 'continue' is redundant since it is the last statement in a loop. [redundantContinue] spice-gtk-0.42/subprojects/spice-common/common/canvas_utils.c:70:17: style: Variable 'data' can be declared as pointer to const [constVariablePointer] spice-gtk-0.42/subprojects/spice-common/common/lines.c:2429:42: warning: Possible null pointer dereference: rightFace [nullPointer] spice-gtk-0.42/subprojects/spice-common/common/lines.c:3335:47: note: Calling function 'miLineArc', 5th argument '(_LineFace*)NULL' value is 0 spice-gtk-0.42/subprojects/spice-common/common/lines.c:2429:42: note: Null pointer dereference spice-gtk-0.42/subprojects/spice-common/common/lines.c:2430:42: warning: Possible null pointer dereference: rightFace [nullPointer] spice-gtk-0.42/subprojects/spice-common/common/lines.c:3335:47: note: Calling function 'miLineArc', 5th argument '(_LineFace*)NULL' value is 0 spice-gtk-0.42/subprojects/spice-common/common/lines.c:2430:42: note: Null pointer dereference spice-gtk-0.42/subprojects/spice-common/common/lines.c:2286:29: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] spice-gtk-0.42/subprojects/spice-common/common/lines.c:1456:19: style:inconclusive: Function 'spice_canvas_zero_line' argument 1 names different: declaration 'pgc' definition 'pGC'. [funcArgNamesDifferent] spice-gtk-0.42/subprojects/spice-common/common/lines.h:110:44: note: Function 'spice_canvas_zero_line' argument 1 names different: declaration 'pgc' definition 'pGC'. spice-gtk-0.42/subprojects/spice-common/common/lines.c:1456:19: note: Function 'spice_canvas_zero_line' argument 1 names different: declaration 'pgc' definition 'pGC'. spice-gtk-0.42/subprojects/spice-common/common/lines.c:1457:17: style:inconclusive: Function 'spice_canvas_zero_line' argument 3 names different: declaration 'num_points' definition 'npt'. [funcArgNamesDifferent] spice-gtk-0.42/subprojects/spice-common/common/lines.h:112:40: note: Function 'spice_canvas_zero_line' argument 3 names different: declaration 'num_points' definition 'npt'. spice-gtk-0.42/subprojects/spice-common/common/lines.c:1457:17: note: Function 'spice_canvas_zero_line' argument 3 names different: declaration 'num_points' definition 'npt'. spice-gtk-0.42/subprojects/spice-common/common/lines.c:1458:25: style:inconclusive: Function 'spice_canvas_zero_line' argument 4 names different: declaration 'points' definition 'pptInit'. [funcArgNamesDifferent] spice-gtk-0.42/subprojects/spice-common/common/lines.h:113:49: note: Function 'spice_canvas_zero_line' argument 4 names different: declaration 'points' definition 'pptInit'. spice-gtk-0.42/subprojects/spice-common/common/lines.c:1458:25: note: Function 'spice_canvas_zero_line' argument 4 names different: declaration 'points' definition 'pptInit'. spice-gtk-0.42/subprojects/spice-common/common/lines.c:1684:42: style:inconclusive: Function 'spice_canvas_zero_dash_line' argument 3 names different: declaration 'n_points' definition 'nptInit'. [funcArgNamesDifferent] spice-gtk-0.42/subprojects/spice-common/common/lines.h:116:45: note: Function 'spice_canvas_zero_dash_line' argument 3 names different: declaration 'n_points' definition 'nptInit'. spice-gtk-0.42/subprojects/spice-common/common/lines.c:1684:42: note: Function 'spice_canvas_zero_dash_line' argument 3 names different: declaration 'n_points' definition 'nptInit'. spice-gtk-0.42/subprojects/spice-common/common/lines.c:1685:31: style:inconclusive: Function 'spice_canvas_zero_dash_line' argument 4 names different: declaration 'points' definition 'pptInit'. [funcArgNamesDifferent] spice-gtk-0.42/subprojects/spice-common/common/lines.h:117:54: note: Function 'spice_canvas_zero_dash_line' argument 4 names different: declaration 'points' definition 'pptInit'. spice-gtk-0.42/subprojects/spice-common/common/lines.c:1685:31: note: Function 'spice_canvas_zero_dash_line' argument 4 names different: declaration 'points' definition 'pptInit'. spice-gtk-0.42/subprojects/spice-common/common/lines.c:2857:38: style:inconclusive: Function 'spice_canvas_wide_line' argument 3 names different: declaration 'num_points' definition 'npt'. [funcArgNamesDifferent] spice-gtk-0.42/subprojects/spice-common/common/lines.h:124:40: note: Function 'spice_canvas_wide_line' argument 3 names different: declaration 'num_points' definition 'npt'. spice-gtk-0.42/subprojects/spice-common/common/lines.c:2857:38: note: Function 'spice_canvas_wide_line' argument 3 names different: declaration 'num_points' definition 'npt'. spice-gtk-0.42/subprojects/spice-common/common/lines.c:2857:55: style:inconclusive: Function 'spice_canvas_wide_line' argument 4 names different: declaration 'points' definition 'pPts'. [funcArgNamesDifferent] spice-gtk-0.42/subprojects/spice-common/common/lines.h:125:49: note: Function 'spice_canvas_wide_line' argument 4 names different: declaration 'points' definition 'pPts'. spice-gtk-0.42/subprojects/spice-common/common/lines.c:2857:55: note: Function 'spice_canvas_wide_line' argument 4 names different: declaration 'points' definition 'pPts'. spice-gtk-0.42/subprojects/spice-common/common/lines.c:3260:38: style:inconclusive: Function 'spice_canvas_wide_dash_line' argument 3 names different: declaration 'num_points' definition 'npt'. [funcArgNamesDifferent] spice-gtk-0.42/subprojects/spice-common/common/lines.h:120:45: note: Function 'spice_canvas_wide_dash_line' argument 3 names different: declaration 'num_points' definition 'npt'. spice-gtk-0.42/subprojects/spice-common/common/lines.c:3260:38: note: Function 'spice_canvas_wide_dash_line' argument 3 names different: declaration 'num_points' definition 'npt'. spice-gtk-0.42/subprojects/spice-common/common/lines.c:3260:55: style:inconclusive: Function 'spice_canvas_wide_dash_line' argument 4 names different: declaration 'points' definition 'pPts'. [funcArgNamesDifferent] spice-gtk-0.42/subprojects/spice-common/common/lines.h:121:54: note: Function 'spice_canvas_wide_dash_line' argument 4 names different: declaration 'points' definition 'pPts'. spice-gtk-0.42/subprojects/spice-common/common/lines.c:3260:55: note: Function 'spice_canvas_wide_dash_line' argument 4 names different: declaration 'points' definition 'pPts'. spice-gtk-0.42/subprojects/spice-common/common/lines.c:3507:48: style:inconclusive: Function 'spice_canvas_clip_spans' argument 1 names different: declaration 'clip_region' definition 'prgnDst'. [funcArgNamesDifferent] spice-gtk-0.42/subprojects/spice-common/common/lines.h:126:55: note: Function 'spice_canvas_clip_spans' argument 1 names different: declaration 'clip_region' definition 'prgnDst'. spice-gtk-0.42/subprojects/spice-common/common/lines.c:3507:48: note: Function 'spice_canvas_clip_spans' argument 1 names different: declaration 'clip_region' definition 'prgnDst'. spice-gtk-0.42/subprojects/spice-common/common/lines.c:3508:41: style:inconclusive: Function 'spice_canvas_clip_spans' argument 2 names different: declaration 'points' definition 'ppt'. [funcArgNamesDifferent] spice-gtk-0.42/subprojects/spice-common/common/lines.h:127:48: note: Function 'spice_canvas_clip_spans' argument 2 names different: declaration 'points' definition 'ppt'. spice-gtk-0.42/subprojects/spice-common/common/lines.c:3508:41: note: Function 'spice_canvas_clip_spans' argument 2 names different: declaration 'points' definition 'ppt'. spice-gtk-0.42/subprojects/spice-common/common/lines.c:3509:42: style:inconclusive: Function 'spice_canvas_clip_spans' argument 3 names different: declaration 'widths' definition 'pwidth'. [funcArgNamesDifferent] spice-gtk-0.42/subprojects/spice-common/common/lines.h:128:41: note: Function 'spice_canvas_clip_spans' argument 3 names different: declaration 'widths' definition 'pwidth'. spice-gtk-0.42/subprojects/spice-common/common/lines.c:3509:42: note: Function 'spice_canvas_clip_spans' argument 3 names different: declaration 'widths' definition 'pwidth'. spice-gtk-0.42/subprojects/spice-common/common/lines.c:3510:49: style:inconclusive: Function 'spice_canvas_clip_spans' argument 4 names different: declaration 'num_spans' definition 'nspans'. [funcArgNamesDifferent] spice-gtk-0.42/subprojects/spice-common/common/lines.h:129:40: note: Function 'spice_canvas_clip_spans' argument 4 names different: declaration 'num_spans' definition 'nspans'. spice-gtk-0.42/subprojects/spice-common/common/lines.c:3510:49: note: Function 'spice_canvas_clip_spans' argument 4 names different: declaration 'num_spans' definition 'nspans'. spice-gtk-0.42/subprojects/spice-common/common/lines.c:3511:49: style:inconclusive: Function 'spice_canvas_clip_spans' argument 5 names different: declaration 'new_points' definition 'pptNew'. [funcArgNamesDifferent] spice-gtk-0.42/subprojects/spice-common/common/lines.h:130:48: note: Function 'spice_canvas_clip_spans' argument 5 names different: declaration 'new_points' definition 'pptNew'. spice-gtk-0.42/subprojects/spice-common/common/lines.c:3511:49: note: Function 'spice_canvas_clip_spans' argument 5 names different: declaration 'new_points' definition 'pptNew'. spice-gtk-0.42/subprojects/spice-common/common/lines.c:3512:50: style:inconclusive: Function 'spice_canvas_clip_spans' argument 6 names different: declaration 'new_widths' definition 'pwidthNew'. [funcArgNamesDifferent] spice-gtk-0.42/subprojects/spice-common/common/lines.h:131:41: note: Function 'spice_canvas_clip_spans' argument 6 names different: declaration 'new_widths' definition 'pwidthNew'. spice-gtk-0.42/subprojects/spice-common/common/lines.c:3512:50: note: Function 'spice_canvas_clip_spans' argument 6 names different: declaration 'new_widths' definition 'pwidthNew'. spice-gtk-0.42/subprojects/spice-common/common/lines.c:3513:49: style:inconclusive: Function 'spice_canvas_clip_spans' argument 7 names different: declaration 'sorted' definition 'fSorted'. [funcArgNamesDifferent] spice-gtk-0.42/subprojects/spice-common/common/lines.h:132:40: note: Function 'spice_canvas_clip_spans' argument 7 names different: declaration 'sorted' definition 'fSorted'. spice-gtk-0.42/subprojects/spice-common/common/lines.c:3513:49: note: Function 'spice_canvas_clip_spans' argument 7 names different: declaration 'sorted' definition 'fSorted'. spice-gtk-0.42/subprojects/spice-common/common/lines.c:392:28: style: Parameter 'pDash' can be declared as pointer to const [constParameterPointer] spice-gtk-0.42/subprojects/spice-common/common/lines.c:678:10: style: Variable 'startNewWidths' can be declared as pointer to const [constVariablePointer] spice-gtk-0.42/subprojects/spice-common/common/lines.c:1866:31: style: Parameter 'slopes' can be declared as pointer to const [constParameterPointer] spice-gtk-0.42/subprojects/spice-common/common/lines.c:2312:30: style: Parameter 'face' can be declared as pointer to const [constParameterPointer] spice-gtk-0.42/subprojects/spice-common/common/lines.c:2372:29: style: Parameter 'face' can be declared as pointer to const [constParameterPointer] spice-gtk-0.42/subprojects/spice-common/common/lines.c:2498:34: style: Parameter 'face' can be declared as pointer to const [constParameterPointer] spice-gtk-0.42/subprojects/spice-common/common/lines.c:2975:20: style: Variable 'pDash' can be declared as pointer to const [constVariablePointer] spice-gtk-0.42/subprojects/spice-common/common/lines.c:3516:18: style: Variable 'pwidthNewStart' can be declared as pointer to const [constVariablePointer] spice-gtk-0.42/subprojects/spice-common/common/lines.c:3559:46: style: Variable 'pboxLast' can be declared as pointer to const [constVariablePointer] spice-gtk-0.42/subprojects/spice-common/common/lines.c:1499:29: error: Signed integer overflow for expression 'ybottom-ytop+1'. [integerOverflow] spice-gtk-0.42/subprojects/spice-common/common/lines.c:1492:19: note: Assignment 'ybottom=2147483647', assigned value is 2147483647 spice-gtk-0.42/subprojects/spice-common/common/lines.c:1499:29: note: Integer overflow spice-gtk-0.42/subprojects/spice-common/common/lines.c:1781:31: error: Uninitialized struct member: spanRec.points [uninitStructMember] spice-gtk-0.42/subprojects/spice-common/common/lines.c:1719:16: style: Variable 'height' is assigned a value that is never used. [unreadVariable] spice-gtk-0.42/subprojects/spice-common/common/log.c:34:1: error: There is an unknown macro here somewhere. Configuration is required. If G_GNUC_PRINTF is a macro then please configure it. [unknownMacro] spice-gtk-0.42/subprojects/spice-common/common/lz_common.h:29:0: debug: Failed to parse 'typedef SPICE_BEGIN_DECLS enum { LZ_IMAGE_TYPE_INVALID , LZ_IMAGE_TYPE_PLT1_LE , LZ_IMAGE_TYPE_PLT1_BE , LZ_IMAGE_TYPE_PLT4_LE , LZ_IMAGE_TYPE_PLT4_BE , LZ_IMAGE_TYPE_PLT8 , LZ_IMAGE_TYPE_RGB16 , LZ_IMAGE_TYPE_RGB24 , LZ_IMAGE_TYPE_RGB32 , LZ_IMAGE_TYPE_RGBA , LZ_IMAGE_TYPE_XXXA , LZ_IMAGE_TYPE_A8 } LzImageType ;'. The checking continues anyway. [simplifyTypedef] spice-gtk-0.42/subprojects/spice-common/common/lz.c:173:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable G_LOG_LEVEL_CRITICAL [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/lz.c:227:70: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/lz.c:252:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable G_LOG_LEVEL_CRITICAL [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/lz.c:262:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable G_LOG_LEVEL_CRITICAL [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/lz.c:267:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable G_LOG_LEVEL_CRITICAL [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/lz.c:282:70: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/lz.c:354:82: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/lz_compress_tmpl.c:399:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable image_seg [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/lz_decompress_tmpl.c:271:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable G_LOG_LEVEL_ERROR [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/lz.c:616:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LZ_IMAGE_TYPE_INVALID [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/lz.c:651:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LZ_IMAGE_TYPE_RGB32 [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/lz.c:338:9: style: Condition '!init_encoder(encoder,usr)' is always false [knownConditionTrueFalse] spice-gtk-0.42/subprojects/spice-common/common/lz.c:338:22: note: Calling function 'init_encoder' returns 1 spice-gtk-0.42/subprojects/spice-common/common/lz.c:338:9: note: Condition '!init_encoder(encoder,usr)' is always false spice-gtk-0.42/subprojects/spice-common/common/lz_compress_tmpl.c:342:13: style: Variable 'len' is reassigned a value before the old one has been used. [redundantAssignment] spice-gtk-0.42/subprojects/spice-common/common/lz_compress_tmpl.c:284:16: note: len is assigned spice-gtk-0.42/subprojects/spice-common/common/lz_compress_tmpl.c:342:13: note: len is overwritten spice-gtk-0.42/subprojects/spice-common/common/lz_compress_tmpl.c:342:13: style: Variable 'len' is reassigned a value before the old one has been used. [redundantAssignment] spice-gtk-0.42/subprojects/spice-common/common/lz_compress_tmpl.c:275:16: note: len is assigned spice-gtk-0.42/subprojects/spice-common/common/lz_compress_tmpl.c:342:13: note: len is overwritten spice-gtk-0.42/subprojects/spice-common/common/lz_decompress_tmpl.c:267:17: style: Redundant assignment of 'ofs' to itself. [selfAssignment] spice-gtk-0.42/subprojects/spice-common/common/lz_decompress_tmpl.c:268:17: style: Redundant assignment of 'len' to itself. [selfAssignment] spice-gtk-0.42/subprojects/spice-common/common/lz.c:173:5: style: 'continue' is redundant since it is the last statement in a loop. [redundantContinue] spice-gtk-0.42/subprojects/spice-common/common/lz.c:229:9: style: 'continue' is redundant since it is the last statement in a loop. [redundantContinue] spice-gtk-0.42/subprojects/spice-common/common/lz.c:232:5: style: 'continue' is redundant since it is the last statement in a loop. [redundantContinue] spice-gtk-0.42/subprojects/spice-common/common/lz.c:252:5: style: 'continue' is redundant since it is the last statement in a loop. [redundantContinue] spice-gtk-0.42/subprojects/spice-common/common/lz.c:262:5: style: 'continue' is redundant since it is the last statement in a loop. [redundantContinue] spice-gtk-0.42/subprojects/spice-common/common/lz.c:267:5: style: 'continue' is redundant since it is the last statement in a loop. [redundantContinue] spice-gtk-0.42/subprojects/spice-common/common/lz.c:284:9: style: 'continue' is redundant since it is the last statement in a loop. [redundantContinue] spice-gtk-0.42/subprojects/spice-common/common/lz.c:286:5: style: 'continue' is redundant since it is the last statement in a loop. [redundantContinue] spice-gtk-0.42/subprojects/spice-common/common/lz_decompress_tmpl.c:271:13: style: 'continue' is redundant since it is the last statement in a loop. [redundantContinue] spice-gtk-0.42/subprojects/spice-common/common/lz_decompress_tmpl.c:272:13: style: 'continue' is redundant since it is the last statement in a loop. [redundantContinue] spice-gtk-0.42/subprojects/spice-common/common/lz_decompress_tmpl.c:273:13: style: 'continue' is redundant since it is the last statement in a loop. [redundantContinue] spice-gtk-0.42/subprojects/spice-common/common/lz_decompress_tmpl.c:287:21: style: 'continue' is redundant since it is the last statement in a loop. [redundantContinue] spice-gtk-0.42/subprojects/spice-common/common/lz_decompress_tmpl.c:292:21: style: 'continue' is redundant since it is the last statement in a loop. [redundantContinue] spice-gtk-0.42/subprojects/spice-common/common/lz_decompress_tmpl.c:297:13: style: 'continue' is redundant since it is the last statement in a loop. [redundantContinue] spice-gtk-0.42/subprojects/spice-common/common/lz_decompress_tmpl.c:301:17: style: 'continue' is redundant since it is the last statement in a loop. [redundantContinue] spice-gtk-0.42/subprojects/spice-common/common/lz.c:718:17: style: 'continue' is redundant since it is the last statement in a loop. [redundantContinue] spice-gtk-0.42/subprojects/spice-common/common/lz.c:753:5: style: 'continue' is redundant since it is the last statement in a loop. [redundantContinue] spice-gtk-0.42/subprojects/spice-common/common/lz.c:754:5: style: 'continue' is redundant since it is the last statement in a loop. [redundantContinue] spice-gtk-0.42/subprojects/spice-common/common/lz.c:188:23: style: Checking if unsigned expression 'num_lines' is less than zero. [unsignedLessThanZero] spice-gtk-0.42/subprojects/spice-common/common/lz_decompress_tmpl.c:225:25: style: Variable 'op_limit' can be declared as pointer to const [constVariablePointer] spice-gtk-0.42/subprojects/spice-common/common/lz_compress_tmpl.c:162:13: error: There is an unknown macro here somewhere. Configuration is required. If FNAME is a macro then please configure it. [unknownMacro] spice-gtk-0.42/subprojects/spice-common/common/lz_decompress_tmpl.c:222:15: error: There is an unknown macro here somewhere. Configuration is required. If FNAME is a macro then please configure it. [unknownMacro] spice-gtk-0.42/subprojects/spice-common/common/marshaller.h:73:0: debug: Failed to parse 'typedef SPICE_END_DECLS struct SPICE_ATTR_PACKED { int16_t val ; } int16_unaligned_t ;'. The checking continues anyway. [simplifyTypedef] spice-gtk-0.42/subprojects/spice-common/common/marshaller.c:396:57: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable data [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/marshaller.c:430:55: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable len [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/marshaller.c:464:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable len [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/marshaller.c:497:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable data [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/marshaller.c:535:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable val [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/marshaller.c:569:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable iov_base [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/marshaller.c:585:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable val [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/marshaller.c:594:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable val [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/marshaller.c:603:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable val [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/marshaller.c:609:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable val [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/marshaller.c:617:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable val [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/marshaller.c:626:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable val [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/marshaller.c:635:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable val [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/marshaller.c:659:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable G_LOG_LEVEL_ERROR [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/marshaller.c:659:5: style: 'continue' is redundant since it is the last statement in a loop. [redundantContinue] spice-gtk-0.42/subprojects/spice-common/common/marshaller.c:452:64: style:inconclusive: Function 'spice_marshaller_linearize' argument 2 names different: declaration 'skip' definition 'skip_bytes'. [funcArgNamesDifferent] spice-gtk-0.42/subprojects/spice-common/common/marshaller.h:49:64: note: Function 'spice_marshaller_linearize' argument 2 names different: declaration 'skip' definition 'skip_bytes'. spice-gtk-0.42/subprojects/spice-common/common/marshaller.c:452:64: note: Function 'spice_marshaller_linearize' argument 2 names different: declaration 'skip' definition 'skip_bytes'. spice-gtk-0.42/subprojects/spice-common/common/marshaller.c:269:58: style: Parameter 'd' can be declared as pointer to const [constParameterPointer] spice-gtk-0.42/subprojects/spice-common/common/marshaller.c:391:74: style: Parameter 'chunks' can be declared as pointer to const [constParameterPointer] spice-gtk-0.42/subprojects/spice-common/common/marshaller.c:437:21: style: Variable 'item' can be declared as pointer to const [constVariablePointer] spice-gtk-0.42/subprojects/spice-common/common/marshaller.c:455:21: style: Variable 'item' can be declared as pointer to const [constVariablePointer] spice-gtk-0.42/subprojects/spice-common/common/marshaller.c:514:51: style: Parameter 'm' can be declared as pointer to const [constParameterPointer] spice-gtk-0.42/subprojects/spice-common/common/mem.c:96:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable G_LOG_LEVEL_ERROR [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/mem.c:112:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable G_LOG_LEVEL_ERROR [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/mem.c:126:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable G_LOG_LEVEL_ERROR [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/mem.c:138:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SIZE_MAX [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/mem.c:149:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SIZE_MAX [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/mem.c:165:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SIZE_MAX [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/mem.c:175:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SIZE_MAX [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/mem.c:187:60: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SpiceChunk [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/mem.c:199:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable len [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/mem.c:210:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable data [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/mem.c:225:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable data [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/mem.c:96:9: style: 'continue' is redundant since it is the last statement in a loop. [redundantContinue] spice-gtk-0.42/subprojects/spice-common/common/mem.c:112:9: style: 'continue' is redundant since it is the last statement in a loop. [redundantContinue] spice-gtk-0.42/subprojects/spice-common/common/mem.c:126:9: style: 'continue' is redundant since it is the last statement in a loop. [redundantContinue] spice-gtk-0.42/subprojects/spice-common/common/mem.c:139:9: style: 'continue' is redundant since it is the last statement in a loop. [redundantContinue] spice-gtk-0.42/subprojects/spice-common/common/mem.c:150:9: style: 'continue' is redundant since it is the last statement in a loop. [redundantContinue] spice-gtk-0.42/subprojects/spice-common/common/mem.c:156:9: style: 'continue' is redundant since it is the last statement in a loop. [redundantContinue] spice-gtk-0.42/subprojects/spice-common/common/mem.c:166:9: style: 'continue' is redundant since it is the last statement in a loop. [redundantContinue] spice-gtk-0.42/subprojects/spice-common/common/mem.c:176:9: style: 'continue' is redundant since it is the last statement in a loop. [redundantContinue] spice-gtk-0.42/subprojects/spice-common/common/mem.c:250:37: style: Parameter 'buffer' can be declared as pointer to const [constParameterPointer] spice-gtk-0.42/subprojects/spice-common/common/mem.c:255:40: style: Parameter 'buffer' can be declared as pointer to const [constParameterPointer] spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:213:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable G_LOG_LEVEL_ERROR [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:305:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable G_LOG_LEVEL_ERROR [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:365:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable G_LOG_LEVEL_ERROR [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:456:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable G_LOG_LEVEL_ERROR [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:544:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:672:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable G_LOG_LEVEL_ERROR [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:768:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable G_LOG_LEVEL_ERROR [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:924:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PIXMAN_a1 [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:960:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PIXMAN_x1r5g5b5 [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:998:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PIXMAN_x8r8g8b8 [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:1121:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable G_LOG_LEVEL_ERROR [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:1167:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable G_LOG_LEVEL_ERROR [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:1213:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable G_LOG_LEVEL_ERROR [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:1263:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable G_LOG_LEVEL_ERROR [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:1313:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable G_LOG_LEVEL_ERROR [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:1345:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable G_LOG_LEVEL_ERROR [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:1469:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SPICE_BITMAP_FLAGS_TOP_DOWN [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:1536:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PIXMAN_x8r8g8b8 [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:1593:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PIXMAN_OP_SRC [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:936:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:213:5: style: 'continue' is redundant since it is the last statement in a loop. [redundantContinue] spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:214:5: style: 'continue' is redundant since it is the last statement in a loop. [redundantContinue] spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:215:5: style: 'continue' is redundant since it is the last statement in a loop. [redundantContinue] spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:216:5: style: 'continue' is redundant since it is the last statement in a loop. [redundantContinue] spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:217:5: style: 'continue' is redundant since it is the last statement in a loop. [redundantContinue] spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:218:5: style: 'continue' is redundant since it is the last statement in a loop. [redundantContinue] spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:238:9: style: 'continue' is redundant since it is the last statement in a loop. [redundantContinue] spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:305:5: style: 'continue' is redundant since it is the last statement in a loop. [redundantContinue] spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:306:5: style: 'continue' is redundant since it is the last statement in a loop. [redundantContinue] spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:307:5: style: 'continue' is redundant since it is the last statement in a loop. [redundantContinue] spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:308:5: style: 'continue' is redundant since it is the last statement in a loop. [redundantContinue] spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:309:5: style: 'continue' is redundant since it is the last statement in a loop. [redundantContinue] spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:310:5: style: 'continue' is redundant since it is the last statement in a loop. [redundantContinue] spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:311:5: style: 'continue' is redundant since it is the last statement in a loop. [redundantContinue] spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:365:5: style: 'continue' is redundant since it is the last statement in a loop. [redundantContinue] spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:366:5: style: 'continue' is redundant since it is the last statement in a loop. [redundantContinue] spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:367:5: style: 'continue' is redundant since it is the last statement in a loop. [redundantContinue] spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:368:5: style: 'continue' is redundant since it is the last statement in a loop. [redundantContinue] spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:369:5: style: 'continue' is redundant since it is the last statement in a loop. [redundantContinue] spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:370:5: style: 'continue' is redundant since it is the last statement in a loop. [redundantContinue] spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:371:5: style: 'continue' is redundant since it is the last statement in a loop. [redundantContinue] spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:413:9: style: 'continue' is redundant since it is the last statement in a loop. [redundantContinue] spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:456:5: style: 'continue' is redundant since it is the last statement in a loop. [redundantContinue] spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:457:5: style: 'continue' is redundant since it is the last statement in a loop. [redundantContinue] spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:458:5: style: 'continue' is redundant since it is the last statement in a loop. [redundantContinue] spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:459:5: style: 'continue' is redundant since it is the last statement in a loop. [redundantContinue] spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:460:5: style: 'continue' is redundant since it is the last statement in a loop. [redundantContinue] spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:461:5: style: 'continue' is redundant since it is the last statement in a loop. [redundantContinue] spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:462:5: style: 'continue' is redundant since it is the last statement in a loop. [redundantContinue] spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:463:5: style: 'continue' is redundant since it is the last statement in a loop. [redundantContinue] spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:511:9: style: 'continue' is redundant since it is the last statement in a loop. [redundantContinue] spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:581:5: style: 'continue' is redundant since it is the last statement in a loop. [redundantContinue] spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:582:5: style: 'continue' is redundant since it is the last statement in a loop. [redundantContinue] spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:583:5: style: 'continue' is redundant since it is the last statement in a loop. [redundantContinue] spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:584:5: style: 'continue' is redundant since it is the last statement in a loop. [redundantContinue] spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:585:5: style: 'continue' is redundant since it is the last statement in a loop. [redundantContinue] spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:586:5: style: 'continue' is redundant since it is the last statement in a loop. [redundantContinue] spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:587:5: style: 'continue' is redundant since it is the last statement in a loop. [redundantContinue] spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:588:5: style: 'continue' is redundant since it is the last statement in a loop. [redundantContinue] spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:589:5: style: 'continue' is redundant since it is the last statement in a loop. [redundantContinue] spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:590:5: style: 'continue' is redundant since it is the last statement in a loop. [redundantContinue] spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:591:5: style: 'continue' is redundant since it is the last statement in a loop. [redundantContinue] spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:613:9: style: 'continue' is redundant since it is the last statement in a loop. [redundantContinue] spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:672:5: style: 'continue' is redundant since it is the last statement in a loop. [redundantContinue] spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:673:5: style: 'continue' is redundant since it is the last statement in a loop. [redundantContinue] spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:674:5: style: 'continue' is redundant since it is the last statement in a loop. [redundantContinue] spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:675:5: style: 'continue' is redundant since it is the last statement in a loop. [redundantContinue] spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:676:5: style: 'continue' is redundant since it is the last statement in a loop. [redundantContinue] spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:677:5: style: 'continue' is redundant since it is the last statement in a loop. [redundantContinue] spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:678:5: style: 'continue' is redundant since it is the last statement in a loop. [redundantContinue] spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:679:5: style: 'continue' is redundant since it is the last statement in a loop. [redundantContinue] spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:680:5: style: 'continue' is redundant since it is the last statement in a loop. [redundantContinue] spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:681:5: style: 'continue' is redundant since it is the last statement in a loop. [redundantContinue] spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:682:5: style: 'continue' is redundant since it is the last statement in a loop. [redundantContinue] spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:709:9: style: 'continue' is redundant since it is the last statement in a loop. [redundantContinue] spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:768:5: style: 'continue' is redundant since it is the last statement in a loop. [redundantContinue] spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:769:5: style: 'continue' is redundant since it is the last statement in a loop. [redundantContinue] spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:770:5: style: 'continue' is redundant since it is the last statement in a loop. [redundantContinue] spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:771:5: style: 'continue' is redundant since it is the last statement in a loop. [redundantContinue] spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:772:5: style: 'continue' is redundant since it is the last statement in a loop. [redundantContinue] spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:773:5: style: 'continue' is redundant since it is the last statement in a loop. [redundantContinue] spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:774:5: style: 'continue' is redundant since it is the last statement in a loop. [redundantContinue] spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:775:5: style: 'continue' is redundant since it is the last statement in a loop. [redundantContinue] spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:776:5: style: 'continue' is redundant since it is the last statement in a loop. [redundantContinue] spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:777:5: style: 'continue' is redundant since it is the last statement in a loop. [redundantContinue] spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:778:5: style: 'continue' is redundant since it is the last statement in a loop. [redundantContinue] spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:818:9: style: 'continue' is redundant since it is the last statement in a loop. [redundantContinue] spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:1121:9: style: 'continue' is redundant since it is the last statement in a loop. [redundantContinue] spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:1167:9: style: 'continue' is redundant since it is the last statement in a loop. [redundantContinue] spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:1213:9: style: 'continue' is redundant since it is the last statement in a loop. [redundantContinue] spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:1263:9: style: 'continue' is redundant since it is the last statement in a loop. [redundantContinue] spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:1313:5: style: 'continue' is redundant since it is the last statement in a loop. [redundantContinue] spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:1345:5: style: 'continue' is redundant since it is the last statement in a loop. [redundantContinue] spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:1470:9: style: 'continue' is redundant since it is the last statement in a loop. [redundantContinue] spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:1497:13: style: 'continue' is redundant since it is the last statement in a loop. [redundantContinue] spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:1507:13: style: 'continue' is redundant since it is the last statement in a loop. [redundantContinue] spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:1517:13: style: 'continue' is redundant since it is the last statement in a loop. [redundantContinue] spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:1521:9: style: 'continue' is redundant since it is the last statement in a loop. [redundantContinue] spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:200:33: style:inconclusive: Function 'spice_pixman_fill_rect' argument 4 names different: declaration 'w' definition 'width'. [funcArgNamesDifferent] spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.h:99:33: note: Function 'spice_pixman_fill_rect' argument 4 names different: declaration 'w' definition 'width'. spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:200:33: note: Function 'spice_pixman_fill_rect' argument 4 names different: declaration 'w' definition 'width'. spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:200:44: style:inconclusive: Function 'spice_pixman_fill_rect' argument 5 names different: declaration 'h' definition 'height'. [funcArgNamesDifferent] spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.h:99:40: note: Function 'spice_pixman_fill_rect' argument 5 names different: declaration 'h' definition 'height'. spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:200:44: note: Function 'spice_pixman_fill_rect' argument 5 names different: declaration 'h' definition 'height'. spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:292:37: style:inconclusive: Function 'spice_pixman_fill_rect_rop' argument 4 names different: declaration 'w' definition 'width'. [funcArgNamesDifferent] spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.h:103:37: note: Function 'spice_pixman_fill_rect_rop' argument 4 names different: declaration 'w' definition 'width'. spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:292:37: note: Function 'spice_pixman_fill_rect_rop' argument 4 names different: declaration 'w' definition 'width'. spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:292:48: style:inconclusive: Function 'spice_pixman_fill_rect_rop' argument 5 names different: declaration 'h' definition 'height'. [funcArgNamesDifferent] spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.h:103:44: note: Function 'spice_pixman_fill_rect_rop' argument 5 names different: declaration 'h' definition 'height'. spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:292:48: note: Function 'spice_pixman_fill_rect_rop' argument 5 names different: declaration 'h' definition 'height'. spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:343:33: style:inconclusive: Function 'spice_pixman_tile_rect' argument 4 names different: declaration 'w' definition 'width'. [funcArgNamesDifferent] spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.h:108:33: note: Function 'spice_pixman_tile_rect' argument 4 names different: declaration 'w' definition 'width'. spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:343:33: note: Function 'spice_pixman_tile_rect' argument 4 names different: declaration 'w' definition 'width'. spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:343:44: style:inconclusive: Function 'spice_pixman_tile_rect' argument 5 names different: declaration 'h' definition 'height'. [funcArgNamesDifferent] spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.h:108:40: note: Function 'spice_pixman_tile_rect' argument 5 names different: declaration 'h' definition 'height'. spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:343:44: note: Function 'spice_pixman_tile_rect' argument 5 names different: declaration 'h' definition 'height'. spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:433:37: style:inconclusive: Function 'spice_pixman_tile_rect_rop' argument 4 names different: declaration 'w' definition 'width'. [funcArgNamesDifferent] spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.h:114:37: note: Function 'spice_pixman_tile_rect_rop' argument 4 names different: declaration 'w' definition 'width'. spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:433:37: note: Function 'spice_pixman_tile_rect_rop' argument 4 names different: declaration 'w' definition 'width'. spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:433:48: style:inconclusive: Function 'spice_pixman_tile_rect_rop' argument 5 names different: declaration 'h' definition 'height'. [funcArgNamesDifferent] spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.h:114:44: note: Function 'spice_pixman_tile_rect_rop' argument 5 names different: declaration 'h' definition 'height'. spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:433:48: note: Function 'spice_pixman_tile_rect_rop' argument 5 names different: declaration 'h' definition 'height'. spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:534:28: style:inconclusive: Function 'spice_pixman_blit' argument 7 names different: declaration 'w' definition 'width'. [funcArgNamesDifferent] spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.h:123:28: note: Function 'spice_pixman_blit' argument 7 names different: declaration 'w' definition 'width'. spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:534:28: note: Function 'spice_pixman_blit' argument 7 names different: declaration 'w' definition 'width'. spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:534:39: style:inconclusive: Function 'spice_pixman_blit' argument 8 names different: declaration 'h' definition 'height'. [funcArgNamesDifferent] spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.h:123:35: note: Function 'spice_pixman_blit' argument 8 names different: declaration 'h' definition 'height'. spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:534:39: note: Function 'spice_pixman_blit' argument 8 names different: declaration 'h' definition 'height'. spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:630:33: style:inconclusive: Function 'spice_pixman_blit_rop' argument 7 names different: declaration 'w' definition 'width'. [funcArgNamesDifferent] spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.h:128:32: note: Function 'spice_pixman_blit_rop' argument 7 names different: declaration 'w' definition 'width'. spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:630:33: note: Function 'spice_pixman_blit_rop' argument 7 names different: declaration 'w' definition 'width'. spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:630:44: style:inconclusive: Function 'spice_pixman_blit_rop' argument 8 names different: declaration 'h' definition 'height'. [funcArgNamesDifferent] spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.h:128:39: note: Function 'spice_pixman_blit_rop' argument 8 names different: declaration 'h' definition 'height'. spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:630:44: note: Function 'spice_pixman_blit_rop' argument 8 names different: declaration 'h' definition 'height'. spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:883:34: style:inconclusive: Function 'spice_pixman_copy_rect' argument 4 names different: declaration 'w' definition 'width'. [funcArgNamesDifferent] spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.h:138:33: note: Function 'spice_pixman_copy_rect' argument 4 names different: declaration 'w' definition 'width'. spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:883:34: note: Function 'spice_pixman_copy_rect' argument 4 names different: declaration 'w' definition 'width'. spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:883:45: style:inconclusive: Function 'spice_pixman_copy_rect' argument 5 names different: declaration 'h' definition 'height'. [funcArgNamesDifferent] spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.h:138:40: note: Function 'spice_pixman_copy_rect' argument 5 names different: declaration 'h' definition 'height'. spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:883:45: note: Function 'spice_pixman_copy_rect' argument 5 names different: declaration 'h' definition 'height'. spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:848:14: style: Variable 'end' can be declared as pointer to const [constVariablePointer] spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:875:14: style: Variable 'end' can be declared as pointer to const [constVariablePointer] spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:1040:49: style: Parameter 'end' can be declared as pointer to const [constParameterPointer] spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:1061:47: style: Parameter 'end' can be declared as pointer to const [constParameterPointer] spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:1070:49: style: Parameter 'end' can be declared as pointer to const [constParameterPointer] spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:1074:18: style: Variable 'src_line_end' can be declared as pointer to const [constVariablePointer] spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:1089:53: style: Parameter 'end' can be declared as pointer to const [constParameterPointer] spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:1110:51: style: Parameter 'end' can be declared as pointer to const [constParameterPointer] spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:1114:15: style: Variable 'ents' can be declared as pointer to const [constVariablePointer] spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:1146:18: style: Variable 'src_line_end' can be declared as pointer to const [constVariablePointer] spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:1156:55: style: Parameter 'end' can be declared as pointer to const [constParameterPointer] spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:1160:15: style: Variable 'ents' can be declared as pointer to const [constVariablePointer] spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:1192:18: style: Variable 'src_line_end' can be declared as pointer to const [constVariablePointer] spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:1202:53: style: Parameter 'end' can be declared as pointer to const [constParameterPointer] spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:1206:15: style: Variable 'ents' can be declared as pointer to const [constVariablePointer] spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:1252:57: style: Parameter 'end' can be declared as pointer to const [constParameterPointer] spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:1256:15: style: Variable 'ents' can be declared as pointer to const [constVariablePointer] spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:1307:53: style: Parameter 'end' can be declared as pointer to const [constParameterPointer] spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:1339:57: style: Parameter 'end' can be declared as pointer to const [constParameterPointer] spice-gtk-0.42/subprojects/spice-common/common/quic_config.h:25:0: debug: Failed to parse 'typedef SPICE_BEGIN_DECLS SPICE_END_DECLS SPICE_BEGIN_DECLS enum { QUIC_IMAGE_TYPE_INVALID , QUIC_IMAGE_TYPE_GRAY , QUIC_IMAGE_TYPE_RGB16 , QUIC_IMAGE_TYPE_RGB24 , QUIC_IMAGE_TYPE_RGB32 , QUIC_IMAGE_TYPE_RGBA } QuicImageType ;'. The checking continues anyway. [simplifyTypedef] spice-gtk-0.42/subprojects/spice-common/common/quic.c:247:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable G_LOG_LEVEL_ERROR [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/quic.c:285:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable G_LOG_LEVEL_ERROR [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/quic_family_tmpl.c:71:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable G_LOG_LEVEL_CRITICAL [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/quic_family_tmpl.c:104:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable G_LOG_LEVEL_ERROR [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/quic.c:389:66: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/quic.c:409:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable G_LOG_LEVEL_ERROR [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/quic.c:447:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable G_LOG_LEVEL_ERROR [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/quic.c:457:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable G_LOG_LEVEL_ERROR [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/quic_tmpl.c:212:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable G_LOG_LEVEL_ERROR [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/quic_tmpl.c:273:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable G_LOG_LEVEL_ERROR [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/quic_tmpl.c:302:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable G_LOG_LEVEL_ERROR [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/quic_tmpl.c:384:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable G_LOG_LEVEL_ERROR [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/quic_tmpl.c:416:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable G_LOG_LEVEL_ERROR [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/quic_tmpl.c:486:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable G_LOG_LEVEL_ERROR [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/quic_tmpl.c:520:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable G_LOG_LEVEL_ERROR [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/quic_tmpl.c:615:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable G_LOG_LEVEL_ERROR [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/quic.c:675:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable G_LOG_LEVEL_ERROR [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/quic.c:709:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable G_LOG_LEVEL_ERROR [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/quic.c:890:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable G_LOG_LEVEL_ERROR [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/quic.c:919:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable correlate_row [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/quic.c:966:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable G_LOG_LEVEL_ERROR [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/quic.c:1042:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable G_LOG_LEVEL_WARNING [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/quic.c:1198:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable correlate_row [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/quic.c:1231:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable correlate_row [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/quic.c:1267:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable G_LOG_LEVEL_ERROR [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/quic.c:412:59: style: Condition '(delta=((int)encoder->io_available_bits-len))>=0' is always true [knownConditionTrueFalse] spice-gtk-0.42/subprojects/spice-common/common/quic.c:1048:9: style: Condition '!encoder_reset(encoder,io_ptr,io_ptr_end)' is always false [knownConditionTrueFalse] spice-gtk-0.42/subprojects/spice-common/common/quic.c:1048:23: note: Calling function 'encoder_reset' returns 1 spice-gtk-0.42/subprojects/spice-common/common/quic.c:1048:9: note: Condition '!encoder_reset(encoder,io_ptr,io_ptr_end)' is always false spice-gtk-0.42/subprojects/spice-common/common/quic.c:1142:26: style: Condition '!encoder_reset(encoder,io_ptr,io_ptr_end)' is always false [knownConditionTrueFalse] spice-gtk-0.42/subprojects/spice-common/common/quic.c:1142:40: note: Calling function 'encoder_reset' returns 1 spice-gtk-0.42/subprojects/spice-common/common/quic.c:1142:26: note: Condition '!encoder_reset(encoder,io_ptr,io_ptr_end)' is always false spice-gtk-0.42/subprojects/spice-common/common/quic.c:1040:22: warning: Either the condition 'line==NULL' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck] spice-gtk-0.42/subprojects/spice-common/common/quic.c:1041:14: note: Assuming that condition 'line==NULL' is not redundant spice-gtk-0.42/subprojects/spice-common/common/quic.c:1040:22: note: Null pointer addition spice-gtk-0.42/subprojects/spice-common/common/quic.c:247:5: style: 'continue' is redundant since it is the last statement in a loop. [redundantContinue] spice-gtk-0.42/subprojects/spice-common/common/quic.c:248:5: style: 'continue' is redundant since it is the last statement in a loop. [redundantContinue] spice-gtk-0.42/subprojects/spice-common/common/quic.c:285:5: style: 'continue' is redundant since it is the last statement in a loop. [redundantContinue] spice-gtk-0.42/subprojects/spice-common/common/quic_family_tmpl.c:71:5: style: 'continue' is redundant since it is the last statement in a loop. [redundantContinue] spice-gtk-0.42/subprojects/spice-common/common/quic_family_tmpl.c:104:5: style: 'continue' is redundant since it is the last statement in a loop. [redundantContinue] spice-gtk-0.42/subprojects/spice-common/common/quic.c:391:5: style: 'continue' is redundant since it is the last statement in a loop. [redundantContinue] spice-gtk-0.42/subprojects/spice-common/common/quic.c:409:5: style: 'continue' is redundant since it is the last statement in a loop. [redundantContinue] spice-gtk-0.42/subprojects/spice-common/common/quic.c:410:5: style: 'continue' is redundant since it is the last statement in a loop. [redundantContinue] spice-gtk-0.42/subprojects/spice-common/common/quic.c:423:5: style: 'continue' is redundant since it is the last statement in a loop. [redundantContinue] spice-gtk-0.42/subprojects/spice-common/common/quic.c:424:5: style: 'continue' is redundant since it is the last statement in a loop. [redundantContinue] spice-gtk-0.42/subprojects/spice-common/common/quic.c:447:5: style: 'continue' is redundant since it is the last statement in a loop. [redundantContinue] spice-gtk-0.42/subprojects/spice-common/common/quic.c:457:5: style: 'continue' is redundant since it is the last statement in a loop. [redundantContinue] spice-gtk-0.42/subprojects/spice-common/common/quic_tmpl.c:212:5: style: 'continue' is redundant since it is the last statement in a loop. [redundantContinue] spice-gtk-0.42/subprojects/spice-common/common/quic_tmpl.c:273:5: style: 'continue' is redundant since it is the last statement in a loop. [redundantContinue] spice-gtk-0.42/subprojects/spice-common/common/quic_tmpl.c:274:5: style: 'continue' is redundant since it is the last statement in a loop. [redundantContinue] spice-gtk-0.42/subprojects/spice-common/common/quic_tmpl.c:275:5: style: 'continue' is redundant since it is the last statement in a loop. [redundantContinue] spice-gtk-0.42/subprojects/spice-common/common/quic_tmpl.c:302:5: style: 'continue' is redundant since it is the last statement in a loop. [redundantContinue] spice-gtk-0.42/subprojects/spice-common/common/quic_tmpl.c:384:5: style: 'continue' is redundant since it is the last statement in a loop. [redundantContinue] spice-gtk-0.42/subprojects/spice-common/common/quic_tmpl.c:385:5: style: 'continue' is redundant since it is the last statement in a loop. [redundantContinue] spice-gtk-0.42/subprojects/spice-common/common/quic_tmpl.c:386:5: style: 'continue' is redundant since it is the last statement in a loop. [redundantContinue] spice-gtk-0.42/subprojects/spice-common/common/quic_tmpl.c:416:5: style: 'continue' is redundant since it is the last statement in a loop. [redundantContinue] spice-gtk-0.42/subprojects/spice-common/common/quic_tmpl.c:486:5: style: 'continue' is redundant since it is the last statement in a loop. [redundantContinue] spice-gtk-0.42/subprojects/spice-common/common/quic_tmpl.c:487:5: style: 'continue' is redundant since it is the last statement in a loop. [redundantContinue] spice-gtk-0.42/subprojects/spice-common/common/quic_tmpl.c:488:5: style: 'continue' is redundant since it is the last statement in a loop. [redundantContinue] spice-gtk-0.42/subprojects/spice-common/common/quic_tmpl.c:520:5: style: 'continue' is redundant since it is the last statement in a loop. [redundantContinue] spice-gtk-0.42/subprojects/spice-common/common/quic_tmpl.c:615:5: style: 'continue' is redundant since it is the last statement in a loop. [redundantContinue] spice-gtk-0.42/subprojects/spice-common/common/quic_tmpl.c:616:5: style: 'continue' is redundant since it is the last statement in a loop. [redundantContinue] spice-gtk-0.42/subprojects/spice-common/common/quic_tmpl.c:617:5: style: 'continue' is redundant since it is the last statement in a loop. [redundantContinue] spice-gtk-0.42/subprojects/spice-common/common/quic.c:675:9: style: 'continue' is redundant since it is the last statement in a loop. [redundantContinue] spice-gtk-0.42/subprojects/spice-common/common/quic.c:678:13: style: 'continue' is redundant since it is the last statement in a loop. [redundantContinue] spice-gtk-0.42/subprojects/spice-common/common/quic.c:687:5: style: 'continue' is redundant since it is the last statement in a loop. [redundantContinue] spice-gtk-0.42/subprojects/spice-common/common/quic.c:709:5: style: 'continue' is redundant since it is the last statement in a loop. [redundantContinue] spice-gtk-0.42/subprojects/spice-common/common/quic.c:890:5: style: 'continue' is redundant since it is the last statement in a loop. [redundantContinue] spice-gtk-0.42/subprojects/spice-common/common/quic.c:891:5: style: 'continue' is redundant since it is the last statement in a loop. [redundantContinue] spice-gtk-0.42/subprojects/spice-common/common/quic.c:966:5: style: 'continue' is redundant since it is the last statement in a loop. [redundantContinue] spice-gtk-0.42/subprojects/spice-common/common/quic.c:1066:9: style: 'continue' is redundant since it is the last statement in a loop. [redundantContinue] spice-gtk-0.42/subprojects/spice-common/common/quic.c:1070:9: style: 'continue' is redundant since it is the last statement in a loop. [redundantContinue] spice-gtk-0.42/subprojects/spice-common/common/quic.c:1074:9: style: 'continue' is redundant since it is the last statement in a loop. [redundantContinue] spice-gtk-0.42/subprojects/spice-common/common/quic.c:1078:9: style: 'continue' is redundant since it is the last statement in a loop. [redundantContinue] spice-gtk-0.42/subprojects/spice-common/common/quic.c:1105:9: style: 'continue' is redundant since it is the last statement in a loop. [redundantContinue] spice-gtk-0.42/subprojects/spice-common/common/quic.c:1267:5: style: 'continue' is redundant since it is the last statement in a loop. [redundantContinue] spice-gtk-0.42/subprojects/spice-common/common/quic.c:1273:13: style: 'continue' is redundant since it is the last statement in a loop. [redundantContinue] spice-gtk-0.42/subprojects/spice-common/common/quic.c:1277:13: style: 'continue' is redundant since it is the last statement in a loop. [redundantContinue] spice-gtk-0.42/subprojects/spice-common/common/quic.c:1285:13: style: 'continue' is redundant since it is the last statement in a loop. [redundantContinue] spice-gtk-0.42/subprojects/spice-common/common/quic.c:1288:13: style: 'continue' is redundant since it is the last statement in a loop. [redundantContinue] spice-gtk-0.42/subprojects/spice-common/common/quic.c:1302:9: style: 'continue' is redundant since it is the last statement in a loop. [redundantContinue] spice-gtk-0.42/subprojects/spice-common/common/quic.c:1311:9: style: 'continue' is redundant since it is the last statement in a loop. [redundantContinue] spice-gtk-0.42/subprojects/spice-common/common/quic.c:1029:26: style:inconclusive: Function 'quic_encode' argument 5 names different: declaration 'lines' definition 'line'. [funcArgNamesDifferent] spice-gtk-0.42/subprojects/spice-common/common/quic.h:55:26: note: Function 'quic_encode' argument 5 names different: declaration 'lines' definition 'line'. spice-gtk-0.42/subprojects/spice-common/common/quic.c:1029:26: note: Function 'quic_encode' argument 5 names different: declaration 'lines' definition 'line'. spice-gtk-0.42/subprojects/spice-common/common/quic.c:1130:38: style:inconclusive: Function 'quic_decode_begin' argument 4 names different: declaration 'type' definition 'out_type'. [funcArgNamesDifferent] spice-gtk-0.42/subprojects/spice-common/common/quic.h:59:38: note: Function 'quic_decode_begin' argument 4 names different: declaration 'type' definition 'out_type'. spice-gtk-0.42/subprojects/spice-common/common/quic.c:1130:38: note: Function 'quic_decode_begin' argument 4 names different: declaration 'type' definition 'out_type'. spice-gtk-0.42/subprojects/spice-common/common/quic.c:1130:53: style:inconclusive: Function 'quic_decode_begin' argument 5 names different: declaration 'width' definition 'out_width'. [funcArgNamesDifferent] spice-gtk-0.42/subprojects/spice-common/common/quic.h:59:49: note: Function 'quic_decode_begin' argument 5 names different: declaration 'width' definition 'out_width'. spice-gtk-0.42/subprojects/spice-common/common/quic.c:1130:53: note: Function 'quic_decode_begin' argument 5 names different: declaration 'width' definition 'out_width'. spice-gtk-0.42/subprojects/spice-common/common/quic.c:1130:69: style:inconclusive: Function 'quic_decode_begin' argument 6 names different: declaration 'height' definition 'out_height'. [funcArgNamesDifferent] spice-gtk-0.42/subprojects/spice-common/common/quic.h:59:61: note: Function 'quic_decode_begin' argument 6 names different: declaration 'height' definition 'out_height'. spice-gtk-0.42/subprojects/spice-common/common/quic.c:1130:69: note: Function 'quic_decode_begin' argument 6 names different: declaration 'height' definition 'out_height'. spice-gtk-0.42/subprojects/spice-common/common/quic.c:915:19: style: Variable 'end_bucket' can be declared as pointer to const [constVariablePointer] spice-gtk-0.42/subprojects/spice-common/common/quic_family_tmpl.c:67:46: style: Parameter 'state' can be declared as pointer to const [constParameterPointer] spice-gtk-0.42/subprojects/spice-common/common/quic.c:553:34: 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] spice-gtk-0.42/subprojects/spice-common/common/quic.c:573:26: 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] spice-gtk-0.42/subprojects/spice-common/common/quic.c:413:38: error: Uninitialized variable: delta [legacyUninitvar] spice-gtk-0.42/subprojects/spice-common/common/quic_family_tmpl.c:35:28: error: There is an unknown macro here somewhere. Configuration is required. If FNAME is a macro then please configure it. [unknownMacro] spice-gtk-0.42/subprojects/spice-common/common/quic_tmpl.c:151:0: error: #error BPC must be 5 or 8 [preprocessorErrorDirective] spice-gtk-0.42/subprojects/spice-common/common/recorder/crash_test.c:59:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/recorder/crash_test.c:70:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/recorder/hanoi_test.c:66:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/recorder/hanoi_test.c:80:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/recorder/hanoi_test.c:112:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/recorder/recorder.c:275:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __ATOMIC_ACQUIRE [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/recorder/recorder.c:310:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __ATOMIC_ACQUIRE [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/recorder/recorder.c:358:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __ATOMIC_ACQUIRE [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/recorder/recorder.c:407:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __ATOMIC_ACQUIRE [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/recorder/recorder.c:442:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __ATOMIC_ACQUIRE [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/recorder/recorder.c:490:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __ATOMIC_ACQUIRE [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/recorder/recorder.c:777:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/recorder/recorder.c:789:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/recorder/recorder.c:799:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/recorder/recorder.c:872:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PRIdPTR [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/recorder/recorder.c:918:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/recorder/recorder.c:932:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/recorder/recorder.c:952:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __ATOMIC_ACQUIRE [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/recorder/recorder.c:973:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __ATOMIC_ACQUIRE [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/recorder/recorder.c:1021:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/recorder/recorder.c:1031:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/recorder/recorder.c:1153:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/recorder/recorder.c:1236:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable INTPTR_MAX [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/recorder/recorder.c:1271:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/recorder/recorder.c:1441:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/recorder/recorder.c:1573:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/recorder/recorder.c:1797:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/recorder/recorder.c:1856:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/recorder/recorder.c:1934:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/recorder/recorder.c:1952:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NSIG [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/recorder/recorder.c:1982:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/recorder/recorder.c:2029:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/recorder/recorder.c:2049:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/recorder/recorder.c:2093:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable INTPTR_MAX [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/recorder/recorder.c:2164:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/recorder/recorder.c:2195:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/recorder/recorder.c:2238:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/recorder/recorder.c:2274:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/recorder/recorder.c:73:5: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] spice-gtk-0.42/subprojects/spice-common/common/recorder/recorder.c:974:19: style: Condition 'status==0' is always true [knownConditionTrueFalse] spice-gtk-0.42/subprojects/spice-common/common/recorder/recorder.c:971:30: note: Calling function 'pattern_comp' returns 0 spice-gtk-0.42/subprojects/spice-common/common/recorder/recorder.c:971:30: note: Assignment 'status=pattern_comp(&re,what)', assigned value is 0 spice-gtk-0.42/subprojects/spice-common/common/recorder/recorder.c:974:19: note: Condition 'status==0' is always true spice-gtk-0.42/subprojects/spice-common/common/recorder/recorder.c:1594:16: style: Condition 'status==0' is always true [knownConditionTrueFalse] spice-gtk-0.42/subprojects/spice-common/common/recorder/recorder.c:1590:42: note: Calling function 'pattern_comp' returns 0 spice-gtk-0.42/subprojects/spice-common/common/recorder/recorder.c:1590:42: note: Assignment 'status=pattern_comp(&re,pattern)', assigned value is 0 spice-gtk-0.42/subprojects/spice-common/common/recorder/recorder.c:1594:16: note: Condition 'status==0' is always true spice-gtk-0.42/subprojects/spice-common/common/recorder/recorder.c:2362:24: style: Condition 'status==0' is always true [knownConditionTrueFalse] spice-gtk-0.42/subprojects/spice-common/common/recorder/recorder.c:2361:38: note: Calling function 'pattern_comp' returns 0 spice-gtk-0.42/subprojects/spice-common/common/recorder/recorder.c:2361:38: note: Assignment 'status=pattern_comp(&re,param)', assigned value is 0 spice-gtk-0.42/subprojects/spice-common/common/recorder/recorder.c:2362:24: note: Condition 'status==0' is always true spice-gtk-0.42/subprojects/spice-common/common/recorder/recorder.c:2177:27: style: Same value in both branches of ternary operator. [duplicateValueTernary] spice-gtk-0.42/subprojects/spice-common/common/recorder/recorder.c:825:47: style:inconclusive: Function 'recorder_format_entry' argument 4 names different: declaration 'location' definition 'function_name'. [funcArgNamesDifferent] spice-gtk-0.42/subprojects/spice-common/common/recorder/recorder.c:242:47: note: Function 'recorder_format_entry' argument 4 names different: declaration 'location' definition 'function_name'. spice-gtk-0.42/subprojects/spice-common/common/recorder/recorder.c:825:47: note: Function 'recorder_format_entry' argument 4 names different: declaration 'location' definition 'function_name'. spice-gtk-0.42/subprojects/spice-common/common/recorder/recorder.c:962:53: style:inconclusive: Function 'recorder_sort' argument 4 names different: declaration 'show_arg' definition 'output'. [funcArgNamesDifferent] spice-gtk-0.42/subprojects/spice-common/common/recorder/recorder.h:121:60: note: Function 'recorder_sort' argument 4 names different: declaration 'show_arg' definition 'output'. spice-gtk-0.42/subprojects/spice-common/common/recorder/recorder.c:962:53: note: Function 'recorder_sort' argument 4 names different: declaration 'show_arg' definition 'output'. spice-gtk-0.42/subprojects/spice-common/common/recorder/recorder.c:1398:74: style:inconclusive: Function 'recorder_chan_write' argument 3 names different: declaration 'cnt' definition 'count'. [funcArgNamesDifferent] spice-gtk-0.42/subprojects/spice-common/common/recorder/recorder.c:224:77: note: Function 'recorder_chan_write' argument 3 names different: declaration 'cnt' definition 'count'. spice-gtk-0.42/subprojects/spice-common/common/recorder/recorder.c:1398:74: note: Function 'recorder_chan_write' argument 3 names different: declaration 'cnt' definition 'count'. spice-gtk-0.42/subprojects/spice-common/common/recorder/recorder.c:1688:64: style:inconclusive: Function 'recorder_chan_readable' argument 2 names different: declaration 'readerID' definition 'reader'. [funcArgNamesDifferent] spice-gtk-0.42/subprojects/spice-common/common/recorder/recorder.h:886:59: note: Function 'recorder_chan_readable' argument 2 names different: declaration 'readerID' definition 'reader'. spice-gtk-0.42/subprojects/spice-common/common/recorder/recorder.c:1688:64: note: Function 'recorder_chan_readable' argument 2 names different: declaration 'readerID' definition 'reader'. spice-gtk-0.42/subprojects/spice-common/common/recorder/recorder.c:1702:38: style:inconclusive: Function 'recorder_chan_read' argument 4 names different: declaration 'readerID' definition 'reader'. [funcArgNamesDifferent] spice-gtk-0.42/subprojects/spice-common/common/recorder/recorder.h:889:55: note: Function 'recorder_chan_read' argument 4 names different: declaration 'readerID' definition 'reader'. spice-gtk-0.42/subprojects/spice-common/common/recorder/recorder.c:1702:38: note: Function 'recorder_chan_read' argument 4 names different: declaration 'readerID' definition 'reader'. spice-gtk-0.42/subprojects/spice-common/common/recorder/recorder.c:1947:34: style:inconclusive: Function 'recorder_dump_on_signal' argument 1 names different: declaration 'signal' definition 'sig'. [funcArgNamesDifferent] spice-gtk-0.42/subprojects/spice-common/common/recorder/recorder.h:87:41: note: Function 'recorder_dump_on_signal' argument 1 names different: declaration 'signal' definition 'sig'. spice-gtk-0.42/subprojects/spice-common/common/recorder/recorder.c:1947:34: note: Function 'recorder_dump_on_signal' argument 1 names different: declaration 'signal' definition 'sig'. spice-gtk-0.42/subprojects/spice-common/common/recorder/recorder.c:2259:36: style:inconclusive: Function 'recorder_trace_set' argument 1 names different: declaration 'set' definition 'param_spec'. [funcArgNamesDifferent] spice-gtk-0.42/subprojects/spice-common/common/recorder/recorder.h:275:43: note: Function 'recorder_trace_set' argument 1 names different: declaration 'set' definition 'param_spec'. spice-gtk-0.42/subprojects/spice-common/common/recorder/recorder.c:2259:36: note: Function 'recorder_trace_set' argument 1 names different: declaration 'set' definition 'param_spec'. spice-gtk-0.42/subprojects/spice-common/common/recorder/recorder.c:1119:23: style: Local variable 'chans' shadows outer variable [shadowVariable] spice-gtk-0.42/subprojects/spice-common/common/recorder/recorder.c:2070:25: note: Shadowed declaration spice-gtk-0.42/subprojects/spice-common/common/recorder/recorder.c:1119:23: note: Shadow variable spice-gtk-0.42/subprojects/spice-common/common/recorder/recorder.c:1364:23: style: Local variable 'chans' shadows outer variable [shadowVariable] spice-gtk-0.42/subprojects/spice-common/common/recorder/recorder.c:2070:25: note: Shadowed declaration spice-gtk-0.42/subprojects/spice-common/common/recorder/recorder.c:1364:23: note: Shadow variable spice-gtk-0.42/subprojects/spice-common/common/recorder/recorder.c:589:23: style: Variable 'fmt_end' can be declared as pointer to const [constVariablePointer] spice-gtk-0.42/subprojects/spice-common/common/recorder/recorder.c:1556:22: style: Variable 'shans' can be declared as pointer to const [constVariablePointer] spice-gtk-0.42/subprojects/spice-common/common/recorder/recorder.c:1613:21: style: Variable 'shan' can be declared as pointer to const [constVariablePointer] spice-gtk-0.42/subprojects/spice-common/common/recorder/recorder.c:1623:21: style: Variable 'shan' can be declared as pointer to const [constVariablePointer] spice-gtk-0.42/subprojects/spice-common/common/recorder/recorder.c:1633:21: style: Variable 'shan' can be declared as pointer to const [constVariablePointer] spice-gtk-0.42/subprojects/spice-common/common/recorder/recorder.c:1643:21: style: Variable 'shan' can be declared as pointer to const [constVariablePointer] spice-gtk-0.42/subprojects/spice-common/common/recorder/recorder.c:1653:21: style: Variable 'shan' can be declared as pointer to const [constVariablePointer] spice-gtk-0.42/subprojects/spice-common/common/recorder/recorder.c:1663:21: style: Variable 'shan' can be declared as pointer to const [constVariablePointer] spice-gtk-0.42/subprojects/spice-common/common/recorder/recorder.c:2152:51: style: Parameter 'ignored' can be declared as pointer to const. However it seems that 'background_configuration_check' is a callback function, if 'ignored' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/recorder/recorder.c:2194:36: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/recorder/recorder.c:2152:51: note: Parameter 'ignored' can be declared as pointer to const spice-gtk-0.42/subprojects/spice-common/common/recorder/recorder.c:1094:21: style: struct member 'recorder_chans::map_size' is never used. [unusedStructMember] spice-gtk-0.42/subprojects/spice-common/common/recorder/recorder_ring.c:128:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __ATOMIC_ACQUIRE [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/recorder/recorder_ring.c:182:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __ATOMIC_ACQUIRE [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/recorder/recorder_ring.c:278:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __ATOMIC_ACQUIRE [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/recorder/recorder_ring.c:137:54: style:inconclusive: Function 'recorder_ring_read' argument 2 names different: declaration 'data' definition 'destination'. [funcArgNamesDifferent] spice-gtk-0.42/subprojects/spice-common/common/recorder/recorder_ring.h:176:50: note: Function 'recorder_ring_read' argument 2 names different: declaration 'data' definition 'destination'. spice-gtk-0.42/subprojects/spice-common/common/recorder/recorder_ring.c:137:54: note: Function 'recorder_ring_read' argument 2 names different: declaration 'data' definition 'destination'. spice-gtk-0.42/subprojects/spice-common/common/recorder/recorder_ring.c:139:54: style:inconclusive: Function 'recorder_ring_read' argument 4 names different: declaration 'reader' definition 'reader_ptr'. [funcArgNamesDifferent] spice-gtk-0.42/subprojects/spice-common/common/recorder/recorder_ring.h:177:55: note: Function 'recorder_ring_read' argument 4 names different: declaration 'reader' definition 'reader_ptr'. spice-gtk-0.42/subprojects/spice-common/common/recorder/recorder_ring.c:139:54: note: Function 'recorder_ring_read' argument 4 names different: declaration 'reader' definition 'reader_ptr'. spice-gtk-0.42/subprojects/spice-common/common/recorder/recorder_ring.c:215:55: style:inconclusive: Function 'recorder_ring_write' argument 2 names different: declaration 'data' definition 'source'. [funcArgNamesDifferent] spice-gtk-0.42/subprojects/spice-common/common/recorder/recorder_ring.h:182:57: note: Function 'recorder_ring_write' argument 2 names different: declaration 'data' definition 'source'. spice-gtk-0.42/subprojects/spice-common/common/recorder/recorder_ring.c:215:55: note: Function 'recorder_ring_write' argument 2 names different: declaration 'data' definition 'source'. spice-gtk-0.42/subprojects/spice-common/common/recorder/recorder_ring.c:219:55: style:inconclusive: Function 'recorder_ring_write' argument 6 names different: declaration 'writer' definition 'writer_ptr'. [funcArgNamesDifferent] spice-gtk-0.42/subprojects/spice-common/common/recorder/recorder_ring.h:185:56: note: Function 'recorder_ring_write' argument 6 names different: declaration 'writer' definition 'writer_ptr'. spice-gtk-0.42/subprojects/spice-common/common/recorder/recorder_ring.c:219:55: note: Function 'recorder_ring_write' argument 6 names different: declaration 'writer' definition 'writer_ptr'. spice-gtk-0.42/subprojects/spice-common/common/recorder/recorder_ring.c:80:71: style: Parameter 'reader' can be declared as pointer to const [constParameterPointer] spice-gtk-0.42/subprojects/spice-common/common/recorder/recorder_ring.c:94:54: style: Parameter 'ring' can be declared as pointer to const [constParameterPointer] spice-gtk-0.42/subprojects/spice-common/common/recorder/recorder_ring.c:151:19: style: Variable 'data' can be declared as pointer to const [constVariablePointer] spice-gtk-0.42/subprojects/spice-common/common/recorder/recorder_ring.c:150:29: style: Variable 'ptr' is assigned a value that is never used. [unreadVariable] spice-gtk-0.42/subprojects/spice-common/common/recorder/recorder_test.c:103:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/recorder/recorder_test.c:122:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/recorder/recorder_test.c:147:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/recorder/recorder_test.c:173:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/recorder/recorder_test.c:173:5: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint] spice-gtk-0.42/subprojects/spice-common/common/recorder/recorder_test.c:173:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint] spice-gtk-0.42/subprojects/spice-common/common/recorder/recorder_test.c:173:5: warning: %u in format string (no. 3) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint] spice-gtk-0.42/subprojects/spice-common/common/recorder/recorder_test.c:196:9: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] spice-gtk-0.42/subprojects/spice-common/common/recorder/recorder_test.c:160:16: style: Variable 'e' can be declared as pointer to const [constVariablePointer] spice-gtk-0.42/subprojects/spice-common/common/recorder/ring_test.c:174:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/recorder/ring_test.c:181:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/recorder/ring_test.c:211:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/recorder/ring_test.c:237:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __ATOMIC_ACQUIRE [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/recorder/ring_test.c:265:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/recorder/ring_test.c:284:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/recorder/ring_test.c:302:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __ATOMIC_ACQUIRE [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/recorder/ring_test.c:394:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/recorder/ring_test.c:471:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __ATOMIC_ACQUIRE [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/recorder/ring_test.c:493:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/recorder/ring_test.c:190:9: portability: %zu in format string (no. 1) requires 'size_t' but the argument type is 'uintptr_t {aka unsigned long}'. [invalidPrintfArgType_uint] spice-gtk-0.42/subprojects/spice-common/common/recorder/ring_test.c:190:9: portability: %zu in format string (no. 2) requires 'size_t' but the argument type is 'uintptr_t {aka unsigned long}'. [invalidPrintfArgType_uint] spice-gtk-0.42/subprojects/spice-common/common/recorder/ring_test.c:190:9: portability: %zu in format string (no. 3) requires 'size_t' but the argument type is 'uintptr_t {aka unsigned long}'. [invalidPrintfArgType_uint] spice-gtk-0.42/subprojects/spice-common/common/recorder/ring_test.c:198:5: portability: %zu in format string (no. 1) requires 'size_t' but the argument type is 'uintptr_t {aka unsigned long}'. [invalidPrintfArgType_uint] spice-gtk-0.42/subprojects/spice-common/common/recorder/ring_test.c:198:5: portability: %zu in format string (no. 2) requires 'size_t' but the argument type is 'uintptr_t {aka unsigned long}'. [invalidPrintfArgType_uint] spice-gtk-0.42/subprojects/spice-common/common/recorder/ring_test.c:198:5: portability: %zu in format string (no. 3) requires 'size_t' but the argument type is 'uintptr_t {aka unsigned long}'. [invalidPrintfArgType_uint] spice-gtk-0.42/subprojects/spice-common/common/recorder/ring_test.c:220:9: portability: %zu in format string (no. 1) requires 'size_t' but the argument type is 'uintptr_t {aka unsigned long}'. [invalidPrintfArgType_uint] spice-gtk-0.42/subprojects/spice-common/common/recorder/ring_test.c:220:9: portability: %zu in format string (no. 2) requires 'size_t' but the argument type is 'uintptr_t {aka unsigned long}'. [invalidPrintfArgType_uint] spice-gtk-0.42/subprojects/spice-common/common/recorder/ring_test.c:220:9: portability: %zu in format string (no. 3) requires 'size_t' but the argument type is 'uintptr_t {aka unsigned long}'. [invalidPrintfArgType_uint] spice-gtk-0.42/subprojects/spice-common/common/recorder/ring_test.c:224:5: portability: %zu in format string (no. 1) requires 'size_t' but the argument type is 'uintptr_t {aka unsigned long}'. [invalidPrintfArgType_uint] spice-gtk-0.42/subprojects/spice-common/common/recorder/ring_test.c:224:5: portability: %zu in format string (no. 2) requires 'size_t' but the argument type is 'uintptr_t {aka unsigned long}'. [invalidPrintfArgType_uint] spice-gtk-0.42/subprojects/spice-common/common/recorder/ring_test.c:224:5: portability: %zu in format string (no. 3) requires 'size_t' but the argument type is 'uintptr_t {aka unsigned long}'. [invalidPrintfArgType_uint] spice-gtk-0.42/subprojects/spice-common/common/recorder/ring_test.c:245:9: portability: %zu in format string (no. 1) requires 'size_t' but the argument type is 'uintptr_t {aka unsigned long}'. [invalidPrintfArgType_uint] spice-gtk-0.42/subprojects/spice-common/common/recorder/ring_test.c:245:9: portability: %zu in format string (no. 2) requires 'size_t' but the argument type is 'uintptr_t {aka unsigned long}'. [invalidPrintfArgType_uint] spice-gtk-0.42/subprojects/spice-common/common/recorder/ring_test.c:245:9: portability: %zu in format string (no. 3) requires 'size_t' but the argument type is 'uintptr_t {aka unsigned long}'. [invalidPrintfArgType_uint] spice-gtk-0.42/subprojects/spice-common/common/recorder/ring_test.c:245:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] spice-gtk-0.42/subprojects/spice-common/common/recorder/ring_test.c:245:9: warning: %u in format string (no. 3) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint] spice-gtk-0.42/subprojects/spice-common/common/recorder/ring_test.c:254:9: portability: %zu in format string (no. 1) requires 'size_t' but the argument type is 'uintptr_t {aka unsigned long}'. [invalidPrintfArgType_uint] spice-gtk-0.42/subprojects/spice-common/common/recorder/ring_test.c:254:9: portability: %zu in format string (no. 2) requires 'size_t' but the argument type is 'uintptr_t {aka unsigned long}'. [invalidPrintfArgType_uint] spice-gtk-0.42/subprojects/spice-common/common/recorder/ring_test.c:254:9: portability: %zu in format string (no. 3) requires 'size_t' but the argument type is 'uintptr_t {aka unsigned long}'. [invalidPrintfArgType_uint] spice-gtk-0.42/subprojects/spice-common/common/recorder/ring_test.c:254:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] spice-gtk-0.42/subprojects/spice-common/common/recorder/ring_test.c:254:9: warning: %u in format string (no. 5) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint] spice-gtk-0.42/subprojects/spice-common/common/recorder/ring_test.c:270:9: portability: %zu in format string (no. 1) requires 'size_t' but the argument type is 'uintptr_t {aka unsigned long}'. [invalidPrintfArgType_uint] spice-gtk-0.42/subprojects/spice-common/common/recorder/ring_test.c:270:9: portability: %zu in format string (no. 2) requires 'size_t' but the argument type is 'uintptr_t {aka unsigned long}'. [invalidPrintfArgType_uint] spice-gtk-0.42/subprojects/spice-common/common/recorder/ring_test.c:270:9: portability: %zu in format string (no. 3) requires 'size_t' but the argument type is 'uintptr_t {aka unsigned long}'. [invalidPrintfArgType_uint] spice-gtk-0.42/subprojects/spice-common/common/recorder/ring_test.c:287:5: portability: %zu in format string (no. 1) requires 'size_t' but the argument type is 'uintptr_t {aka unsigned long}'. [invalidPrintfArgType_uint] spice-gtk-0.42/subprojects/spice-common/common/recorder/ring_test.c:287:5: portability: %zu in format string (no. 2) requires 'size_t' but the argument type is 'uintptr_t {aka unsigned long}'. [invalidPrintfArgType_uint] spice-gtk-0.42/subprojects/spice-common/common/recorder/ring_test.c:287:5: portability: %zu in format string (no. 3) requires 'size_t' but the argument type is 'uintptr_t {aka unsigned long}'. [invalidPrintfArgType_uint] spice-gtk-0.42/subprojects/spice-common/common/recorder/ring_test.c:315:13: portability: %zu in format string (no. 1) requires 'size_t' but the argument type is 'uintptr_t {aka unsigned long}'. [invalidPrintfArgType_uint] spice-gtk-0.42/subprojects/spice-common/common/recorder/ring_test.c:315:13: portability: %zu in format string (no. 2) requires 'size_t' but the argument type is 'uintptr_t {aka unsigned long}'. [invalidPrintfArgType_uint] spice-gtk-0.42/subprojects/spice-common/common/recorder/ring_test.c:315:13: portability: %zu in format string (no. 3) requires 'size_t' but the argument type is 'uintptr_t {aka unsigned long}'. [invalidPrintfArgType_uint] spice-gtk-0.42/subprojects/spice-common/common/recorder/ring_test.c:315:13: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] spice-gtk-0.42/subprojects/spice-common/common/recorder/ring_test.c:328:17: portability: %zu in format string (no. 1) requires 'size_t' but the argument type is 'uintptr_t {aka unsigned long}'. [invalidPrintfArgType_uint] spice-gtk-0.42/subprojects/spice-common/common/recorder/ring_test.c:328:17: portability: %zu in format string (no. 2) requires 'size_t' but the argument type is 'uintptr_t {aka unsigned long}'. [invalidPrintfArgType_uint] spice-gtk-0.42/subprojects/spice-common/common/recorder/ring_test.c:328:17: portability: %zu in format string (no. 3) requires 'size_t' but the argument type is 'uintptr_t {aka unsigned long}'. [invalidPrintfArgType_uint] spice-gtk-0.42/subprojects/spice-common/common/recorder/ring_test.c:338:13: portability: %zu in format string (no. 1) requires 'size_t' but the argument type is 'uintptr_t {aka unsigned long}'. [invalidPrintfArgType_uint] spice-gtk-0.42/subprojects/spice-common/common/recorder/ring_test.c:338:13: portability: %zu in format string (no. 2) requires 'size_t' but the argument type is 'uintptr_t {aka unsigned long}'. [invalidPrintfArgType_uint] spice-gtk-0.42/subprojects/spice-common/common/recorder/ring_test.c:338:13: portability: %zu in format string (no. 3) requires 'size_t' but the argument type is 'uintptr_t {aka unsigned long}'. [invalidPrintfArgType_uint] spice-gtk-0.42/subprojects/spice-common/common/recorder/ring_test.c:345:13: portability: %zu in format string (no. 1) requires 'size_t' but the argument type is 'uintptr_t {aka unsigned long}'. [invalidPrintfArgType_uint] spice-gtk-0.42/subprojects/spice-common/common/recorder/ring_test.c:345:13: portability: %zu in format string (no. 2) requires 'size_t' but the argument type is 'uintptr_t {aka unsigned long}'. [invalidPrintfArgType_uint] spice-gtk-0.42/subprojects/spice-common/common/recorder/ring_test.c:345:13: portability: %zu in format string (no. 3) requires 'size_t' but the argument type is 'uintptr_t {aka unsigned long}'. [invalidPrintfArgType_uint] spice-gtk-0.42/subprojects/spice-common/common/recorder/ring_test.c:355:9: portability: %zu in format string (no. 1) requires 'size_t' but the argument type is 'uintptr_t {aka unsigned long}'. [invalidPrintfArgType_uint] spice-gtk-0.42/subprojects/spice-common/common/recorder/ring_test.c:355:9: portability: %zu in format string (no. 2) requires 'size_t' but the argument type is 'uintptr_t {aka unsigned long}'. [invalidPrintfArgType_uint] spice-gtk-0.42/subprojects/spice-common/common/recorder/ring_test.c:355:9: portability: %zu in format string (no. 3) requires 'size_t' but the argument type is 'uintptr_t {aka unsigned long}'. [invalidPrintfArgType_uint] spice-gtk-0.42/subprojects/spice-common/common/recorder/ring_test.c:355:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] spice-gtk-0.42/subprojects/spice-common/common/recorder/ring_test.c:365:13: portability: %zu in format string (no. 1) requires 'size_t' but the argument type is 'uintptr_t {aka unsigned long}'. [invalidPrintfArgType_uint] spice-gtk-0.42/subprojects/spice-common/common/recorder/ring_test.c:365:13: portability: %zu in format string (no. 2) requires 'size_t' but the argument type is 'uintptr_t {aka unsigned long}'. [invalidPrintfArgType_uint] spice-gtk-0.42/subprojects/spice-common/common/recorder/ring_test.c:365:13: portability: %zu in format string (no. 3) requires 'size_t' but the argument type is 'uintptr_t {aka unsigned long}'. [invalidPrintfArgType_uint] spice-gtk-0.42/subprojects/spice-common/common/recorder/ring_test.c:373:13: portability: %zu in format string (no. 1) requires 'size_t' but the argument type is 'uintptr_t {aka unsigned long}'. [invalidPrintfArgType_uint] spice-gtk-0.42/subprojects/spice-common/common/recorder/ring_test.c:373:13: portability: %zu in format string (no. 2) requires 'size_t' but the argument type is 'uintptr_t {aka unsigned long}'. [invalidPrintfArgType_uint] spice-gtk-0.42/subprojects/spice-common/common/recorder/ring_test.c:373:13: portability: %zu in format string (no. 3) requires 'size_t' but the argument type is 'uintptr_t {aka unsigned long}'. [invalidPrintfArgType_uint] spice-gtk-0.42/subprojects/spice-common/common/recorder/ring_test.c:380:9: portability: %zu in format string (no. 1) requires 'size_t' but the argument type is 'uintptr_t {aka unsigned long}'. [invalidPrintfArgType_uint] spice-gtk-0.42/subprojects/spice-common/common/recorder/ring_test.c:380:9: portability: %zu in format string (no. 2) requires 'size_t' but the argument type is 'uintptr_t {aka unsigned long}'. [invalidPrintfArgType_uint] spice-gtk-0.42/subprojects/spice-common/common/recorder/ring_test.c:380:9: portability: %zu in format string (no. 3) requires 'size_t' but the argument type is 'uintptr_t {aka unsigned long}'. [invalidPrintfArgType_uint] spice-gtk-0.42/subprojects/spice-common/common/recorder/ring_test.c:380:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] spice-gtk-0.42/subprojects/spice-common/common/recorder/ring_test.c:395:5: portability: %zu in format string (no. 1) requires 'size_t' but the argument type is 'uintptr_t {aka unsigned long}'. [invalidPrintfArgType_uint] spice-gtk-0.42/subprojects/spice-common/common/recorder/ring_test.c:395:5: portability: %zu in format string (no. 2) requires 'size_t' but the argument type is 'uintptr_t {aka unsigned long}'. [invalidPrintfArgType_uint] spice-gtk-0.42/subprojects/spice-common/common/recorder/ring_test.c:395:5: portability: %zu in format string (no. 3) requires 'size_t' but the argument type is 'uintptr_t {aka unsigned long}'. [invalidPrintfArgType_uint] spice-gtk-0.42/subprojects/spice-common/common/recorder/ring_test.c:405:5: portability: %zu in format string (no. 1) requires 'size_t' but the argument type is 'uintptr_t {aka unsigned long}'. [invalidPrintfArgType_uint] spice-gtk-0.42/subprojects/spice-common/common/recorder/ring_test.c:405:5: portability: %zu in format string (no. 2) requires 'size_t' but the argument type is 'uintptr_t {aka unsigned long}'. [invalidPrintfArgType_uint] spice-gtk-0.42/subprojects/spice-common/common/recorder/ring_test.c:405:5: portability: %zu in format string (no. 3) requires 'size_t' but the argument type is 'uintptr_t {aka unsigned long}'. [invalidPrintfArgType_uint] spice-gtk-0.42/subprojects/spice-common/common/recorder/ring_test.c:411:5: portability: %zu in format string (no. 1) requires 'size_t' but the argument type is 'uintptr_t {aka unsigned long}'. [invalidPrintfArgType_uint] spice-gtk-0.42/subprojects/spice-common/common/recorder/ring_test.c:411:5: portability: %zu in format string (no. 2) requires 'size_t' but the argument type is 'uintptr_t {aka unsigned long}'. [invalidPrintfArgType_uint] spice-gtk-0.42/subprojects/spice-common/common/recorder/ring_test.c:411:5: portability: %zu in format string (no. 3) requires 'size_t' but the argument type is 'uintptr_t {aka unsigned long}'. [invalidPrintfArgType_uint] spice-gtk-0.42/subprojects/spice-common/common/recorder/ring_test.c:411:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] spice-gtk-0.42/subprojects/spice-common/common/recorder/ring_test.c:414:5: portability: %zu in format string (no. 1) requires 'size_t' but the argument type is 'uintptr_t {aka unsigned long}'. [invalidPrintfArgType_uint] spice-gtk-0.42/subprojects/spice-common/common/recorder/ring_test.c:414:5: portability: %zu in format string (no. 2) requires 'size_t' but the argument type is 'uintptr_t {aka unsigned long}'. [invalidPrintfArgType_uint] spice-gtk-0.42/subprojects/spice-common/common/recorder/ring_test.c:414:5: portability: %zu in format string (no. 3) requires 'size_t' but the argument type is 'uintptr_t {aka unsigned long}'. [invalidPrintfArgType_uint] spice-gtk-0.42/subprojects/spice-common/common/recorder/ring_test.c:425:5: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] spice-gtk-0.42/subprojects/spice-common/common/recorder/ring_test.c:425:5: warning: %d in format string (no. 4) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] spice-gtk-0.42/subprojects/spice-common/common/recorder/ring_test.c:425:5: warning: %d in format string (no. 6) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] spice-gtk-0.42/subprojects/spice-common/common/recorder/ring_test.c:425:5: warning: %d in format string (no. 7) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] spice-gtk-0.42/subprojects/spice-common/common/recorder/ring_test.c:425:5: warning: %d in format string (no. 10) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] spice-gtk-0.42/subprojects/spice-common/common/recorder/ring_test.c:425:5: warning: %d in format string (no. 11) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] spice-gtk-0.42/subprojects/spice-common/common/recorder/ring_test.c:425:5: warning: %d in format string (no. 16) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] spice-gtk-0.42/subprojects/spice-common/common/recorder/ring_test.c:425:5: warning: %d in format string (no. 17) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] spice-gtk-0.42/subprojects/spice-common/common/recorder/ring_test.c:179:36: style: Parameter 'rb' can be declared as pointer to const. However it seems that 'writer_block' is a callback function, if 'rb' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/recorder/ring_test.c:250:42: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/recorder/ring_test.c:179:36: note: Parameter 'rb' can be declared as pointer to const spice-gtk-0.42/subprojects/spice-common/common/recorder/ring_test.c:209:36: style: Parameter 'rb' can be declared as pointer to const. However it seems that 'commit_block' is a callback function, if 'rb' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/recorder/ring_test.c:250:56: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/recorder/ring_test.c:209:36: note: Parameter 'rb' can be declared as pointer to const spice-gtk-0.42/subprojects/spice-common/common/recorder/ring_test.c:263:36: style: Parameter 'rb' can be declared as pointer to const. However it seems that 'reader_block' is a callback function, if 'rb' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/recorder/ring_test.c:358:35: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/recorder/ring_test.c:263:36: note: Parameter 'rb' can be declared as pointer to const spice-gtk-0.42/subprojects/spice-common/common/recorder/ring_test.c:281:39: style: Parameter 'rb' can be declared as pointer to const. However it seems that 'reader_overflow' is a callback function, if 'rb' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/recorder/ring_test.c:358:49: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/recorder/ring_test.c:281:39: note: Parameter 'rb' can be declared as pointer to const spice-gtk-0.42/subprojects/spice-common/common/recorder/ring_test.c:464:60: style: Parameter 'source' can be declared as pointer to const [constParameterPointer] spice-gtk-0.42/subprojects/spice-common/common/recorder/scope/recorder_scope.cpp:94:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/recorder/scope/recorder_scope.cpp:106:14: style: Local variable 'a' shadows outer variable [shadowVariable] spice-gtk-0.42/subprojects/spice-common/common/recorder/scope/recorder_scope.cpp:98:18: note: Shadowed declaration spice-gtk-0.42/subprojects/spice-common/common/recorder/scope/recorder_scope.cpp:106:14: note: Shadow variable spice-gtk-0.42/subprojects/spice-common/common/recorder/scope/recorder_scope.cpp:141:24: style: Variable 'slider' can be declared as pointer to const [constVariablePointer] spice-gtk-0.42/subprojects/spice-common/common/recorder/scope/recorder_scope.cpp:180:27: style: Variable 'view' can be declared as pointer to const [constVariablePointer] spice-gtk-0.42/subprojects/spice-common/common/recorder/scope/recorder_scope.cpp:188:23: style: Variable 'recorderView' can be declared as pointer to const [constVariablePointer] spice-gtk-0.42/subprojects/spice-common/common/recorder/scope/recorder_slider.cpp:100:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AlignCenter [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/recorder/scope/recorder_slider.cpp:139:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/recorder/scope/recorder_slider.cpp:179:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/recorder/scope/recorder_slider.cpp:178:42: error: Using pointer that is a temporary. [danglingTemporaryLifetime] spice-gtk-0.42/subprojects/spice-common/common/recorder/scope/recorder_slider.cpp:177:49: note: Pointer to container is created here. spice-gtk-0.42/subprojects/spice-common/common/recorder/scope/recorder_slider.cpp:177:42: note: Temporary created here. spice-gtk-0.42/subprojects/spice-common/common/recorder/scope/recorder_slider.cpp:178:42: note: Using pointer that is a temporary. spice-gtk-0.42/subprojects/spice-common/common/recorder/scope/recorder_slider.cpp:81:51: style:inconclusive: Function 'make' argument 3 names different: declaration 'specification' definition 'spec'. [funcArgNamesDifferent] spice-gtk-0.42/subprojects/spice-common/common/recorder/scope/recorder_slider.h:64:46: note: Function 'make' argument 3 names different: declaration 'specification' definition 'spec'. spice-gtk-0.42/subprojects/spice-common/common/recorder/scope/recorder_slider.cpp:81:51: note: Function 'make' argument 3 names different: declaration 'specification' definition 'spec'. spice-gtk-0.42/subprojects/spice-common/common/recorder/scope/recorder_view.cpp:76:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AlignRight [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/recorder/scope/recorder_view.cpp:208:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/recorder/scope/recorder_view.cpp:289:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable RECORDER_HZ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/recorder/scope/recorder_view.cpp:489:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AlignRight [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/recorder/scope/recorder_view.cpp:427:20: style: Local variable 'range' shadows outer variable [shadowVariable] spice-gtk-0.42/subprojects/spice-common/common/recorder/scope/recorder_view.cpp:407:16: note: Shadowed declaration spice-gtk-0.42/subprojects/spice-common/common/recorder/scope/recorder_view.cpp:427:20: note: Shadow variable spice-gtk-0.42/subprojects/spice-common/common/recorder/scope/recorder_view.cpp:428:20: style: Local variable 'scale' shadows outer variable [shadowVariable] spice-gtk-0.42/subprojects/spice-common/common/recorder/scope/recorder_view.cpp:408:16: note: Shadowed declaration spice-gtk-0.42/subprojects/spice-common/common/recorder/scope/recorder_view.cpp:428:20: note: Shadow variable spice-gtk-0.42/subprojects/spice-common/common/recorder/scope/recorder_view.cpp:532:25: style: Local variable 'data' shadows outer variable [shadowVariable] spice-gtk-0.42/subprojects/spice-common/common/recorder/scope/recorder_view.h:94:30: note: Shadowed declaration spice-gtk-0.42/subprojects/spice-common/common/recorder/scope/recorder_view.cpp:532:25: note: Shadow variable spice-gtk-0.42/subprojects/spice-common/common/recorder/scope/recorder_view.cpp:147:24: style: Variable 'type' is assigned a value that is never used. [unreadVariable] spice-gtk-0.42/subprojects/spice-common/common/rect.h:91:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable G_LOG_LEVEL_DEBUG [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/region.c:354:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable x1 [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/region.c:369:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable x1 [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/region.c:517:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable x1 [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/region.c:120:20: style: Condition 'r1->x2==x2' is always false [knownConditionTrueFalse] spice-gtk-0.42/subprojects/spice-common/common/region.c:87:12: note: x2 is assigned '(r1->x2<(r2->x2))?(r1->x2):(r2->x2)' here. spice-gtk-0.42/subprojects/spice-common/common/region.c:111:27: note: Assuming condition is false spice-gtk-0.42/subprojects/spice-common/common/region.c:120:20: note: Condition 'r1->x2==x2' is always false spice-gtk-0.42/subprojects/spice-common/common/region.c:506:5: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint] spice-gtk-0.42/subprojects/spice-common/common/region.c:273:32: style:inconclusive: Function 'region_test' argument 1 names different: declaration 'rgn' definition '_reg1'. [funcArgNamesDifferent] spice-gtk-0.42/subprojects/spice-common/common/region.h:49:32: note: Function 'region_test' argument 1 names different: declaration 'rgn' definition '_reg1'. spice-gtk-0.42/subprojects/spice-common/common/region.c:273:32: note: Function 'region_test' argument 1 names different: declaration 'rgn' definition '_reg1'. spice-gtk-0.42/subprojects/spice-common/common/region.c:273:54: style:inconclusive: Function 'region_test' argument 2 names different: declaration 'other_rgn' definition '_reg2'. [funcArgNamesDifferent] spice-gtk-0.42/subprojects/spice-common/common/region.h:49:52: note: Function 'region_test' argument 2 names different: declaration 'other_rgn' definition '_reg2'. spice-gtk-0.42/subprojects/spice-common/common/region.c:273:54: note: Function 'region_test' argument 2 names different: declaration 'other_rgn' definition '_reg2'. spice-gtk-0.42/subprojects/spice-common/common/region.c:78:38: style: Parameter 'r1_end' can be declared as pointer to const [constParameterPointer] spice-gtk-0.42/subprojects/spice-common/common/region.c:80:38: style: Parameter 'r2_end' can be declared as pointer to const [constParameterPointer] spice-gtk-0.42/subprojects/spice-common/common/region.c:146:21: style: Variable 'r1_end' can be declared as pointer to const [constVariablePointer] spice-gtk-0.42/subprojects/spice-common/common/region.c:147:21: style: Variable 'r2_end' can be declared as pointer to const [constVariablePointer] spice-gtk-0.42/subprojects/spice-common/common/region.c:389:21: style: Variable 'extents' can be declared as pointer to const [constVariablePointer] spice-gtk-0.42/subprojects/spice-common/common/region.c:418:21: style: Variable 'extents1' can be declared as pointer to const [constVariablePointer] spice-gtk-0.42/subprojects/spice-common/common/region.c:418:32: style: Variable 'extents2' can be declared as pointer to const [constVariablePointer] spice-gtk-0.42/subprojects/spice-common/common/region.c:494:21: style: Variable 'rects' can be declared as pointer to const [constVariablePointer] spice-gtk-0.42/subprojects/spice-common/common/region.c:494:29: style: Variable 'extents' can be declared as pointer to const [constVariablePointer] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:47:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable G_LOG_LEVEL_CRITICAL [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:55:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable G_LOG_LEVEL_CRITICAL [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:148:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:149:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:150:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:151:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:152:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:153:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:154:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:155:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:156:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:157:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:158:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:159:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:160:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:161:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:162:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:163:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:164:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:165:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:166:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:167:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:168:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:169:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:170:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:171:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:172:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:173:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:174:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:175:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:176:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:177:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:178:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:179:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:180:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:181:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:182:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:183:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:184:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:185:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:186:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:187:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:188:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:189:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:190:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:191:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:192:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:193:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:194:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:195:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:196:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:197:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:198:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:199:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:200:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:201:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:202:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:203:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:204:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:205:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:206:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:207:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:208:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:209:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:210:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:211:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:212:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:213:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:214:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:215:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:216:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:217:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:218:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:219:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:220:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:221:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:222:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:223:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:224:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:225:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:226:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:227:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:228:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:229:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:230:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:231:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:232:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:233:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:234:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:235:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:236:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:237:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:238:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:239:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:240:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:241:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:242:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:243:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:244:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:245:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:246:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:247:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:248:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:249:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:250:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:251:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:252:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:253:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:254:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:255:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:256:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:257:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:258:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:259:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:260:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:261:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:262:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:263:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:264:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:265:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:266:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:267:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:268:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:269:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:270:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:271:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:272:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:273:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:274:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:275:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:276:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:277:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:278:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:279:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:280:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:281:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:282:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:283:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:284:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:285:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:286:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:287:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:288:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:289:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:290:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:291:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:292:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:293:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:294:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:295:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:296:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:297:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:298:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:299:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:300:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:301:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:302:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:303:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:304:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:305:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:306:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:307:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:308:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:309:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:310:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:311:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:312:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:313:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:314:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:315:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:316:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:317:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:318:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:319:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:320:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:321:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:322:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:323:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:324:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:325:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:326:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:327:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:328:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:329:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:330:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:331:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:332:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:333:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:334:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:335:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:336:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:337:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:338:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:339:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:340:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:341:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:342:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:343:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:344:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:345:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:346:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:347:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:348:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:349:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:350:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:351:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:352:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:353:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:354:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:355:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:356:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:357:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:358:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:359:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:360:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:361:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:362:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:363:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:364:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:365:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:620:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable G_LOG_LEVEL_ERROR [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:636:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable G_LOG_LEVEL_ERROR [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:47:5: style: 'continue' is redundant since it is the last statement in a loop. [redundantContinue] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:55:5: style: 'continue' is redundant since it is the last statement in a loop. [redundantContinue] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:620:5: style: 'continue' is redundant since it is the last statement in a loop. [redundantContinue] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:621:5: style: 'continue' is redundant since it is the last statement in a loop. [redundantContinue] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:636:5: style: 'continue' is redundant since it is the last statement in a loop. [redundantContinue] spice-gtk-0.42/subprojects/spice-common/common/snd_codec.h:40:0: debug: Failed to parse 'typedef SPICE_BEGIN_DECLS enum { SND_CODEC_OK , SND_CODEC_UNAVAILABLE , SND_CODEC_ENCODER_UNAVAILABLE , SND_CODEC_DECODER_UNAVAILABLE , SND_CODEC_ENCODE_FAILED , SND_CODEC_DECODE_FAILED , SND_CODEC_INVALID_ENCODE_SIZE , } SndCodecResult ;'. The checking continues anyway. [simplifyTypedef] spice-gtk-0.42/subprojects/spice-common/common/mem.h:193:0: debug: Failed to parse 'typedef SPICE_END_DECLS struct SndCodecInternal { SpiceAudioDataMode mode ; int frequency ; } SndCodecInternal ;'. The checking continues anyway. [simplifyTypedef] spice-gtk-0.42/subprojects/spice-common/common/snd_codec.c:174:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SND_CODEC_UNAVAILABLE [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/snd_codec.c:247:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SND_CODEC_ENCODER_UNAVAILABLE [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/snd_codec.c:275:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SND_CODEC_DECODER_UNAVAILABLE [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/snd_codec.c:239:43: style: Parameter 'in_ptr' can be declared as pointer to const [constParameterPointer] spice-gtk-0.42/subprojects/spice-common/common/snd_codec.c:239:73: style: Parameter 'out_ptr' can be declared as pointer to const [constParameterPointer] spice-gtk-0.42/subprojects/spice-common/common/snd_codec.c:239:87: style: Parameter 'out_size' can be declared as pointer to const [constParameterPointer] spice-gtk-0.42/subprojects/spice-common/common/snd_codec.c:267:43: style: Parameter 'in_ptr' can be declared as pointer to const [constParameterPointer] spice-gtk-0.42/subprojects/spice-common/common/snd_codec.c:267:73: style: Parameter 'out_ptr' can be declared as pointer to const [constParameterPointer] spice-gtk-0.42/subprojects/spice-common/common/snd_codec.c:267:87: style: Parameter 'out_size' can be declared as pointer to const [constParameterPointer] spice-gtk-0.42/subprojects/spice-common/common/mem.h:193:0: debug: Failed to parse 'typedef SPICE_END_DECLS SPICE_BEGIN_DECLS enum { SPICE_SSL_VERIFY_OP_NONE = 0 , SPICE_SSL_VERIFY_OP_PUBKEY = ( 1 << 0 ) , SPICE_SSL_VERIFY_OP_HOSTNAME = ( 1 << 1 ) , SPICE_SSL_VERIFY_OP_SUBJECT = ( 1 << 2 ) , } SPICE_SSL_VERIFY_OP ;'. The checking continues anyway. [simplifyTypedef] spice-gtk-0.42/subprojects/spice-common/common/ssl_verify.c:53:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable G_LOG_LEVEL_DEBUG [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/ssl_verify.c:165:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable G_LOG_LEVEL_CRITICAL [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/ssl_verify.c:292:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable G_LOG_LEVEL_CRITICAL [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/ssl_verify.c:382:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable G_LOG_LEVEL_DEBUG [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/ssl_verify.c:445:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable G_LOG_LEVEL_WARNING [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/common/ssl_verify.c:165:5: style: 'continue' is redundant since it is the last statement in a loop. [redundantContinue] spice-gtk-0.42/subprojects/spice-common/common/ssl_verify.c:292:5: style: 'continue' is redundant since it is the last statement in a loop. [redundantContinue] spice-gtk-0.42/subprojects/spice-common/common/ssl_verify.c:293:5: style: 'continue' is redundant since it is the last statement in a loop. [redundantContinue] spice-gtk-0.42/subprojects/spice-common/common/ssl_verify.c:374:59: style: Parameter 'verify' can be declared as pointer to const [constParameterPointer] spice-gtk-0.42/subprojects/spice-common/tests/test-dummy-recorder.c:38:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable rec1 [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/tests/test-logging.c:39:1: error: There is an unknown macro here somewhere. Configuration is required. If G_GNUC_PRINTF is a macro then please configure it. [unknownMacro] spice-gtk-0.42/subprojects/spice-common/tests/test-marshallers.c:46:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SpiceMsgChannels [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/tests/test-marshallers.c:143:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SpiceMsgMainShortDataSubMarshall [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/tests/test-quic.c:122:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable quic_usr_error [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/tests/test-quic.c:231:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QUIC_IMAGE_TYPE_RGB24 [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/tests/test-quic.c:263:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QUIC_IMAGE_TYPE_GRAY [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/tests/test-quic.c:324:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QUIC_OK [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/tests/test-quic.c:385:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GDK_COLORSPACE_RGB [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/tests/test-quic.c:400:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GDK_COLORSPACE_RGB [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/tests/test-quic.c:83:46: style: Parameter 'usr' can be declared as pointer to const. However it seems that 'quic_usr_malloc' is a callback function, if 'usr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/tests/test-quic.c:125:29: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/tests/test-quic.c:83:46: note: Parameter 'usr' can be declared as pointer to const spice-gtk-0.42/subprojects/spice-common/tests/test-quic.c:105:55: style: Parameter 'usr' can be declared as pointer to const. However it seems that 'quic_usr_more_space_decode' is a callback function, if 'usr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/tests/test-quic.c:127:71: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/tests/test-quic.c:105:55: note: Parameter 'usr' can be declared as pointer to const spice-gtk-0.42/subprojects/spice-common/tests/test-quic.c:114:48: style: Parameter 'usr' can be declared as pointer to const. However it seems that 'quic_usr_more_lines' is a callback function, if 'usr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/tests/test-quic.c:128:33: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/tests/test-quic.c:114:48: note: Parameter 'usr' can be declared as pointer to const spice-gtk-0.42/subprojects/spice-common/tests/test-quic.c:363:21: style: Variable 'p_a' can be declared as pointer to const [constVariablePointer] spice-gtk-0.42/subprojects/spice-common/tests/test-quic.c:364:21: style: Variable 'p_b' can be declared as pointer to const [constVariablePointer] spice-gtk-0.42/subprojects/spice-common/tests/test-region.c:39:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable REGION_TEST_SHARED [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/tests/test-region.c:382:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable REGION_TEST_RIGHT_EXCLUSIVE [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/tests/test-region.c:126:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg] spice-gtk-0.42/subprojects/spice-common/tests/test-region.c:374:25: style: Local variable 'test' shadows outer function [shadowFunction] spice-gtk-0.42/subprojects/spice-common/tests/test-region.c:100:13: note: Shadowed declaration spice-gtk-0.42/subprojects/spice-common/tests/test-region.c:374:25: note: Shadow variable spice-gtk-0.42/subprojects/spice-common/tests/test-region.c:126:13: style: Variable 'expected' is assigned a value that is never used. [unreadVariable] spice-gtk-0.42/subprojects/spice-common/tests/test-ssl-verify.c:62:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MBSTRING_UTF8 [valueFlowBailoutIncompleteVar] spice-gtk-0.42/subprojects/spice-common/tests/test-ssl-verify.c:67:5: warning: Assert statement calls a function which may have desired side effects: 'get_next_result'. [assertWithSideEffect] spice-gtk-0.42/subprojects/spice-common/tests/test-ssl-verify.c:68:5: warning: Assert statement calls a function which may have desired side effects: 'get_next_result'. [assertWithSideEffect] spice-gtk-0.42/subprojects/spice-common/tests/test-ssl-verify.c:56:43: style: Parameter 'name' can be declared as pointer to const [constParameterPointer] spice-gtk-0.42/tests/coroutine.c:8:46: style: Parameter 'data' can be declared as pointer to const. However it seems that 'co_entry_check_self' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/tests/coroutine.c:52:18: note: You might need to cast the function pointer here spice-gtk-0.42/tests/coroutine.c:8:46: note: Parameter 'data' can be declared as pointer to const spice-gtk-0.42/tests/coroutine.c:26:23: style: Variable 'self' can be declared as pointer to const [constVariablePointer] spice-gtk-0.42/tests/coroutine.c:49:23: style: Variable 'self' can be declared as pointer to const [constVariablePointer] spice-gtk-0.42/tests/coroutine.c:65:23: style: Variable 'self' can be declared as pointer to const [constVariablePointer] spice-gtk-0.42/tests/coroutine.c:77:42: style: Parameter 'data' can be declared as pointer to const. However it seems that 'co_entry_yield2' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/tests/coroutine.c:97:18: note: You might need to cast the function pointer here spice-gtk-0.42/tests/coroutine.c:77:42: note: Parameter 'data' can be declared as pointer to const spice-gtk-0.42/tests/coroutine.c:79:23: style: Variable 'self' can be declared as pointer to const [constVariablePointer] spice-gtk-0.42/tests/coroutine.c:92:41: style: Parameter 'data' can be declared as pointer to const. However it seems that 'co_entry_yield' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/tests/coroutine.c:130:18: note: You might need to cast the function pointer here spice-gtk-0.42/tests/coroutine.c:92:41: note: Parameter 'data' can be declared as pointer to const spice-gtk-0.42/tests/coroutine.c:94:23: style: Variable 'self' can be declared as pointer to const [constVariablePointer] spice-gtk-0.42/tests/coroutine.c:127:23: style: Variable 'self' can be declared as pointer to const [constVariablePointer] spice-gtk-0.42/tests/file-transfer.c:124:19: debug: Scope::checkVariable found variable 'value' with varid 0. [varid0] spice-gtk-0.42/tests/file-transfer.c:159:19: debug: Scope::checkVariable found variable 'value' with varid 0. [varid0] spice-gtk-0.42/tests/file-transfer.c:176:19: debug: Scope::checkVariable found variable 'value' with varid 0. [varid0] spice-gtk-0.42/tests/file-transfer.c:254:19: debug: Scope::checkVariable found variable 'value' with varid 0. [varid0] spice-gtk-0.42/tests/file-transfer.c:270:19: debug: Scope::checkVariable found variable 'value' with varid 0. [varid0] spice-gtk-0.42/tests/file-transfer.c:329:19: debug: Scope::checkVariable found variable 'value' with varid 0. [varid0] spice-gtk-0.42/tests/file-transfer.c:56:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable g_hash_table_unref [valueFlowBailoutIncompleteVar] spice-gtk-0.42/tests/file-transfer.c:124:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable value [valueFlowBailoutIncompleteVar] spice-gtk-0.42/tests/file-transfer.c:159:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable value [valueFlowBailoutIncompleteVar] spice-gtk-0.42/tests/file-transfer.c:176:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable value [valueFlowBailoutIncompleteVar] spice-gtk-0.42/tests/file-transfer.c:254:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable value [valueFlowBailoutIncompleteVar] spice-gtk-0.42/tests/file-transfer.c:270:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable value [valueFlowBailoutIncompleteVar] spice-gtk-0.42/tests/file-transfer.c:329:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable value [valueFlowBailoutIncompleteVar] spice-gtk-0.42/tests/file-transfer.c:142:16: style: Variable 'info' can be declared as pointer to const [constVariablePointer] spice-gtk-0.42/tests/mock-acl-helper.c:59:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] spice-gtk-0.42/tests/mock-acl-helper.c:77:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable G_DATA_STREAM_NEWLINE_TYPE_LF [valueFlowBailoutIncompleteVar] spice-gtk-0.42/tests/pipe.c:39:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable G_SOURCE_REMOVE [valueFlowBailoutIncompleteVar] spice-gtk-0.42/tests/pipe.c:79:61: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable g_source_unref [valueFlowBailoutIncompleteVar] spice-gtk-0.42/tests/pipe.c:149:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable G_PRIORITY_DEFAULT [valueFlowBailoutIncompleteVar] spice-gtk-0.42/tests/pipe.c:167:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable G_PRIORITY_DEFAULT [valueFlowBailoutIncompleteVar] spice-gtk-0.42/tests/pipe.c:178:65: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable G_PRIORITY_DEFAULT [valueFlowBailoutIncompleteVar] spice-gtk-0.42/tests/pipe.c:192:56: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable G_PRIORITY_DEFAULT [valueFlowBailoutIncompleteVar] spice-gtk-0.42/tests/pipe.c:223:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable G_PRIORITY_DEFAULT [valueFlowBailoutIncompleteVar] spice-gtk-0.42/tests/pipe.c:236:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable G_PRIORITY_DEFAULT [valueFlowBailoutIncompleteVar] spice-gtk-0.42/tests/pipe.c:263:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable G_PRIORITY_DEFAULT [valueFlowBailoutIncompleteVar] spice-gtk-0.42/tests/pipe.c:292:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable G_PRIORITY_DEFAULT [valueFlowBailoutIncompleteVar] spice-gtk-0.42/tests/pipe.c:305:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable G_PRIORITY_DEFAULT [valueFlowBailoutIncompleteVar] spice-gtk-0.42/tests/pipe.c:333:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable G_PRIORITY_DEFAULT [valueFlowBailoutIncompleteVar] spice-gtk-0.42/tests/pipe.c:386:65: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable G_PRIORITY_DEFAULT [valueFlowBailoutIncompleteVar] spice-gtk-0.42/tests/pipe.c:399:67: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable G_PRIORITY_DEFAULT [valueFlowBailoutIncompleteVar] spice-gtk-0.42/tests/pipe.c:427:65: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable G_PRIORITY_DEFAULT [valueFlowBailoutIncompleteVar] spice-gtk-0.42/tests/pipe.c:440:67: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable G_PRIORITY_DEFAULT [valueFlowBailoutIncompleteVar] spice-gtk-0.42/tests/pipe.c:471:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable G_SOURCE_REMOVE [valueFlowBailoutIncompleteVar] spice-gtk-0.42/tests/pipe.c:514:65: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable G_PRIORITY_DEFAULT [valueFlowBailoutIncompleteVar] spice-gtk-0.42/tests/pipe.c:535:67: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable G_PRIORITY_DEFAULT [valueFlowBailoutIncompleteVar] spice-gtk-0.42/tests/pipe.c:544:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LC_ALL [valueFlowBailoutIncompleteVar] spice-gtk-0.42/tests/pipe.c:469:21: style: Parameter 'user_data' can be declared as pointer to const. However it seems that 'source_cb' is a callback function, if 'user_data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/tests/pipe.c:520:38: note: You might need to cast the function pointer here spice-gtk-0.42/tests/pipe.c:469:21: note: Parameter 'user_data' can be declared as pointer to const spice-gtk-0.42/tests/session.c:30:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable G_LOG_LEVEL_WARNING [valueFlowBailoutIncompleteVar] spice-gtk-0.42/tests/session.c:261:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable uri_input [valueFlowBailoutIncompleteVar] spice-gtk-0.42/tests/session.c:323:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable uri_input [valueFlowBailoutIncompleteVar] spice-gtk-0.42/tests/usb-acl-helper.c:34:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable G_SOURCE_REMOVE [valueFlowBailoutIncompleteVar] spice-gtk-0.42/tests/usb-acl-helper.c:41:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable G_SOURCE_REMOVE [valueFlowBailoutIncompleteVar] spice-gtk-0.42/tests/usb-acl-helper.c:46:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TESTDIR [valueFlowBailoutIncompleteVar] spice-gtk-0.42/tests/usb-acl-helper.c:87:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable G_SPAWN_ERROR [valueFlowBailoutIncompleteVar] spice-gtk-0.42/tests/usb-acl-helper.c:107:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SPICE_CLIENT_ERROR [valueFlowBailoutIncompleteVar] spice-gtk-0.42/tests/usb-acl-helper.c:129:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable G_IO_ERROR [valueFlowBailoutIncompleteVar] spice-gtk-0.42/tests/usb-acl-helper.c:150:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SPICE_CLIENT_ERROR [valueFlowBailoutIncompleteVar] spice-gtk-0.42/tests/usb-acl-helper.c:171:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable G_IO_ERROR [valueFlowBailoutIncompleteVar] spice-gtk-0.42/tests/usb-acl-helper.c:205:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] spice-gtk-0.42/tools/spicy-connect.c:88:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GDK_KEY_PRESS [valueFlowBailoutIncompleteVar] spice-gtk-0.42/tools/spicy-connect.c:154:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GTK_WINDOW_TOPLEVEL [valueFlowBailoutIncompleteVar] spice-gtk-0.42/tools/spicy-connect.c:248:5: error: Memory leak: info.loop [memleak] spice-gtk-0.42/tools/spicy-connect.c:85:61: style: Parameter 'event' can be declared as pointer to const. However it seems that 'key_pressed_cb' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/tools/spicy-connect.c:205:5: note: You might need to cast the function pointer here spice-gtk-0.42/tools/spicy-connect.c:85:61: note: Parameter 'event' can be declared as pointer to const spice-gtk-0.42/tools/spicy-screenshot.c:171:65: error: There is an unknown macro here somewhere. Configuration is required. If PACKAGE_BUGREPORT is a macro then please configure it. [unknownMacro] spice-gtk-0.42/tools/spicy-stats.c:93:65: error: There is an unknown macro here somewhere. Configuration is required. If PACKAGE_BUGREPORT is a macro then please configure it. [unknownMacro] spice-gtk-0.42/tools/spicy.c:2027:65: error: There is an unknown macro here somewhere. Configuration is required. If PACKAGE_BUGREPORT is a macro then please configure it. [unknownMacro] diff: head spice-gtk-0.42/src/bio-gio.c:164:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable BIO_TYPE_SOURCE_SINK [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/src/bio-gio.c:89:39: style: Parameter 'biom' can be declared as pointer to const [constParameterPointer] head spice-gtk-0.42/src/bio-gio.c:95:45: style: Parameter 'b' can be declared as pointer to const. However it seems that 'bio_gio_ctrl' is a callback function, if 'b' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/src/bio-gio.c:172:48: note: You might need to cast the function pointer here spice-gtk-0.42/src/bio-gio.c:95:45: note: Parameter 'b' can be declared as pointer to const head spice-gtk-0.42/src/bio-gio.c:98:46: style: Parameter 'ptr' can be declared as pointer to const. However it seems that 'bio_gio_ctrl' is a callback function, if 'ptr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/src/bio-gio.c:172:48: note: You might need to cast the function pointer here spice-gtk-0.42/src/bio-gio.c:98:46: note: Parameter 'ptr' can be declared as pointer to const head spice-gtk-0.42/src/continuation.c:84:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/src/coroutine_gthread.c:114:9: style: Condition '!from->runnable' is always true [knownConditionTrueFalse] spice-gtk-0.42/src/coroutine_gthread.c:105:19: note: Assignment 'from->runnable=0', assigned value is 0 spice-gtk-0.42/src/coroutine_gthread.c:114:9: note: Condition '!from->runnable' is always true head spice-gtk-0.42/src/coroutine_gthread.c:144:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/src/coroutine_gthread.c:55:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/src/coroutine_gthread.c:98:41: style: Parameter 'co' can be declared as pointer to const [constParameterPointer] head spice-gtk-0.42/src/decode-jpeg.c:176:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable jpeg_resync_to_restart [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/src/decode-jpeg.c:66:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/src/decode-jpeg.c:68:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable JCS_RGB [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/src/gio-coroutine.c:43:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/src/gio-coroutine.c:57:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable G_IO_HUP [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/src/giopipe.c:221:55: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable g_source_unref [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/src/giopipe.c:310:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EAGAIN [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/src/giopipe.c:325:44: style: Parameter 'stream' can be declared as pointer to const [constParameterPointer] head spice-gtk-0.42/src/giopipe.c:341:55: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable g_source_unref [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/src/spice-client-glib-usb-acl-helper.c:172:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/src/spice-client-glib-usb-acl-helper.c:218:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/src/spice-client-glib-usb-acl-helper.c:299:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/src/spice-grabsequence.c:160:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/src/spice-util.c:105:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable VERSION [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/src/spice-util.c:239:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable G_CONNECT_AFTER [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/src/spice-util.c:268:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/src/spice-util.c:78:39: style: Parameter 'data' can be declared as pointer to const. However it seems that 'getenv_debug' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/src/spice-util.c:91:25: note: You might need to cast the function pointer here spice-gtk-0.42/src/spice-util.c:78:39: note: Parameter 'data' can be declared as pointer to const head spice-gtk-0.42/src/usbdk_api.c:159:61: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable allow [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/src/usbdk_api.c:175:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable INVALID_HANDLE_VALUE [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/src/usbdk_api.c:54:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/src/usbdk_api.c:58:77: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GENERIC_READ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/src/usbutil.c:95:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/src/vncdisplaykeymap.c:139:62: style: Parameter 'window' can be declared as pointer to const [constParameterPointer] head spice-gtk-0.42/src/vncdisplaykeymap.c:140:59: style: Parameter 'maplen' can be declared as pointer to const [constParameterPointer] head spice-gtk-0.42/src/wayland-extensions.c:101:37: style: Parameter 'data' can be declared as pointer to const [constParameterPointer] head spice-gtk-0.42/src/wayland-extensions.c:102:51: style: Parameter 'registry' can be declared as pointer to const [constParameterPointer] head spice-gtk-0.42/src/wayland-extensions.c:166:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable zwp_relative_pointer_v1_destroy [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/src/wayland-extensions.c:222:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable zwp_locked_pointer_v1_destroy [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/subprojects/spice-common/common/agent.c:137:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable v [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/subprojects/spice-common/common/agent.c:160:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable VD_AGENT_CAP_CLIPBOARD_SELECTION [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/subprojects/spice-common/common/agent.c:198:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable VDAgentFileXferStatusMessage [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/subprojects/spice-common/common/agent.c:230:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable VDAgentDeviceDisplayInfo [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/subprojects/spice-common/common/agent.c:251:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable VDAgentMonitorsConfig [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/subprojects/spice-common/common/agent.c:340:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable VD_AGENT_CAP_FILE_XFER_DETAILED_ERRORS [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/subprojects/spice-common/common/agent_interface.c:132:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable trace [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/subprojects/spice-common/common/agent_interface.c:159:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/subprojects/spice-common/common/agent_interface.c:205:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AF_INET [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/subprojects/spice-common/common/agent_interface.c:238:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable fd [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/subprojects/spice-common/common/agent_interface.c:415:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/subprojects/spice-common/common/canvas_utils.c:104:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable G_LOG_LEVEL_ERROR [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/subprojects/spice-common/common/canvas_utils.c:154:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable G_LOG_LEVEL_ERROR [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/subprojects/spice-common/common/canvas_utils.c:45:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PixmanData [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/subprojects/spice-common/common/canvas_utils.c:72:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable G_LOG_LEVEL_CRITICAL [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/subprojects/spice-common/common/lz.c:173:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable G_LOG_LEVEL_CRITICAL [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/subprojects/spice-common/common/lz.c:227:70: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/subprojects/spice-common/common/lz.c:252:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable G_LOG_LEVEL_CRITICAL [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/subprojects/spice-common/common/lz.c:262:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable G_LOG_LEVEL_CRITICAL [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/subprojects/spice-common/common/lz.c:267:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable G_LOG_LEVEL_CRITICAL [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/subprojects/spice-common/common/lz.c:282:70: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/subprojects/spice-common/common/lz.c:338:9: style: Condition '!init_encoder(encoder,usr)' is always false [knownConditionTrueFalse] spice-gtk-0.42/subprojects/spice-common/common/lz.c:338:22: note: Calling function 'init_encoder' returns 1 spice-gtk-0.42/subprojects/spice-common/common/lz.c:338:9: note: Condition '!init_encoder(encoder,usr)' is always false head spice-gtk-0.42/subprojects/spice-common/common/lz.c:354:82: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/subprojects/spice-common/common/lz.c:616:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LZ_IMAGE_TYPE_INVALID [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/subprojects/spice-common/common/lz.c:651:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LZ_IMAGE_TYPE_RGB32 [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/subprojects/spice-common/common/lz_compress_tmpl.c:399:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable image_seg [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/subprojects/spice-common/common/lz_decompress_tmpl.c:267:17: style: Redundant assignment of 'ofs' to itself. [selfAssignment] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/lz_decompress_tmpl.c:267:17: warning: Redundant assignment of 'ofs' to itself. [selfAssignment] head spice-gtk-0.42/subprojects/spice-common/common/lz_decompress_tmpl.c:268:17: style: Redundant assignment of 'len' to itself. [selfAssignment] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/lz_decompress_tmpl.c:268:17: warning: Redundant assignment of 'len' to itself. [selfAssignment] head spice-gtk-0.42/subprojects/spice-common/common/lz_decompress_tmpl.c:271:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable G_LOG_LEVEL_ERROR [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/subprojects/spice-common/common/marshaller.c:430:55: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable len [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/subprojects/spice-common/common/marshaller.c:464:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable len [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/subprojects/spice-common/common/marshaller.c:497:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable data [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/subprojects/spice-common/common/marshaller.c:535:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable val [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/subprojects/spice-common/common/marshaller.c:569:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable iov_base [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/subprojects/spice-common/common/marshaller.c:585:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable val [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/subprojects/spice-common/common/marshaller.c:594:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable val [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/subprojects/spice-common/common/marshaller.c:603:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable val [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/subprojects/spice-common/common/marshaller.c:609:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable val [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/subprojects/spice-common/common/marshaller.c:617:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable val [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/subprojects/spice-common/common/marshaller.c:626:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable val [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/subprojects/spice-common/common/marshaller.c:635:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable val [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/subprojects/spice-common/common/marshaller.c:659:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable G_LOG_LEVEL_ERROR [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/subprojects/spice-common/common/mem.c:112:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable G_LOG_LEVEL_ERROR [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/subprojects/spice-common/common/mem.c:126:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable G_LOG_LEVEL_ERROR [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/subprojects/spice-common/common/mem.c:138:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SIZE_MAX [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/subprojects/spice-common/common/mem.c:149:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SIZE_MAX [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/subprojects/spice-common/common/mem.c:165:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SIZE_MAX [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/subprojects/spice-common/common/mem.c:175:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SIZE_MAX [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/subprojects/spice-common/common/mem.c:187:60: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SpiceChunk [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/subprojects/spice-common/common/mem.c:199:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable len [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/subprojects/spice-common/common/mem.c:210:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable data [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/subprojects/spice-common/common/mem.c:225:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable data [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:100:1: style: Parameter 'tile_end' can be declared as pointer to const. However it seems that 'tiled_rop_invert_16' is a callback function, if 'tile_end' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:177:1: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:100:1: note: Parameter 'tile_end' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:100:1: style: Parameter 'tile_end' can be declared as pointer to const. However it seems that 'tiled_rop_invert_32' is a callback function, if 'tile_end' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:178:1: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:100:1: note: Parameter 'tile_end' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:100:1: style: Parameter 'tile_end' can be declared as pointer to const. However it seems that 'tiled_rop_invert_8' is a callback function, if 'tile_end' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:176:1: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:100:1: note: Parameter 'tile_end' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:101:1: style: Parameter 'tile_end' can be declared as pointer to const. However it seems that 'tiled_rop_or_reverse_16' is a callback function, if 'tile_end' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:177:1: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:101:1: note: Parameter 'tile_end' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:101:1: style: Parameter 'tile_end' can be declared as pointer to const. However it seems that 'tiled_rop_or_reverse_32' is a callback function, if 'tile_end' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:178:1: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:101:1: note: Parameter 'tile_end' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:101:1: style: Parameter 'tile_end' can be declared as pointer to const. However it seems that 'tiled_rop_or_reverse_8' is a callback function, if 'tile_end' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:176:1: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:101:1: note: Parameter 'tile_end' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:102:1: style: Parameter 'tile_end' can be declared as pointer to const. However it seems that 'tiled_rop_copy_inverted_16' is a callback function, if 'tile_end' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:177:1: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:102:1: note: Parameter 'tile_end' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:102:1: style: Parameter 'tile_end' can be declared as pointer to const. However it seems that 'tiled_rop_copy_inverted_32' is a callback function, if 'tile_end' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:178:1: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:102:1: note: Parameter 'tile_end' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:102:1: style: Parameter 'tile_end' can be declared as pointer to const. However it seems that 'tiled_rop_copy_inverted_8' is a callback function, if 'tile_end' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:176:1: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:102:1: note: Parameter 'tile_end' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:103:1: style: Parameter 'tile_end' can be declared as pointer to const. However it seems that 'tiled_rop_or_inverted_16' is a callback function, if 'tile_end' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:177:1: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:103:1: note: Parameter 'tile_end' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:103:1: style: Parameter 'tile_end' can be declared as pointer to const. However it seems that 'tiled_rop_or_inverted_32' is a callback function, if 'tile_end' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:178:1: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:103:1: note: Parameter 'tile_end' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:103:1: style: Parameter 'tile_end' can be declared as pointer to const. However it seems that 'tiled_rop_or_inverted_8' is a callback function, if 'tile_end' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:176:1: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:103:1: note: Parameter 'tile_end' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:104:1: style: Parameter 'tile_end' can be declared as pointer to const. However it seems that 'tiled_rop_nand_16' is a callback function, if 'tile_end' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:177:1: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:104:1: note: Parameter 'tile_end' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:104:1: style: Parameter 'tile_end' can be declared as pointer to const. However it seems that 'tiled_rop_nand_32' is a callback function, if 'tile_end' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:178:1: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:104:1: note: Parameter 'tile_end' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:104:1: style: Parameter 'tile_end' can be declared as pointer to const. However it seems that 'tiled_rop_nand_8' is a callback function, if 'tile_end' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:176:1: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:104:1: note: Parameter 'tile_end' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:105:1: style: Parameter 'tile_end' can be declared as pointer to const [constParameterPointer] head spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:1121:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable G_LOG_LEVEL_ERROR [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:1167:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable G_LOG_LEVEL_ERROR [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:1213:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable G_LOG_LEVEL_ERROR [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:1263:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable G_LOG_LEVEL_ERROR [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:1313:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable G_LOG_LEVEL_ERROR [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:1345:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable G_LOG_LEVEL_ERROR [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:1469:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SPICE_BITMAP_FLAGS_TOP_DOWN [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:1536:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PIXMAN_x8r8g8b8 [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:1593:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PIXMAN_OP_SRC [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:213:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable G_LOG_LEVEL_ERROR [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:305:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable G_LOG_LEVEL_ERROR [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:365:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable G_LOG_LEVEL_ERROR [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:456:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable G_LOG_LEVEL_ERROR [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:544:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:672:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable G_LOG_LEVEL_ERROR [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:768:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable G_LOG_LEVEL_ERROR [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:90:1: style: Parameter 'tile_end' can be declared as pointer to const. However it seems that 'tiled_rop_clear_16' is a callback function, if 'tile_end' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:177:1: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:90:1: note: Parameter 'tile_end' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:90:1: style: Parameter 'tile_end' can be declared as pointer to const. However it seems that 'tiled_rop_clear_32' is a callback function, if 'tile_end' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:178:1: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:90:1: note: Parameter 'tile_end' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:90:1: style: Parameter 'tile_end' can be declared as pointer to const. However it seems that 'tiled_rop_clear_8' is a callback function, if 'tile_end' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:176:1: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:90:1: note: Parameter 'tile_end' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:91:1: style: Parameter 'tile_end' can be declared as pointer to const. However it seems that 'tiled_rop_and_16' is a callback function, if 'tile_end' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:177:1: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:91:1: note: Parameter 'tile_end' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:91:1: style: Parameter 'tile_end' can be declared as pointer to const. However it seems that 'tiled_rop_and_32' is a callback function, if 'tile_end' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:178:1: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:91:1: note: Parameter 'tile_end' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:91:1: style: Parameter 'tile_end' can be declared as pointer to const. However it seems that 'tiled_rop_and_8' is a callback function, if 'tile_end' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:176:1: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:91:1: note: Parameter 'tile_end' can be declared as pointer to const head spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:924:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PIXMAN_a1 [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:92:1: style: Parameter 'tile_end' can be declared as pointer to const. However it seems that 'tiled_rop_and_reverse_16' is a callback function, if 'tile_end' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:177:1: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:92:1: note: Parameter 'tile_end' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:92:1: style: Parameter 'tile_end' can be declared as pointer to const. However it seems that 'tiled_rop_and_reverse_32' is a callback function, if 'tile_end' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:178:1: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:92:1: note: Parameter 'tile_end' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:92:1: style: Parameter 'tile_end' can be declared as pointer to const. However it seems that 'tiled_rop_and_reverse_8' is a callback function, if 'tile_end' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:176:1: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:92:1: note: Parameter 'tile_end' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:93:1: style: Parameter 'tile_end' can be declared as pointer to const. However it seems that 'tiled_rop_copy_16' is a callback function, if 'tile_end' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:177:1: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:93:1: note: Parameter 'tile_end' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:93:1: style: Parameter 'tile_end' can be declared as pointer to const. However it seems that 'tiled_rop_copy_32' is a callback function, if 'tile_end' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:178:1: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:93:1: note: Parameter 'tile_end' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:93:1: style: Parameter 'tile_end' can be declared as pointer to const. However it seems that 'tiled_rop_copy_8' is a callback function, if 'tile_end' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:176:1: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:93:1: note: Parameter 'tile_end' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:94:1: style: Parameter 'tile_end' can be declared as pointer to const. However it seems that 'tiled_rop_and_inverted_16' is a callback function, if 'tile_end' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:177:1: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:94:1: note: Parameter 'tile_end' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:94:1: style: Parameter 'tile_end' can be declared as pointer to const. However it seems that 'tiled_rop_and_inverted_32' is a callback function, if 'tile_end' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:178:1: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:94:1: note: Parameter 'tile_end' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:94:1: style: Parameter 'tile_end' can be declared as pointer to const. However it seems that 'tiled_rop_and_inverted_8' is a callback function, if 'tile_end' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:176:1: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:94:1: note: Parameter 'tile_end' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:95:1: style: Parameter 'tile_end' can be declared as pointer to const. However it seems that 'tiled_rop_noop_16' is a callback function, if 'tile_end' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:177:1: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:95:1: note: Parameter 'tile_end' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:95:1: style: Parameter 'tile_end' can be declared as pointer to const. However it seems that 'tiled_rop_noop_32' is a callback function, if 'tile_end' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:178:1: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:95:1: note: Parameter 'tile_end' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:95:1: style: Parameter 'tile_end' can be declared as pointer to const. However it seems that 'tiled_rop_noop_8' is a callback function, if 'tile_end' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:176:1: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:95:1: note: Parameter 'tile_end' can be declared as pointer to const head spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:960:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PIXMAN_x1r5g5b5 [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:96:1: style: Parameter 'tile_end' can be declared as pointer to const. However it seems that 'tiled_rop_xor_16' is a callback function, if 'tile_end' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:177:1: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:96:1: note: Parameter 'tile_end' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:96:1: style: Parameter 'tile_end' can be declared as pointer to const. However it seems that 'tiled_rop_xor_32' is a callback function, if 'tile_end' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:178:1: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:96:1: note: Parameter 'tile_end' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:96:1: style: Parameter 'tile_end' can be declared as pointer to const. However it seems that 'tiled_rop_xor_8' is a callback function, if 'tile_end' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:176:1: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:96:1: note: Parameter 'tile_end' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:97:1: style: Parameter 'tile_end' can be declared as pointer to const. However it seems that 'tiled_rop_or_16' is a callback function, if 'tile_end' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:177:1: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:97:1: note: Parameter 'tile_end' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:97:1: style: Parameter 'tile_end' can be declared as pointer to const. However it seems that 'tiled_rop_or_32' is a callback function, if 'tile_end' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:178:1: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:97:1: note: Parameter 'tile_end' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:97:1: style: Parameter 'tile_end' can be declared as pointer to const. However it seems that 'tiled_rop_or_8' is a callback function, if 'tile_end' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:176:1: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:97:1: note: Parameter 'tile_end' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:98:1: style: Parameter 'tile_end' can be declared as pointer to const. However it seems that 'tiled_rop_nor_16' is a callback function, if 'tile_end' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:177:1: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:98:1: note: Parameter 'tile_end' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:98:1: style: Parameter 'tile_end' can be declared as pointer to const. However it seems that 'tiled_rop_nor_32' is a callback function, if 'tile_end' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:178:1: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:98:1: note: Parameter 'tile_end' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:98:1: style: Parameter 'tile_end' can be declared as pointer to const. However it seems that 'tiled_rop_nor_8' is a callback function, if 'tile_end' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:176:1: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:98:1: note: Parameter 'tile_end' can be declared as pointer to const head spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:998:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PIXMAN_x8r8g8b8 [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:99:1: style: Parameter 'tile_end' can be declared as pointer to const. However it seems that 'tiled_rop_equiv_16' is a callback function, if 'tile_end' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:177:1: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:99:1: note: Parameter 'tile_end' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:99:1: style: Parameter 'tile_end' can be declared as pointer to const. However it seems that 'tiled_rop_equiv_32' is a callback function, if 'tile_end' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:178:1: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:99:1: note: Parameter 'tile_end' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:99:1: style: Parameter 'tile_end' can be declared as pointer to const. However it seems that 'tiled_rop_equiv_8' is a callback function, if 'tile_end' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:176:1: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/pixman_utils.c:99:1: note: Parameter 'tile_end' can be declared as pointer to const head spice-gtk-0.42/subprojects/spice-common/common/quic.c:1042:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable G_LOG_LEVEL_WARNING [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/subprojects/spice-common/common/quic.c:1048:9: style: Condition '!encoder_reset(encoder,io_ptr,io_ptr_end)' is always false [knownConditionTrueFalse] spice-gtk-0.42/subprojects/spice-common/common/quic.c:1048:23: note: Calling function 'encoder_reset' returns 1 spice-gtk-0.42/subprojects/spice-common/common/quic.c:1048:9: note: Condition '!encoder_reset(encoder,io_ptr,io_ptr_end)' is always false head spice-gtk-0.42/subprojects/spice-common/common/quic.c:1142:26: style: Condition '!encoder_reset(encoder,io_ptr,io_ptr_end)' is always false [knownConditionTrueFalse] spice-gtk-0.42/subprojects/spice-common/common/quic.c:1142:40: note: Calling function 'encoder_reset' returns 1 spice-gtk-0.42/subprojects/spice-common/common/quic.c:1142:26: note: Condition '!encoder_reset(encoder,io_ptr,io_ptr_end)' is always false head spice-gtk-0.42/subprojects/spice-common/common/quic.c:1198:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable correlate_row [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/subprojects/spice-common/common/quic.c:1231:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable correlate_row [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/subprojects/spice-common/common/quic.c:1267:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable G_LOG_LEVEL_ERROR [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/subprojects/spice-common/common/quic.c:285:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable G_LOG_LEVEL_ERROR [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/subprojects/spice-common/common/quic.c:389:66: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/subprojects/spice-common/common/quic.c:409:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable G_LOG_LEVEL_ERROR [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/subprojects/spice-common/common/quic.c:447:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable G_LOG_LEVEL_ERROR [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/subprojects/spice-common/common/quic.c:457:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable G_LOG_LEVEL_ERROR [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/subprojects/spice-common/common/quic.c:675:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable G_LOG_LEVEL_ERROR [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/subprojects/spice-common/common/quic.c:709:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable G_LOG_LEVEL_ERROR [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/subprojects/spice-common/common/quic.c:890:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable G_LOG_LEVEL_ERROR [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/subprojects/spice-common/common/quic.c:919:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable correlate_row [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/subprojects/spice-common/common/quic.c:966:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable G_LOG_LEVEL_ERROR [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/subprojects/spice-common/common/quic_family_tmpl.c:104:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable G_LOG_LEVEL_ERROR [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/subprojects/spice-common/common/quic_family_tmpl.c:71:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable G_LOG_LEVEL_CRITICAL [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/subprojects/spice-common/common/quic_tmpl.c:212:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable G_LOG_LEVEL_ERROR [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/subprojects/spice-common/common/quic_tmpl.c:273:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable G_LOG_LEVEL_ERROR [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/subprojects/spice-common/common/quic_tmpl.c:302:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable G_LOG_LEVEL_ERROR [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/subprojects/spice-common/common/quic_tmpl.c:384:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable G_LOG_LEVEL_ERROR [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/subprojects/spice-common/common/quic_tmpl.c:416:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable G_LOG_LEVEL_ERROR [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/subprojects/spice-common/common/quic_tmpl.c:486:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable G_LOG_LEVEL_ERROR [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/subprojects/spice-common/common/quic_tmpl.c:520:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable G_LOG_LEVEL_ERROR [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/subprojects/spice-common/common/quic_tmpl.c:615:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable G_LOG_LEVEL_ERROR [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/subprojects/spice-common/common/recorder/crash_test.c:70:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/subprojects/spice-common/common/recorder/hanoi_test.c:112:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/subprojects/spice-common/common/recorder/hanoi_test.c:80:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/subprojects/spice-common/common/recorder/recorder.c:1021:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/subprojects/spice-common/common/recorder/recorder.c:1031:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/subprojects/spice-common/common/recorder/recorder.c:1153:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/subprojects/spice-common/common/recorder/recorder.c:1236:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable INTPTR_MAX [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/subprojects/spice-common/common/recorder/recorder.c:1271:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/subprojects/spice-common/common/recorder/recorder.c:1441:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/subprojects/spice-common/common/recorder/recorder.c:1573:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/subprojects/spice-common/common/recorder/recorder.c:1797:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/subprojects/spice-common/common/recorder/recorder.c:1856:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/subprojects/spice-common/common/recorder/recorder.c:1934:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/subprojects/spice-common/common/recorder/recorder.c:1952:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NSIG [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/subprojects/spice-common/common/recorder/recorder.c:1982:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/subprojects/spice-common/common/recorder/recorder.c:2029:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/subprojects/spice-common/common/recorder/recorder.c:2049:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/subprojects/spice-common/common/recorder/recorder.c:2093:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable INTPTR_MAX [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/subprojects/spice-common/common/recorder/recorder.c:2164:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/subprojects/spice-common/common/recorder/recorder.c:2195:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/subprojects/spice-common/common/recorder/recorder.c:2238:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/subprojects/spice-common/common/recorder/recorder.c:2274:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/subprojects/spice-common/common/recorder/recorder.c:310:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __ATOMIC_ACQUIRE [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/subprojects/spice-common/common/recorder/recorder.c:358:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __ATOMIC_ACQUIRE [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/subprojects/spice-common/common/recorder/recorder.c:407:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __ATOMIC_ACQUIRE [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/subprojects/spice-common/common/recorder/recorder.c:442:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __ATOMIC_ACQUIRE [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/subprojects/spice-common/common/recorder/recorder.c:490:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __ATOMIC_ACQUIRE [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/subprojects/spice-common/common/recorder/recorder.c:777:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/subprojects/spice-common/common/recorder/recorder.c:789:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/subprojects/spice-common/common/recorder/recorder.c:799:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/subprojects/spice-common/common/recorder/recorder.c:872:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PRIdPTR [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/subprojects/spice-common/common/recorder/recorder.c:918:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/subprojects/spice-common/common/recorder/recorder.c:932:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/subprojects/spice-common/common/recorder/recorder.c:952:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __ATOMIC_ACQUIRE [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/subprojects/spice-common/common/recorder/recorder.c:973:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __ATOMIC_ACQUIRE [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/subprojects/spice-common/common/recorder/recorder_ring.c:182:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __ATOMIC_ACQUIRE [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/subprojects/spice-common/common/recorder/recorder_ring.c:278:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __ATOMIC_ACQUIRE [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/subprojects/spice-common/common/recorder/recorder_test.c:122:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/subprojects/spice-common/common/recorder/recorder_test.c:147:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/subprojects/spice-common/common/recorder/recorder_test.c:173:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/subprojects/spice-common/common/recorder/ring_test.c:181:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/subprojects/spice-common/common/recorder/ring_test.c:211:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/subprojects/spice-common/common/recorder/ring_test.c:237:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __ATOMIC_ACQUIRE [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/subprojects/spice-common/common/recorder/ring_test.c:265:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/subprojects/spice-common/common/recorder/ring_test.c:284:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/subprojects/spice-common/common/recorder/ring_test.c:302:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __ATOMIC_ACQUIRE [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/subprojects/spice-common/common/recorder/ring_test.c:394:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/recorder/ring_test.c:459:1: style: Parameter 'ptr' can be declared as pointer to const [constParameterPointer] head spice-gtk-0.42/subprojects/spice-common/common/recorder/ring_test.c:471:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __ATOMIC_ACQUIRE [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/subprojects/spice-common/common/recorder/ring_test.c:493:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/recorder/ring_test.h:43:1: style: Parameter 'ptr' can be declared as pointer to const [constParameterPointer] head spice-gtk-0.42/subprojects/spice-common/common/recorder/scope/recorder_slider.cpp:139:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/subprojects/spice-common/common/recorder/scope/recorder_slider.cpp:179:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/subprojects/spice-common/common/recorder/scope/recorder_view.cpp:208:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/subprojects/spice-common/common/recorder/scope/recorder_view.cpp:289:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable RECORDER_HZ [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/subprojects/spice-common/common/recorder/scope/recorder_view.cpp:489:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AlignRight [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/subprojects/spice-common/common/rect.h:91:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable G_LOG_LEVEL_DEBUG [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/subprojects/spice-common/common/region.c:354:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable x1 [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/subprojects/spice-common/common/region.c:369:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable x1 [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/subprojects/spice-common/common/region.c:517:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable x1 [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:148:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:148:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_DPSoon' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:389:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:148:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:148:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_DPSoon' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:389:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:148:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:148:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_DPSoon' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:389:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:148:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:148:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_DPSoon' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:389:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:148:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:148:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_DPSoon' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:389:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:148:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:148:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_DPSoon' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:389:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:148:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:148:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:148:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:148:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:148:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:148:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:149:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:149:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_DPSona' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:390:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:149:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:149:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_DPSona' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:390:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:149:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:149:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_DPSona' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:390:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:149:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:149:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_DPSona' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:390:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:149:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:149:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_DPSona' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:390:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:149:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:149:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_DPSona' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:390:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:149:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:149:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:149:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:149:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:149:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:149:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:150:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:150:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_SDPona' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:391:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:150:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:150:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_SDPona' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:391:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:150:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:150:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_SDPona' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:391:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:150:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:150:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_SDPona' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:391:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:150:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:150:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_SDPona' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:391:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:150:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:150:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_SDPona' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:391:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:150:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:150:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:150:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:150:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:150:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:150:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:151:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:151:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_PDSxnon' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:392:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:151:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:151:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_PDSxnon' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:392:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:151:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:151:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_PDSxnon' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:392:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:151:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:151:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_PDSxnon' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:392:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:151:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:151:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_PDSxnon' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:392:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:151:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:151:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_PDSxnon' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:392:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:151:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:151:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:151:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:151:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:151:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:151:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:152:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:152:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_PDSaon' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:393:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:152:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:152:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_PDSaon' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:393:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:152:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:152:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_PDSaon' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:393:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:152:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:152:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_PDSaon' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:393:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:152:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:152:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_PDSaon' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:393:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:152:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:152:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_PDSaon' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:393:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:152:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:152:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:152:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:152:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:152:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:152:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:153:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:153:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_SDPnaa' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:394:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:153:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:153:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_SDPnaa' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:394:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:153:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:153:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_SDPnaa' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:394:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:153:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:153:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_SDPnaa' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:394:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:153:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:153:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_SDPnaa' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:394:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:153:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:153:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_SDPnaa' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:394:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:153:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:153:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:153:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:153:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:153:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:153:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:154:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:154:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_PDSxon' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:395:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:154:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:154:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_PDSxon' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:395:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:154:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:154:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_PDSxon' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:395:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:154:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:154:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_PDSxon' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:395:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:154:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:154:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_PDSxon' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:395:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:154:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:154:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_PDSxon' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:395:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:154:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:154:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:154:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:154:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:154:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:154:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:155:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:155:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_PSDnaon' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:396:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:155:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:155:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_PSDnaon' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:396:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:155:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:155:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_PSDnaon' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:396:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:155:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:155:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_PSDnaon' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:396:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:155:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:155:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_PSDnaon' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:396:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:155:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:155:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_PSDnaon' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:396:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:155:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:155:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:155:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:155:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:155:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:155:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:156:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:156:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_PDSnaon' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:397:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:156:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:156:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_PDSnaon' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:397:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:156:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:156:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_PDSnaon' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:397:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:156:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:156:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_PDSnaon' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:397:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:156:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:156:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_PDSnaon' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:397:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:156:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:156:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_PDSnaon' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:397:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:156:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:156:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:156:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:156:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:156:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:156:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:157:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:157:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_PDSonon' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:398:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:157:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:157:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_PDSonon' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:398:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:157:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:157:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_PDSonon' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:398:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:157:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:157:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_PDSonon' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:398:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:157:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:157:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_PDSonon' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:398:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:157:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:157:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_PDSonon' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:398:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:157:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:157:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:157:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:157:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:157:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:157:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:158:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:158:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_PDSona' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:399:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:158:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:158:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_PDSona' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:399:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:158:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:158:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_PDSona' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:399:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:158:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:158:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_PDSona' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:399:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:158:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:158:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_PDSona' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:399:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:158:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:158:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_PDSona' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:399:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:158:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:158:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:158:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:158:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:158:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:158:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:159:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:159:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_SDPxnon' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:400:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:159:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:159:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_SDPxnon' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:400:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:159:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:159:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_SDPxnon' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:400:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:159:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:159:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_SDPxnon' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:400:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:159:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:159:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_SDPxnon' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:400:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:159:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:159:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_SDPxnon' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:400:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:159:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:159:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:159:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:159:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:159:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:159:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:160:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:160:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_SDPaon' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:401:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:160:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:160:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_SDPaon' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:401:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:160:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:160:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_SDPaon' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:401:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:160:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:160:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_SDPaon' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:401:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:160:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:160:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_SDPaon' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:401:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:160:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:160:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_SDPaon' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:401:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:160:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:160:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:160:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:160:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:160:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:160:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:161:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:161:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_DPSxnon' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:402:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:161:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:161:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_DPSxnon' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:402:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:161:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:161:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_DPSxnon' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:402:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:161:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:161:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_DPSxnon' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:402:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:161:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:161:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_DPSxnon' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:402:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:161:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:161:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_DPSxnon' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:402:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:161:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:161:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:161:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:161:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:161:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:161:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:162:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:162:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_DPSaon' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:403:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:162:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:162:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_DPSaon' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:403:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:162:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:162:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_DPSaon' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:403:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:162:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:162:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_DPSaon' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:403:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:162:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:162:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_DPSaon' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:403:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:162:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:162:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_DPSaon' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:403:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:162:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:162:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:162:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:162:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:162:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:162:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:163:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:163:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_PSDPSanaxx' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:404:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:163:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:163:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_PSDPSanaxx' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:404:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:163:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:163:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_PSDPSanaxx' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:404:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:163:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:163:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_PSDPSanaxx' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:404:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:163:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:163:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_PSDPSanaxx' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:404:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:163:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:163:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_PSDPSanaxx' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:404:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:163:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:163:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:163:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:163:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:163:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:163:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:164:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:164:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_SSPxDSxaxn' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:405:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:164:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:164:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_SSPxDSxaxn' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:405:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:164:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:164:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_SSPxDSxaxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:405:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:164:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:164:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_SSPxDSxaxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:405:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:164:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:164:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_SSPxDSxaxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:405:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:164:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:164:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_SSPxDSxaxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:405:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:164:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:164:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:164:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:164:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:164:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:164:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:165:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:165:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_SPxPDxa' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:406:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:165:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:165:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_SPxPDxa' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:406:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:165:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:165:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_SPxPDxa' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:406:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:165:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:165:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_SPxPDxa' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:406:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:165:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:165:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_SPxPDxa' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:406:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:165:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:165:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_SPxPDxa' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:406:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:165:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:165:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:165:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:165:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:165:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:165:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:166:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:166:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_SDPSanaxn' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:407:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:166:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:166:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_SDPSanaxn' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:407:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:166:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:166:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_SDPSanaxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:407:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:166:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:166:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_SDPSanaxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:407:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:166:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:166:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_SDPSanaxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:407:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:166:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:166:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_SDPSanaxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:407:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:166:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:166:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:166:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:166:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:166:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:166:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:167:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:167:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_PDSPaox' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:408:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:167:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:167:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_PDSPaox' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:408:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:167:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:167:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_PDSPaox' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:408:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:167:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:167:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_PDSPaox' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:408:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:167:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:167:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_PDSPaox' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:408:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:167:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:167:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_PDSPaox' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:408:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:167:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:167:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:167:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:167:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:167:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:167:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:168:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:168:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_SDPSxaxn' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:409:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:168:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:168:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_SDPSxaxn' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:409:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:168:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:168:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_SDPSxaxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:409:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:168:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:168:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_SDPSxaxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:409:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:168:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:168:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_SDPSxaxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:409:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:168:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:168:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_SDPSxaxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:409:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:168:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:168:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:168:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:168:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:168:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:168:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:169:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:169:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_PSDPaox' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:410:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:169:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:169:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_PSDPaox' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:410:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:169:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:169:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_PSDPaox' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:410:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:169:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:169:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_PSDPaox' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:410:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:169:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:169:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_PSDPaox' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:410:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:169:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:169:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_PSDPaox' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:410:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:169:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:169:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:169:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:169:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:169:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:169:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:170:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:170:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_DSPDxaxn' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:411:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:170:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:170:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_DSPDxaxn' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:411:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:170:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:170:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_DSPDxaxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:411:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:170:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:170:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_DSPDxaxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:411:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:170:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:170:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_DSPDxaxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:411:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:170:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:170:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_DSPDxaxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:411:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:170:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:170:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:170:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:170:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:170:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:170:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:171:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:171:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_PDSox' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:412:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:171:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:171:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_PDSox' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:412:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:171:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:171:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_PDSox' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:412:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:171:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:171:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_PDSox' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:412:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:171:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:171:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_PDSox' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:412:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:171:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:171:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_PDSox' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:412:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:171:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:171:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:171:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:171:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:171:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:171:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:172:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:172:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_PDSoan' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:413:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:172:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:172:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_PDSoan' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:413:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:172:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:172:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_PDSoan' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:413:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:172:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:172:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_PDSoan' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:413:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:172:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:172:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_PDSoan' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:413:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:172:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:172:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_PDSoan' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:413:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:172:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:172:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:172:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:172:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:172:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:172:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:173:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:173:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_DPSnaa' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:414:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:173:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:173:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_DPSnaa' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:414:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:173:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:173:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_DPSnaa' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:414:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:173:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:173:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_DPSnaa' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:414:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:173:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:173:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_DPSnaa' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:414:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:173:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:173:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_DPSnaa' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:414:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:173:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:173:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:173:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:173:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:173:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:173:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:174:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:174:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_SDPxon' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:415:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:174:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:174:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_SDPxon' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:415:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:174:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:174:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_SDPxon' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:415:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:174:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:174:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_SDPxon' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:415:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:174:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:174:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_SDPxon' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:415:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:174:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:174:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_SDPxon' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:415:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:174:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:174:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:174:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:174:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:174:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:174:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:175:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:175:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_SPDnaon' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:416:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:175:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:175:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_SPDnaon' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:416:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:175:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:175:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_SPDnaon' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:416:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:175:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:175:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_SPDnaon' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:416:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:175:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:175:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_SPDnaon' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:416:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:175:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:175:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_SPDnaon' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:416:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:175:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:175:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:175:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:175:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:175:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:175:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:176:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:176:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_SPxDSxa' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:417:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:176:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:176:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_SPxDSxa' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:417:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:176:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:176:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_SPxDSxa' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:417:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:176:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:176:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_SPxDSxa' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:417:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:176:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:176:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_SPxDSxa' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:417:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:176:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:176:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_SPxDSxa' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:417:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:176:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:176:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:176:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:176:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:176:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:176:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:177:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:177:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_PDSPanaxn' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:418:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:177:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:177:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_PDSPanaxn' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:418:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:177:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:177:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_PDSPanaxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:418:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:177:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:177:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_PDSPanaxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:418:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:177:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:177:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_PDSPanaxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:418:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:177:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:177:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_PDSPanaxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:418:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:177:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:177:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:177:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:177:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:177:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:177:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:178:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:178:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_SDPSaox' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:419:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:178:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:178:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_SDPSaox' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:419:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:178:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:178:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_SDPSaox' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:419:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:178:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:178:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_SDPSaox' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:419:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:178:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:178:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_SDPSaox' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:419:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:178:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:178:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_SDPSaox' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:419:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:178:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:178:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:178:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:178:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:178:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:178:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:179:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:179:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_SDPSxnox' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:420:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:179:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:179:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_SDPSxnox' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:420:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:179:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:179:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_SDPSxnox' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:420:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:179:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:179:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_SDPSxnox' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:420:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:179:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:179:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_SDPSxnox' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:420:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:179:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:179:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_SDPSxnox' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:420:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:179:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:179:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:179:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:179:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:179:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:179:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:180:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:180:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_DPSxa' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:421:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:180:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:180:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_DPSxa' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:421:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:180:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:180:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_DPSxa' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:421:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:180:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:180:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_DPSxa' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:421:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:180:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:180:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_DPSxa' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:421:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:180:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:180:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_DPSxa' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:421:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:180:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:180:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:180:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:180:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:180:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:180:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:181:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:181:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_PSDPSaoxxn' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:422:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:181:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:181:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_PSDPSaoxxn' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:422:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:181:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:181:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_PSDPSaoxxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:422:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:181:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:181:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_PSDPSaoxxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:422:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:181:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:181:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_PSDPSaoxxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:422:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:181:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:181:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_PSDPSaoxxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:422:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:181:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:181:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:181:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:181:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:181:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:181:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:182:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:182:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_DPSana' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:423:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:182:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:182:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_DPSana' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:423:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:182:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:182:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_DPSana' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:423:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:182:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:182:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_DPSana' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:423:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:182:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:182:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_DPSana' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:423:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:182:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:182:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_DPSana' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:423:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:182:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:182:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:182:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:182:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:182:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:182:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:183:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:183:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_SSPxPDxaxn' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:424:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:183:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:183:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_SSPxPDxaxn' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:424:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:183:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:183:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_SSPxPDxaxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:424:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:183:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:183:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_SSPxPDxaxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:424:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:183:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:183:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_SSPxPDxaxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:424:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:183:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:183:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_SSPxPDxaxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:424:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:183:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:183:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:183:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:183:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:183:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:183:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:184:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:184:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_SPDSoax' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:425:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:184:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:184:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_SPDSoax' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:425:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:184:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:184:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_SPDSoax' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:425:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:184:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:184:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_SPDSoax' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:425:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:184:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:184:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_SPDSoax' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:425:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:184:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:184:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_SPDSoax' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:425:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:184:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:184:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:184:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:184:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:184:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:184:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:185:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:185:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_PSDnox' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:426:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:185:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:185:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_PSDnox' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:426:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:185:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:185:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_PSDnox' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:426:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:185:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:185:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_PSDnox' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:426:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:185:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:185:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_PSDnox' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:426:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:185:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:185:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_PSDnox' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:426:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:185:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:185:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:185:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:185:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:185:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:185:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:186:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:186:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_PSDPxox' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:427:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:186:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:186:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_PSDPxox' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:427:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:186:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:186:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_PSDPxox' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:427:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:186:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:186:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_PSDPxox' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:427:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:186:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:186:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_PSDPxox' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:427:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:186:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:186:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_PSDPxox' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:427:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:186:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:186:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:186:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:186:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:186:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:186:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:187:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:187:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_PSDnoan' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:428:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:187:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:187:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_PSDnoan' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:428:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:187:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:187:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_PSDnoan' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:428:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:187:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:187:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_PSDnoan' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:428:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:187:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:187:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_PSDnoan' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:428:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:187:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:187:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_PSDnoan' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:428:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:187:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:187:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:187:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:187:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:187:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:187:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:188:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:188:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_SDPnaon' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:429:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:188:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:188:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_SDPnaon' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:429:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:188:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:188:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_SDPnaon' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:429:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:188:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:188:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_SDPnaon' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:429:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:188:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:188:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_SDPnaon' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:429:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:188:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:188:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_SDPnaon' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:429:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:188:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:188:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:188:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:188:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:188:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:188:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:189:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:189:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_SDPSoox' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:430:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:189:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:189:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_SDPSoox' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:430:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:189:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:189:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_SDPSoox' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:430:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:189:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:189:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_SDPSoox' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:430:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:189:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:189:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_SDPSoox' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:430:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:189:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:189:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_SDPSoox' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:430:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:189:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:189:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:189:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:189:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:189:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:189:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:190:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:190:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_SPDSaox' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:431:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:190:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:190:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_SPDSaox' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:431:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:190:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:190:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_SPDSaox' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:431:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:190:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:190:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_SPDSaox' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:431:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:190:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:190:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_SPDSaox' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:431:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:190:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:190:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_SPDSaox' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:431:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:190:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:190:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:190:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:190:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:190:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:190:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:191:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:191:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_SPDSxnox' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:432:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:191:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:191:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_SPDSxnox' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:432:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:191:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:191:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_SPDSxnox' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:432:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:191:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:191:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_SPDSxnox' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:432:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:191:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:191:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_SPDSxnox' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:432:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:191:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:191:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_SPDSxnox' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:432:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:191:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:191:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:191:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:191:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:191:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:191:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:192:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:192:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_SDPox' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:433:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:192:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:192:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_SDPox' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:433:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:192:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:192:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_SDPox' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:433:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:192:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:192:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_SDPox' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:433:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:192:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:192:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_SDPox' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:433:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:192:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:192:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_SDPox' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:433:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:192:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:192:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:192:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:192:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:192:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:192:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:193:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:193:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_SDPoan' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:434:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:193:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:193:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_SDPoan' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:434:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:193:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:193:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_SDPoan' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:434:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:193:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:193:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_SDPoan' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:434:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:193:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:193:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_SDPoan' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:434:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:193:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:193:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_SDPoan' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:434:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:193:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:193:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:193:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:193:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:193:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:193:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:194:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:194:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_PSDPoax' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:435:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:194:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:194:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_PSDPoax' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:435:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:194:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:194:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_PSDPoax' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:435:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:194:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:194:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_PSDPoax' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:435:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:194:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:194:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_PSDPoax' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:435:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:194:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:194:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_PSDPoax' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:435:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:194:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:194:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:194:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:194:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:194:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:194:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:195:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:195:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_SPDnox' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:436:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:195:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:195:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_SPDnox' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:436:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:195:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:195:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_SPDnox' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:436:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:195:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:195:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_SPDnox' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:436:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:195:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:195:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_SPDnox' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:436:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:195:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:195:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_SPDnox' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:436:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:195:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:195:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:195:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:195:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:195:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:195:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:196:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:196:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_SPDSxox' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:437:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:196:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:196:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_SPDSxox' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:437:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:196:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:196:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_SPDSxox' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:437:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:196:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:196:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_SPDSxox' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:437:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:196:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:196:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_SPDSxox' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:437:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:196:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:196:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_SPDSxox' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:437:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:196:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:196:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:196:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:196:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:196:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:196:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:197:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:197:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_SPDnoan' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:438:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:197:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:197:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_SPDnoan' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:438:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:197:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:197:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_SPDnoan' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:438:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:197:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:197:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_SPDnoan' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:438:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:197:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:197:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_SPDnoan' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:438:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:197:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:197:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_SPDnoan' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:438:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:197:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:197:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:197:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:197:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:197:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:197:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:198:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:198:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_SPDSonox' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:439:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:198:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:198:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_SPDSonox' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:439:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:198:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:198:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_SPDSonox' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:439:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:198:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:198:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_SPDSonox' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:439:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:198:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:198:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_SPDSonox' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:439:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:198:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:198:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_SPDSonox' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:439:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:198:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:198:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:198:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:198:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:198:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:198:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:199:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:199:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_SPDSnaox' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:440:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:199:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:199:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_SPDSnaox' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:440:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:199:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:199:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_SPDSnaox' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:440:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:199:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:199:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_SPDSnaox' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:440:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:199:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:199:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_SPDSnaox' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:440:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:199:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:199:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_SPDSnaox' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:440:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:199:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:199:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:199:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:199:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:199:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:199:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:200:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:200:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_PSDnaa' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:441:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:200:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:200:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_PSDnaa' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:441:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:200:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:200:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_PSDnaa' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:441:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:200:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:200:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_PSDnaa' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:441:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:200:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:200:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_PSDnaa' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:441:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:200:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:200:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_PSDnaa' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:441:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:200:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:200:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:200:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:200:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:200:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:200:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:201:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:201:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_DPSxon' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:442:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:201:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:201:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_DPSxon' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:442:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:201:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:201:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_DPSxon' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:442:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:201:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:201:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_DPSxon' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:442:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:201:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:201:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_DPSxon' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:442:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:201:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:201:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_DPSxon' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:442:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:201:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:201:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:201:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:201:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:201:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:201:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:202:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:202:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_SDxPDxa' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:443:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:202:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:202:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_SDxPDxa' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:443:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:202:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:202:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_SDxPDxa' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:443:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:202:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:202:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_SDxPDxa' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:443:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:202:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:202:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_SDxPDxa' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:443:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:202:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:202:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_SDxPDxa' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:443:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:202:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:202:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:202:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:202:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:202:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:202:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:203:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:203:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_SPDSanaxn' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:444:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:203:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:203:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_SPDSanaxn' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:444:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:203:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:203:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_SPDSanaxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:444:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:203:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:203:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_SPDSanaxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:444:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:203:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:203:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_SPDSanaxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:444:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:203:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:203:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_SPDSanaxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:444:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:203:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:203:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:203:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:203:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:203:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:203:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:204:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:204:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_DPSnaon' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:445:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:204:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:204:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_DPSnaon' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:445:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:204:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:204:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_DPSnaon' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:445:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:204:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:204:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_DPSnaon' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:445:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:204:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:204:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_DPSnaon' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:445:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:204:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:204:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_DPSnaon' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:445:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:204:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:204:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:204:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:204:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:204:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:204:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:205:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:205:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_DSPDaox' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:446:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:205:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:205:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_DSPDaox' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:446:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:205:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:205:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_DSPDaox' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:446:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:205:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:205:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_DSPDaox' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:446:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:205:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:205:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_DSPDaox' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:446:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:205:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:205:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_DSPDaox' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:446:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:205:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:205:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:205:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:205:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:205:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:205:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:206:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:206:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_PSDPxaxn' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:447:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:206:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:206:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_PSDPxaxn' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:447:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:206:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:206:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_PSDPxaxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:447:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:206:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:206:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_PSDPxaxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:447:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:206:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:206:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_PSDPxaxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:447:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:206:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:206:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_PSDPxaxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:447:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:206:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:206:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:206:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:206:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:206:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:206:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:207:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:207:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_SDPxa' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:448:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:207:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:207:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_SDPxa' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:448:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:207:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:207:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_SDPxa' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:448:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:207:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:207:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_SDPxa' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:448:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:207:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:207:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_SDPxa' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:448:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:207:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:207:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_SDPxa' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:448:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:207:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:207:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:207:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:207:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:207:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:207:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:208:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:208:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_PDSPDaoxxn' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:449:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:208:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:208:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_PDSPDaoxxn' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:449:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:208:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:208:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_PDSPDaoxxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:449:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:208:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:208:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_PDSPDaoxxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:449:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:208:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:208:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_PDSPDaoxxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:449:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:208:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:208:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_PDSPDaoxxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:449:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:208:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:208:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:208:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:208:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:208:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:208:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:209:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:209:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_DPSDoax' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:450:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:209:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:209:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_DPSDoax' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:450:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:209:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:209:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_DPSDoax' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:450:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:209:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:209:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_DPSDoax' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:450:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:209:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:209:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_DPSDoax' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:450:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:209:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:209:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_DPSDoax' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:450:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:209:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:209:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:209:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:209:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:209:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:209:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:210:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:210:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_PDSnox' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:451:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:210:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:210:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_PDSnox' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:451:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:210:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:210:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_PDSnox' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:451:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:210:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:210:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_PDSnox' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:451:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:210:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:210:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_PDSnox' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:451:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:210:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:210:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_PDSnox' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:451:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:210:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:210:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:210:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:210:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:210:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:210:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:211:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:211:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_SDPana' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:452:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:211:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:211:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_SDPana' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:452:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:211:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:211:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_SDPana' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:452:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:211:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:211:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_SDPana' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:452:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:211:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:211:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_SDPana' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:452:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:211:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:211:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_SDPana' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:452:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:211:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:211:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:211:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:211:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:211:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:211:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:212:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:212:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_SSPxDSxoxn' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:453:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:212:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:212:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_SSPxDSxoxn' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:453:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:212:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:212:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_SSPxDSxoxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:453:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:212:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:212:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_SSPxDSxoxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:453:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:212:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:212:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_SSPxDSxoxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:453:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:212:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:212:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_SSPxDSxoxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:453:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:212:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:212:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:212:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:212:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:212:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:212:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:213:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:213:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_PDSPxox' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:454:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:213:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:213:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_PDSPxox' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:454:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:213:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:213:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_PDSPxox' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:454:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:213:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:213:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_PDSPxox' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:454:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:213:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:213:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_PDSPxox' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:454:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:213:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:213:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_PDSPxox' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:454:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:213:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:213:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:213:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:213:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:213:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:213:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:214:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:214:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_PDSnoan' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:455:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:214:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:214:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_PDSnoan' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:455:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:214:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:214:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_PDSnoan' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:455:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:214:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:214:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_PDSnoan' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:455:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:214:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:214:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_PDSnoan' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:455:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:214:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:214:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_PDSnoan' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:455:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:214:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:214:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:214:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:214:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:214:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:214:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:215:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:215:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_DSPnaon' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:456:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:215:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:215:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_DSPnaon' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:456:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:215:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:215:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_DSPnaon' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:456:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:215:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:215:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_DSPnaon' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:456:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:215:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:215:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_DSPnaon' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:456:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:215:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:215:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_DSPnaon' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:456:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:215:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:215:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:215:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:215:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:215:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:215:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:216:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:216:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_DPSDaox' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:457:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:216:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:216:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_DPSDaox' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:457:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:216:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:216:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_DPSDaox' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:457:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:216:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:216:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_DPSDaox' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:457:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:216:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:216:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_DPSDaox' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:457:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:216:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:216:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_DPSDaox' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:457:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:216:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:216:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:216:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:216:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:216:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:216:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:217:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:217:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_SPDSxaxn' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:458:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:217:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:217:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_SPDSxaxn' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:458:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:217:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:217:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_SPDSxaxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:458:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:217:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:217:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_SPDSxaxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:458:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:217:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:217:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_SPDSxaxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:458:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:217:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:217:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_SPDSxaxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:458:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:217:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:217:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:217:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:217:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:217:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:217:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:218:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:218:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_DPSonon' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:459:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:218:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:218:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_DPSonon' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:459:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:218:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:218:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_DPSonon' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:459:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:218:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:218:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_DPSonon' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:459:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:218:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:218:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_DPSonon' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:459:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:218:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:218:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_DPSonon' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:459:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:218:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:218:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:218:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:218:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:218:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:218:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:219:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:219:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_DPSox' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:460:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:219:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:219:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_DPSox' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:460:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:219:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:219:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_DPSox' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:460:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:219:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:219:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_DPSox' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:460:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:219:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:219:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_DPSox' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:460:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:219:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:219:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_DPSox' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:460:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:219:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:219:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:219:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:219:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:219:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:219:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:220:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:220:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_DPSoan' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:461:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:220:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:220:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_DPSoan' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:461:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:220:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:220:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_DPSoan' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:461:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:220:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:220:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_DPSoan' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:461:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:220:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:220:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_DPSoan' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:461:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:220:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:220:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_DPSoan' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:461:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:220:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:220:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:220:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:220:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:220:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:220:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:221:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:221:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_PDSPoax' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:462:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:221:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:221:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_PDSPoax' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:462:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:221:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:221:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_PDSPoax' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:462:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:221:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:221:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_PDSPoax' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:462:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:221:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:221:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_PDSPoax' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:462:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:221:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:221:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_PDSPoax' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:462:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:221:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:221:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:221:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:221:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:221:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:221:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:222:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:222:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_DPSnox' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:463:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:222:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:222:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_DPSnox' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:463:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:222:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:222:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_DPSnox' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:463:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:222:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:222:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_DPSnox' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:463:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:222:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:222:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_DPSnox' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:463:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:222:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:222:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_DPSnox' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:463:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:222:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:222:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:222:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:222:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:222:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:222:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:223:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:223:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_DPSDonox' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:464:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:223:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:223:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_DPSDonox' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:464:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:223:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:223:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_DPSDonox' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:464:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:223:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:223:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_DPSDonox' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:464:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:223:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:223:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_DPSDonox' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:464:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:223:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:223:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_DPSDonox' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:464:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:223:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:223:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:223:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:223:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:223:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:223:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:224:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:224:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_DPSDxox' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:465:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:224:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:224:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_DPSDxox' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:465:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:224:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:224:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_DPSDxox' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:465:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:224:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:224:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_DPSDxox' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:465:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:224:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:224:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_DPSDxox' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:465:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:224:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:224:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_DPSDxox' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:465:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:224:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:224:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:224:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:224:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:224:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:224:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:225:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:225:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_DPSnoan' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:466:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:225:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:225:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_DPSnoan' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:466:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:225:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:225:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_DPSnoan' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:466:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:225:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:225:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_DPSnoan' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:466:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:225:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:225:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_DPSnoan' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:466:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:225:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:225:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_DPSnoan' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:466:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:225:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:225:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:225:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:225:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:225:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:225:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:226:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:226:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_DPSDnaox' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:467:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:226:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:226:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_DPSDnaox' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:467:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:226:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:226:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_DPSDnaox' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:467:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:226:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:226:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_DPSDnaox' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:467:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:226:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:226:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_DPSDnaox' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:467:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:226:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:226:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_DPSDnaox' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:467:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:226:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:226:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:226:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:226:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:226:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:226:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:227:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:227:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_PDSxa' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:468:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:227:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:227:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_PDSxa' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:468:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:227:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:227:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_PDSxa' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:468:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:227:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:227:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_PDSxa' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:468:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:227:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:227:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_PDSxa' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:468:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:227:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:227:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_PDSxa' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:468:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:227:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:227:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:227:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:227:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:227:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:227:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:228:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:228:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_DSPDSaoxxn' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:469:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:228:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:228:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_DSPDSaoxxn' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:469:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:228:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:228:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_DSPDSaoxxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:469:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:228:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:228:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_DSPDSaoxxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:469:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:228:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:228:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_DSPDSaoxxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:469:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:228:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:228:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_DSPDSaoxxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:469:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:228:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:228:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:228:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:228:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:228:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:228:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:229:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:229:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_DSPDoax' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:470:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:229:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:229:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_DSPDoax' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:470:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:229:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:229:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_DSPDoax' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:470:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:229:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:229:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_DSPDoax' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:470:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:229:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:229:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_DSPDoax' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:470:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:229:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:229:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_DSPDoax' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:470:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:229:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:229:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:229:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:229:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:229:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:229:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:230:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:230:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_SDPnox' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:471:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:230:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:230:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_SDPnox' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:471:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:230:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:230:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_SDPnox' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:471:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:230:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:230:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_SDPnox' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:471:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:230:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:230:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_SDPnox' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:471:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:230:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:230:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_SDPnox' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:471:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:230:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:230:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:230:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:230:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:230:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:230:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:231:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:231:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_SDPSoax' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:472:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:231:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:231:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_SDPSoax' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:472:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:231:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:231:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_SDPSoax' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:472:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:231:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:231:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_SDPSoax' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:472:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:231:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:231:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_SDPSoax' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:472:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:231:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:231:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_SDPSoax' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:472:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:231:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:231:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:231:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:231:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:231:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:231:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:232:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:232:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_DSPnox' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:473:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:232:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:232:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_DSPnox' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:473:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:232:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:232:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_DSPnox' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:473:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:232:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:232:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_DSPnox' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:473:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:232:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:232:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_DSPnox' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:473:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:232:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:232:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_DSPnox' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:473:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:232:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:232:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:232:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:232:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:232:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:232:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:233:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:233:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_SDPSonox' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:474:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:233:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:233:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_SDPSonox' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:474:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:233:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:233:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_SDPSonox' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:474:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:233:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:233:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_SDPSonox' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:474:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:233:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:233:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_SDPSonox' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:474:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:233:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:233:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_SDPSonox' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:474:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:233:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:233:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:233:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:233:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:233:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:233:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:234:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:234:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_DSPDSonoxxn' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:475:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:234:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:234:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_DSPDSonoxxn' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:475:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:234:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:234:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_DSPDSonoxxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:475:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:234:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:234:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_DSPDSonoxxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:475:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:234:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:234:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_DSPDSonoxxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:475:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:234:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:234:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_DSPDSonoxxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:475:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:234:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:234:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:234:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:234:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:234:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:234:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:235:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:235:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_PDSxxn' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:476:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:235:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:235:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_PDSxxn' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:476:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:235:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:235:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_PDSxxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:476:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:235:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:235:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_PDSxxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:476:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:235:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:235:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_PDSxxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:476:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:235:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:235:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_PDSxxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:476:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:235:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:235:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:235:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:235:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:235:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:235:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:236:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:236:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_DPSax' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:477:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:236:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:236:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_DPSax' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:477:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:236:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:236:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_DPSax' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:477:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:236:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:236:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_DPSax' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:477:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:236:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:236:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_DPSax' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:477:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:236:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:236:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_DPSax' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:477:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:236:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:236:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:236:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:236:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:236:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:236:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:237:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:237:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_PSDPSoaxxn' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:478:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:237:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:237:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_PSDPSoaxxn' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:478:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:237:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:237:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_PSDPSoaxxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:478:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:237:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:237:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_PSDPSoaxxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:478:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:237:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:237:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_PSDPSoaxxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:478:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:237:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:237:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_PSDPSoaxxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:478:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:237:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:237:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:237:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:237:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:237:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:237:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:238:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:238:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_SDPax' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:479:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:238:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:238:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_SDPax' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:479:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:238:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:238:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_SDPax' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:479:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:238:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:238:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_SDPax' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:479:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:238:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:238:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_SDPax' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:479:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:238:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:238:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_SDPax' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:479:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:238:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:238:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:238:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:238:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:238:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:238:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:239:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:239:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_PDSPDoaxxn' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:480:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:239:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:239:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_PDSPDoaxxn' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:480:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:239:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:239:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_PDSPDoaxxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:480:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:239:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:239:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_PDSPDoaxxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:480:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:239:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:239:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_PDSPDoaxxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:480:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:239:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:239:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_PDSPDoaxxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:480:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:239:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:239:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:239:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:239:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:239:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:239:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:240:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:240:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_SDPSnoax' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:481:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:240:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:240:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_SDPSnoax' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:481:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:240:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:240:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_SDPSnoax' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:481:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:240:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:240:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_SDPSnoax' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:481:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:240:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:240:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_SDPSnoax' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:481:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:240:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:240:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_SDPSnoax' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:481:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:240:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:240:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:240:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:240:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:240:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:240:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:241:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:241:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_PDSxnan' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:482:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:241:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:241:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_PDSxnan' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:482:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:241:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:241:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_PDSxnan' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:482:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:241:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:241:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_PDSxnan' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:482:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:241:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:241:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_PDSxnan' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:482:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:241:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:241:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_PDSxnan' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:482:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:241:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:241:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:241:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:241:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:241:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:241:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:242:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:242:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_PDSana' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:483:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:242:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:242:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_PDSana' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:483:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:242:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:242:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_PDSana' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:483:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:242:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:242:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_PDSana' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:483:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:242:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:242:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_PDSana' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:483:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:242:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:242:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_PDSana' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:483:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:242:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:242:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:242:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:242:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:242:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:242:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:243:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:243:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_SSDxPDxaxn' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:484:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:243:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:243:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_SSDxPDxaxn' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:484:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:243:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:243:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_SSDxPDxaxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:484:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:243:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:243:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_SSDxPDxaxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:484:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:243:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:243:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_SSDxPDxaxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:484:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:243:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:243:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_SSDxPDxaxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:484:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:243:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:243:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:243:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:243:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:243:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:243:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:244:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:244:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_SDPSxox' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:485:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:244:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:244:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_SDPSxox' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:485:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:244:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:244:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_SDPSxox' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:485:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:244:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:244:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_SDPSxox' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:485:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:244:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:244:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_SDPSxox' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:485:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:244:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:244:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_SDPSxox' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:485:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:244:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:244:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:244:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:244:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:244:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:244:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:245:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:245:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_SDPnoan' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:486:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:245:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:245:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_SDPnoan' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:486:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:245:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:245:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_SDPnoan' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:486:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:245:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:245:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_SDPnoan' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:486:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:245:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:245:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_SDPnoan' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:486:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:245:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:245:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_SDPnoan' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:486:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:245:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:245:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:245:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:245:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:245:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:245:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:246:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:246:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_DSPDxox' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:487:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:246:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:246:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_DSPDxox' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:487:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:246:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:246:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_DSPDxox' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:487:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:246:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:246:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_DSPDxox' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:487:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:246:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:246:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_DSPDxox' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:487:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:246:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:246:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_DSPDxox' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:487:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:246:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:246:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:246:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:246:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:246:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:246:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:247:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:247:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_DSPnoan' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:488:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:247:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:247:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_DSPnoan' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:488:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:247:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:247:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_DSPnoan' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:488:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:247:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:247:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_DSPnoan' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:488:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:247:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:247:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_DSPnoan' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:488:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:247:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:247:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_DSPnoan' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:488:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:247:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:247:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:247:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:247:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:247:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:247:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:248:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:248:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_SDPSnaox' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:489:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:248:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:248:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_SDPSnaox' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:489:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:248:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:248:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_SDPSnaox' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:489:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:248:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:248:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_SDPSnaox' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:489:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:248:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:248:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_SDPSnaox' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:489:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:248:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:248:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_SDPSnaox' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:489:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:248:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:248:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:248:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:248:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:248:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:248:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:249:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:249:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_PDSax' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:490:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:249:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:249:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_PDSax' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:490:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:249:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:249:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_PDSax' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:490:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:249:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:249:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_PDSax' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:490:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:249:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:249:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_PDSax' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:490:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:249:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:249:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_PDSax' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:490:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:249:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:249:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:249:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:249:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:249:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:249:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:250:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:250:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_DSPDSoaxxn' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:491:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:250:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:250:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_DSPDSoaxxn' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:491:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:250:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:250:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_DSPDSoaxxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:491:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:250:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:250:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_DSPDSoaxxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:491:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:250:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:250:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_DSPDSoaxxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:491:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:250:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:250:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_DSPDSoaxxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:491:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:250:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:250:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:250:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:250:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:250:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:250:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:251:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:251:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_DPSDnoax' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:492:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:251:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:251:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_DPSDnoax' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:492:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:251:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:251:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_DPSDnoax' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:492:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:251:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:251:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_DPSDnoax' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:492:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:251:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:251:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_DPSDnoax' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:492:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:251:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:251:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_DPSDnoax' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:492:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:251:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:251:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:251:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:251:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:251:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:251:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:252:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:252:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_SDPxnan' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:493:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:252:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:252:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_SDPxnan' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:493:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:252:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:252:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_SDPxnan' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:493:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:252:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:252:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_SDPxnan' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:493:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:252:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:252:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_SDPxnan' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:493:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:252:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:252:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_SDPxnan' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:493:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:252:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:252:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:252:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:252:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:252:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:252:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:253:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:253:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_SPDSnoax' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:494:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:253:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:253:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_SPDSnoax' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:494:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:253:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:253:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_SPDSnoax' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:494:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:253:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:253:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_SPDSnoax' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:494:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:253:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:253:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_SPDSnoax' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:494:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:253:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:253:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_SPDSnoax' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:494:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:253:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:253:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:253:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:253:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:253:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:253:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:254:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:254:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_DPSxnan' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:495:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:254:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:254:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_DPSxnan' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:495:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:254:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:254:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_DPSxnan' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:495:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:254:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:254:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_DPSxnan' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:495:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:254:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:254:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_DPSxnan' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:495:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:254:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:254:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_DPSxnan' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:495:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:254:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:254:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:254:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:254:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:254:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:254:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:255:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:255:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_SPxDSxo' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:496:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:255:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:255:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_SPxDSxo' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:496:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:255:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:255:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_SPxDSxo' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:496:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:255:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:255:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_SPxDSxo' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:496:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:255:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:255:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_SPxDSxo' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:496:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:255:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:255:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_SPxDSxo' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:496:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:255:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:255:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:255:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:255:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:255:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:255:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:256:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:256:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_DPSaan' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:497:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:256:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:256:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_DPSaan' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:497:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:256:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:256:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_DPSaan' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:497:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:256:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:256:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_DPSaan' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:497:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:256:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:256:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_DPSaan' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:497:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:256:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:256:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_DPSaan' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:497:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:256:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:256:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:256:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:256:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:256:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:256:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:257:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:257:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_DPSaa' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:498:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:257:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:257:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_DPSaa' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:498:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:257:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:257:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_DPSaa' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:498:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:257:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:257:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_DPSaa' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:498:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:257:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:257:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_DPSaa' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:498:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:257:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:257:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_DPSaa' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:498:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:257:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:257:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:257:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:257:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:257:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:257:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:258:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:258:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_SPxDSxon' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:499:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:258:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:258:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_SPxDSxon' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:499:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:258:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:258:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_SPxDSxon' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:499:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:258:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:258:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_SPxDSxon' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:499:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:258:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:258:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_SPxDSxon' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:499:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:258:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:258:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_SPxDSxon' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:499:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:258:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:258:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:258:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:258:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:258:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:258:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:259:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:259:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_DPSxna' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:500:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:259:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:259:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_DPSxna' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:500:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:259:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:259:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_DPSxna' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:500:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:259:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:259:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_DPSxna' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:500:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:259:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:259:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_DPSxna' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:500:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:259:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:259:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_DPSxna' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:500:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:259:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:259:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:259:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:259:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:259:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:259:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:260:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:260:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_SPDSnoaxn' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:501:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:260:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:260:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_SPDSnoaxn' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:501:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:260:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:260:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_SPDSnoaxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:501:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:260:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:260:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_SPDSnoaxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:501:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:260:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:260:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_SPDSnoaxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:501:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:260:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:260:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_SPDSnoaxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:501:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:260:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:260:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:260:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:260:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:260:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:260:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:261:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:261:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_SDPxna' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:502:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:261:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:261:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_SDPxna' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:502:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:261:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:261:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_SDPxna' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:502:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:261:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:261:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_SDPxna' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:502:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:261:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:261:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_SDPxna' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:502:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:261:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:261:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_SDPxna' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:502:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:261:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:261:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:261:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:261:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:261:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:261:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:262:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:262:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_PDSPnoaxn' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:503:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:262:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:262:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_PDSPnoaxn' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:503:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:262:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:262:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_PDSPnoaxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:503:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:262:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:262:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_PDSPnoaxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:503:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:262:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:262:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_PDSPnoaxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:503:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:262:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:262:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_PDSPnoaxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:503:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:262:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:262:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:262:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:262:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:262:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:262:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:263:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:263:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_DSPDSoaxx' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:504:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:263:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:263:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_DSPDSoaxx' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:504:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:263:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:263:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_DSPDSoaxx' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:504:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:263:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:263:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_DSPDSoaxx' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:504:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:263:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:263:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_DSPDSoaxx' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:504:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:263:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:263:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_DSPDSoaxx' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:504:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:263:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:263:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:263:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:263:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:263:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:263:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:264:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:264:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_PDSaxn' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:505:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:264:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:264:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_PDSaxn' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:505:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:264:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:264:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_PDSaxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:505:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:264:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:264:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_PDSaxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:505:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:264:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:264:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_PDSaxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:505:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:264:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:264:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_PDSaxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:505:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:264:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:264:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:264:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:264:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:264:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:264:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:265:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:265:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_SDPSnaoxn' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:506:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:265:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:265:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_SDPSnaoxn' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:506:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:265:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:265:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_SDPSnaoxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:506:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:265:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:265:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_SDPSnaoxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:506:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:265:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:265:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_SDPSnaoxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:506:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:265:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:265:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_SDPSnaoxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:506:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:265:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:265:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:265:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:265:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:265:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:265:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:266:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:266:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_DSPnoa' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:507:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:266:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:266:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_DSPnoa' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:507:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:266:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:266:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_DSPnoa' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:507:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:266:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:266:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_DSPnoa' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:507:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:266:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:266:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_DSPnoa' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:507:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:266:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:266:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_DSPnoa' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:507:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:266:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:266:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:266:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:266:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:266:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:266:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:267:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:267:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_DSPDxoxn' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:508:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:267:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:267:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_DSPDxoxn' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:508:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:267:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:267:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_DSPDxoxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:508:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:267:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:267:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_DSPDxoxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:508:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:267:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:267:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_DSPDxoxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:508:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:267:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:267:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_DSPDxoxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:508:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:267:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:267:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:267:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:267:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:267:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:267:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:268:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:268:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_SDPnoa' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:509:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:268:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:268:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_SDPnoa' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:509:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:268:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:268:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_SDPnoa' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:509:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:268:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:268:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_SDPnoa' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:509:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:268:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:268:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_SDPnoa' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:509:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:268:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:268:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_SDPnoa' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:509:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:268:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:268:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:268:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:268:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:268:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:268:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:269:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:269:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_SDPSxoxn' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:510:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:269:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:269:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_SDPSxoxn' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:510:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:269:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:269:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_SDPSxoxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:510:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:269:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:269:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_SDPSxoxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:510:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:269:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:269:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_SDPSxoxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:510:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:269:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:269:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_SDPSxoxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:510:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:269:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:269:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:269:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:269:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:269:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:269:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:270:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:270:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_SSDxPDxax' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:511:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:270:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:270:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_SSDxPDxax' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:511:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:270:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:270:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_SSDxPDxax' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:511:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:270:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:270:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_SSDxPDxax' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:511:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:270:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:270:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_SSDxPDxax' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:511:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:270:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:270:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_SSDxPDxax' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:511:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:270:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:270:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:270:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:270:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:270:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:270:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:271:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:271:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_PDSanan' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:512:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:271:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:271:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_PDSanan' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:512:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:271:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:271:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_PDSanan' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:512:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:271:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:271:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_PDSanan' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:512:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:271:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:271:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_PDSanan' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:512:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:271:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:271:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_PDSanan' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:512:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:271:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:271:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:271:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:271:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:271:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:271:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:272:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:272:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_PDSxna' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:513:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:272:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:272:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_PDSxna' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:513:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:272:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:272:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_PDSxna' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:513:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:272:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:272:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_PDSxna' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:513:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:272:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:272:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_PDSxna' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:513:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:272:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:272:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_PDSxna' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:513:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:272:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:272:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:272:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:272:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:272:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:272:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:273:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:273:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_SDPSnoaxn' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:514:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:273:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:273:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_SDPSnoaxn' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:514:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:273:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:273:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_SDPSnoaxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:514:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:273:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:273:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_SDPSnoaxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:514:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:273:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:273:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_SDPSnoaxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:514:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:273:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:273:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_SDPSnoaxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:514:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:273:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:273:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:273:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:273:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:273:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:273:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:274:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:274:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_DPSDPoaxx' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:515:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:274:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:274:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_DPSDPoaxx' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:515:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:274:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:274:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_DPSDPoaxx' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:515:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:274:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:274:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_DPSDPoaxx' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:515:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:274:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:274:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_DPSDPoaxx' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:515:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:274:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:274:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_DPSDPoaxx' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:515:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:274:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:274:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:274:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:274:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:274:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:274:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:275:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:275:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_SPDaxn' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:516:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:275:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:275:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_SPDaxn' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:516:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:275:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:275:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_SPDaxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:516:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:275:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:275:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_SPDaxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:516:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:275:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:275:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_SPDaxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:516:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:275:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:275:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_SPDaxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:516:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:275:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:275:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:275:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:275:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:275:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:275:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:276:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:276:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_PSDPSoaxx' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:517:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:276:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:276:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_PSDPSoaxx' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:517:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:276:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:276:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_PSDPSoaxx' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:517:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:276:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:276:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_PSDPSoaxx' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:517:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:276:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:276:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_PSDPSoaxx' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:517:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:276:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:276:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_PSDPSoaxx' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:517:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:276:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:276:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:276:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:276:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:276:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:276:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:277:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:277:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_DPSaxn' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:518:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:277:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:277:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_DPSaxn' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:518:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:277:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:277:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_DPSaxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:518:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:277:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:277:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_DPSaxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:518:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:277:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:277:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_DPSaxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:518:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:277:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:277:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_DPSaxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:518:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:277:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:277:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:277:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:277:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:277:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:277:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:278:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:278:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_DPSxx' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:519:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:278:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:278:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_DPSxx' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:519:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:278:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:278:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_DPSxx' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:519:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:278:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:278:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_DPSxx' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:519:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:278:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:278:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_DPSxx' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:519:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:278:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:278:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_DPSxx' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:519:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:278:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:278:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:278:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:278:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:278:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:278:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:279:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:279:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_PSDPSonoxx' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:520:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:279:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:279:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_PSDPSonoxx' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:520:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:279:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:279:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_PSDPSonoxx' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:520:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:279:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:279:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_PSDPSonoxx' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:520:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:279:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:279:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_PSDPSonoxx' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:520:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:279:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:279:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_PSDPSonoxx' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:520:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:279:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:279:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:279:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:279:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:279:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:279:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:280:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:280:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_SDPSonoxn' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:521:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:280:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:280:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_SDPSonoxn' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:521:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:280:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:280:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_SDPSonoxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:521:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:280:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:280:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_SDPSonoxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:521:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:280:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:280:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_SDPSonoxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:521:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:280:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:280:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_SDPSonoxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:521:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:280:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:280:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:280:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:280:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:280:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:280:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:281:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:281:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_DPSnax' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:522:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:281:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:281:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_DPSnax' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:522:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:281:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:281:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_DPSnax' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:522:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:281:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:281:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_DPSnax' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:522:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:281:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:281:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_DPSnax' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:522:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:281:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:281:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_DPSnax' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:522:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:281:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:281:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:281:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:281:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:281:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:281:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:282:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:282:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_SDPSoaxn' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:523:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:282:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:282:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_SDPSoaxn' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:523:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:282:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:282:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_SDPSoaxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:523:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:282:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:282:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_SDPSoaxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:523:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:282:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:282:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_SDPSoaxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:523:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:282:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:282:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_SDPSoaxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:523:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:282:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:282:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:282:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:282:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:282:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:282:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:283:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:283:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_SPDnax' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:524:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:283:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:283:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_SPDnax' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:524:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:283:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:283:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_SPDnax' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:524:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:283:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:283:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_SPDnax' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:524:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:283:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:283:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_SPDnax' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:524:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:283:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:283:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_SPDnax' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:524:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:283:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:283:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:283:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:283:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:283:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:283:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:284:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:284:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_DSPDoaxn' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:525:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:284:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:284:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_DSPDoaxn' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:525:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:284:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:284:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_DSPDoaxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:525:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:284:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:284:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_DSPDoaxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:525:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:284:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:284:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_DSPDoaxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:525:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:284:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:284:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_DSPDoaxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:525:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:284:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:284:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:284:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:284:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:284:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:284:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:285:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:285:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_DSPDSaoxx' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:526:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:285:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:285:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_DSPDSaoxx' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:526:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:285:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:285:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_DSPDSaoxx' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:526:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:285:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:285:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_DSPDSaoxx' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:526:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:285:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:285:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_DSPDSaoxx' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:526:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:285:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:285:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_DSPDSaoxx' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:526:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:285:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:285:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:285:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:285:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:285:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:285:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:286:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:286:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_PDSxan' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:527:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:286:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:286:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_PDSxan' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:527:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:286:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:286:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_PDSxan' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:527:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:286:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:286:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_PDSxan' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:527:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:286:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:286:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_PDSxan' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:527:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:286:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:286:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_PDSxan' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:527:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:286:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:286:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:286:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:286:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:286:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:286:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:287:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:287:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_PDSPnaoxn' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:528:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:287:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:287:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_PDSPnaoxn' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:528:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:287:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:287:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_PDSPnaoxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:528:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:287:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:287:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_PDSPnaoxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:528:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:287:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:287:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_PDSPnaoxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:528:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:287:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:287:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_PDSPnaoxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:528:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:287:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:287:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:287:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:287:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:287:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:287:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:288:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:288:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_DPSnoa' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:529:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:288:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:288:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_DPSnoa' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:529:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:288:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:288:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_DPSnoa' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:529:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:288:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:288:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_DPSnoa' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:529:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:288:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:288:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_DPSnoa' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:529:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:288:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:288:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_DPSnoa' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:529:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:288:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:288:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:288:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:288:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:288:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:288:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:289:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:289:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_DPSDxoxn' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:530:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:289:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:289:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_DPSDxoxn' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:530:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:289:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:289:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_DPSDxoxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:530:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:289:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:289:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_DPSDxoxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:530:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:289:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:289:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_DPSDxoxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:530:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:289:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:289:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_DPSDxoxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:530:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:289:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:289:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:289:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:289:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:289:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:289:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:290:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:290:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_PDSPonoxn' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:531:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:290:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:290:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_PDSPonoxn' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:531:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:290:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:290:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_PDSPonoxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:531:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:290:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:290:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_PDSPonoxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:531:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:290:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:290:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_PDSPonoxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:531:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:290:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:290:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_PDSPonoxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:531:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:290:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:290:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:290:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:290:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:290:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:290:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:291:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:291:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_DSPnax' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:532:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:291:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:291:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_DSPnax' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:532:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:291:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:291:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_DSPnax' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:532:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:291:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:291:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_DSPnax' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:532:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:291:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:291:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_DSPnax' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:532:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:291:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:291:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_DSPnax' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:532:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:291:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:291:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:291:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:291:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:291:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:291:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:292:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:292:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_PDSPoaxn' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:533:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:292:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:292:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_PDSPoaxn' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:533:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:292:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:292:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_PDSPoaxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:533:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:292:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:292:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_PDSPoaxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:533:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:292:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:292:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_PDSPoaxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:533:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:292:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:292:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_PDSPoaxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:533:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:292:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:292:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:292:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:292:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:292:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:292:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:293:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:293:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_DPSoa' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:534:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:293:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:293:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_DPSoa' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:534:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:293:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:293:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_DPSoa' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:534:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:293:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:293:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_DPSoa' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:534:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:293:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:293:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_DPSoa' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:534:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:293:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:293:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_DPSoa' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:534:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:293:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:293:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:293:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:293:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:293:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:293:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:294:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:294:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_DPSoxn' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:535:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:294:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:294:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_DPSoxn' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:535:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:294:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:294:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_DPSoxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:535:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:294:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:294:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_DPSoxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:535:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:294:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:294:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_DPSoxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:535:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:294:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:294:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_DPSoxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:535:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:294:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:294:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:294:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:294:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:294:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:294:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:295:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:295:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_DPSono' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:536:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:295:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:295:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_DPSono' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:536:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:295:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:295:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_DPSono' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:536:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:295:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:295:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_DPSono' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:536:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:295:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:295:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_DPSono' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:536:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:295:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:295:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_DPSono' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:536:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:295:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:295:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:295:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:295:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:295:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:295:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:296:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:296:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_SPDSxax' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:537:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:296:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:296:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_SPDSxax' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:537:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:296:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:296:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_SPDSxax' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:537:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:296:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:296:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_SPDSxax' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:537:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:296:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:296:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_SPDSxax' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:537:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:296:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:296:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_SPDSxax' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:537:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:296:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:296:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:296:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:296:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:296:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:296:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:297:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:297:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_DPSDaoxn' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:538:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:297:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:297:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_DPSDaoxn' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:538:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:297:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:297:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_DPSDaoxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:538:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:297:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:297:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_DPSDaoxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:538:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:297:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:297:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_DPSDaoxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:538:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:297:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:297:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_DPSDaoxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:538:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:297:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:297:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:297:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:297:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:297:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:297:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:298:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:298:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_DSPnao' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:539:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:298:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:298:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_DSPnao' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:539:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:298:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:298:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_DSPnao' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:539:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:298:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:298:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_DSPnao' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:539:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:298:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:298:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_DSPnao' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:539:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:298:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:298:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_DSPnao' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:539:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:298:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:298:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:298:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:298:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:298:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:298:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:299:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:299:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_PDSnoa' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:540:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:299:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:299:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_PDSnoa' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:540:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:299:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:299:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_PDSnoa' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:540:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:299:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:299:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_PDSnoa' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:540:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:299:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:299:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_PDSnoa' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:540:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:299:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:299:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_PDSnoa' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:540:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:299:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:299:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:299:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:299:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:299:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:299:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:300:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:300:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_PDSPxoxn' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:541:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:300:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:300:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_PDSPxoxn' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:541:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:300:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:300:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_PDSPxoxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:541:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:300:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:300:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_PDSPxoxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:541:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:300:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:300:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_PDSPxoxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:541:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:300:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:300:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_PDSPxoxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:541:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:300:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:300:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:300:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:300:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:300:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:300:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:301:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:301:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_SSPxDSxox' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:542:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:301:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:301:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_SSPxDSxox' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:542:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:301:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:301:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_SSPxDSxox' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:542:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:301:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:301:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_SSPxDSxox' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:542:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:301:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:301:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_SSPxDSxox' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:542:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:301:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:301:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_SSPxDSxox' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:542:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:301:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:301:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:301:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:301:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:301:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:301:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:302:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:302:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_SDPanan' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:543:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:302:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:302:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_SDPanan' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:543:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:302:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:302:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_SDPanan' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:543:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:302:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:302:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_SDPanan' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:543:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:302:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:302:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_SDPanan' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:543:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:302:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:302:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_SDPanan' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:543:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:302:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:302:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:302:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:302:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:302:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:302:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:303:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:303:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_PSDnax' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:544:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:303:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:303:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_PSDnax' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:544:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:303:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:303:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_PSDnax' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:544:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:303:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:303:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_PSDnax' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:544:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:303:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:303:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_PSDnax' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:544:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:303:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:303:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_PSDnax' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:544:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:303:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:303:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:303:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:303:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:303:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:303:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:304:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:304:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_DPSDoaxn' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:545:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:304:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:304:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_DPSDoaxn' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:545:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:304:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:304:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_DPSDoaxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:545:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:304:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:304:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_DPSDoaxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:545:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:304:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:304:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_DPSDoaxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:545:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:304:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:304:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_DPSDoaxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:545:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:304:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:304:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:304:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:304:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:304:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:304:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:305:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:305:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_DPSDPaoxx' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:546:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:305:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:305:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_DPSDPaoxx' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:546:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:305:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:305:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_DPSDPaoxx' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:546:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:305:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:305:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_DPSDPaoxx' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:546:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:305:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:305:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_DPSDPaoxx' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:546:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:305:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:305:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_DPSDPaoxx' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:546:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:305:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:305:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:305:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:305:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:305:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:305:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:306:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:306:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_SDPxan' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:547:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:306:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:306:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_SDPxan' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:547:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:306:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:306:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_SDPxan' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:547:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:306:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:306:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_SDPxan' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:547:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:306:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:306:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_SDPxan' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:547:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:306:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:306:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_SDPxan' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:547:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:306:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:306:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:306:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:306:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:306:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:306:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:307:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:307:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_PSDPxax' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:548:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:307:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:307:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_PSDPxax' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:548:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:307:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:307:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_PSDPxax' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:548:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:307:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:307:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_PSDPxax' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:548:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:307:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:307:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_PSDPxax' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:548:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:307:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:307:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_PSDPxax' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:548:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:307:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:307:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:307:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:307:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:307:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:307:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:308:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:308:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_DSPDaoxn' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:549:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:308:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:308:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_DSPDaoxn' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:549:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:308:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:308:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_DSPDaoxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:549:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:308:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:308:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_DSPDaoxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:549:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:308:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:308:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_DSPDaoxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:549:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:308:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:308:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_DSPDaoxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:549:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:308:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:308:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:308:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:308:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:308:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:308:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:309:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:309:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_DPSnao' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:550:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:309:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:309:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_DPSnao' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:550:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:309:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:309:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_DPSnao' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:550:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:309:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:309:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_DPSnao' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:550:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:309:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:309:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_DPSnao' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:550:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:309:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:309:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_DPSnao' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:550:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:309:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:309:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:309:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:309:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:309:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:309:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:310:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:310:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_SPDSanax' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:551:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:310:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:310:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_SPDSanax' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:551:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:310:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:310:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_SPDSanax' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:551:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:310:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:310:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_SPDSanax' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:551:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:310:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:310:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_SPDSanax' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:551:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:310:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:310:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_SPDSanax' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:551:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:310:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:310:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:310:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:310:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:310:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:310:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:311:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:311:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_SDxPDxan' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:552:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:311:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:311:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_SDxPDxan' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:552:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:311:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:311:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_SDxPDxan' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:552:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:311:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:311:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_SDxPDxan' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:552:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:311:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:311:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_SDxPDxan' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:552:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:311:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:311:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_SDxPDxan' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:552:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:311:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:311:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:311:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:311:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:311:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:311:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:312:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:312:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_DPSxo' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:553:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:312:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:312:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_DPSxo' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:553:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:312:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:312:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_DPSxo' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:553:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:312:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:312:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_DPSxo' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:553:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:312:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:312:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_DPSxo' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:553:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:312:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:312:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_DPSxo' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:553:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:312:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:312:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:312:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:312:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:312:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:312:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:313:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:313:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_DPSano' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:554:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:313:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:313:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_DPSano' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:554:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:313:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:313:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_DPSano' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:554:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:313:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:313:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_DPSano' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:554:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:313:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:313:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_DPSano' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:554:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:313:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:313:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_DPSano' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:554:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:313:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:313:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:313:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:313:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:313:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:313:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:314:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:314:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_SPDSnaoxn' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:555:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:314:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:314:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_SPDSnaoxn' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:555:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:314:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:314:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_SPDSnaoxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:555:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:314:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:314:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_SPDSnaoxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:555:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:314:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:314:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_SPDSnaoxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:555:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:314:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:314:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_SPDSnaoxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:555:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:314:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:314:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:314:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:314:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:314:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:314:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:315:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:315:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_SPDSonoxn' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:556:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:315:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:315:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_SPDSonoxn' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:556:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:315:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:315:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_SPDSonoxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:556:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:315:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:315:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_SPDSonoxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:556:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:315:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:315:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_SPDSonoxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:556:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:315:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:315:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_SPDSonoxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:556:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:315:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:315:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:315:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:315:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:315:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:315:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:316:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:316:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_SPDnoa' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:557:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:316:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:316:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_SPDnoa' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:557:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:316:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:316:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_SPDnoa' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:557:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:316:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:316:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_SPDnoa' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:557:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:316:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:316:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_SPDnoa' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:557:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:316:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:316:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_SPDnoa' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:557:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:316:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:316:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:316:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:316:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:316:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:316:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:317:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:317:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_SPDSxoxn' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:558:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:317:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:317:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_SPDSxoxn' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:558:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:317:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:317:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_SPDSxoxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:558:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:317:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:317:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_SPDSxoxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:558:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:317:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:317:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_SPDSxoxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:558:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:317:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:317:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_SPDSxoxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:558:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:317:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:317:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:317:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:317:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:317:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:317:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:318:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:318:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_SDPnax' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:559:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:318:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:318:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_SDPnax' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:559:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:318:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:318:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_SDPnax' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:559:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:318:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:318:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_SDPnax' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:559:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:318:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:318:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_SDPnax' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:559:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:318:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:318:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_SDPnax' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:559:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:318:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:318:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:318:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:318:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:318:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:318:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:319:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:319:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_PSDPoaxn' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:560:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:319:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:319:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_PSDPoaxn' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:560:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:319:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:319:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_PSDPoaxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:560:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:319:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:319:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_PSDPoaxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:560:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:319:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:319:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_PSDPoaxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:560:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:319:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:319:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_PSDPoaxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:560:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:319:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:319:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:319:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:319:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:319:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:319:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:320:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:320:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_SDPoa' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:561:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:320:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:320:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_SDPoa' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:561:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:320:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:320:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_SDPoa' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:561:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:320:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:320:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_SDPoa' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:561:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:320:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:320:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_SDPoa' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:561:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:320:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:320:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_SDPoa' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:561:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:320:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:320:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:320:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:320:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:320:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:320:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:321:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:321:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_SPDoxn' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:562:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:321:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:321:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_SPDoxn' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:562:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:321:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:321:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_SPDoxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:562:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:321:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:321:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_SPDoxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:562:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:321:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:321:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_SPDoxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:562:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:321:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:321:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_SPDoxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:562:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:321:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:321:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:321:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:321:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:321:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:321:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:322:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:322:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_DPSDxax' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:563:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:322:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:322:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_DPSDxax' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:563:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:322:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:322:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_DPSDxax' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:563:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:322:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:322:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_DPSDxax' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:563:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:322:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:322:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_DPSDxax' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:563:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:322:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:322:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_DPSDxax' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:563:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:322:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:322:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:322:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:322:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:322:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:322:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:323:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:323:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_SPDSaoxn' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:564:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:323:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:323:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_SPDSaoxn' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:564:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:323:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:323:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_SPDSaoxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:564:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:323:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:323:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_SPDSaoxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:564:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:323:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:323:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_SPDSaoxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:564:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:323:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:323:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_SPDSaoxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:564:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:323:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:323:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:323:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:323:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:323:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:323:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:324:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:324:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_SDPono' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:565:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:324:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:324:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_SDPono' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:565:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:324:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:324:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_SDPono' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:565:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:324:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:324:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_SDPono' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:565:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:324:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:324:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_SDPono' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:565:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:324:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:324:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_SDPono' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:565:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:324:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:324:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:324:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:324:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:324:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:324:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:325:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:325:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_SDPnao' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:566:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:325:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:325:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_SDPnao' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:566:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:325:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:325:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_SDPnao' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:566:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:325:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:325:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_SDPnao' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:566:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:325:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:325:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_SDPnao' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:566:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:325:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:325:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_SDPnao' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:566:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:325:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:325:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:325:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:325:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:325:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:325:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:326:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:326:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_PSDnoa' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:567:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:326:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:326:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_PSDnoa' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:567:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:326:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:326:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_PSDnoa' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:567:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:326:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:326:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_PSDnoa' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:567:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:326:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:326:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_PSDnoa' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:567:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:326:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:326:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_PSDnoa' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:567:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:326:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:326:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:326:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:326:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:326:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:326:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:327:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:327:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_PSDPxoxn' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:568:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:327:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:327:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_PSDPxoxn' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:568:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:327:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:327:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_PSDPxoxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:568:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:327:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:327:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_PSDPxoxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:568:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:327:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:327:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_PSDPxoxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:568:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:327:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:327:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_PSDPxoxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:568:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:327:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:327:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:327:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:327:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:327:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:327:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:328:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:328:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_PDSnax' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:569:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:328:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:328:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_PDSnax' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:569:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:328:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:328:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_PDSnax' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:569:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:328:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:328:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_PDSnax' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:569:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:328:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:328:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_PDSnax' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:569:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:328:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:328:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_PDSnax' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:569:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:328:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:328:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:328:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:328:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:328:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:328:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:329:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:329:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_SPDSoaxn' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:570:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:329:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:329:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_SPDSoaxn' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:570:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:329:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:329:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_SPDSoaxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:570:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:329:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:329:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_SPDSoaxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:570:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:329:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:329:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_SPDSoaxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:570:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:329:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:329:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_SPDSoaxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:570:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:329:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:329:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:329:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:329:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:329:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:329:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:330:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:330:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_SSPxPDxax' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:571:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:330:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:330:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_SSPxPDxax' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:571:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:330:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:330:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_SSPxPDxax' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:571:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:330:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:330:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_SSPxPDxax' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:571:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:330:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:330:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_SSPxPDxax' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:571:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:330:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:330:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_SSPxPDxax' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:571:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:330:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:330:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:330:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:330:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:330:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:330:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:331:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:331:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_DPSanan' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:572:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:331:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:331:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_DPSanan' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:572:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:331:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:331:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_DPSanan' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:572:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:331:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:331:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_DPSanan' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:572:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:331:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:331:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_DPSanan' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:572:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:331:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:331:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_DPSanan' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:572:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:331:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:331:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:331:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:331:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:331:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:331:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:332:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:332:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_PSDPSaoxx' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:573:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:332:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:332:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_PSDPSaoxx' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:573:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:332:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:332:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_PSDPSaoxx' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:573:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:332:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:332:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_PSDPSaoxx' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:573:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:332:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:332:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_PSDPSaoxx' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:573:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:332:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:332:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_PSDPSaoxx' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:573:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:332:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:332:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:332:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:332:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:332:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:332:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:333:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:333:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_DPSxan' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:574:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:333:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:333:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_DPSxan' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:574:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:333:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:333:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_DPSxan' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:574:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:333:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:333:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_DPSxan' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:574:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:333:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:333:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_DPSxan' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:574:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:333:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:333:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_DPSxan' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:574:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:333:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:333:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:333:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:333:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:333:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:333:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:334:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:334:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_PDSPxax' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:575:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:334:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:334:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_PDSPxax' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:575:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:334:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:334:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_PDSPxax' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:575:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:334:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:334:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_PDSPxax' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:575:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:334:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:334:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_PDSPxax' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:575:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:334:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:334:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_PDSPxax' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:575:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:334:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:334:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:334:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:334:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:334:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:334:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:335:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:335:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_SDPSaoxn' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:576:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:335:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:335:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_SDPSaoxn' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:576:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:335:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:335:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_SDPSaoxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:576:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:335:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:335:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_SDPSaoxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:576:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:335:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:335:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_SDPSaoxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:576:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:335:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:335:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_SDPSaoxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:576:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:335:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:335:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:335:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:335:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:335:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:335:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:336:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:336:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_DPSDanax' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:577:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:336:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:336:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_DPSDanax' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:577:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:336:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:336:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_DPSDanax' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:577:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:336:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:336:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_DPSDanax' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:577:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:336:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:336:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_DPSDanax' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:577:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:336:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:336:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_DPSDanax' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:577:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:336:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:336:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:336:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:336:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:336:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:336:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:337:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:337:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_SPxDSxan' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:578:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:337:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:337:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_SPxDSxan' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:578:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:337:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:337:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_SPxDSxan' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:578:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:337:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:337:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_SPxDSxan' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:578:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:337:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:337:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_SPxDSxan' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:578:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:337:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:337:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_SPxDSxan' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:578:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:337:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:337:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:337:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:337:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:337:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:337:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:338:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:338:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_SPDnao' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:579:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:338:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:338:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_SPDnao' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:579:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:338:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:338:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_SPDnao' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:579:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:338:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:338:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_SPDnao' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:579:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:338:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:338:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_SPDnao' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:579:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:338:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:338:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_SPDnao' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:579:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:338:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:338:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:338:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:338:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:338:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:338:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:339:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:339:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_SDPxo' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:580:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:339:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:339:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_SDPxo' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:580:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:339:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:339:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_SDPxo' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:580:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:339:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:339:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_SDPxo' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:580:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:339:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:339:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_SDPxo' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:580:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:339:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:339:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_SDPxo' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:580:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:339:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:339:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:339:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:339:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:339:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:339:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:340:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:340:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_SDPano' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:581:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:340:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:340:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_SDPano' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:581:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:340:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:340:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_SDPano' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:581:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:340:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:340:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_SDPano' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:581:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:340:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:340:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_SDPano' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:581:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:340:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:340:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_SDPano' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:581:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:340:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:340:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:340:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:340:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:340:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:340:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:341:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:341:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_PDSoa' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:582:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:341:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:341:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_PDSoa' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:582:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:341:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:341:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_PDSoa' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:582:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:341:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:341:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_PDSoa' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:582:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:341:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:341:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_PDSoa' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:582:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:341:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:341:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_PDSoa' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:582:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:341:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:341:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:341:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:341:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:341:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:341:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:342:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:342:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_PDSoxn' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:583:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:342:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:342:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_PDSoxn' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:583:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:342:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:342:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_PDSoxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:583:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:342:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:342:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_PDSoxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:583:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:342:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:342:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_PDSoxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:583:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:342:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:342:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_PDSoxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:583:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:342:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:342:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:342:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:342:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:342:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:342:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:343:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:343:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_DSPDxax' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:584:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:343:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:343:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_DSPDxax' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:584:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:343:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:343:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_DSPDxax' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:584:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:343:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:343:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_DSPDxax' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:584:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:343:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:343:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_DSPDxax' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:584:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:343:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:343:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_DSPDxax' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:584:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:343:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:343:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:343:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:343:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:343:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:343:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:344:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:344:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_PSDPaoxn' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:585:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:344:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:344:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_PSDPaoxn' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:585:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:344:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:344:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_PSDPaoxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:585:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:344:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:344:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_PSDPaoxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:585:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:344:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:344:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_PSDPaoxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:585:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:344:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:344:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_PSDPaoxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:585:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:344:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:344:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:344:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:344:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:344:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:344:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:345:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:345:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_SDPSxax' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:586:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:345:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:345:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_SDPSxax' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:586:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:345:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:345:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_SDPSxax' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:586:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:345:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:345:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_SDPSxax' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:586:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:345:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:345:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_SDPSxax' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:586:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:345:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:345:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_SDPSxax' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:586:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:345:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:345:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:345:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:345:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:345:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:345:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:346:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:346:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_PDSPaoxn' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:587:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:346:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:346:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_PDSPaoxn' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:587:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:346:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:346:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_PDSPaoxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:587:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:346:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:346:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_PDSPaoxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:587:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:346:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:346:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_PDSPaoxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:587:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:346:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:346:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_PDSPaoxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:587:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:346:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:346:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:346:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:346:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:346:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:346:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:347:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:347:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_SDPSanax' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:588:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:347:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:347:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_SDPSanax' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:588:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:347:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:347:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_SDPSanax' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:588:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:347:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:347:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_SDPSanax' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:588:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:347:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:347:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_SDPSanax' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:588:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:347:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:347:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_SDPSanax' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:588:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:347:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:347:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:347:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:347:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:347:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:347:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:348:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:348:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_SPxPDxan' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:589:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:348:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:348:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_SPxPDxan' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:589:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:348:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:348:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_SPxPDxan' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:589:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:348:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:348:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_SPxPDxan' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:589:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:348:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:348:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_SPxPDxan' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:589:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:348:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:348:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_SPxPDxan' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:589:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:348:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:348:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:348:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:348:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:348:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:348:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:349:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:349:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_SSPxDSxax' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:590:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:349:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:349:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_SSPxDSxax' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:590:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:349:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:349:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_SSPxDSxax' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:590:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:349:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:349:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_SSPxDSxax' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:590:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:349:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:349:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_SSPxDSxax' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:590:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:349:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:349:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_SSPxDSxax' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:590:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:349:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:349:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:349:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:349:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:349:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:349:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:350:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:350:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_DSPDSanaxxn' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:591:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:350:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:350:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_DSPDSanaxxn' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:591:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:350:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:350:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_DSPDSanaxxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:591:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:350:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:350:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_DSPDSanaxxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:591:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:350:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:350:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_DSPDSanaxxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:591:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:350:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:350:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_DSPDSanaxxn' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:591:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:350:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:350:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:350:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:350:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:350:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:350:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:351:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:351:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_DPSao' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:592:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:351:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:351:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_DPSao' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:592:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:351:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:351:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_DPSao' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:592:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:351:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:351:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_DPSao' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:592:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:351:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:351:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_DPSao' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:592:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:351:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:351:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_DPSao' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:592:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:351:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:351:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:351:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:351:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:351:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:351:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:352:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:352:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_DPSxno' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:593:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:352:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:352:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_DPSxno' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:593:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:352:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:352:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_DPSxno' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:593:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:352:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:352:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_DPSxno' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:593:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:352:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:352:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_DPSxno' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:593:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:352:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:352:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_DPSxno' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:593:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:352:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:352:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:352:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:352:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:352:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:352:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:353:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:353:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_SDPao' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:594:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:353:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:353:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_SDPao' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:594:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:353:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:353:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_SDPao' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:594:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:353:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:353:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_SDPao' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:594:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:353:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:353:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_SDPao' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:594:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:353:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:353:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_SDPao' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:594:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:353:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:353:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:353:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:353:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:353:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:353:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:354:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:354:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_SDPxno' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:595:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:354:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:354:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_SDPxno' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:595:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:354:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:354:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_SDPxno' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:595:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:354:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:354:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_SDPxno' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:595:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:354:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:354:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_SDPxno' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:595:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:354:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:354:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_SDPxno' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:595:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:354:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:354:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:354:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:354:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:354:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:354:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:355:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:355:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_SDPnoo' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:596:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:355:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:355:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_SDPnoo' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:596:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:355:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:355:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_SDPnoo' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:596:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:355:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:355:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_SDPnoo' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:596:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:355:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:355:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_SDPnoo' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:596:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:355:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:355:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_SDPnoo' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:596:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:355:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:355:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:355:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:355:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:355:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:355:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:356:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:356:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_PDSono' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:597:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:356:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:356:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_PDSono' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:597:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:356:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:356:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_PDSono' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:597:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:356:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:356:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_PDSono' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:597:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:356:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:356:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_PDSono' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:597:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:356:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:356:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_PDSono' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:597:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:356:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:356:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:356:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:356:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:356:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:356:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:357:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:357:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_PDSnao' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:598:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:357:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:357:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_PDSnao' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:598:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:357:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:357:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_PDSnao' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:598:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:357:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:357:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_PDSnao' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:598:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:357:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:357:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_PDSnao' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:598:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:357:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:357:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_PDSnao' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:598:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:357:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:357:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:357:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:357:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:357:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:357:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:358:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:358:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_PSDnao' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:599:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:358:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:358:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_PSDnao' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:599:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:358:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:358:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_PSDnao' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:599:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:358:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:358:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_PSDnao' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:599:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:358:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:358:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_PSDnao' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:599:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:358:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:358:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_PSDnao' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:599:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:358:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:358:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:358:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:358:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:358:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:358:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:359:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:359:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_PDSxo' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:600:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:359:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:359:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_PDSxo' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:600:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:359:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:359:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_PDSxo' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:600:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:359:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:359:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_PDSxo' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:600:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:359:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:359:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_PDSxo' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:600:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:359:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:359:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_PDSxo' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:600:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:359:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:359:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:359:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:359:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:359:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:359:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:360:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:360:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_PDSano' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:601:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:360:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:360:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_PDSano' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:601:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:360:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:360:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_PDSano' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:601:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:360:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:360:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_PDSano' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:601:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:360:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:360:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_PDSano' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:601:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:360:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:360:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_PDSano' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:601:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:360:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:360:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:360:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:360:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:360:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:360:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:361:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:361:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_PDSao' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:602:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:361:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:361:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_PDSao' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:602:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:361:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:361:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_PDSao' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:602:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:361:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:361:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_PDSao' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:602:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:361:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:361:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_PDSao' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:602:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:361:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:361:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_PDSao' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:602:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:361:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:361:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:361:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:361:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:361:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:361:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:362:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:362:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_PDSxno' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:603:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:362:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:362:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_PDSxno' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:603:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:362:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:362:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_PDSxno' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:603:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:362:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:362:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_PDSxno' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:603:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:362:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:362:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_PDSxno' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:603:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:362:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:362:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_PDSxno' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:603:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:362:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:362:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:362:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:362:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:362:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:362:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:363:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:363:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_DPSnoo' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:604:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:363:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:363:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_DPSnoo' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:604:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:363:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:363:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_DPSnoo' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:604:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:363:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:363:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_DPSnoo' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:604:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:363:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:363:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_DPSnoo' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:604:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:363:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:363:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_DPSnoo' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:604:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:363:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:363:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:363:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:363:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:363:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:363:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:364:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:364:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_PSDnoo' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:605:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:364:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:364:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_PSDnoo' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:605:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:364:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:364:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_PSDnoo' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:605:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:364:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:364:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_PSDnoo' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:605:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:364:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:364:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_PSDnoo' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:605:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:364:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:364:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_PSDnoo' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:605:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:364:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:364:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:364:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:364:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:364:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:364:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:365:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:365:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_DPSoo' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:606:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:365:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:365:1: style: Parameter 'pat_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_DPSoo' is a callback function, if 'pat_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:606:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:365:1: note: Parameter 'pat_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:365:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c16_DPSoo' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:606:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:365:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:365:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_c32_DPSoo' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:606:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:365:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:365:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p16_DPSoo' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:606:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:365:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:365:1: style: Parameter 'src_pos' can be declared as pointer to const. However it seems that 'rop3_handle_p32_DPSoo' is a callback function, if 'src_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/common/rop3.c:606:5: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/common/rop3.c:365:1: note: Parameter 'src_pos' can be declared as pointer to const 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:365:1: style: Variable 'dest' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:365:1: style: Variable 'end' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:365:1: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:365:1: style: Variable 'pat' can be declared as pointer to const [constVariablePointer] 2.13.0 spice-gtk-0.42/subprojects/spice-common/common/rop3.c:365:1: style: Variable 'src' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:47:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable G_LOG_LEVEL_CRITICAL [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:55:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable G_LOG_LEVEL_CRITICAL [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:620:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable G_LOG_LEVEL_ERROR [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/subprojects/spice-common/common/rop3.c:636:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable G_LOG_LEVEL_ERROR [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/subprojects/spice-common/common/snd_codec.c:239:43: style: Parameter 'in_ptr' can be declared as pointer to const [constParameterPointer] head spice-gtk-0.42/subprojects/spice-common/common/snd_codec.c:239:73: style: Parameter 'out_ptr' can be declared as pointer to const [constParameterPointer] head spice-gtk-0.42/subprojects/spice-common/common/snd_codec.c:239:87: style: Parameter 'out_size' can be declared as pointer to const [constParameterPointer] head spice-gtk-0.42/subprojects/spice-common/common/snd_codec.c:247:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SND_CODEC_ENCODER_UNAVAILABLE [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/subprojects/spice-common/common/snd_codec.c:267:43: style: Parameter 'in_ptr' can be declared as pointer to const [constParameterPointer] head spice-gtk-0.42/subprojects/spice-common/common/snd_codec.c:267:73: style: Parameter 'out_ptr' can be declared as pointer to const [constParameterPointer] head spice-gtk-0.42/subprojects/spice-common/common/snd_codec.c:267:87: style: Parameter 'out_size' can be declared as pointer to const [constParameterPointer] head spice-gtk-0.42/subprojects/spice-common/common/snd_codec.c:275:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SND_CODEC_DECODER_UNAVAILABLE [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/subprojects/spice-common/common/ssl_verify.c:165:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable G_LOG_LEVEL_CRITICAL [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/subprojects/spice-common/common/ssl_verify.c:292:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable G_LOG_LEVEL_CRITICAL [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/subprojects/spice-common/common/ssl_verify.c:382:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable G_LOG_LEVEL_DEBUG [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/subprojects/spice-common/common/ssl_verify.c:445:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable G_LOG_LEVEL_WARNING [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/subprojects/spice-common/tests/test-marshallers.c:143:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SpiceMsgMainShortDataSubMarshall [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/subprojects/spice-common/tests/test-quic.c:105:55: style: Parameter 'usr' can be declared as pointer to const. However it seems that 'quic_usr_more_space_decode' is a callback function, if 'usr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/tests/test-quic.c:127:71: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/tests/test-quic.c:105:55: note: Parameter 'usr' can be declared as pointer to const head spice-gtk-0.42/subprojects/spice-common/tests/test-quic.c:114:48: style: Parameter 'usr' can be declared as pointer to const. However it seems that 'quic_usr_more_lines' is a callback function, if 'usr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/tests/test-quic.c:128:33: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/tests/test-quic.c:114:48: note: Parameter 'usr' can be declared as pointer to const head spice-gtk-0.42/subprojects/spice-common/tests/test-quic.c:231:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QUIC_IMAGE_TYPE_RGB24 [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/subprojects/spice-common/tests/test-quic.c:263:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QUIC_IMAGE_TYPE_GRAY [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/subprojects/spice-common/tests/test-quic.c:324:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QUIC_OK [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/subprojects/spice-common/tests/test-quic.c:385:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GDK_COLORSPACE_RGB [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/subprojects/spice-common/tests/test-quic.c:400:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GDK_COLORSPACE_RGB [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/subprojects/spice-common/tests/test-quic.c:83:46: style: Parameter 'usr' can be declared as pointer to const. However it seems that 'quic_usr_malloc' is a callback function, if 'usr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/subprojects/spice-common/tests/test-quic.c:125:29: note: You might need to cast the function pointer here spice-gtk-0.42/subprojects/spice-common/tests/test-quic.c:83:46: note: Parameter 'usr' can be declared as pointer to const head spice-gtk-0.42/subprojects/spice-common/tests/test-region.c:382:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable REGION_TEST_RIGHT_EXCLUSIVE [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/subprojects/spice-common/tests/test-ssl-verify.c:56:43: style: Parameter 'name' can be declared as pointer to const [constParameterPointer] head spice-gtk-0.42/tests/file-transfer.c:124:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable value [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/tests/file-transfer.c:142:16: style: Variable 'info' can be declared as pointer to const [constVariablePointer] head spice-gtk-0.42/tests/file-transfer.c:159:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable value [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/tests/file-transfer.c:176:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable value [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/tests/file-transfer.c:254:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable value [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/tests/file-transfer.c:270:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable value [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/tests/file-transfer.c:329:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable value [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/tests/mock-acl-helper.c:77:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable G_DATA_STREAM_NEWLINE_TYPE_LF [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/tests/pipe.c:149:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable G_PRIORITY_DEFAULT [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/tests/pipe.c:167:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable G_PRIORITY_DEFAULT [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/tests/pipe.c:178:65: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable G_PRIORITY_DEFAULT [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/tests/pipe.c:192:56: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable G_PRIORITY_DEFAULT [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/tests/pipe.c:223:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable G_PRIORITY_DEFAULT [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/tests/pipe.c:236:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable G_PRIORITY_DEFAULT [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/tests/pipe.c:263:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable G_PRIORITY_DEFAULT [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/tests/pipe.c:292:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable G_PRIORITY_DEFAULT [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/tests/pipe.c:305:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable G_PRIORITY_DEFAULT [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/tests/pipe.c:333:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable G_PRIORITY_DEFAULT [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/tests/pipe.c:386:65: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable G_PRIORITY_DEFAULT [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/tests/pipe.c:399:67: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable G_PRIORITY_DEFAULT [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/tests/pipe.c:427:65: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable G_PRIORITY_DEFAULT [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/tests/pipe.c:440:67: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable G_PRIORITY_DEFAULT [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/tests/pipe.c:469:21: style: Parameter 'user_data' can be declared as pointer to const. However it seems that 'source_cb' is a callback function, if 'user_data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] spice-gtk-0.42/tests/pipe.c:520:38: note: You might need to cast the function pointer here spice-gtk-0.42/tests/pipe.c:469:21: note: Parameter 'user_data' can be declared as pointer to const head spice-gtk-0.42/tests/pipe.c:471:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable G_SOURCE_REMOVE [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/tests/pipe.c:514:65: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable G_PRIORITY_DEFAULT [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/tests/pipe.c:535:67: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable G_PRIORITY_DEFAULT [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/tests/pipe.c:544:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LC_ALL [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/tests/pipe.c:79:61: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable g_source_unref [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/tests/session.c:261:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable uri_input [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/tests/session.c:323:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable uri_input [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/tests/usb-acl-helper.c:107:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SPICE_CLIENT_ERROR [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/tests/usb-acl-helper.c:129:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable G_IO_ERROR [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/tests/usb-acl-helper.c:150:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SPICE_CLIENT_ERROR [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/tests/usb-acl-helper.c:171:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable G_IO_ERROR [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/tests/usb-acl-helper.c:205:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/tests/usb-acl-helper.c:41:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable G_SOURCE_REMOVE [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/tests/usb-acl-helper.c:46:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TESTDIR [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/tests/usb-acl-helper.c:87:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable G_SPAWN_ERROR [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/tools/spicy-connect.c:154:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GTK_WINDOW_TOPLEVEL [valueFlowBailoutIncompleteVar] 2.13.0 spice-gtk-0.42/tools/spicy-connect.c:46:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] head spice-gtk-0.42/tools/spicy-connect.c:88:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GDK_KEY_PRESS [valueFlowBailoutIncompleteVar] DONE