constParameterCallback ftp://ftp.de.debian.org/debian/pool/main/o/openjpeg2/openjpeg2_2.5.3.orig.tar.xz openjpeg-2.5.3/src/lib/openjp2/j2k.c:3858:45: style: Parameter 'p_header_data' can be declared as pointer to const. However it seems that 'opj_j2k_read_plt' is a callback function, if 'p_header_data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openjpeg-2.5.3/src/lib/openjp2/j2k.c:3913:16: style: Parameter 'p_header_data' can be declared as pointer to const. However it seems that 'opj_j2k_read_ppm' is a callback function, if 'p_header_data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openjpeg-2.5.3/src/lib/openjp2/j2k.c:4133:45: style: Parameter 'p_header_data' can be declared as pointer to const. However it seems that 'opj_j2k_read_ppt' is a callback function, if 'p_header_data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openjpeg-2.5.3/src/lib/openjp2/j2k.c:5309:54: style: Parameter 'p_tcp' can be declared as pointer to const. However it seems that 'opj_j2k_get_tp_stride' is a callback function, if 'p_tcp' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openjpeg-2.5.3/src/lib/openjp2/j2k.c:5321:60: style: Parameter 'p_stream' can be declared as pointer to const. However it seems that 'opj_j2k_update_rates' is a callback function, if 'p_stream' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openjpeg-2.5.3/src/lib/openjp2/j2k.c:5548:67: style: Parameter 'p_stream' can be declared as pointer to const. However it seems that 'opj_j2k_get_end_header' is a callback function, if 'p_stream' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openjpeg-2.5.3/src/lib/openjp2/j2k.c:5688:62: style: Parameter 'p_stream' can be declared as pointer to const. However it seems that 'opj_j2k_write_epc' is a callback function, if 'p_stream' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openjpeg-2.5.3/src/lib/openjp2/j2k.c:6417:45: style: Parameter 'p_header_data' can be declared as pointer to const. However it seems that 'opj_j2k_read_mco' is a callback function, if 'p_header_data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openjpeg-2.5.3/src/lib/openjp2/jp2.c:636:49: style: Parameter 'jp2' can be declared as pointer to const. However it seems that 'opj_jp2_write_ihdr' is a callback function, if 'jp2' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openjpeg-2.5.3/src/lib/openjp2/jp2.c:688:49: style: Parameter 'jp2' can be declared as pointer to const. However it seems that 'opj_jp2_write_bpcc' is a callback function, if 'jp2' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openjpeg-2.5.3/src/lib/openjp2/jp2.c:728:46: style: Parameter 'p_bpc_header_data' can be declared as pointer to const. However it seems that 'opj_jp2_read_bpcc' is a callback function, if 'p_bpc_header_data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openjpeg-2.5.3/src/lib/openjp2/jp2.c:1757:47: style: Parameter 'jp2' can be declared as pointer to const. However it seems that 'opj_jp2_write_ftyp' is a callback function, if 'jp2' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openjpeg-2.5.3/src/lib/openjp2/jp2.c:1809:47: style: Parameter 'jp2' can be declared as pointer to const. However it seems that 'opj_jp2_write_jp2c' is a callback function, if 'jp2' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openjpeg-2.5.3/src/lib/openjp2/jp2.c:2200:31: style: Parameter 'cio' can be declared as pointer to const. However it seems that 'opj_jp2_default_validation' is a callback function, if 'cio' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openjpeg-2.5.3/src/lib/openjp2/jp2.c:2532:44: style: Parameter 'p_header_data' can be declared as pointer to const. However it seems that 'opj_jp2_read_jp' is a callback function, if 'p_header_data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openjpeg-2.5.3/src/lib/openjp2/openjpeg.c:111:46: style: Parameter 'p_buffer' can be declared as pointer to const. However it seems that 'opj_write_from_file' is a callback function, if 'p_buffer' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openjpeg-2.5.3/thirdparty/liblcms2/src/cmscnvrt.c:525:49: style: Parameter 'TheIntents' can be declared as const array. However it seems that 'DefaultICCintents' is a callback function, if 'TheIntents' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openjpeg-2.5.3/thirdparty/liblcms2/src/cmscnvrt.c:734:59: style: Parameter 'TheIntents' can be declared as const array. However it seems that 'BlackPreservingKOnlyIntents' is a callback function, if 'TheIntents' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openjpeg-2.5.3/thirdparty/liblcms2/src/cmscnvrt.c:926:59: style: Parameter 'TheIntents' can be declared as const array. However it seems that 'BlackPreservingKPlaneIntents' is a callback function, if 'TheIntents' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openjpeg-2.5.3/thirdparty/liblcms2/src/cmspack.c:1328:55: style: Parameter 'wOut' can be declared as const array. However it seems that 'PackAnyWords' is a callback function, if 'wOut' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openjpeg-2.5.3/thirdparty/liblcms2/src/cmspack.c:1419:58: style: Parameter 'wOut' can be declared as const array. However it seems that 'PackPlanarWords' is a callback function, if 'wOut' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openjpeg-2.5.3/thirdparty/liblcms2/src/cmspack.c:1499:53: style: Parameter 'wOut' can be declared as const array. However it seems that 'Pack6Words' is a callback function, if 'wOut' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openjpeg-2.5.3/thirdparty/liblcms2/src/cmspack.c:1525:57: style: Parameter 'wOut' can be declared as const array. However it seems that 'Pack6WordsSwap' is a callback function, if 'wOut' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openjpeg-2.5.3/thirdparty/liblcms2/src/cmspack.c:1638:53: style: Parameter 'wOut' can be declared as const array. However it seems that 'Pack4Words' is a callback function, if 'wOut' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openjpeg-2.5.3/thirdparty/liblcms2/src/cmspack.c:1659:60: style: Parameter 'wOut' can be declared as const array. However it seems that 'Pack4WordsReverse' is a callback function, if 'wOut' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openjpeg-2.5.3/thirdparty/liblcms2/src/cmspack.c:1681:57: style: Parameter 'wOut' can be declared as const array. However it seems that 'Pack4WordsSwap' is a callback function, if 'wOut' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openjpeg-2.5.3/thirdparty/liblcms2/src/cmspack.c:1703:62: style: Parameter 'wOut' can be declared as const array. However it seems that 'Pack4WordsBigEndian' is a callback function, if 'wOut' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openjpeg-2.5.3/thirdparty/liblcms2/src/cmspack.c:1793:62: style: Parameter 'wOut' can be declared as const array. However it seems that 'Pack3BytesOptimized' is a callback function, if 'wOut' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openjpeg-2.5.3/thirdparty/liblcms2/src/cmspack.c:1825:66: style: Parameter 'wOut' can be declared as const array. However it seems that 'Pack3BytesSwapOptimized' is a callback function, if 'wOut' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openjpeg-2.5.3/thirdparty/liblcms2/src/cmspack.c:1842:53: style: Parameter 'wOut' can be declared as const array. However it seems that 'Pack3Words' is a callback function, if 'wOut' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openjpeg-2.5.3/thirdparty/liblcms2/src/cmspack.c:1861:57: style: Parameter 'wOut' can be declared as const array. However it seems that 'Pack3WordsSwap' is a callback function, if 'wOut' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openjpeg-2.5.3/thirdparty/liblcms2/src/cmspack.c:1880:62: style: Parameter 'wOut' can be declared as const array. However it seems that 'Pack3WordsBigEndian' is a callback function, if 'wOut' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openjpeg-2.5.3/thirdparty/liblcms2/src/cmspack.c:1916:70: style: Parameter 'wOut' can be declared as const array. However it seems that 'Pack3BytesAndSkip1Optimized' is a callback function, if 'wOut' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openjpeg-2.5.3/thirdparty/liblcms2/src/cmspack.c:1951:79: style: Parameter 'wOut' can be declared as const array. However it seems that 'Pack3BytesAndSkip1SwapFirstOptimized' is a callback function, if 'wOut' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openjpeg-2.5.3/thirdparty/liblcms2/src/cmspack.c:1985:74: style: Parameter 'wOut' can be declared as const array. However it seems that 'Pack3BytesAndSkip1SwapOptimized' is a callback function, if 'wOut' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openjpeg-2.5.3/thirdparty/liblcms2/src/cmspack.c:2020:83: style: Parameter 'wOut' can be declared as const array. However it seems that 'Pack3BytesAndSkip1SwapSwapFirstOptimized' is a callback function, if 'wOut' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openjpeg-2.5.3/thirdparty/liblcms2/src/cmspack.c:2037:61: style: Parameter 'wOut' can be declared as const array. However it seems that 'Pack3WordsAndSkip1' is a callback function, if 'wOut' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openjpeg-2.5.3/thirdparty/liblcms2/src/cmspack.c:2057:65: style: Parameter 'wOut' can be declared as const array. However it seems that 'Pack3WordsAndSkip1Swap' is a callback function, if 'wOut' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openjpeg-2.5.3/thirdparty/liblcms2/src/cmspack.c:2078:70: style: Parameter 'wOut' can be declared as const array. However it seems that 'Pack3WordsAndSkip1SwapFirst' is a callback function, if 'wOut' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openjpeg-2.5.3/thirdparty/liblcms2/src/cmspack.c:2099:74: style: Parameter 'wOut' can be declared as const array. However it seems that 'Pack3WordsAndSkip1SwapSwapFirst' is a callback function, if 'wOut' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openjpeg-2.5.3/thirdparty/liblcms2/src/cmspack.c:2136:60: style: Parameter 'wOut' can be declared as const array. However it seems that 'Pack1ByteReversed' is a callback function, if 'wOut' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openjpeg-2.5.3/thirdparty/liblcms2/src/cmspack.c:2182:52: style: Parameter 'wOut' can be declared as const array. However it seems that 'Pack1Word' is a callback function, if 'wOut' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openjpeg-2.5.3/thirdparty/liblcms2/src/cmspack.c:2198:60: style: Parameter 'wOut' can be declared as const array. However it seems that 'Pack1WordReversed' is a callback function, if 'wOut' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openjpeg-2.5.3/thirdparty/liblcms2/src/cmspack.c:2213:61: style: Parameter 'wOut' can be declared as const array. However it seems that 'Pack1WordBigEndian' is a callback function, if 'wOut' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openjpeg-2.5.3/thirdparty/liblcms2/src/cmspack.c:2229:57: style: Parameter 'wOut' can be declared as const array. However it seems that 'Pack1WordSkip1' is a callback function, if 'wOut' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openjpeg-2.5.3/thirdparty/liblcms2/src/cmspack.c:2244:66: style: Parameter 'wOut' can be declared as const array. However it seems that 'Pack1WordSkip1SwapFirst' is a callback function, if 'wOut' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openjpeg-2.5.3/thirdparty/liblcms2/src/cmspack.c:2482:54: style: Parameter 'wOut' can be declared as const array. However it seems that 'PackFloatsFromFloat' is a callback function, if 'wOut' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openjpeg-2.5.3/thirdparty/liblcms2/src/cmspack.c:2531:54: style: Parameter 'wOut' can be declared as const array. However it seems that 'PackDoublesFromFloat' is a callback function, if 'wOut' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openjpeg-2.5.3/thirdparty/liblcms2/src/cmspack.c:2585:56: style: Parameter 'wOut' can be declared as const array. However it seems that 'PackLabFloatFromFloat' is a callback function, if 'wOut' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openjpeg-2.5.3/thirdparty/liblcms2/src/cmspack.c:2613:57: style: Parameter 'wOut' can be declared as const array. However it seems that 'PackLabDoubleFromFloat' is a callback function, if 'wOut' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openjpeg-2.5.3/thirdparty/liblcms2/src/cmspack.c:2642:56: style: Parameter 'wOut' can be declared as const array. However it seems that 'PackXYZFloatFromFloat' is a callback function, if 'wOut' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openjpeg-2.5.3/thirdparty/liblcms2/src/cmspack.c:2670:57: style: Parameter 'wOut' can be declared as const array. However it seems that 'PackXYZDoubleFromFloat' is a callback function, if 'wOut' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openjpeg-2.5.3/thirdparty/liblcms2/src/cmspack.c:2858:54: style: Parameter 'wOut' can be declared as const array. However it seems that 'PackHalfFromFloat' is a callback function, if 'wOut' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openjpeg-2.5.3/thirdparty/libtiff/tif_getimage.c:1655:1: style: Parameter 'img' can be declared as pointer to const. However it seems that 'putRGBcontig8bittile' is a callback function, if 'img' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openjpeg-2.5.3/thirdparty/libtiff/tif_getimage.c:1675:1: style: Parameter 'img' can be declared as pointer to const. However it seems that 'putRGBAAcontig8bittile' is a callback function, if 'img' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openjpeg-2.5.3/thirdparty/libtiff/tif_getimage.c:1695:1: style: Parameter 'img' can be declared as pointer to const. However it seems that 'putRGBUAcontig8bittile' is a callback function, if 'img' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openjpeg-2.5.3/thirdparty/libtiff/tif_getimage.c:1722:1: style: Parameter 'img' can be declared as pointer to const. However it seems that 'putRGBcontig16bittile' is a callback function, if 'img' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openjpeg-2.5.3/thirdparty/libtiff/tif_getimage.c:1745:1: style: Parameter 'img' can be declared as pointer to const. However it seems that 'putRGBAAcontig16bittile' is a callback function, if 'img' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openjpeg-2.5.3/thirdparty/libtiff/tif_getimage.c:1768:1: style: Parameter 'img' can be declared as pointer to const. However it seems that 'putRGBUAcontig16bittile' is a callback function, if 'img' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openjpeg-2.5.3/thirdparty/libtiff/tif_getimage.c:1798:1: style: Parameter 'img' can be declared as pointer to const. However it seems that 'putRGBcontig8bitCMYKtile' is a callback function, if 'img' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openjpeg-2.5.3/thirdparty/libtiff/tif_getimage.c:1935:1: style: Parameter 'img' can be declared as pointer to const. However it seems that 'putRGBseparate16bittile' is a callback function, if 'img' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openjpeg-2.5.3/thirdparty/libtiff/tif_getimage.c:1956:1: style: Parameter 'img' can be declared as pointer to const. However it seems that 'putRGBAAseparate16bittile' is a callback function, if 'img' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openjpeg-2.5.3/thirdparty/libtiff/tif_getimage.c:1977:1: style: Parameter 'img' can be declared as pointer to const. However it seems that 'putRGBUAseparate16bittile' is a callback function, if 'img' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openjpeg-2.5.3/thirdparty/libtiff/tif_predict.c:872:52: style: Parameter 'bp0' can be declared as pointer to const. However it seems that 'PredictorEncodeTile' is a callback function, if 'bp0' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/o/openldap/openldap_2.6.10+dfsg.orig.tar.xz openldap-2.6.10/contrib/slapd-modules/autogroup/autogroup.c:794:51: style: Parameter 'rs' can be declared as pointer to const. However it seems that 'autogroup_add_entry_cb' is a callback function, if 'rs' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openldap-2.6.10/contrib/slapd-modules/autogroup/autogroup.c:969:51: style: Parameter 'rs' can be declared as pointer to const. However it seems that 'autogroup_del_entry_cb' is a callback function, if 'rs' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openldap-2.6.10/contrib/slapd-modules/comp_match/authorityKeyIdentifier.c:55:38: style: Parameter 'mem_op' can be declared as pointer to const. However it seems that 'ExtractingComponentOtherName' is a callback function, if 'mem_op' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openldap-2.6.10/contrib/slapd-modules/comp_match/authorityKeyIdentifier.c:55:66: style: Parameter 'cr' can be declared as pointer to const. However it seems that 'ExtractingComponentOtherName' is a callback function, if 'cr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openldap-2.6.10/contrib/slapd-modules/comp_match/authorityKeyIdentifier.c:280:38: style: Parameter 'mem_op' can be declared as pointer to const. However it seems that 'ExtractingComponentORAddress' is a callback function, if 'mem_op' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openldap-2.6.10/contrib/slapd-modules/comp_match/authorityKeyIdentifier.c:280:66: style: Parameter 'cr' can be declared as pointer to const. However it seems that 'ExtractingComponentORAddress' is a callback function, if 'cr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openldap-2.6.10/contrib/slapd-modules/comp_match/componentlib.c:254:59: style: Parameter 'in' can be declared as pointer to const. However it seems that 'GEncComponentUTF8String' is a callback function, if 'in' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openldap-2.6.10/contrib/slapd-modules/comp_match/componentlib.c:527:47: style: Parameter 'in' can be declared as pointer to const. However it seems that 'GEncComponentEnum' is a callback function, if 'in' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openldap-2.6.10/contrib/slapd-modules/comp_match/componentlib.c:843:47: style: Parameter 'in' can be declared as pointer to const. However it seems that 'GEncComponentNull' is a callback function, if 'in' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openldap-2.6.10/contrib/slapd-modules/comp_match/componentlib.c:1048:47: style: Parameter 'in' can be declared as pointer to const. However it seems that 'GEncComponentOcts' is a callback function, if 'in' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openldap-2.6.10/contrib/slapd-modules/nssov/nssov.c:826:13: style: Parameter 'be' can be declared as pointer to const. However it seems that 'nssov_db_destroy' is a callback function, if 'be' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openldap-2.6.10/contrib/slapd-modules/nssov/nssov.c:827:15: style: Parameter 'cr' can be declared as pointer to const. However it seems that 'nssov_db_destroy' is a callback function, if 'cr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openldap-2.6.10/contrib/slapd-modules/rbac/rbac.c:1999:22: style: Parameter 'op' can be declared as pointer to const. However it seems that 'rbac_add' is a callback function, if 'op' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openldap-2.6.10/contrib/slapd-modules/rbac/rbac.c:1999:37: style: Parameter 'rs' can be declared as pointer to const. However it seems that 'rbac_add' is a callback function, if 'rs' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openldap-2.6.10/contrib/slapd-modules/rbac/rbac.c:2005:23: style: Parameter 'op' can be declared as pointer to const. However it seems that 'rbac_bind' is a callback function, if 'op' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openldap-2.6.10/contrib/slapd-modules/rbac/rbac.c:2005:38: style: Parameter 'rs' can be declared as pointer to const. However it seems that 'rbac_bind' is a callback function, if 'rs' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openldap-2.6.10/contrib/slapd-modules/rbac/rbac.c:2011:26: style: Parameter 'op' can be declared as pointer to const. However it seems that 'rbac_compare' is a callback function, if 'op' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openldap-2.6.10/contrib/slapd-modules/rbac/rbac.c:2011:41: style: Parameter 'rs' can be declared as pointer to const. However it seems that 'rbac_compare' is a callback function, if 'rs' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openldap-2.6.10/contrib/slapd-modules/rbac/rbac.c:2017:25: style: Parameter 'op' can be declared as pointer to const. However it seems that 'rbac_delete' is a callback function, if 'op' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openldap-2.6.10/contrib/slapd-modules/rbac/rbac.c:2017:40: style: Parameter 'rs' can be declared as pointer to const. However it seems that 'rbac_delete' is a callback function, if 'rs' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openldap-2.6.10/contrib/slapd-modules/rbac/rbac.c:2023:25: style: Parameter 'op' can be declared as pointer to const. However it seems that 'rbac_modify' is a callback function, if 'op' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openldap-2.6.10/contrib/slapd-modules/rbac/rbac.c:2023:40: style: Parameter 'rs' can be declared as pointer to const. However it seems that 'rbac_modify' is a callback function, if 'rs' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openldap-2.6.10/contrib/slapd-modules/rbac/rbac.c:2056:43: style: Parameter 'cr' can be declared as pointer to const. However it seems that 'rbac_db_init' is a callback function, if 'cr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openldap-2.6.10/contrib/slapd-modules/rbac/rbac.c:2074:27: style: Parameter 'be' can be declared as pointer to const. However it seems that 'rbac_db_close' is a callback function, if 'be' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openldap-2.6.10/contrib/slapd-modules/rbac/rbac.c:2074:44: style: Parameter 'cr' can be declared as pointer to const. However it seems that 'rbac_db_close' is a callback function, if 'cr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openldap-2.6.10/servers/slapd/back-ldap/monitor.c:233:13: style: Parameter 'op' can be declared as pointer to const. However it seems that 'ldap_back_monitor_modify' is a callback function, if 'op' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openldap-2.6.10/servers/slapd/back-ldap/monitor.c:533:11: style: Parameter 'e_parent' can be declared as pointer to const. However it seems that 'ldap_back_monitor_conn_create' is a callback function, if 'e_parent' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openldap-2.6.10/servers/slapd/back-mdb/idl.c:411:13: style: Parameter 'be' can be declared as pointer to const. However it seems that 'mdb_idl_insert_keys' is a callback function, if 'be' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openldap-2.6.10/servers/slapd/back-monitor/conn.c:423:18: style: Parameter 'ndn' can be declared as pointer to const. However it seems that 'monitor_subsys_conn_create' is a callback function, if 'ndn' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openldap-2.6.10/servers/slapd/back-monitor/init.c:357:16: style: Parameter 'bi' can be declared as pointer to const. However it seems that 'monitor_back_register_backend' is a callback function, if 'bi' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openldap-2.6.10/servers/slapd/back-monitor/init.c:364:18: style: Parameter 'on' can be declared as pointer to const. However it seems that 'monitor_back_register_overlay_info' is a callback function, if 'on' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openldap-2.6.10/servers/slapd/back-null/null.c:303:13: style: Parameter 'op' can be declared as pointer to const. However it seems that 'null_back_entry_get' is a callback function, if 'op' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openldap-2.6.10/servers/slapd/back-null/null.c:304:17: style: Parameter 'ndn' can be declared as pointer to const. However it seems that 'null_back_entry_get' is a callback function, if 'ndn' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openldap-2.6.10/servers/slapd/back-null/null.c:305:15: style: Parameter 'oc' can be declared as pointer to const. However it seems that 'null_back_entry_get' is a callback function, if 'oc' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openldap-2.6.10/servers/slapd/back-null/null.c:306:24: style: Parameter 'at' can be declared as pointer to const. However it seems that 'null_back_entry_get' is a callback function, if 'at' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openldap-2.6.10/servers/slapd/back-null/null.c:316:13: style: Parameter 'op' can be declared as pointer to const. However it seems that 'null_back_entry_release' is a callback function, if 'op' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openldap-2.6.10/servers/slapd/back-null/null.c:317:9: style: Parameter 'e' can be declared as pointer to const. However it seems that 'null_back_entry_release' is a callback function, if 'e' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openldap-2.6.10/servers/slapd/back-null/null.c:327:34: style: Parameter 'be' can be declared as pointer to const. However it seems that 'null_tool_entry_open' is a callback function, if 'be' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openldap-2.6.10/servers/slapd/back-null/null.c:333:35: style: Parameter 'be' can be declared as pointer to const. However it seems that 'null_tool_entry_close' is a callback function, if 'be' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openldap-2.6.10/servers/slapd/back-null/null.c:340:37: style: Parameter 'be' can be declared as pointer to const. However it seems that 'null_tool_entry_first_x' is a callback function, if 'be' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openldap-2.6.10/servers/slapd/back-null/null.c:340:56: style: Parameter 'base' can be declared as pointer to const. However it seems that 'null_tool_entry_first_x' is a callback function, if 'base' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openldap-2.6.10/servers/slapd/back-null/null.c:340:81: style: Parameter 'f' can be declared as pointer to const. However it seems that 'null_tool_entry_first_x' is a callback function, if 'f' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openldap-2.6.10/servers/slapd/back-null/null.c:346:34: style: Parameter 'be' can be declared as pointer to const. However it seems that 'null_tool_entry_next' is a callback function, if 'be' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openldap-2.6.10/servers/slapd/back-wt/config.c:83:24: style: Parameter 'ctx' can be declared as pointer to const. However it seems that 'wt_online_index' is a callback function, if 'ctx' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openldap-2.6.10/servers/slapd/back-wt/config.c:83:35: style: Parameter 'arg' can be declared as pointer to const. However it seems that 'wt_online_index' is a callback function, if 'arg' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openldap-2.6.10/servers/slapd/back-wt/config.c:91:28: style: Parameter 'c' can be declared as pointer to const. However it seems that 'wt_cf_cleanup' is a callback function, if 'c' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openldap-2.6.10/servers/slapd/overlays/remoteauth.c:604:16: style: Parameter 'srv' can be declared as pointer to const. However it seems that 'remoteauth_conn_cb' is a callback function, if 'srv' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openldap-2.6.10/servers/slapd/overlays/remoteauth.c:606:23: style: Parameter 'ctx' can be declared as pointer to const. However it seems that 'remoteauth_conn_cb' is a callback function, if 'ctx' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openldap-2.6.10/servers/slapd/overlays/remoteauth.c:640:30: style: Parameter 'ld' can be declared as pointer to const. However it seems that 'remoteauth_conn_delcb' is a callback function, if 'ld' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openldap-2.6.10/servers/slapd/overlays/remoteauth.c:640:43: style: Parameter 'sb' can be declared as pointer to const. However it seems that 'remoteauth_conn_delcb' is a callback function, if 'sb' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openldap-2.6.10/servers/slapd/overlays/remoteauth.c:640:67: style: Parameter 'ctx' can be declared as pointer to const. However it seems that 'remoteauth_conn_delcb' is a callback function, if 'ctx' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/o/openmsx-catapult/openmsx-catapult_19.0.orig.tar.gz openmsx-catapult-19.0/src/AudioControlPage.cpp:296:47: style: Parameter 'event' can be declared as reference to const. However it seems that 'OnMute' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/o/opennds/opennds_10.3.1+dfsg.orig.tar.xz openNDS-10.3.1/src/http_microhttpd.c:259:47: style: Parameter 'cls' can be declared as pointer to const. However it seems that 'counter_iterator' is a callback function, if 'cls' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/o/openni/openni_1.5.4.0+dfsg.orig.tar.xz openni-1.5.4.0+dfsg/Platform/Android/jni/External/libusb-1.0.8/examples/dpfp.c:152:53: style: Parameter 'transfer' can be declared as pointer to const. However it seems that 'cb_mode_changed' is a callback function, if 'transfer' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openni-1.5.4.0+dfsg/Platform/Android/jni/External/libusb-1.0.8/examples/dpfp_threaded.c:181:53: style: Parameter 'transfer' can be declared as pointer to const. However it seems that 'cb_mode_changed' is a callback function, if 'transfer' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openni-1.5.4.0+dfsg/Platform/Android/jni/External/libusb-1.0.8/examples/dpfp_threaded.c:346:44: style: Parameter 'transfer' can be declared as pointer to const. However it seems that 'cb_img' is a callback function, if 'transfer' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openni-1.5.4.0+dfsg/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/ddmm.cpp:25:49: style: Parameter 'lpGUID' can be declared as pointer to const. However it seems that 'FindDeviceCallback' is a callback function, if 'lpGUID' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openni-1.5.4.0+dfsg/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/ddmm.cpp:43:51: style: Parameter 'lpGUID' can be declared as pointer to const. However it seems that 'FindDeviceCallbackEx' is a callback function, if 'lpGUID' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openni-1.5.4.0+dfsg/Samples/NiSkeletonBenchmark/NiSkeletonBenchmark.cpp:69:55: style: Parameter 'generator' can be declared as reference to const. However it seems that 'User_NewUser' is a callback function, if 'generator' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openni-1.5.4.0+dfsg/Samples/NiSkeletonBenchmark/NiSkeletonBenchmark.cpp:100:56: style: Parameter 'generator' can be declared as reference to const. However it seems that 'User_LostUser' is a callback function, if 'generator' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openni-1.5.4.0+dfsg/Samples/NiSkeletonBenchmark/NiSkeletonBenchmark.cpp:107:74: style: Parameter 'capability' can be declared as reference to const. However it seems that 'UserPose_PoseDetected' is a callback function, if 'capability' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openni-1.5.4.0+dfsg/Samples/NiSkeletonBenchmark/NiSkeletonBenchmark.cpp:116:80: style: Parameter 'capability' can be declared as reference to const. However it seems that 'UserCalibration_CalibrationStart' is a callback function, if 'capability' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openni-1.5.4.0+dfsg/Samples/NiSkeletonBenchmark/NiSkeletonBenchmark.cpp:123:83: style: Parameter 'capability' can be declared as reference to const. However it seems that 'UserCalibration_CalibrationComplete' is a callback function, if 'capability' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openni-1.5.4.0+dfsg/Testing/OpenNITester/EventTests.cpp:15:46: style: Parameter 'pCookie' can be declared as pointer to const. However it seems that 'Handler' is a callback function, if 'pCookie' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/o/openni2/openni2_2.2.0.33+dfsg.orig.tar.gz OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/PS1080Console/PS1080Console.cpp:284:57: style: Parameter 'Command' can be declared as reference to const. However it seems that 'DeleteFile' is a callback function, if 'Command' is declared with const you might also need to cast function pointer(s). [constParameterCallback] OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/PS1080Console/PS1080Console.cpp:311:53: style: Parameter 'Command' can be declared as reference to const. However it seems that 'Attrib' is a callback function, if 'Command' is declared with const you might also need to cast function pointer(s). [constParameterCallback] OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/PS1080Console/PS1080Console.cpp:524:52: style: Parameter 'Command' can be declared as reference to const. However it seems that 'Reset' is a callback function, if 'Command' is declared with const you might also need to cast function pointer(s). [constParameterCallback] OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/PS1080Console/PS1080Console.cpp:583:53: style: Parameter 'Command' can be declared as reference to const. However it seems that 'Script' is a callback function, if 'Command' is declared with const you might also need to cast function pointer(s). [constParameterCallback] OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/PS1080Console/PS1080Console.cpp:622:62: style: Parameter 'Command' can be declared as reference to const. However it seems that 'SetGeneralParam' is a callback function, if 'Command' is declared with const you might also need to cast function pointer(s). [constParameterCallback] OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/PS1080Console/PS1080Console.cpp:660:62: style: Parameter 'Command' can be declared as reference to const. However it seems that 'GetGeneralParam' is a callback function, if 'Command' is declared with const you might also need to cast function pointer(s). [constParameterCallback] OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/PS1080Console/PS1080Console.cpp:1023:50: style: Parameter 'Command' can be declared as reference to const. However it seems that 'Led' is a callback function, if 'Command' is declared with const you might also need to cast function pointer(s). [constParameterCallback] OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/PS1080Console/PS1080Console.cpp:1065:56: style: Parameter 'Command' can be declared as reference to const. However it seems that 'ReadFixed' is a callback function, if 'Command' is declared with const you might also need to cast function pointer(s). [constParameterCallback] OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/PS1080Console/PS1080Console.cpp:1178:54: style: Parameter 'Command' can be declared as reference to const. However it seems that 'RunBIST' is a callback function, if 'Command' is declared with const you might also need to cast function pointer(s). [constParameterCallback] OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/PS1080Console/PS1080Console.cpp:1538:61: style: Parameter 'Command' can be declared as reference to const. However it seems that 'ProjectorFault' is a callback function, if 'Command' is declared with const you might also need to cast function pointer(s). [constParameterCallback] OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnClientUSBInDataEndpoint.cpp:128:78: style: Parameter 'pBuffer' can be declared as pointer to const. However it seems that 'ReadThreadCallback' is a callback function, if 'pBuffer' is declared with const you might also need to cast function pointer(s). [constParameterCallback] OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/ThirdParty/libusb-1.0.9-Android/examples/dpfp.c:152:65: style: Parameter 'transfer' can be declared as pointer to const. However it seems that 'cb_mode_changed' is a callback function, if 'transfer' is declared with const you might also need to cast function pointer(s). [constParameterCallback] OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/ThirdParty/libusb-1.0.9-Android/examples/dpfp_threaded.c:181:65: style: Parameter 'transfer' can be declared as pointer to const. However it seems that 'cb_mode_changed' is a callback function, if 'transfer' is declared with const you might also need to cast function pointer(s). [constParameterCallback] OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/ThirdParty/libusb-1.0.9-Android/examples/dpfp_threaded.c:346:56: style: Parameter 'transfer' can be declared as pointer to const. However it seems that 'cb_img' is a callback function, if 'transfer' is declared with const you might also need to cast function pointer(s). [constParameterCallback] OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/ThirdParty/libusb-1.0.9-Android/libusb/os/openbsd_usb.c:406:48: style: Parameter 'handle' can be declared as pointer to const. However it seems that 'obsd_reset_device' is a callback function, if 'handle' is declared with const you might also need to cast function pointer(s). [constParameterCallback] OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/ThirdParty/libusb-1.0.9-Android/libusb/os/openbsd_usb.c:468:44: style: Parameter 'itransfer' can be declared as pointer to const. However it seems that 'obsd_cancel_transfer' is a callback function, if 'itransfer' is declared with const you might also need to cast function pointer(s). [constParameterCallback] OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/ThirdParty/libusb-1.0.9-Android/libusb/os/openbsd_usb.c:476:48: style: Parameter 'itransfer' can be declared as pointer to const. However it seems that 'obsd_clear_transfer_priv' is a callback function, if 'itransfer' is declared with const you might also need to cast function pointer(s). [constParameterCallback] OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/ThirdParty/libusb-1.0.9-Android/libusb/sync.c:36:66: style: Parameter 'transfer' can be declared as pointer to const. However it seems that 'ctrl_transfer_cb' is a callback function, if 'transfer' is declared with const you might also need to cast function pointer(s). [constParameterCallback] OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/ThirdParty/libusb-1.0.9-Android/libusb/sync.c:148:66: style: Parameter 'transfer' can be declared as pointer to const. However it seems that 'bulk_transfer_cb' is a callback function, if 'transfer' is declared with const you might also need to cast function pointer(s). [constParameterCallback] OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/ThirdParty/libusb-1.0.9-Android/libusb/os/windows_usb.c:1726:70: style: Parameter 'dev_handle' can be declared as pointer to const. However it seems that 'windows_kernel_driver_active' is a callback function, if 'dev_handle' is declared with const you might also need to cast function pointer(s). [constParameterCallback] OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/ThirdParty/libusb-1.0.9-Android/libusb/os/windows_usb.c:1731:70: style: Parameter 'dev_handle' can be declared as pointer to const. However it seems that 'windows_attach_kernel_driver' is a callback function, if 'dev_handle' is declared with const you might also need to cast function pointer(s). [constParameterCallback] OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/ThirdParty/libusb-1.0.9-Android/libusb/os/windows_usb.c:1736:70: style: Parameter 'dev_handle' can be declared as pointer to const. However it seems that 'windows_detach_kernel_driver' is a callback function, if 'dev_handle' is declared with const you might also need to cast function pointer(s). [constParameterCallback] OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/ThirdParty/libusb-1.0.9-Android/libusb/os/windows_usb.c:2141:52: style: Parameter 'ctx' can be declared as pointer to const. However it seems that 'unsupported_init' is a callback function, if 'ctx' is declared with const you might also need to cast function pointer(s). [constParameterCallback] OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/ThirdParty/libusb-1.0.9-Android/libusb/os/windows_usb.c:2147:58: style: Parameter 'dev_handle' can be declared as pointer to const. However it seems that 'unsupported_open' is a callback function, if 'dev_handle' is declared with const you might also need to cast function pointer(s). [constParameterCallback] OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/ThirdParty/libusb-1.0.9-Android/libusb/os/windows_usb.c:2150:60: style: Parameter 'dev_handle' can be declared as pointer to const. However it seems that 'unsupported_close' is a callback function, if 'dev_handle' is declared with const you might also need to cast function pointer(s). [constParameterCallback] OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/ThirdParty/libusb-1.0.9-Android/libusb/os/windows_usb.c:2153:69: style: Parameter 'dev_handle' can be declared as pointer to const. However it seems that 'unsupported_claim_interface' is a callback function, if 'dev_handle' is declared with const you might also need to cast function pointer(s). [constParameterCallback] OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/ThirdParty/libusb-1.0.9-Android/libusb/os/windows_usb.c:2156:78: style: Parameter 'dev_handle' can be declared as pointer to const. However it seems that 'unsupported_set_interface_altsetting' is a callback function, if 'dev_handle' is declared with const you might also need to cast function pointer(s). [constParameterCallback] OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/ThirdParty/libusb-1.0.9-Android/libusb/os/windows_usb.c:2159:71: style: Parameter 'dev_handle' can be declared as pointer to const. However it seems that 'unsupported_release_interface' is a callback function, if 'dev_handle' is declared with const you might also need to cast function pointer(s). [constParameterCallback] OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/ThirdParty/libusb-1.0.9-Android/libusb/os/windows_usb.c:2162:64: style: Parameter 'dev_handle' can be declared as pointer to const. However it seems that 'unsupported_clear_halt' is a callback function, if 'dev_handle' is declared with const you might also need to cast function pointer(s). [constParameterCallback] OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/ThirdParty/libusb-1.0.9-Android/libusb/os/windows_usb.c:2165:66: style: Parameter 'dev_handle' can be declared as pointer to const. However it seems that 'unsupported_reset_device' is a callback function, if 'dev_handle' is declared with const you might also need to cast function pointer(s). [constParameterCallback] OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/ThirdParty/libusb-1.0.9-Android/libusb/os/windows_usb.c:2168:67: style: Parameter 'itransfer' can be declared as pointer to const. However it seems that 'unsupported_submit_bulk_transfer' is a callback function, if 'itransfer' is declared with const you might also need to cast function pointer(s). [constParameterCallback] OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/ThirdParty/libusb-1.0.9-Android/libusb/os/windows_usb.c:2171:66: style: Parameter 'itransfer' can be declared as pointer to const. However it seems that 'unsupported_submit_iso_transfer' is a callback function, if 'itransfer' is declared with const you might also need to cast function pointer(s). [constParameterCallback] OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/ThirdParty/libusb-1.0.9-Android/libusb/os/windows_usb.c:2174:70: style: Parameter 'itransfer' can be declared as pointer to const. However it seems that 'unsupported_submit_control_transfer' is a callback function, if 'itransfer' is declared with const you might also need to cast function pointer(s). [constParameterCallback] OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/ThirdParty/libusb-1.0.9-Android/libusb/os/windows_usb.c:2177:60: style: Parameter 'itransfer' can be declared as pointer to const. However it seems that 'unsupported_abort_control' is a callback function, if 'itransfer' is declared with const you might also need to cast function pointer(s). [constParameterCallback] OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/ThirdParty/libusb-1.0.9-Android/libusb/os/windows_usb.c:2180:62: style: Parameter 'itransfer' can be declared as pointer to const. However it seems that 'unsupported_abort_transfers' is a callback function, if 'itransfer' is declared with const you might also need to cast function pointer(s). [constParameterCallback] OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/ThirdParty/libusb-1.0.9-Android/libusb/os/windows_usb.c:2183:65: style: Parameter 'itransfer' can be declared as pointer to const. However it seems that 'unsupported_copy_transfer_data' is a callback function, if 'itransfer' is declared with const you might also need to cast function pointer(s). [constParameterCallback] OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/ThirdParty/libusb-1.0.9-Android/libusb/os/windows_usb.c:2726:55: style: Parameter 'itransfer' can be declared as pointer to const. However it seems that 'winusb_abort_control' is a callback function, if 'itransfer' is declared with const you might also need to cast function pointer(s). [constParameterCallback] OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/ThirdParty/libusb-1.0.9-Android/libusb/os/windows_usb.c:2825:50: style: Parameter 'ctx' can be declared as pointer to const. However it seems that 'composite_init' is a callback function, if 'ctx' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/o/openoverlayrouter/openoverlayrouter_1.3.0+ds1.orig.tar.xz oor-1.3.0/VPP/oor_ctrl-plugin/oor_ctrl/oor_ctrl_test.c:79:1: style: Parameter 'mp' can be declared as pointer to const. However it seems that 'vl_api_oor_ctrl_enable_disable_reply_t_handler' is a callback function, if 'mp' is declared with const you might also need to cast function pointer(s). [constParameterCallback] oor-1.3.0/VPP/oor_ctrl-plugin/oor_ctrl/oor_ctrl_test.c:90:54: style: Parameter 'vam' can be declared as pointer to const. However it seems that 'api_oor_ctrl_enable_disable' is a callback function, if 'vam' is declared with const you might also need to cast function pointer(s). [constParameterCallback] oor-1.3.0/VPP/oor_pkt_miss-plugin/oor_pkt_miss/oor_pkt_miss_test.c:85:1: style: Parameter 'mp' can be declared as pointer to const. However it seems that 'vl_api_oor_pkt_miss_enable_disable_reply_t_handler' is a callback function, if 'mp' is declared with const you might also need to cast function pointer(s). [constParameterCallback] oor-1.3.0/VPP/oor_pkt_miss-plugin/oor_pkt_miss/oor_pkt_miss_test.c:133:58: style: Parameter 'vam' can be declared as pointer to const. However it seems that 'api_oor_pkt_miss_enable_disable' is a callback function, if 'vam' is declared with const you might also need to cast function pointer(s). [constParameterCallback] oor-1.3.0/VPP/oor_pkt_miss-plugin/oor_pkt_miss/oor_pkt_miss_test.c:171:56: style: Parameter 'vam' can be declared as pointer to const. However it seems that 'api_oor_pkt_miss_native_route' is a callback function, if 'vam' is declared with const you might also need to cast function pointer(s). [constParameterCallback] oor-1.3.0/VPP/oor_pkt_miss-plugin/oor_pkt_miss/oor_pkt_miss_test.c:223:54: style: Parameter 'vam' can be declared as pointer to const. However it seems that 'api_oor_pkt_miss_drop_route' is a callback function, if 'vam' is declared with const you might also need to cast function pointer(s). [constParameterCallback] oor-1.3.0/VPP/oor_pkt_miss-plugin/oor_pkt_miss/oor_pkt_miss_test.c:280:61: style: Parameter 'vam' can be declared as pointer to const. However it seems that 'api_oor_pkt_miss_get_default_route' is a callback function, if 'vam' is declared with const you might also need to cast function pointer(s). [constParameterCallback] oor-1.3.0/VPP/oor_ctrl-plugin/oor_ctrl/oor_ctrl.c:345:25: style: Parameter 'address' can be declared as pointer to const. However it seems that 'oor_ip4_add_del_interface_address' is a callback function, if 'address' is declared with const you might also need to cast function pointer(s). [constParameterCallback] oor-1.3.0/VPP/oor_ctrl-plugin/oor_ctrl/oor_ctrl.c:394:25: style: Parameter 'address' can be declared as pointer to const. However it seems that 'oor_ip6_add_del_interface_address' is a callback function, if 'address' is declared with const you might also need to cast function pointer(s). [constParameterCallback] oor-1.3.0/VPP/oor_pkt_miss-plugin/oor_pkt_miss/oor_pkt_miss.c:485:39: style: Parameter 'mp' can be declared as pointer to const. However it seems that 'vl_api_oor_pkt_miss_native_route_t_handler' is a callback function, if 'mp' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/o/openr2/openr2_1.3.3.orig.tar.gz openr2-1.3.3/misc/dtmf_detect.c:40:36: style: Parameter 'usrdata' can be declared as pointer to const. However it seems that 'on_dtmf_detected' is a callback function, if 'usrdata' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openr2-1.3.3/src/r2dtmf_detect.c:39:36: style: Parameter 'usrdata' can be declared as pointer to const. However it seems that 'on_dtmf_detected' is a callback function, if 'usrdata' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openr2-1.3.3/src/r2context.c:132:56: style: Parameter 'state' can be declared as pointer to const. However it seems that 'want_generate_default' is a callback function, if 'state' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/o/opensbi/opensbi_1.6.orig.tar.gz opensbi-1.6/lib/sbi/sbi_ecall_base.c:36:29: style: Parameter 'regs' can be declared as pointer to const. However it seems that 'sbi_ecall_base_handler' is a callback function, if 'regs' is declared with const you might also need to cast function pointer(s). [constParameterCallback] opensbi-1.6/lib/sbi/sbi_fwft.c:111:69: style: Parameter 'conf' can be declared as pointer to const. However it seems that 'fwft_misaligned_delegation_supported' is a callback function, if 'conf' is declared with const you might also need to cast function pointer(s). [constParameterCallback] opensbi-1.6/lib/sbi/sbi_fwft.c:149:53: style: Parameter 'conf' can be declared as pointer to const. However it seems that 'fwft_set_double_trap' is a callback function, if 'conf' is declared with const you might also need to cast function pointer(s). [constParameterCallback] opensbi-1.6/lib/sbi/sbi_fwft.c:168:46: style: Parameter 'conf' can be declared as pointer to const. However it seems that 'fwft_set_adue' is a callback function, if 'conf' is declared with const you might also need to cast function pointer(s). [constParameterCallback] opensbi-1.6/lib/sbi/sbi_fwft.c:187:49: style: Parameter 'conf' can be declared as pointer to const. However it seems that 'fwft_enable_lpad' is a callback function, if 'conf' is declared with const you might also need to cast function pointer(s). [constParameterCallback] opensbi-1.6/lib/sbi/sbi_fwft.c:206:51: style: Parameter 'conf' can be declared as pointer to const. However it seems that 'fwft_enable_sstack' is a callback function, if 'conf' is declared with const you might also need to cast function pointer(s). [constParameterCallback] opensbi-1.6/lib/sbi/sbi_ipi.c:205:52: style: Parameter 'scratch' can be declared as pointer to const. However it seems that 'sbi_ipi_update_halt' is a callback function, if 'scratch' is declared with const you might also need to cast function pointer(s). [constParameterCallback] opensbi-1.6/lib/sbi/sbi_ipi.c:206:31: style: Parameter 'remote_scratch' can be declared as pointer to const. However it seems that 'sbi_ipi_update_halt' is a callback function, if 'remote_scratch' is declared with const you might also need to cast function pointer(s). [constParameterCallback] opensbi-1.6/lib/sbi/sbi_ipi.c:207:39: style: Parameter 'data' can be declared as pointer to const. However it seems that 'sbi_ipi_update_halt' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] opensbi-1.6/lib/sbi/sbi_timer.c:47:32: style: Parameter 'opaque' can be declared as pointer to const. However it seems that 'nop_delay_fn' is a callback function, if 'opaque' is declared with const you might also need to cast function pointer(s). [constParameterCallback] opensbi-1.6/lib/utils/i2c/fdt_i2c_sifive.c:110:31: style: Parameter 'buffer' can be declared as pointer to const. However it seems that 'sifive_i2c_adapter_write' is a callback function, if 'buffer' is declared with const you might also need to cast function pointer(s). [constParameterCallback] opensbi-1.6/lib/utils/mpxy/fdt_mpxy_rpmi_mbox.c:262:65: style: Parameter 'channel' can be declared as pointer to const. However it seems that 'mpxy_mbox_get_notifications' is a callback function, if 'channel' is declared with const you might also need to cast function pointer(s). [constParameterCallback] opensbi-1.6/lib/utils/mpxy/fdt_mpxy_rpmi_mbox.c:263:18: style: Parameter 'eventsbuf' can be declared as pointer to const. However it seems that 'mpxy_mbox_get_notifications' is a callback function, if 'eventsbuf' is declared with const you might also need to cast function pointer(s). [constParameterCallback] opensbi-1.6/lib/utils/mpxy/fdt_mpxy_rpmi_mbox.c:264:27: style: Parameter 'events_len' can be declared as pointer to const. However it seems that 'mpxy_mbox_get_notifications' is a callback function, if 'events_len' is declared with const you might also need to cast function pointer(s). [constParameterCallback] opensbi-1.6/platform/generic/andes/ae350.c:105:51: style: Parameter 'fdt' can be declared as pointer to const. However it seems that 'ae350_final_init' is a callback function, if 'fdt' is declared with const you might also need to cast function pointer(s). [constParameterCallback] opensbi-1.6/platform/generic/sophgo/sg2042.c:48:33: style: Parameter 'hfeatures' can be declared as pointer to const. However it seems that 'sophgo_sg2042_extensions_init' is a callback function, if 'hfeatures' is declared with const you might also need to cast function pointer(s). [constParameterCallback] opensbi-1.6/platform/generic/thead/thead-generic.c:34:33: style: Parameter 'hfeatures' can be declared as pointer to const. However it seems that 'thead_generic_extensions_init' is a callback function, if 'hfeatures' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/o/opensc/opensc_0.26.1.orig.tar.gz OpenSC-0.26.1/src/libopensc/card-default.c:39:36: style: Parameter 'card' can be declared as pointer to const. However it seems that 'default_match_card' is a callback function, if 'card' is declared with const you might also need to cast function pointer(s). [constParameterCallback] OpenSC-0.26.1/src/libopensc/card-asepcos.c:328:48: style: Parameter 'card' can be declared as pointer to const. However it seems that 'asepcos_set_security_env' is a callback function, if 'card' is declared with const you might also need to cast function pointer(s). [constParameterCallback] OpenSC-0.26.1/src/libopensc/card-myeid.c:649:68: style: Parameter 'file' can be declared as pointer to const. However it seems that 'myeid_create_file' is a callback function, if 'file' is declared with const you might also need to cast function pointer(s). [constParameterCallback] OpenSC-0.26.1/src/libopensc/pkcs15-piv.c:129:31: style: Parameter 'out_size' can be declared as pointer to const. However it seems that 'piv_get_guid' is a callback function, if 'out_size' is declared with const you might also need to cast function pointer(s). [constParameterCallback] OpenSC-0.26.1/src/pkcs11/debug.c:269:9: style: Parameter 'ptr' can be declared as pointer to const. However it seems that 'sc_pkcs11_print_string' is a callback function, if 'ptr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] OpenSC-0.26.1/src/pkcs15init/pkcs15-muscle.c:63:43: style: Parameter 'profile' can be declared as pointer to const. However it seems that 'muscle_init_card' is a callback function, if 'profile' is declared with const you might also need to cast function pointer(s). [constParameterCallback] OpenSC-0.26.1/src/pkcs15init/pkcs15-muscle.c:63:70: style: Parameter 'p15card' can be declared as pointer to const. However it seems that 'muscle_init_card' is a callback function, if 'p15card' is declared with const you might also need to cast function pointer(s). [constParameterCallback] OpenSC-0.26.1/src/pkcs15init/pkcs15-muscle.c:162:33: style: Parameter 'profile' can be declared as pointer to const. However it seems that 'muscle_create_key' is a callback function, if 'profile' is declared with const you might also need to cast function pointer(s). [constParameterCallback] OpenSC-0.26.1/src/pkcs15init/pkcs15-muscle.c:162:60: style: Parameter 'p15card' can be declared as pointer to const. However it seems that 'muscle_create_key' is a callback function, if 'p15card' is declared with const you might also need to cast function pointer(s). [constParameterCallback] OpenSC-0.26.1/src/pkcs15init/pkcs15-muscle.c:163:24: style: Parameter 'obj' can be declared as pointer to const. However it seems that 'muscle_create_key' is a callback function, if 'obj' is declared with const you might also need to cast function pointer(s). [constParameterCallback] OpenSC-0.26.1/src/pkcs15init/pkcs15-rutoken.c:85:44: style: Parameter 'profile' can be declared as pointer to const. However it seems that 'rutoken_select_pin_reference' is a callback function, if 'profile' is declared with const you might also need to cast function pointer(s). [constParameterCallback] OpenSC-0.26.1/src/pkcs15init/pkcs15-rutoken.c:117:34: style: Parameter 'profile' can be declared as pointer to const. However it seems that 'rutoken_create_pin' is a callback function, if 'profile' is declared with const you might also need to cast function pointer(s). [constParameterCallback] OpenSC-0.26.1/src/pkcs15init/pkcs15-rutoken.c:118:15: style: Parameter 'df' can be declared as pointer to const. However it seems that 'rutoken_create_pin' is a callback function, if 'df' is declared with const you might also need to cast function pointer(s). [constParameterCallback] OpenSC-0.26.1/src/pkcs15init/pkcs15-rutoken.c:278:34: style: Parameter 'profile' can be declared as pointer to const. However it seems that 'rutoken_erase' is a callback function, if 'profile' is declared with const you might also need to cast function pointer(s). [constParameterCallback] OpenSC-0.26.1/src/pkcs15init/pkcs15-isoApplet.c:207:73: style: Parameter 'p15card' can be declared as pointer to const. However it seems that 'isoApplet_select_pin_reference' is a callback function, if 'p15card' is declared with const you might also need to cast function pointer(s). [constParameterCallback] OpenSC-0.26.1/src/pkcs15init/pkcs15-isoApplet.c:256:83: style: Parameter 'df' can be declared as pointer to const. However it seems that 'isoApplet_create_pin' is a callback function, if 'df' is declared with const you might also need to cast function pointer(s). [constParameterCallback] OpenSC-0.26.1/src/pkcs15init/pkcs15-isoApplet.c:656:63: style: Parameter 'p15card' can be declared as pointer to const. However it seems that 'isoApplet_create_key' is a callback function, if 'p15card' is declared with const you might also need to cast function pointer(s). [constParameterCallback] OpenSC-0.26.1/src/pkcs15init/pkcs15-isoApplet.c:666:73: style: Parameter 'p15card' can be declared as pointer to const. However it seems that 'isoApplet_select_key_reference' is a callback function, if 'p15card' is declared with const you might also need to cast function pointer(s). [constParameterCallback] OpenSC-0.26.1/src/pkcs11/framework-pkcs15.c:3528:47: style: Parameter 'session' can be declared as pointer to const. However it seems that 'pkcs15_skey_destroy' is a callback function, if 'session' is declared with const you might also need to cast function pointer(s). [constParameterCallback] OpenSC-0.26.1/src/pkcs11/framework-pkcs15.c:3528:62: style: Parameter 'object' can be declared as pointer to const. However it seems that 'pkcs15_skey_destroy' is a callback function, if 'object' is declared with const you might also need to cast function pointer(s). [constParameterCallback] OpenSC-0.26.1/src/pkcs11/framework-pkcs15.c:3573:46: style: Parameter 'session' can be declared as pointer to const. However it seems that 'pkcs15_any_destroy' is a callback function, if 'session' is declared with const you might also need to cast function pointer(s). [constParameterCallback] OpenSC-0.26.1/src/pkcs11/framework-pkcs15.c:3573:61: style: Parameter 'object' can be declared as pointer to const. However it seems that 'pkcs15_any_destroy' is a callback function, if 'object' is declared with const you might also need to cast function pointer(s). [constParameterCallback] OpenSC-0.26.1/src/pkcs11/framework-pkcs15.c:4797:52: style: Parameter 'session' can be declared as pointer to const. However it seems that 'pkcs15_prkey_init_params' is a callback function, if 'session' is declared with const you might also need to cast function pointer(s). [constParameterCallback] OpenSC-0.26.1/src/pkcs11/framework-pkcs15.c:5346:56: style: Parameter 'session' can be declared as pointer to const. However it seems that 'pkcs15_profile_set_attribute' is a callback function, if 'session' is declared with const you might also need to cast function pointer(s). [constParameterCallback] OpenSC-0.26.1/src/pkcs11/framework-pkcs15.c:5347:9: style: Parameter 'object' can be declared as pointer to const. However it seems that 'pkcs15_profile_set_attribute' is a callback function, if 'object' is declared with const you might also need to cast function pointer(s). [constParameterCallback] OpenSC-0.26.1/src/pkcs15init/pkcs15-starcos.c:77:71: style: Parameter 'p15card' can be declared as pointer to const. However it seems that 'starcos_init_card' is a callback function, if 'p15card' is declared with const you might also need to cast function pointer(s). [constParameterCallback] OpenSC-0.26.1/src/pkcs15init/pkcs15-starcos.c:175:72: style: Parameter 'p15card' can be declared as pointer to const. However it seems that 'starcos_create_dir' is a callback function, if 'p15card' is declared with const you might also need to cast function pointer(s). [constParameterCallback] OpenSC-0.26.1/src/tests/fuzzing/fuzzer_reader.c:106:48: style: Parameter 'reader' can be declared as pointer to const. However it seems that 'fuzz_reader_disconnect' is a callback function, if 'reader' is declared with const you might also need to cast function pointer(s). [constParameterCallback] OpenSC-0.26.1/src/tests/fuzzing/fuzzer_reader.c:139:42: style: Parameter 'reader' can be declared as pointer to const. However it seems that 'fuzz_reader_lock' is a callback function, if 'reader' is declared with const you might also need to cast function pointer(s). [constParameterCallback] OpenSC-0.26.1/src/tests/fuzzing/fuzzer_reader.c:144:44: style: Parameter 'reader' can be declared as pointer to const. However it seems that 'fuzz_reader_unlock' is a callback function, if 'reader' is declared with const you might also need to cast function pointer(s). [constParameterCallback] OpenSC-0.26.1/src/pkcs15init/profile.c:1830:36: style: Parameter 'blk' can be declared as pointer to const. However it seems that 'process_macros' is a callback function, if 'blk' is declared with const you might also need to cast function pointer(s). [constParameterCallback] OpenSC-0.26.1/src/pkcs15init/profile.c:2181:35: style: Parameter 'blk' can be declared as pointer to const. However it seems that 'process_block' is a callback function, if 'blk' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/o/openscap/openscap_1.4.2+dfsg.orig.tar.xz openscap-1.4.2/src/OVAL/oval_agent.c:646:87: style: Parameter 'query_data' can be declared as pointer to const. However it seems that '_oval_agent_list_definitions' is a callback function, if 'query_data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openscap-1.4.2/src/OVAL/oval_definition.c:322:51: style: Parameter 'string' can be declared as pointer to const. However it seems that '_oval_definition_title_consumer' is a callback function, if 'string' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openscap-1.4.2/src/OVAL/oval_definition.c:344:57: style: Parameter 'string' can be declared as pointer to const. However it seems that '_oval_definition_description_consumer' is a callback function, if 'string' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openscap-1.4.2/src/OVAL/oval_filter.c:131:48: style: Parameter 'steref' can be declared as pointer to const. However it seems that '_oval_filter_consume_ste_ref' is a callback function, if 'steref' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openscap-1.4.2/src/OVAL/oval_probe_handler.c:62:53: style: Parameter 'a' can be declared as pointer to const. However it seems that 'oval_handler_subtype_cmp' is a callback function, if 'a' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openscap-1.4.2/src/OVAL/oval_probe_ext.c:121:47: style: Parameter 'a' can be declared as pointer to const. However it seems that 'oval_pdtbl_typecmp' is a callback function, if 'a' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openscap-1.4.2/src/OVAL/oval_set.c:279:43: style: Parameter 'objref' can be declared as pointer to const. However it seems that 'oval_consume_object_ref' is a callback function, if 'objref' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openscap-1.4.2/src/OVAL/oval_value.c:175:53: style: Parameter 'string' can be declared as pointer to const. However it seems that 'oval_value_parse_tag_consume_text' is a callback function, if 'string' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openscap-1.4.2/src/OVAL/probes/independent/xmlfilecontent_probe.c:85:35: style: Parameter 'ctx' can be declared as pointer to const. However it seems that 'dummy_err_func' is a callback function, if 'ctx' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openscap-1.4.2/src/OVAL/probes/SEAP/sexp-manip.c:1967:40: style: Parameter 's_exp' can be declared as pointer to const. However it seems that '__SEXP_VALIDATE_cb' is a callback function, if 's_exp' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openscap-1.4.2/src/OVAL/probes/SEAP/sexp-manip.c:1967:59: style: Parameter 'info' can be declared as pointer to const. However it seems that '__SEXP_VALIDATE_cb' is a callback function, if 'info' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openscap-1.4.2/src/OVAL/probes/probe/worker.c:59:34: style: Parameter 'dummy_param' can be declared as pointer to const. However it seems that 'dummy_routine' is a callback function, if 'dummy_param' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openscap-1.4.2/src/OVAL/probes/windows/accesstoken_probe.c:299:38: style: Parameter 's1' can be declared as pointer to const. However it seems that '_members_cmp_func' is a callback function, if 's1' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openscap-1.4.2/src/OVAL/probes/windows/accesstoken_probe.c:299:49: style: Parameter 's2' can be declared as pointer to const. However it seems that '_members_cmp_func' is a callback function, if 's2' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openscap-1.4.2/src/OVAL/probes/unix/xinetd_probe.c:357:29: style: Parameter 'a' can be declared as pointer to const. However it seems that 'xiattr_cmp' is a callback function, if 'a' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openscap-1.4.2/src/OVAL/probes/unix/xinetd_probe.c:357:38: style: Parameter 'b' can be declared as pointer to const. However it seems that 'xiattr_cmp' is a callback function, if 'b' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openscap-1.4.2/src/OVAL/probes/unix/xinetd_probe.c:1274:37: style: Parameter 'val' can be declared as pointer to const. However it seems that 'op_assign_bool' is a callback function, if 'val' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openscap-1.4.2/src/OVAL/probes/unix/xinetd_probe.c:1300:36: style: Parameter 'val' can be declared as pointer to const. However it seems that 'op_assign_u16' is a callback function, if 'val' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openscap-1.4.2/src/XCCDF/tailoring.c:88:35: style: Parameter 'a' can be declared as pointer to const. However it seems that '_list_ptreq_cmp' is a callback function, if 'a' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openscap-1.4.2/src/XCCDF/tailoring.c:88:44: style: Parameter 'b' can be declared as pointer to const. However it seems that '_list_ptreq_cmp' is a callback function, if 'b' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openscap-1.4.2/src/common/list.c:201:26: style: Parameter 'node1' can be declared as pointer to const. However it seems that 'oscap_ptr_cmp' is a callback function, if 'node1' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openscap-1.4.2/src/common/list.c:201:39: style: Parameter 'node2' can be declared as pointer to const. However it seems that 'oscap_ptr_cmp' is a callback function, if 'node2' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openscap-1.4.2/src/common/list.c:244:44: style: Parameter 'foo' can be declared as pointer to const. However it seems that 'oscap_iterator_no_filter' is a callback function, if 'foo' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openscap-1.4.2/src/common/list.c:244:55: style: Parameter 'bar' can be declared as pointer to const. However it seems that 'oscap_iterator_no_filter' is a callback function, if 'bar' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openscap-1.4.2/tests/API/XCCDF/unittests/unit_helper.c:67:45: style: Parameter 'policy' can be declared as pointer to const. However it seems that '_always_pass_eval_rule' is a callback function, if 'policy' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openscap-1.4.2/tests/API/XCCDF/unittests/unit_helper.c:68:58: style: Parameter 'value_binding_it' can be declared as pointer to const. However it seems that '_always_pass_eval_rule' is a callback function, if 'value_binding_it' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openscap-1.4.2/tests/API/XCCDF/unittests/unit_helper.c:69:39: style: Parameter 'check_import_it' can be declared as pointer to const. However it seems that '_always_pass_eval_rule' is a callback function, if 'check_import_it' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openscap-1.4.2/tests/API/XCCDF/unittests/unit_helper.c:69:62: style: Parameter 'usr' can be declared as pointer to const. However it seems that '_always_pass_eval_rule' is a callback function, if 'usr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openscap-1.4.2/tests/API/XCCDF/unittests/unit_helper.c:75:46: style: Parameter 'policy' can be declared as pointer to const. However it seems that '_always_fail_eval_rule' is a callback function, if 'policy' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openscap-1.4.2/tests/API/XCCDF/unittests/unit_helper.c:76:58: style: Parameter 'value_binding_it' can be declared as pointer to const. However it seems that '_always_fail_eval_rule' is a callback function, if 'value_binding_it' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openscap-1.4.2/tests/API/XCCDF/unittests/unit_helper.c:77:39: style: Parameter 'check_import_it' can be declared as pointer to const. However it seems that '_always_fail_eval_rule' is a callback function, if 'check_import_it' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openscap-1.4.2/tests/API/XCCDF/unittests/unit_helper.c:77:62: style: Parameter 'usr' can be declared as pointer to const. However it seems that '_always_fail_eval_rule' is a callback function, if 'usr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openscap-1.4.2/tests/API/XCCDF/unittests/test_oscap_common.c:237:43: style: Parameter 'a' can be declared as pointer to const. However it seems that '_test_list_remove_ptreq' is a callback function, if 'a' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openscap-1.4.2/tests/API/XCCDF/unittests/test_oscap_common.c:237:52: style: Parameter 'b' can be declared as pointer to const. However it seems that '_test_list_remove_ptreq' is a callback function, if 'b' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/o/openseachest/openseachest_25.05.1.orig.tar.xz openSeaChest-v25.05.1/subprojects/opensea-transport/src/nvme_helper.c:488:40: style: Parameter 'a' can be declared as pointer to const. However it seems that 'cmp_NVMe_Status' is a callback function, if 'a' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openSeaChest-v25.05.1/subprojects/opensea-transport/src/nvme_helper.c:488:55: style: Parameter 'b' can be declared as pointer to const. However it seems that 'cmp_NVMe_Status' is a callback function, if 'b' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/o/openslide/openslide_3.4.1+dfsg.orig.tar.xz openslide-3.4.1/src/openslide-decode-png.c:40:42: style: Parameter 'png' can be declared as pointer to const. However it seems that 'warning_callback' is a callback function, if 'png' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openslide-3.4.1/src/openslide-decode-jp2k.c:165:36: style: Parameter 'data' can be declared as pointer to const. However it seems that 'warning_callback' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openslide-3.4.1/src/openslide-grid.c:406:46: style: Parameter 'region' can be declared as pointer to const. However it seems that 'tilemap_read_tile' is a callback function, if 'region' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openslide-3.4.1/src/openslide-vendor-sakura.c:131:55: style: Parameter 'tl' can be declared as pointer to const. However it seems that 'sakura_detect' is a callback function, if 'tl' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openslide-3.4.1/src/openslide-vendor-sakura.c:757:35: style: Parameter 'data' can be declared as pointer to const. However it seems that 'compare_tileids' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openslide-3.4.1/src/openslide-vendor-mirax.c:374:76: style: Parameter 'tl' can be declared as pointer to const. However it seems that 'mirax_detect' is a callback function, if 'tl' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openslide-3.4.1/src/openslide-vendor-hamamatsu.c:804:66: style: Parameter 'tl' can be declared as pointer to const. However it seems that 'hamamatsu_vms_vmu_detect' is a callback function, if 'tl' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/o/opensm/opensm_3.3.23.orig.tar.gz opensm-3.3.23/complib/cl_list.c:378:23: style: Parameter 'context' can be declared as pointer to const. However it seems that 'cl_list_find_cb' is a callback function, if 'context' is declared with const you might also need to cast function pointer(s). [constParameterCallback] opensm-3.3.23/opensm/osm_console.c:345:59: style: Parameter 'p_osm' can be declared as pointer to const. However it seems that 'permodlog_parse' is a callback function, if 'p_osm' is declared with const you might also need to cast function pointer(s). [constParameterCallback] opensm-3.3.23/opensm/osm_console.c:1656:57: style: Parameter 'p_osm' can be declared as pointer to const. However it seems that 'version_parse' is a callback function, if 'p_osm' is declared with const you might also need to cast function pointer(s). [constParameterCallback] opensm-3.3.23/opensm/osm_subnet.c:378:18: style: Parameter 'p_val_str' can be declared as pointer to const. However it seems that 'opts_parse_int32' is a callback function, if 'p_val_str' is declared with const you might also need to cast function pointer(s). [constParameterCallback] opensm-3.3.23/opensm/osm_ucast_mgr.c:447:55: style: Parameter 'p' can be declared as pointer to const. However it seems that 'set_hop_wf' is a callback function, if 'p' is declared with const you might also need to cast function pointer(s). [constParameterCallback] opensm-3.3.23/opensm/osm_ucast_mgr.c:499:70: style: Parameter 'p' can be declared as pointer to const. However it seems that 'set_search_ordering_ports' is a callback function, if 'p' is declared with const you might also need to cast function pointer(s). [constParameterCallback] opensm-3.3.23/opensm/osm_ucast_mgr.c:753:62: style: Parameter 'p' can be declared as pointer to const. However it seems that 'mark_ignored_port' is a callback function, if 'p' is declared with const you might also need to cast function pointer(s). [constParameterCallback] opensm-3.3.23/opensm/st.c:84:35: style: Parameter 'key1' can be declared as pointer to const. However it seems that 'st_strcmp' is a callback function, if 'key1' is declared with const you might also need to cast function pointer(s). [constParameterCallback] opensm-3.3.23/opensm/st.c:84:47: style: Parameter 'key2' can be declared as pointer to const. However it seems that 'st_strcmp' is a callback function, if 'key2' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/o/opensmtpd/opensmtpd_7.7.0p0.orig.tar.gz opensmtpd-7.7.0p0/usr.sbin/smtpd/bounce.c:239:40: style: Parameter 'arg' can be declared as pointer to const. However it seems that 'bounce_timeout' is a callback function, if 'arg' is declared with const you might also need to cast function pointer(s). [constParameterCallback] opensmtpd-7.7.0p0/usr.sbin/smtpd/dict.c:263:33: style: Parameter 'a' can be declared as pointer to const. However it seems that 'dictentry_cmp' is a callback function, if 'a' is declared with const you might also need to cast function pointer(s). [constParameterCallback] opensmtpd-7.7.0p0/usr.sbin/smtpd/dict.c:263:54: style: Parameter 'b' can be declared as pointer to const. However it seems that 'dictentry_cmp' is a callback function, if 'b' is declared with const you might also need to cast function pointer(s). [constParameterCallback] opensmtpd-7.7.0p0/usr.sbin/smtpd/control.c:81:28: style: Parameter 'p' can be declared as pointer to const. However it seems that 'control_imsg' is a callback function, if 'p' is declared with const you might also need to cast function pointer(s). [constParameterCallback] opensmtpd-7.7.0p0/usr.sbin/smtpd/lka_filter.c:1229:48: style: Parameter 'fs' can be declared as pointer to const. However it seems that 'filter_builtins_notimpl' is a callback function, if 'fs' is declared with const you might also need to cast function pointer(s). [constParameterCallback] opensmtpd-7.7.0p0/usr.sbin/smtpd/lka_filter.c:1229:67: style: Parameter 'filter' can be declared as pointer to const. However it seems that 'filter_builtins_notimpl' is a callback function, if 'filter' is declared with const you might also need to cast function pointer(s). [constParameterCallback] opensmtpd-7.7.0p0/usr.sbin/smtpd/mda_variables.c:357:17: style: Parameter 'buf' can be declared as pointer to const. However it seems that 'mod_strip' is a callback function, if 'buf' is declared with const you might also need to cast function pointer(s). [constParameterCallback] opensmtpd-7.7.0p0/usr.sbin/smtpd/queue_fs.c:648:30: style: Parameter 'pw' can be declared as pointer to const. However it seems that 'queue_fs_init' is a callback function, if 'pw' is declared with const you might also need to cast function pointer(s). [constParameterCallback] opensmtpd-7.7.0p0/usr.sbin/smtpd/queue_null.c:89:48: style: Parameter 'buf' can be declared as pointer to const. However it seems that 'queue_null_envelope_load' is a callback function, if 'buf' is declared with const you might also need to cast function pointer(s). [constParameterCallback] opensmtpd-7.7.0p0/usr.sbin/smtpd/queue_null.c:95:36: style: Parameter 'evpid' can be declared as pointer to const. However it seems that 'queue_null_envelope_walk' is a callback function, if 'evpid' is declared with const you might also need to cast function pointer(s). [constParameterCallback] opensmtpd-7.7.0p0/usr.sbin/smtpd/queue_null.c:95:49: style: Parameter 'buf' can be declared as pointer to const. However it seems that 'queue_null_envelope_walk' is a callback function, if 'buf' is declared with const you might also need to cast function pointer(s). [constParameterCallback] opensmtpd-7.7.0p0/usr.sbin/smtpd/queue_ram.c:300:35: style: Parameter 'evpid' can be declared as pointer to const. However it seems that 'queue_ram_envelope_walk' is a callback function, if 'evpid' is declared with const you might also need to cast function pointer(s). [constParameterCallback] opensmtpd-7.7.0p0/usr.sbin/smtpd/queue_ram.c:300:48: style: Parameter 'buf' can be declared as pointer to const. However it seems that 'queue_ram_envelope_walk' is a callback function, if 'buf' is declared with const you might also need to cast function pointer(s). [constParameterCallback] opensmtpd-7.7.0p0/usr.sbin/smtpd/resolver.c:450:29: style: Parameter 'a' can be declared as pointer to const. However it seems that 'request_cmp' is a callback function, if 'a' is declared with const you might also need to cast function pointer(s). [constParameterCallback] opensmtpd-7.7.0p0/usr.sbin/smtpd/resolver.c:450:48: style: Parameter 'b' can be declared as pointer to const. However it seems that 'request_cmp' is a callback function, if 'b' is declared with const you might also need to cast function pointer(s). [constParameterCallback] opensmtpd-7.7.0p0/usr.sbin/smtpd/scheduler_backend.c:52:63: style: Parameter 'evp' can be declared as pointer to const. However it seems that 'scheduler_info' is a callback function, if 'evp' is declared with const you might also need to cast function pointer(s). [constParameterCallback] opensmtpd-7.7.0p0/usr.sbin/smtpd/scheduler_null.c:80:46: style: Parameter 'si' can be declared as pointer to const. However it seems that 'scheduler_null_insert' is a callback function, if 'si' is declared with const you might also need to cast function pointer(s). [constParameterCallback] opensmtpd-7.7.0p0/usr.sbin/smtpd/scheduler_null.c:98:46: style: Parameter 'si' can be declared as pointer to const. However it seems that 'scheduler_null_update' is a callback function, if 'si' is declared with const you might also need to cast function pointer(s). [constParameterCallback] opensmtpd-7.7.0p0/usr.sbin/smtpd/scheduler_null.c:154:50: style: Parameter 'dst' can be declared as pointer to const. However it seems that 'scheduler_null_messages' is a callback function, if 'dst' is declared with const you might also need to cast function pointer(s). [constParameterCallback] opensmtpd-7.7.0p0/usr.sbin/smtpd/scheduler_null.c:160:58: style: Parameter 'dst' can be declared as pointer to const. However it seems that 'scheduler_null_envelopes' is a callback function, if 'dst' is declared with const you might also need to cast function pointer(s). [constParameterCallback] opensmtpd-7.7.0p0/usr.sbin/smtpd/spfwalk.c:146:36: style: Parameter 'ar' can be declared as pointer to const. However it seems that 'dispatch_record' is a callback function, if 'ar' is declared with const you might also need to cast function pointer(s). [constParameterCallback] opensmtpd-7.7.0p0/usr.sbin/smtpd/spfwalk.c:172:29: style: Parameter 'rr' can be declared as pointer to const. However it seems that 'dispatch_txt' is a callback function, if 'rr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] opensmtpd-7.7.0p0/usr.sbin/smtpd/spfwalk.c:281:28: style: Parameter 'rr' can be declared as pointer to const. However it seems that 'dispatch_mx' is a callback function, if 'rr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] opensmtpd-7.7.0p0/usr.sbin/smtpd/spfwalk.c:281:47: style: Parameter 'tgt' can be declared as pointer to const. However it seems that 'dispatch_mx' is a callback function, if 'tgt' is declared with const you might also need to cast function pointer(s). [constParameterCallback] opensmtpd-7.7.0p0/usr.sbin/smtpd/spfwalk.c:302:27: style: Parameter 'rr' can be declared as pointer to const. However it seems that 'dispatch_a' is a callback function, if 'rr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] opensmtpd-7.7.0p0/usr.sbin/smtpd/spfwalk.c:302:46: style: Parameter 'tgt' can be declared as pointer to const. However it seems that 'dispatch_a' is a callback function, if 'tgt' is declared with const you might also need to cast function pointer(s). [constParameterCallback] opensmtpd-7.7.0p0/usr.sbin/smtpd/spfwalk.c:320:30: style: Parameter 'rr' can be declared as pointer to const. However it seems that 'dispatch_aaaa' is a callback function, if 'rr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] opensmtpd-7.7.0p0/usr.sbin/smtpd/spfwalk.c:320:49: style: Parameter 'tgt' can be declared as pointer to const. However it seems that 'dispatch_aaaa' is a callback function, if 'tgt' is declared with const you might also need to cast function pointer(s). [constParameterCallback] opensmtpd-7.7.0p0/usr.sbin/smtpd/smtpctl.c:530:50: style: Parameter 'argv' can be declared as pointer to const. However it seems that 'do_permission_denied' is a callback function, if 'argv' is declared with const you might also need to cast function pointer(s). [constParameterCallback] opensmtpd-7.7.0p0/usr.sbin/smtpd/smtpctl.c:642:40: style: Parameter 'argv' can be declared as pointer to const. However it seems that 'do_profile' is a callback function, if 'argv' is declared with const you might also need to cast function pointer(s). [constParameterCallback] opensmtpd-7.7.0p0/usr.sbin/smtpd/smtpctl.c:770:43: style: Parameter 'argv' can be declared as pointer to const. However it seems that 'do_show_queue' is a callback function, if 'argv' is declared with const you might also need to cast function pointer(s). [constParameterCallback] opensmtpd-7.7.0p0/usr.sbin/smtpd/smtpctl.c:916:38: style: Parameter 'argv' can be declared as pointer to const. However it seems that 'do_trace' is a callback function, if 'argv' is declared with const you might also need to cast function pointer(s). [constParameterCallback] opensmtpd-7.7.0p0/usr.sbin/smtpd/smtpctl.c:927:42: style: Parameter 'argv' can be declared as pointer to const. However it seems that 'do_unprofile' is a callback function, if 'argv' is declared with const you might also need to cast function pointer(s). [constParameterCallback] opensmtpd-7.7.0p0/usr.sbin/smtpd/smtpctl.c:938:40: style: Parameter 'argv' can be declared as pointer to const. However it seems that 'do_untrace' is a callback function, if 'argv' is declared with const you might also need to cast function pointer(s). [constParameterCallback] opensmtpd-7.7.0p0/usr.sbin/smtpd/ssl.c:98:56: style: Parameter 'u' can be declared as pointer to const. However it seems that 'ssl_password_cb' is a callback function, if 'u' is declared with const you might also need to cast function pointer(s). [constParameterCallback] opensmtpd-7.7.0p0/usr.sbin/smtpd/smtpd.c:339:47: style: Parameter 'p' can be declared as pointer to const. However it seems that 'parent_send_config' is a callback function, if 'p' is declared with const you might also need to cast function pointer(s). [constParameterCallback] opensmtpd-7.7.0p0/usr.sbin/smtpd/stat_ramstat.c:145:41: style: Parameter 'e1' can be declared as pointer to const. However it seems that 'ramstat_entry_cmp' is a callback function, if 'e1' is declared with const you might also need to cast function pointer(s). [constParameterCallback] opensmtpd-7.7.0p0/usr.sbin/smtpd/stat_ramstat.c:145:67: style: Parameter 'e2' can be declared as pointer to const. However it seems that 'ramstat_entry_cmp' is a callback function, if 'e2' is declared with const you might also need to cast function pointer(s). [constParameterCallback] opensmtpd-7.7.0p0/usr.sbin/smtpd/table_getpwnam.c:51:37: style: Parameter 'table' can be declared as pointer to const. However it seems that 'table_getpwnam_config' is a callback function, if 'table' is declared with const you might also need to cast function pointer(s). [constParameterCallback] opensmtpd-7.7.0p0/usr.sbin/smtpd/tree.c:249:33: style: Parameter 'a' can be declared as pointer to const. However it seems that 'treeentry_cmp' is a callback function, if 'a' is declared with const you might also need to cast function pointer(s). [constParameterCallback] opensmtpd-7.7.0p0/usr.sbin/smtpd/tree.c:249:54: style: Parameter 'b' can be declared as pointer to const. However it seems that 'treeentry_cmp' is a callback function, if 'b' is declared with const you might also need to cast function pointer(s). [constParameterCallback] opensmtpd-7.7.0p0/usr.sbin/smtpd/waitq.c:53:25: style: Parameter 'a' can be declared as pointer to const. However it seems that 'waitq_cmp' is a callback function, if 'a' is declared with const you might also need to cast function pointer(s). [constParameterCallback] opensmtpd-7.7.0p0/usr.sbin/smtpd/waitq.c:53:42: style: Parameter 'b' can be declared as pointer to const. However it seems that 'waitq_cmp' is a callback function, if 'b' is declared with const you might also need to cast function pointer(s). [constParameterCallback] opensmtpd-7.7.0p0/usr.sbin/smtpd/smtp_session.c:1653:38: style: Parameter 's' can be declared as pointer to const. However it seems that 'smtp_check_noop' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/o/opensmtpd-table-ldap/opensmtpd-table-ldap_1.0.orig.tar.gz OpenSMTPD-table-ldap-5d756da/dict.c:263:33: style: Parameter 'a' can be declared as pointer to const. However it seems that 'dictentry_cmp' is a callback function, if 'a' is declared with const you might also need to cast function pointer(s). [constParameterCallback] OpenSMTPD-table-ldap-5d756da/dict.c:263:54: style: Parameter 'b' can be declared as pointer to const. However it seems that 'dictentry_cmp' is a callback function, if 'b' is declared with const you might also need to cast function pointer(s). [constParameterCallback] OpenSMTPD-table-ldap-5d756da/table_ldap.c:83:44: style: Parameter 'params' can be declared as pointer to const. However it seems that 'table_ldap_fetch' is a callback function, if 'params' is declared with const you might also need to cast function pointer(s). [constParameterCallback] OpenSMTPD-table-ldap-5d756da/table_ldap.c:83:58: style: Parameter 'dst' can be declared as pointer to const. However it seems that 'table_ldap_fetch' is a callback function, if 'dst' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/o/opensmtpd-table-mysql/opensmtpd-table-mysql_1.2.1.orig.tar.gz OpenSMTPD-table-mysql-e976fa1/dict.c:263:33: style: Parameter 'a' can be declared as pointer to const. However it seems that 'dictentry_cmp' is a callback function, if 'a' is declared with const you might also need to cast function pointer(s). [constParameterCallback] OpenSMTPD-table-mysql-e976fa1/dict.c:263:54: style: Parameter 'b' can be declared as pointer to const. However it seems that 'dictentry_cmp' is a callback function, if 'b' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/o/opensmtpd-table-passwd/opensmtpd-table-passwd_1.0.2.orig.tar.gz OpenSMTPD-table-passwd-235652e/dict.c:263:33: style: Parameter 'a' can be declared as pointer to const. However it seems that 'dictentry_cmp' is a callback function, if 'a' is declared with const you might also need to cast function pointer(s). [constParameterCallback] OpenSMTPD-table-passwd-235652e/dict.c:263:54: style: Parameter 'b' can be declared as pointer to const. However it seems that 'dictentry_cmp' is a callback function, if 'b' is declared with const you might also need to cast function pointer(s). [constParameterCallback] OpenSMTPD-table-passwd-235652e/table_passwd.c:158:46: style: Parameter 'params' can be declared as pointer to const. However it seems that 'table_passwd_check' is a callback function, if 'params' is declared with const you might also need to cast function pointer(s). [constParameterCallback] OpenSMTPD-table-passwd-235652e/table_passwd.c:203:46: style: Parameter 'params' can be declared as pointer to const. However it seems that 'table_passwd_fetch' is a callback function, if 'params' is declared with const you might also need to cast function pointer(s). [constParameterCallback] OpenSMTPD-table-passwd-235652e/table_passwd.c:203:60: style: Parameter 'dst' can be declared as pointer to const. However it seems that 'table_passwd_fetch' is a callback function, if 'dst' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/o/opensmtpd-table-postgres/opensmtpd-table-postgres_1.1.1.orig.tar.gz OpenSMTPD-table-postgres-d014f16/dict.c:263:33: style: Parameter 'a' can be declared as pointer to const. However it seems that 'dictentry_cmp' is a callback function, if 'a' is declared with const you might also need to cast function pointer(s). [constParameterCallback] OpenSMTPD-table-postgres-d014f16/dict.c:263:54: style: Parameter 'b' can be declared as pointer to const. However it seems that 'dictentry_cmp' is a callback function, if 'b' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/o/opensmtpd-table-redis/opensmtpd-table-redis_1.0.1.orig.tar.gz OpenSMTPD-table-redis-f54b0fb/dict.c:263:33: style: Parameter 'a' can be declared as pointer to const. However it seems that 'dictentry_cmp' is a callback function, if 'a' is declared with const you might also need to cast function pointer(s). [constParameterCallback] OpenSMTPD-table-redis-f54b0fb/dict.c:263:54: style: Parameter 'b' can be declared as pointer to const. However it seems that 'dictentry_cmp' is a callback function, if 'b' is declared with const you might also need to cast function pointer(s). [constParameterCallback] OpenSMTPD-table-redis-f54b0fb/table_redis.c:513:45: style: Parameter 'params' can be declared as pointer to const. However it seems that 'table_redis_fetch' is a callback function, if 'params' is declared with const you might also need to cast function pointer(s). [constParameterCallback] OpenSMTPD-table-redis-f54b0fb/table_redis.c:513:59: style: Parameter 'dst' can be declared as pointer to const. However it seems that 'table_redis_fetch' is a callback function, if 'dst' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/o/opensmtpd-table-socketmap/opensmtpd-table-socketmap_1.1.1.orig.tar.gz OpenSMTPD-table-socketmap-4d8bd80/dict.c:263:33: style: Parameter 'a' can be declared as pointer to const. However it seems that 'dictentry_cmp' is a callback function, if 'a' is declared with const you might also need to cast function pointer(s). [constParameterCallback] OpenSMTPD-table-socketmap-4d8bd80/dict.c:263:54: style: Parameter 'b' can be declared as pointer to const. However it seems that 'dictentry_cmp' is a callback function, if 'b' is declared with const you might also need to cast function pointer(s). [constParameterCallback] OpenSMTPD-table-socketmap-4d8bd80/table_socketmap.c:166:49: style: Parameter 'params' can be declared as pointer to const. However it seems that 'table_socketmap_check' is a callback function, if 'params' is declared with const you might also need to cast function pointer(s). [constParameterCallback] OpenSMTPD-table-socketmap-4d8bd80/table_socketmap.c:209:49: style: Parameter 'params' can be declared as pointer to const. However it seems that 'table_socketmap_fetch' is a callback function, if 'params' is declared with const you might also need to cast function pointer(s). [constParameterCallback] OpenSMTPD-table-socketmap-4d8bd80/table_socketmap.c:209:63: style: Parameter 'key' can be declared as pointer to const. However it seems that 'table_socketmap_fetch' is a callback function, if 'key' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/o/opensmtpd-table-sqlite/opensmtpd-table-sqlite_1.0.1.orig.tar.gz OpenSMTPD-table-sqlite-e8daac5/dict.c:263:33: style: Parameter 'a' can be declared as pointer to const. However it seems that 'dictentry_cmp' is a callback function, if 'a' is declared with const you might also need to cast function pointer(s). [constParameterCallback] OpenSMTPD-table-sqlite-e8daac5/dict.c:263:54: style: Parameter 'b' can be declared as pointer to const. However it seems that 'dictentry_cmp' is a callback function, if 'b' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/o/openssh/openssh_10.0p1.orig.tar.gz openssh-10.0p1/contrib/gnome-ssh-askpass2.c:89:44: style: Parameter 'event' can be declared as pointer to const. However it seems that 'check_none' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openssh-10.0p1/contrib/gnome-ssh-askpass3.c:73:44: style: Parameter 'event' can be declared as pointer to const. However it seems that 'check_none' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/o/openssh-ssh1/openssh-ssh1_7.5p1.orig.tar.gz openssh-7.5p1/regress/misc/kexfuzz/kexfuzz.c:48:25: style: Parameter 'ssh' can be declared as pointer to const. However it seems that 'packet_hook' is a callback function, if 'ssh' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/o/openssn/openssn_1.4.orig.tar.gz openssn/src/main.cpp:2185:41: style: Parameter 'param' can be declared as pointer to const. However it seems that 'timerfunc' is a callback function, if 'param' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openssn/src/main.cpp:2218:40: style: Parameter 'param' can be declared as pointer to const. However it seems that 'TmaTimer' is a callback function, if 'param' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/o/opensta/opensta_0~20191111gitc018cb2+dfsg.orig.tar.xz opensta-0.0~git20191111.c018cb2/liberty/InternalPower.cc:74:29: style: Parameter 'attrs' can be declared as pointer to const. However it seems that 'InternalPower' is a callback function, if 'attrs' is declared with const you might also need to cast function pointer(s). [constParameterCallback] opensta-0.0~git20191111.c018cb2/liberty/TableModel.cc:554:25: style: Parameter 'tr' can be declared as pointer to const. However it seems that 'TableModel' is a callback function, if 'tr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] opensta-0.0~git20191111.c018cb2/liberty/TimingArc.cc:146:23: style: Parameter 'attrs' can be declared as pointer to const. However it seems that 'TimingArcSet' is a callback function, if 'attrs' is declared with const you might also need to cast function pointer(s). [constParameterCallback] opensta-0.0~git20191111.c018cb2/sdc/PortDelay.cc:83:19: style: Parameter 'network' can be declared as pointer to const. However it seems that 'InputDelay' is a callback function, if 'network' is declared with const you might also need to cast function pointer(s). [constParameterCallback] opensta-0.0~git20191111.c018cb2/sdc/PortDelay.cc:93:14: style: Parameter 'network' can be declared as pointer to const. However it seems that 'OutputDelay' is a callback function, if 'network' is declared with const you might also need to cast function pointer(s). [constParameterCallback] opensta-0.0~git20191111.c018cb2/sdc/Sdc.cc:5400:15: style: Parameter 'network' can be declared as pointer to const. However it seems that 'ExpandException' is a callback function, if 'network' is declared with const you might also need to cast function pointer(s). [constParameterCallback] opensta-0.0~git20191111.c018cb2/search/CheckTiming.cc:39:36: style: Parameter 'sta' can be declared as pointer to const. However it seems that 'CheckTiming' is a callback function, if 'sta' is declared with const you might also need to cast function pointer(s). [constParameterCallback] opensta-0.0~git20191111.c018cb2/search/Corner.cc:26:28: style: Parameter 'sta' can be declared as pointer to const. However it seems that 'Corners' is a callback function, if 'sta' is declared with const you might also need to cast function pointer(s). [constParameterCallback] opensta-0.0~git20191111.c018cb2/search/FindRegister.cc:129:42: style: Parameter 'sta' can be declared as pointer to const. However it seems that 'FindRegVisitor' is a callback function, if 'sta' is declared with const you might also need to cast function pointer(s). [constParameterCallback] opensta-0.0~git20191111.c018cb2/search/Levelize.cc:35:30: style: Parameter 'sta' can be declared as pointer to const. However it seems that 'Levelize' is a callback function, if 'sta' is declared with const you might also need to cast function pointer(s). [constParameterCallback] opensta-0.0~git20191111.c018cb2/search/ReportPath.cc:114:34: style: Parameter 'sta' can be declared as pointer to const. However it seems that 'ReportPath' is a callback function, if 'sta' is declared with const you might also need to cast function pointer(s). [constParameterCallback] opensta-0.0~git20191111.c018cb2/search/Sim.cc:322:20: style: Parameter 'sta' can be declared as pointer to const. However it seems that 'Sim' is a callback function, if 'sta' is declared with const you might also need to cast function pointer(s). [constParameterCallback] opensta-0.0~git20191111.c018cb2/util/ReportTcl.cc:392:56: style: Parameter 'buf' can be declared as pointer to const. However it seems that 'encapOutputProc' is a callback function, if 'buf' is declared with const you might also need to cast function pointer(s). [constParameterCallback] opensta-0.0~git20191111.c018cb2/util/ReportTcl.cc:400:61: style: Parameter 'buf' can be declared as pointer to const. However it seems that 'encapErrorOutputProc' is a callback function, if 'buf' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/o/opentelemetry-cpp/opentelemetry-cpp_1.19.0.orig.tar.gz opentelemetry-cpp-1.19.0/examples/plugin/plugin/factory_impl.cc:48:32: style: Parameter 'error_message' can be declared as reference to const. However it seems that 'MakeFactoryImpl' is a callback function, if 'error_message' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/o/opentracing-c-wrapper/opentracing-c-wrapper_1.1.3.orig.tar.gz opentracing-c-wrapper-1.1.3/src/tracer.cpp:135:78: style: Parameter 'tracer' can be declared as pointer to const. However it seems that 'ot_tracer_start_span_with_options' is a callback function, if 'tracer' is declared with const you might also need to cast function pointer(s). [constParameterCallback] opentracing-c-wrapper-1.1.3/src/tracer.cpp:274:82: style: Parameter 'tracer' can be declared as pointer to const. However it seems that 'ot_tracer_inject_text_map' is a callback function, if 'tracer' is declared with const you might also need to cast function pointer(s). [constParameterCallback] opentracing-c-wrapper-1.1.3/src/tracer.cpp:333:86: style: Parameter 'tracer' can be declared as pointer to const. However it seems that 'ot_tracer_inject_http_headers' is a callback function, if 'tracer' is declared with const you might also need to cast function pointer(s). [constParameterCallback] opentracing-c-wrapper-1.1.3/src/tracer.cpp:392:80: style: Parameter 'tracer' can be declared as pointer to const. However it seems that 'ot_tracer_inject_binary' is a callback function, if 'tracer' is declared with const you might also need to cast function pointer(s). [constParameterCallback] opentracing-c-wrapper-1.1.3/src/tracer.cpp:438:80: style: Parameter 'tracer' can be declared as pointer to const. However it seems that 'ot_tracer_inject_custom' is a callback function, if 'tracer' is declared with const you might also need to cast function pointer(s). [constParameterCallback] opentracing-c-wrapper-1.1.3/src/tracer.cpp:438:122: style: Parameter 'carrier' can be declared as pointer to const. However it seems that 'ot_tracer_inject_custom' is a callback function, if 'carrier' is declared with const you might also need to cast function pointer(s). [constParameterCallback] opentracing-c-wrapper-1.1.3/src/tracer.cpp:522:83: style: Parameter 'tracer' can be declared as pointer to const. However it seems that 'ot_tracer_extract_text_map' is a callback function, if 'tracer' is declared with const you might also need to cast function pointer(s). [constParameterCallback] opentracing-c-wrapper-1.1.3/src/tracer.cpp:566:87: style: Parameter 'tracer' can be declared as pointer to const. However it seems that 'ot_tracer_extract_http_headers' is a callback function, if 'tracer' is declared with const you might also need to cast function pointer(s). [constParameterCallback] opentracing-c-wrapper-1.1.3/src/tracer.cpp:610:81: style: Parameter 'tracer' can be declared as pointer to const. However it seems that 'ot_tracer_extract_binary' is a callback function, if 'tracer' is declared with const you might also need to cast function pointer(s). [constParameterCallback] opentracing-c-wrapper-1.1.3/src/tracer.cpp:648:81: style: Parameter 'tracer' can be declared as pointer to const. However it seems that 'ot_tracer_extract_custom' is a callback function, if 'tracer' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/o/openvanilla-modules/openvanilla-modules_0.9.0a1.3+dfsg1.orig.tar.gz openvanilla-modules-0.9.0a1.3/Modules/SharedLibrary/OVCINInfo.cpp:82:40: style: Parameter 'entry' can be declared as pointer to const. However it seems that 'CLFileSelect' is a callback function, if 'entry' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/o/openvas-scanner/openvas-scanner_23.23.1.orig.tar.gz openvas-scanner-23.23.1/misc/table_driven_lsc.c:859:29: style: Parameter 'ptr' can be declared as pointer to const. However it seems that 'response_callback_fn' is a callback function, if 'ptr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openvas-scanner-23.23.1/nasl/lint.c:169:44: style: Parameter 'value' can be declared as pointer to const. However it seems that 'check_called_files' is a callback function, if 'value' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openvas-scanner-23.23.1/nasl/nasl_crypto2.c:94:38: style: Parameter 'cipher_elem' can be declared as pointer to const. However it seems that 'find_cipher_hd' is a callback function, if 'cipher_elem' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openvas-scanner-23.23.1/nasl/nasl_crypto2.c:94:56: style: Parameter 'id' can be declared as pointer to const. However it seems that 'find_cipher_hd' is a callback function, if 'id' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openvas-scanner-23.23.1/nasl/nasl_http2.c:187:29: style: Parameter 'ptr' can be declared as pointer to const. However it seems that 'response_callback_fn' is a callback function, if 'ptr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openvas-scanner-23.23.1/nasl/nasl_http2.c:211:27: style: Parameter 'buffer' can be declared as pointer to const. However it seems that 'header_callback_fn' is a callback function, if 'buffer' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/o/openvpn-auth-ldap/openvpn-auth-ldap_2.0.4.orig.tar.gz openvpn-auth-ldap-auth-ldap-2.0.4/tools/lemon.c:1376:35: style: Parameter 'z' can be declared as pointer to const. However it seems that 'handle_O_option' is a callback function, if 'z' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openvpn-auth-ldap-auth-ldap-2.0.4/tools/lemon.c:1385:35: style: Parameter 'z' can be declared as pointer to const. However it seems that 'handle_T_option' is a callback function, if 'z' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/o/openvpn-dco-dkms/openvpn-dco-dkms_0.0+git20250801.orig.tar.gz openvpn-dco-dkms-0.0+git20250801/tests/ovpn-cli.c:884:40: style: Parameter 'msg' can be declared as pointer to const. However it seems that 'nl_seq_check' is a callback function, if 'msg' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openvpn-dco-dkms-0.0+git20250801/tests/ovpn-cli.c:884:51: style: Parameter 'arg' can be declared as pointer to const. However it seems that 'nl_seq_check' is a callback function, if 'arg' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openvpn-dco-dkms-0.0+git20250801/tests/ovpn-cli.c:927:74: style: Parameter 'err' can be declared as pointer to const. However it seems that 'mcast_error_handler' is a callback function, if 'err' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/o/openvswitch/openvswitch_3.6.0.orig.tar.xz openvswitch-3.6.0/ovsdb/execution.c:277:47: style: Parameter 'OVS_UNUSED' can be declared as pointer to const. However it seems that 'ovsdb_execute_abort' is a callback function, if 'OVS_UNUSED' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openvswitch-3.6.0/ovsdb/execution.c:278:49: style: Parameter 'OVS_UNUSED' can be declared as pointer to const. However it seems that 'ovsdb_execute_abort' is a callback function, if 'OVS_UNUSED' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openvswitch-3.6.0/ovsdb/execution.c:279:41: style: Parameter 'OVS_UNUSED' can be declared as pointer to const. However it seems that 'ovsdb_execute_abort' is a callback function, if 'OVS_UNUSED' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openvswitch-3.6.0/ovsdb/execution.c:872:46: style: Parameter 'x' can be declared as pointer to const. However it seems that 'ovsdb_execute_assert' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openvswitch-3.6.0/ovsdb/mutation.c:519:22: style: Parameter 'OVS_UNUSED' can be declared as pointer to const. However it seems that 'mod_double' is a callback function, if 'OVS_UNUSED' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openvswitch-3.6.0/ovsdb/ovsdb-tool.c:1722:38: style: Parameter 'OVS_UNUSED' can be declared as pointer to const. However it seems that 'do_help' is a callback function, if 'OVS_UNUSED' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openvswitch-3.6.0/tests/test-bitmap.c:132:41: style: Parameter 'ctx' can be declared as pointer to const. However it seems that 'run_benchmarks' is a callback function, if 'ctx' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openvswitch-3.6.0/tests/test-ccmap.c:152:36: style: Parameter 'ctx' can be declared as pointer to const. However it seems that 'run_tests' is a callback function, if 'ctx' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openvswitch-3.6.0/tests/test-ccmap.c:178:41: style: Parameter 'ctx' can be declared as pointer to const. However it seems that 'run_benchmarks' is a callback function, if 'ctx' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openvswitch-3.6.0/tests/test-classifier.c:1282:60: style: Parameter 'OVS_UNUSED' can be declared as pointer to const. However it seems that 'test_many_rules_in_two_tables' is a callback function, if 'OVS_UNUSED' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openvswitch-3.6.0/tests/test-classifier.c:1288:61: style: Parameter 'OVS_UNUSED' can be declared as pointer to const. However it seems that 'test_many_rules_in_five_tables' is a callback function, if 'OVS_UNUSED' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openvswitch-3.6.0/tests/test-classifier.c:1313:41: style: Parameter 'ctx' can be declared as pointer to const. However it seems that 'run_benchmarks' is a callback function, if 'ctx' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openvswitch-3.6.0/tests/test-cmap.c:251:36: style: Parameter 'ctx' can be declared as pointer to const. However it seems that 'run_tests' is a callback function, if 'ctx' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openvswitch-3.6.0/tests/test-cmap.c:284:41: style: Parameter 'ctx' can be declared as pointer to const. However it seems that 'run_benchmarks' is a callback function, if 'ctx' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openvswitch-3.6.0/tests/test-conntrack.c:118:41: style: Parameter 'ctx' can be declared as pointer to const. However it seems that 'test_benchmark' is a callback function, if 'ctx' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openvswitch-3.6.0/tests/test-conntrack.c:169:47: style: Parameter 'ctx' can be declared as pointer to const. However it seems that 'test_benchmark_zones' is a callback function, if 'ctx' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openvswitch-3.6.0/tests/test-id-fpool.c:186:40: style: Parameter 'OVS_UNUSED' can be declared as pointer to const. However it seems that 'run_tests' is a callback function, if 'OVS_UNUSED' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openvswitch-3.6.0/tests/test-jsonrpc.c:329:38: style: Parameter 'OVS_UNUSED' can be declared as pointer to const. However it seems that 'do_help' is a callback function, if 'OVS_UNUSED' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openvswitch-3.6.0/tests/test-mpsc-queue.c:277:40: style: Parameter 'OVS_UNUSED' can be declared as pointer to const. However it seems that 'run_tests' is a callback function, if 'OVS_UNUSED' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openvswitch-3.6.0/tests/test-mpsc-queue.c:715:41: style: Parameter 'ctx' can be declared as pointer to const. However it seems that 'run_benchmarks' is a callback function, if 'ctx' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openvswitch-3.6.0/tests/test-util.c:44:47: style: Parameter 'OVS_UNUSED' can be declared as pointer to const. However it seems that 'test_log_2_floor' is a callback function, if 'OVS_UNUSED' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openvswitch-3.6.0/tests/test-util.c:82:39: style: Parameter 'OVS_UNUSED' can be declared as pointer to const. However it seems that 'test_ctz' is a callback function, if 'OVS_UNUSED' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openvswitch-3.6.0/tests/test-util.c:135:39: style: Parameter 'OVS_UNUSED' can be declared as pointer to const. However it seems that 'test_clz' is a callback function, if 'OVS_UNUSED' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openvswitch-3.6.0/tests/test-util.c:185:49: style: Parameter 'OVS_UNUSED' can be declared as pointer to const. However it seems that 'test_round_up_pow2' is a callback function, if 'OVS_UNUSED' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openvswitch-3.6.0/tests/test-util.c:213:51: style: Parameter 'OVS_UNUSED' can be declared as pointer to const. However it seems that 'test_round_down_pow2' is a callback function, if 'OVS_UNUSED' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openvswitch-3.6.0/tests/test-util.c:578:42: style: Parameter 'OVS_UNUSED' can be declared as pointer to const. However it seems that 'test_assert' is a callback function, if 'OVS_UNUSED' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openvswitch-3.6.0/utilities/ovs-dpctl.c:180:22: style: Parameter 'OVS_UNUSED' can be declared as pointer to const. However it seems that 'usage' is a callback function, if 'OVS_UNUSED' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openvswitch-3.6.0/utilities/ovs-vsctl.c:1052:34: style: Parameter 'OVS_UNUSED' can be declared as pointer to const. However it seems that 'cmd_init' is a callback function, if 'OVS_UNUSED' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/o/openwince-jtag/openwince-jtag_0.5.1.orig.tar.gz openwince-jtag-0.5.1.orig/libbrux/cmd/help.c:33:21: style: Parameter 'params' can be declared as const array. However it seems that 'cmd_help_run' is a callback function, if 'params' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openwince-jtag-0.5.1.orig/libbrux/cmd/quit.c:32:21: style: Parameter 'params' can be declared as const array. However it seems that 'cmd_quit_run' is a callback function, if 'params' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openwince-jtag-0.5.1.orig/libbrux/flash/amd.c:233:38: style: Parameter 'cfi_array' can be declared as pointer to const. However it seems that 'amd_flash_unlock_block' is a callback function, if 'cfi_array' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openwince-jtag-0.5.1.orig/libbrux/flash/amd.c:240:33: style: Parameter 'cfi_array' can be declared as pointer to const. However it seems that 'amd_flash_program' is a callback function, if 'cfi_array' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openwince-jtag-0.5.1.orig/libbrux/flash/intel.c:151:38: style: Parameter 'cfi_array' can be declared as pointer to const. However it seems that 'intel_flash_print_info' is a callback function, if 'cfi_array' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openwince-jtag-0.5.1.orig/libbrux/flash/intel.c:169:40: style: Parameter 'cfi_array' can be declared as pointer to const. However it seems that 'intel_flash_print_info32' is a callback function, if 'cfi_array' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openwince-jtag-0.5.1.orig/libbrux/flash/intel.c:186:39: style: Parameter 'cfi_array' can be declared as pointer to const. However it seems that 'intel_flash_erase_block' is a callback function, if 'cfi_array' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openwince-jtag-0.5.1.orig/libbrux/flash/intel.c:217:40: style: Parameter 'cfi_array' can be declared as pointer to const. However it seems that 'intel_flash_unlock_block' is a callback function, if 'cfi_array' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openwince-jtag-0.5.1.orig/libbrux/flash/intel.c:236:35: style: Parameter 'cfi_array' can be declared as pointer to const. However it seems that 'intel_flash_program' is a callback function, if 'cfi_array' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openwince-jtag-0.5.1.orig/libbrux/flash/intel.c:255:41: style: Parameter 'cfi_array' can be declared as pointer to const. However it seems that 'intel_flash_erase_block32' is a callback function, if 'cfi_array' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openwince-jtag-0.5.1.orig/libbrux/flash/intel.c:274:42: style: Parameter 'cfi_array' can be declared as pointer to const. However it seems that 'intel_flash_unlock_block32' is a callback function, if 'cfi_array' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openwince-jtag-0.5.1.orig/libbrux/flash/intel.c:293:37: style: Parameter 'cfi_array' can be declared as pointer to const. However it seems that 'intel_flash_program32' is a callback function, if 'cfi_array' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openwince-jtag-0.5.1.orig/src/bus/bcm1250.c:97:31: style: Parameter 'bus' can be declared as pointer to const. However it seems that 'bcm1250_bus_printinfo' is a callback function, if 'bus' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openwince-jtag-0.5.1.orig/src/bus/ixp425.c:118:30: style: Parameter 'bus' can be declared as pointer to const. However it seems that 'ixp425_bus_printinfo' is a callback function, if 'bus' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openwince-jtag-0.5.1.orig/src/bus/pxa2x0.c:112:30: style: Parameter 'bus' can be declared as pointer to const. However it seems that 'pxa2x0_bus_printinfo' is a callback function, if 'bus' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openwince-jtag-0.5.1.orig/src/bus/s3c4510x.c:121:31: style: Parameter 'bus' can be declared as pointer to const. However it seems that 's3c4510_bus_printinfo' is a callback function, if 'bus' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openwince-jtag-0.5.1.orig/src/bus/sa1110.c:101:30: style: Parameter 'bus' can be declared as pointer to const. However it seems that 'sa1110_bus_printinfo' is a callback function, if 'bus' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openwince-jtag-0.5.1.orig/src/bus/sh7727.c:102:30: style: Parameter 'bus' can be declared as pointer to const. However it seems that 'sh7727_bus_printinfo' is a callback function, if 'bus' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openwince-jtag-0.5.1.orig/src/bus/sh7750r.c:94:31: style: Parameter 'bus' can be declared as pointer to const. However it seems that 'sh7750r_bus_printinfo' is a callback function, if 'bus' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openwince-jtag-0.5.1.orig/src/bus/sh7751r.c:92:31: style: Parameter 'bus' can be declared as pointer to const. However it seems that 'sh7751r_bus_printinfo' is a callback function, if 'bus' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openwince-jtag-0.5.1.orig/src/tap/cable/byteblaster.c:119:32: style: Parameter 'cable' can be declared as pointer to const. However it seems that 'byteblaster_set_trst' is a callback function, if 'cable' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openwince-jtag-0.5.1.orig/src/tap/cable/dlc5.c:90:25: style: Parameter 'cable' can be declared as pointer to const. However it seems that 'dlc5_set_trst' is a callback function, if 'cable' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/o/openyahtzee/openyahtzee_1.9.3.orig.tar.xz openyahtzee-1.9.3/src/MainFrame.cpp:350:41: style: Parameter 'event' can be declared as reference to const. However it seems that 'OnAbout' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openyahtzee-1.9.3/src/MainFrame.cpp:357:49: style: Parameter 'event' can be declared as reference to const. However it seems that 'OnHelpMenuLink' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openyahtzee-1.9.3/src/MainFrame.cpp:378:48: style: Parameter 'event' can be declared as reference to const. However it seems that 'OnSendComment' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openyahtzee-1.9.3/src/MainFrame.cpp:385:40: style: Parameter 'event' can be declared as reference to const. However it seems that 'OnQuit' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openyahtzee-1.9.3/src/MainFrame.cpp:396:43: style: Parameter 'event' can be declared as reference to const. However it seems that 'OnNewGame' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openyahtzee-1.9.3/src/MainFrame.cpp:420:40: style: Parameter 'event' can be declared as reference to const. However it seems that 'OnUndo' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openyahtzee-1.9.3/src/MainFrame.cpp:480:49: style: Parameter 'event' can be declared as reference to const. However it seems that 'OnShowHighscore' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openyahtzee-1.9.3/src/MainFrame.cpp:494:45: style: Parameter 'event' can be declared as reference to const. However it seems that 'OnSettings' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openyahtzee-1.9.3/src/MainFrame.cpp:615:49: style: Parameter 'event' can be declared as reference to const. However it seems that 'OnUpperButtons' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openyahtzee-1.9.3/src/MainFrame.cpp:658:50: style: Parameter 'event' can be declared as reference to const. However it seems that 'On3ofakindButton' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openyahtzee-1.9.3/src/MainFrame.cpp:679:50: style: Parameter 'event' can be declared as reference to const. However it seems that 'On4ofakindButton' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openyahtzee-1.9.3/src/MainFrame.cpp:700:51: style: Parameter 'event' can be declared as reference to const. However it seems that 'OnFullHouseButton' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openyahtzee-1.9.3/src/MainFrame.cpp:722:55: style: Parameter 'event' can be declared as reference to const. However it seems that 'OnSmallSequenceButton' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openyahtzee-1.9.3/src/MainFrame.cpp:744:55: style: Parameter 'event' can be declared as reference to const. However it seems that 'OnLargeSequenceButton' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openyahtzee-1.9.3/src/MainFrame.cpp:767:49: style: Parameter 'event' can be declared as reference to const. However it seems that 'OnYahtzeeButton' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openyahtzee-1.9.3/src/MainFrame.cpp:788:49: style: Parameter 'event' can be declared as reference to const. However it seems that 'OnChanceButton' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openyahtzee-1.9.3/src/MainFrame.cpp:810:46: style: Parameter 'event' can be declared as reference to const. However it seems that 'OnDiceClick' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openyahtzee-1.9.3/src/MainFrame.cpp:825:46: style: Parameter 'event' can be declared as reference to const. However it seems that 'OnKeepClick' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openyahtzee-1.9.3/src/highscores_dialog.cpp:139:48: style: Parameter 'event' can be declared as reference to const. However it seems that 'onClose' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openyahtzee-1.9.3/src/highscores_dialog.cpp:144:52: style: Parameter 'event' can be declared as reference to const. However it seems that 'onConfigure' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openyahtzee-1.9.3/src/highscores_dialog.cpp:155:48: style: Parameter 'event' can be declared as reference to const. However it seems that 'onClear' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openyahtzee-1.9.3/src/simple_pie_plot.cpp:65:43: style: Parameter 'event' can be declared as reference to const. However it seems that 'OnPaint' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openyahtzee-1.9.3/src/simple_pie_plot.cpp:210:47: style: Parameter 'event' can be declared as reference to const. However it seems that 'OnMouseMove' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openyahtzee-1.9.3/src/simple_pie_plot.cpp:241:54: style: Parameter 'event' can be declared as reference to const. However it seems that 'OnMouseLeaveWindow' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openyahtzee-1.9.3/src/statistics_dialog.cpp:115:48: style: Parameter 'event' can be declared as reference to const. However it seems that 'OnClose' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openyahtzee-1.9.3/src/statistics_dialog.cpp:121:48: style: Parameter 'event' can be declared as reference to const. However it seems that 'OnReset' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openyahtzee-1.9.3/src/wxDynamicBitmap.cpp:39:45: style: Parameter 'event' can be declared as reference to const. However it seems that 'OnPaint' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). [constParameterCallback] openyahtzee-1.9.3/src/wxDynamicBitmap.cpp:79:45: style: Parameter 'event' can be declared as reference to const. However it seems that 'OnClick' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/o/ophcrack/ophcrack_3.8.0.orig.tar.bz2 ophcrack-3.8.0/src/core/lmgerman.c:188:40: style: Parameter 'tbl_' can be declared as pointer to const. However it seems that 'lmgerman_isvalid' is a callback function, if 'tbl_' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ophcrack-3.8.0/src/core/lmtable.c:385:39: style: Parameter 'tbl_' can be declared as pointer to const. However it seems that 'lmtable_isvalid' is a callback function, if 'tbl_' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ophcrack-3.8.0/src/core/ntdict.c:240:38: style: Parameter 'tbl_' can be declared as pointer to const. However it seems that 'ntdict_isvalid' is a callback function, if 'tbl_' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ophcrack-3.8.0/src/core/nteight.c:187:39: style: Parameter 'tbl_' can be declared as pointer to const. However it seems that 'nteight_isvalid' is a callback function, if 'tbl_' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ophcrack-3.8.0/src/core/nteightxl.c:277:41: style: Parameter 'tbl_' can be declared as pointer to const. However it seems that 'nteightxl_isvalid' is a callback function, if 'tbl_' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ophcrack-3.8.0/src/core/ntextended.c:186:42: style: Parameter 'tbl_' can be declared as pointer to const. However it seems that 'ntextended_isvalid' is a callback function, if 'tbl_' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ophcrack-3.8.0/src/core/ntnine.c:187:38: style: Parameter 'tbl_' can be declared as pointer to const. However it seems that 'ntnine_isvalid' is a callback function, if 'tbl_' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ophcrack-3.8.0/src/core/ntnum.c:189:37: style: Parameter 'tbl_' can be declared as pointer to const. However it seems that 'ntnum_isvalid' is a callback function, if 'tbl_' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ophcrack-3.8.0/src/core/ntproba.c:346:39: style: Parameter 'tbl_' can be declared as pointer to const. However it seems that 'ntproba_isvalid' is a callback function, if 'tbl_' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ophcrack-3.8.0/src/core/ntseven.c:186:39: style: Parameter 'tbl_' can be declared as pointer to const. However it seems that 'ntseven_isvalid' is a callback function, if 'tbl_' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ophcrack-3.8.0/src/core/ntspecialxl.c:237:43: style: Parameter 'tbl_' can be declared as pointer to const. However it seems that 'ntspecialxl_isvalid' is a callback function, if 'tbl_' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/o/opt/opt_3.19.orig.tar.gz opt-3.19.orig/test/testcc.cc:35:21: style: Parameter 'v' can be declared as pointer to const. However it seems that 'checkyear' is a callback function, if 'v' is declared with const you might also need to cast function pointer(s). [constParameterCallback] opt-3.19.orig/test/testcc.cc:48:25: style: Parameter 'v' can be declared as pointer to const. However it seems that 'write_version' is a callback function, if 'v' is declared with const you might also need to cast function pointer(s). [constParameterCallback] opt-3.19.orig/test/testopt.c:58:21: style: Parameter 'v' can be declared as pointer to const. However it seems that 'checkyear' is a callback function, if 'v' is declared with const you might also need to cast function pointer(s). [constParameterCallback] opt-3.19.orig/test/testopt.c:71:28: style: Parameter 'v' can be declared as pointer to const. However it seems that 'write_altversion' is a callback function, if 'v' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/o/opus-tools/opus-tools_0.2.orig.tar.gz opus-tools-0.2/src/audio-in.c:301:28: style: Parameter 'buf' can be declared as pointer to const. However it seems that 'aiff_id' is a callback function, if 'buf' is declared with const you might also need to cast function pointer(s). [constParameterCallback] opus-tools-0.2/src/audio-in.c:327:57: style: Parameter 'buf' can be declared as pointer to const. However it seems that 'aiff_open' is a callback function, if 'buf' is declared with const you might also need to cast function pointer(s). [constParameterCallback] opus-tools-0.2/src/audio-in.c:468:27: style: Parameter 'buf' can be declared as pointer to const. However it seems that 'wav_id' is a callback function, if 'buf' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/o/orage/orage_4.18.0.orig.tar.bz2 orage-4.18.0/src/day-view.c:488:27: style: Parameter 'event' can be declared as pointer to const. However it seems that 'on_button_press_event_cb' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). [constParameterCallback] orage-4.18.0/src/event-list.c:726:65: style: Parameter 'notebook' can be declared as pointer to const. However it seems that 'on_notebook_page_switch' is a callback function, if 'notebook' is declared with const you might also need to cast function pointer(s). [constParameterCallback] orage-4.18.0/src/event-list.c:727:63: style: Parameter 'page' can be declared as pointer to const. However it seems that 'on_notebook_page_switch' is a callback function, if 'page' is declared with const you might also need to cast function pointer(s). [constParameterCallback] orage-4.18.0/src/functions.c:200:55: style: Parameter 'user_data' can be declared as pointer to const. However it seems that 'child_setup_async' is a callback function, if 'user_data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] orage-4.18.0/src/interface.c:612:65: style: Parameter 'button' can be declared as pointer to const. However it seems that 'for_remove_button_clicked' is a callback function, if 'button' is declared with const you might also need to cast function pointer(s). [constParameterCallback] orage-4.18.0/src/mainbox.c:101:64: style: Parameter 'menuitem' can be declared as pointer to const. However it seems that 'mFile_quit_activate_cb' is a callback function, if 'menuitem' is declared with const you might also need to cast function pointer(s). [constParameterCallback] orage-4.18.0/src/mainbox.c:102:60: style: Parameter 'user_data' can be declared as pointer to const. However it seems that 'mFile_quit_activate_cb' is a callback function, if 'user_data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] orage-4.18.0/src/mainbox.c:107:71: style: Parameter 'menuitem' can be declared as pointer to const. However it seems that 'mEdit_preferences_activate_cb' is a callback function, if 'menuitem' is declared with const you might also need to cast function pointer(s). [constParameterCallback] orage-4.18.0/src/mainbox.c:108:67: style: Parameter 'user_data' can be declared as pointer to const. However it seems that 'mEdit_preferences_activate_cb' is a callback function, if 'user_data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] orage-4.18.0/src/mainbox.c:177:58: style: Parameter 'calendar' can be declared as pointer to const. However it seems that 'upd_calendar' is a callback function, if 'calendar' is declared with const you might also need to cast function pointer(s). [constParameterCallback] orage-4.18.0/src/mainbox.c:286:27: style: Parameter 'event' can be declared as pointer to const. However it seems that 'todo_clicked' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). [constParameterCallback] orage-4.18.0/src/mainbox.c:643:67: style: Parameter 'calendar' can be declared as pointer to const. However it seems that 'mCalendar_day_selected_cb' is a callback function, if 'calendar' is declared with const you might also need to cast function pointer(s). [constParameterCallback] orage-4.18.0/src/mainbox.c:644:63: style: Parameter 'user_data' can be declared as pointer to const. However it seems that 'mCalendar_day_selected_cb' is a callback function, if 'user_data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] orage-4.18.0/src/tray_icon.c:109:65: style: Parameter 'menuitem' can be declared as pointer to const. However it seems that 'on_preferences_activate' is a callback function, if 'menuitem' is declared with const you might also need to cast function pointer(s). [constParameterCallback] orage-4.18.0/src/tray_icon.c:110:61: style: Parameter 'user_data' can be declared as pointer to const. However it seems that 'on_preferences_activate' is a callback function, if 'user_data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] orage-4.18.0/src/tray_icon.c:132:61: style: Parameter 'status_icon' can be declared as pointer to const. However it seems that 'toggle_visible_cb' is a callback function, if 'status_icon' is declared with const you might also need to cast function pointer(s). [constParameterCallback] orage-4.18.0/src/tray_icon.c:133:55: style: Parameter 'user_data' can be declared as pointer to const. However it seems that 'toggle_visible_cb' is a callback function, if 'user_data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/o/orbital-eunuchs-sniper/orbital-eunuchs-sniper_1.30+svn20070601.orig.tar.gz orbital_eunuchs_sniper-1.30/src/snipe2d.cpp:359:36: style: Parameter 'pov' can be declared as pointer to const. However it seems that 'parse_option' is a callback function, if 'pov' is declared with const you might also need to cast function pointer(s). [constParameterCallback] orbital_eunuchs_sniper-1.30/src/ui.cpp:1094:76: style: Parameter 'sig' can be declared as pointer to const. However it seems that 'oesui_button_signal' is a callback function, if 'sig' is declared with const you might also need to cast function pointer(s). [constParameterCallback] orbital_eunuchs_sniper-1.30/src/ui.cpp:1177:78: style: Parameter 'sig' can be declared as pointer to const. However it seems that 'oesui_toplevel_signal' is a callback function, if 'sig' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/o/orc/orc_0.4.41.orig.tar.xz orc-0.4.41/orc/orccpu-powerpc.c:83:22: style: Parameter 'ignored' can be declared as pointer to const. However it seems that 'test_altivec' is a callback function, if 'ignored' is declared with const you might also need to cast function pointer(s). [constParameterCallback] orc-0.4.41/orc/orcprogram-avx.c:98:30: style: Parameter 'regs' can be declared as pointer to const. However it seems that 'avx_saveable_registers' is a callback function, if 'regs' is declared with const you might also need to cast function pointer(s). [constParameterCallback] orc-0.4.41/orc/orcprogram-c64x-c.c:815:58: style: Parameter 'insn' can be declared as pointer to const. However it seems that 'c_rule_absb' is a callback function, if 'insn' is declared with const you might also need to cast function pointer(s). [constParameterCallback] orc-0.4.41/orc/orcprogram-c64x-c.c:826:59: style: Parameter 'insn' can be declared as pointer to const. However it seems that 'c_rule_mullw' is a callback function, if 'insn' is declared with const you might also need to cast function pointer(s). [constParameterCallback] orc-0.4.41/orc/orcprogram-c64x-c.c:841:60: style: Parameter 'insn' can be declared as pointer to const. However it seems that 'c_rule_mulhsw' is a callback function, if 'insn' is declared with const you might also need to cast function pointer(s). [constParameterCallback] orc-0.4.41/orc/orcprogram-c64x-c.c:856:60: style: Parameter 'insn' can be declared as pointer to const. However it seems that 'c_rule_mulhuw' is a callback function, if 'insn' is declared with const you might also need to cast function pointer(s). [constParameterCallback] orc-0.4.41/orc/orcprogram-c64x-c.c:871:58: style: Parameter 'insn' can be declared as pointer to const. However it seems that 'c_rule_shlw' is a callback function, if 'insn' is declared with const you might also need to cast function pointer(s). [constParameterCallback] orc-0.4.41/orc/orcprogram-c64x-c.c:884:63: style: Parameter 'insn' can be declared as pointer to const. However it seems that 'c_rule_convssswb' is a callback function, if 'insn' is declared with const you might also need to cast function pointer(s). [constParameterCallback] orc-0.4.41/orc/orcprogram-c64x-c.c:896:59: style: Parameter 'insn' can be declared as pointer to const. However it seems that 'c_rule_swapl' is a callback function, if 'insn' is declared with const you might also need to cast function pointer(s). [constParameterCallback] orc-0.4.41/orc/orcprogram-c64x-c.c:909:58: style: Parameter 'insn' can be declared as pointer to const. However it seems that 'c_rule_accw' is a callback function, if 'insn' is declared with const you might also need to cast function pointer(s). [constParameterCallback] orc-0.4.41/orc/orcprogram-c64x-c.c:920:58: style: Parameter 'insn' can be declared as pointer to const. However it seems that 'c_rule_accl' is a callback function, if 'insn' is declared with const you might also need to cast function pointer(s). [constParameterCallback] orc-0.4.41/orc/orcprogram-c64x-c.c:931:63: style: Parameter 'insn' can be declared as pointer to const. However it seems that 'c_rule_accsadubl' is a callback function, if 'insn' is declared with const you might also need to cast function pointer(s). [constParameterCallback] orc-0.4.41/orc/orcprogram-mips.c:860:33: style: Parameter 'code' can be declared as pointer to const. However it seems that 'orc_mips_flush_cache' is a callback function, if 'code' is declared with const you might also need to cast function pointer(s). [constParameterCallback] orc-0.4.41/orc/orcprogram-mmx.c:93:30: style: Parameter 'regs' can be declared as pointer to const. However it seems that 'mmx_saveable_registers' is a callback function, if 'regs' is declared with const you might also need to cast function pointer(s). [constParameterCallback] orc-0.4.41/orc/orcprogram-sse.c:92:30: style: Parameter 'regs' can be declared as pointer to const. However it seems that 'sse_saveable_registers' is a callback function, if 'regs' is declared with const you might also need to cast function pointer(s). [constParameterCallback] orc-0.4.41/orc/orcrules-arm.c:1329:31: style: Parameter 'p' can be declared as pointer to const. However it seems that 'arm_rule_convlw' is a callback function, if 'p' is declared with const you might also need to cast function pointer(s). [constParameterCallback] orc-0.4.41/orc/orcrules-arm.c:1329:40: style: Parameter 'user' can be declared as pointer to const. However it seems that 'arm_rule_convlw' is a callback function, if 'user' is declared with const you might also need to cast function pointer(s). [constParameterCallback] orc-0.4.41/orc/orcrules-arm.c:1329:62: style: Parameter 'insn' can be declared as pointer to const. However it seems that 'arm_rule_convlw' is a callback function, if 'insn' is declared with const you might also need to cast function pointer(s). [constParameterCallback] orc-0.4.41/orc/orcrules-arm.c:1524:34: style: Parameter 'p' can be declared as pointer to const. However it seems that 'arm_rule_select0lw' is a callback function, if 'p' is declared with const you might also need to cast function pointer(s). [constParameterCallback] orc-0.4.41/orc/orcrules-arm.c:1524:43: style: Parameter 'user' can be declared as pointer to const. However it seems that 'arm_rule_select0lw' is a callback function, if 'user' is declared with const you might also need to cast function pointer(s). [constParameterCallback] orc-0.4.41/orc/orcrules-arm.c:1524:65: style: Parameter 'insn' can be declared as pointer to const. However it seems that 'arm_rule_select0lw' is a callback function, if 'insn' is declared with const you might also need to cast function pointer(s). [constParameterCallback] orc-0.4.41/orc/orcrules-mips.c:633:35: style: Parameter 'compiler' can be declared as pointer to const. However it seems that 'mips_rule_select0lw' is a callback function, if 'compiler' is declared with const you might also need to cast function pointer(s). [constParameterCallback] orc-0.4.41/orc/orcrules-mips.c:633:51: style: Parameter 'user' can be declared as pointer to const. However it seems that 'mips_rule_select0lw' is a callback function, if 'user' is declared with const you might also need to cast function pointer(s). [constParameterCallback] orc-0.4.41/orc/orcrules-mips.c:633:73: style: Parameter 'insn' can be declared as pointer to const. However it seems that 'mips_rule_select0lw' is a callback function, if 'insn' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/o/oregano/oregano_0.84.41+dfsg.1.orig.tar.gz oregano-0.84.41/src/engines/engine.c:89:48: style: Parameter 'g_class' can be declared as pointer to const. However it seems that 'oregano_engine_base_init' is a callback function, if 'g_class' is declared with const you might also need to cast function pointer(s). [constParameterCallback] oregano-0.84.41/src/engines/gnucap.c:168:53: style: Parameter 'self' can be declared as pointer to const. However it seems that 'gnucap_has_warnings' is a callback function, if 'self' is declared with const you might also need to cast function pointer(s). [constParameterCallback] oregano-0.84.41/src/engines/ngspice.c:132:54: style: Parameter 'self' can be declared as pointer to const. However it seems that 'ngspice_has_warnings' is a callback function, if 'self' is declared with const you might also need to cast function pointer(s). [constParameterCallback] oregano-0.84.41/src/gplot/gplotlines.c:219:52: style: Parameter 'spec' can be declared as pointer to const. However it seems that 'g_plot_lines_get_property' is a callback function, if 'spec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] oregano-0.84.41/src/gplot/gplotlines.c:291:82: style: Parameter 'bbox' can be declared as pointer to const. However it seems that 'g_plot_lines_draw' is a callback function, if 'bbox' is declared with const you might also need to cast function pointer(s). [constParameterCallback] oregano-0.84.41/src/load-library.c:213:39: style: Parameter 'state' can be declared as pointer to const. However it seems that 'end_document' is a callback function, if 'state' is declared with const you might also need to cast function pointer(s). [constParameterCallback] oregano-0.84.41/src/load-schematic.c:319:39: style: Parameter 'state' can be declared as pointer to const. However it seems that 'end_document' is a callback function, if 'state' is declared with const you might also need to cast function pointer(s). [constParameterCallback] oregano-0.84.41/src/model/item-data.c:183:50: style: Parameter 'spec' can be declared as pointer to const. However it seems that 'item_data_set_gproperty' is a callback function, if 'spec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] oregano-0.84.41/src/model/item-data.c:197:50: style: Parameter 'spec' can be declared as pointer to const. However it seems that 'item_data_get_gproperty' is a callback function, if 'spec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] oregano-0.84.41/src/model/part.c:250:92: style: Parameter 'spec' can be declared as pointer to const. However it seems that 'part_get_gproperty' is a callback function, if 'spec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] oregano-0.84.41/src/model/part.c:520:61: style: Parameter 'center_pos' can be declared as pointer to const. However it seems that 'part_rotate' is a callback function, if 'center_pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] oregano-0.84.41/src/model/part.c:618:34: style: Parameter 'data' can be declared as pointer to const. However it seems that 'part_flip' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] oregano-0.84.41/src/model/part.c:618:66: style: Parameter 'center' can be declared as pointer to const. However it seems that 'part_flip' is a callback function, if 'center' is declared with const you might also need to cast function pointer(s). [constParameterCallback] oregano-0.84.41/src/model/part.c:955:54: style: Parameter 'property' can be declared as pointer to const. However it seems that 'part_set_property' is a callback function, if 'property' is declared with const you might also need to cast function pointer(s). [constParameterCallback] oregano-0.84.41/src/model/schematic.c:794:44: style: Parameter 'data' can be declared as pointer to const. However it seems that 'item_moved_callback' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] oregano-0.84.41/src/model/textbox.c:171:64: style: Parameter 'center' can be declared as pointer to const. However it seems that 'textbox_rotate' is a callback function, if 'center' is declared with const you might also need to cast function pointer(s). [constParameterCallback] oregano-0.84.41/src/model/textbox.c:214:69: style: Parameter 'center' can be declared as pointer to const. However it seems that 'textbox_flip' is a callback function, if 'center' is declared with const you might also need to cast function pointer(s). [constParameterCallback] oregano-0.84.41/src/model/textbox.c:268:51: style: Parameter 'data' can be declared as pointer to const. However it seems that 'textbox_has_properties' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] oregano-0.84.41/src/model/textbox.c:314:38: style: Parameter 'data' can be declared as pointer to const. However it seems that 'textbox_print' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] oregano-0.84.41/src/model/textbox.c:314:53: style: Parameter 'cr' can be declared as pointer to const. However it seems that 'textbox_print' is a callback function, if 'cr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] oregano-0.84.41/src/model/textbox.c:314:80: style: Parameter 'ctx' can be declared as pointer to const. However it seems that 'textbox_print' is a callback function, if 'ctx' is declared with const you might also need to cast function pointer(s). [constParameterCallback] oregano-0.84.41/src/model/wire.c:381:34: style: Parameter 'data' can be declared as pointer to const. However it seems that 'wire_flip' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] oregano-0.84.41/src/model/wire.c:381:66: style: Parameter 'center' can be declared as pointer to const. However it seems that 'wire_flip' is a callback function, if 'center' is declared with const you might also need to cast function pointer(s). [constParameterCallback] oregano-0.84.41/src/model/wire.c:395:48: style: Parameter 'data' can be declared as pointer to const. However it seems that 'wire_has_properties' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] oregano-0.84.41/src/oregano.c:157:51: style: Parameter 'ihint' can be declared as pointer to const. However it seems that 'quit_hook' is a callback function, if 'ihint' is declared with const you might also need to cast function pointer(s). [constParameterCallback] oregano-0.84.41/src/oregano.c:158:65: style: Parameter 'data' can be declared as pointer to const. However it seems that 'quit_hook' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] oregano-0.84.41/src/plot.c:324:65: style: Parameter 'event' can be declared as pointer to const. However it seems that 'plot_canvas_movement' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). [constParameterCallback] oregano-0.84.41/src/sheet/grid.c:139:91: style: Parameter 'spec' can be declared as pointer to const. However it seems that 'grid_get_property' is a callback function, if 'spec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] oregano-0.84.41/src/sheet/part-item.c:184:46: style: Parameter 'object' can be declared as pointer to const. However it seems that 'part_item_set_property' is a callback function, if 'object' is declared with const you might also need to cast function pointer(s). [constParameterCallback] oregano-0.84.41/src/sheet/part-item.c:185:49: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'part_item_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] oregano-0.84.41/src/sheet/part-item.c:196:46: style: Parameter 'object' can be declared as pointer to const. However it seems that 'part_item_get_property' is a callback function, if 'object' is declared with const you might also need to cast function pointer(s). [constParameterCallback] oregano-0.84.41/src/sheet/part-item.c:243:41: style: Parameter 'sheet_item' can be declared as pointer to const. However it seems that 'part_item_moved' is a callback function, if 'sheet_item' is declared with const you might also need to cast function pointer(s). [constParameterCallback] oregano-0.84.41/src/sheet/part-item.c:786:46: style: Parameter 'data' can be declared as pointer to const. However it seems that 'part_rotated_callback' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] oregano-0.84.41/src/sheet/part-item.c:786:74: style: Parameter 'sheet_item' can be declared as pointer to const. However it seems that 'part_rotated_callback' is a callback function, if 'sheet_item' is declared with const you might also need to cast function pointer(s). [constParameterCallback] oregano-0.84.41/src/sheet/part-item.c:798:46: style: Parameter 'data' can be declared as pointer to const. However it seems that 'part_flipped_callback' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] oregano-0.84.41/src/sheet/part-item.c:798:81: style: Parameter 'sheet_item' can be declared as pointer to const. However it seems that 'part_flipped_callback' is a callback function, if 'sheet_item' is declared with const you might also need to cast function pointer(s). [constParameterCallback] oregano-0.84.41/src/sheet/part-item.c:855:56: style: Parameter 'p1' can be declared as pointer to const. However it seems that 'is_in_area' is a callback function, if 'p1' is declared with const you might also need to cast function pointer(s). [constParameterCallback] oregano-0.84.41/src/sheet/part-item.c:855:68: style: Parameter 'p2' can be declared as pointer to const. However it seems that 'is_in_area' is a callback function, if 'p2' is declared with const you might also need to cast function pointer(s). [constParameterCallback] oregano-0.84.41/src/sheet/part-item.c:1114:44: style: Parameter 'data' can be declared as pointer to const. However it seems that 'part_moved_callback' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] oregano-0.84.41/src/sheet/part-item.c:1114:58: style: Parameter 'pos' can be declared as pointer to const. However it seems that 'part_moved_callback' is a callback function, if 'pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] oregano-0.84.41/src/sheet/part-item.c:1114:74: style: Parameter 'item' can be declared as pointer to const. However it seems that 'part_moved_callback' is a callback function, if 'item' is declared with const you might also need to cast function pointer(s). [constParameterCallback] oregano-0.84.41/src/sheet/part-item.c:1130:47: style: Parameter 'item' can be declared as pointer to const. However it seems that 'part_item_place_ghost' is a callback function, if 'item' is declared with const you might also need to cast function pointer(s). [constParameterCallback] oregano-0.84.41/src/sheet/part-item.c:1130:60: style: Parameter 'sheet' can be declared as pointer to const. However it seems that 'part_item_place_ghost' is a callback function, if 'sheet' is declared with const you might also need to cast function pointer(s). [constParameterCallback] oregano-0.84.41/src/sheet/textbox-item.c:266:45: style: Parameter 'item' can be declared as pointer to const. However it seems that 'selection_changed' is a callback function, if 'item' is declared with const you might also need to cast function pointer(s). [constParameterCallback] oregano-0.84.41/src/sheet/textbox-item.c:266:77: style: Parameter 'user_data' can be declared as pointer to const. However it seems that 'selection_changed' is a callback function, if 'user_data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] oregano-0.84.41/src/sheet/textbox-item.c:274:56: style: Parameter 'p1' can be declared as pointer to const. However it seems that 'is_in_area' is a callback function, if 'p1' is declared with const you might also need to cast function pointer(s). [constParameterCallback] oregano-0.84.41/src/sheet/textbox-item.c:274:68: style: Parameter 'p2' can be declared as pointer to const. However it seems that 'is_in_area' is a callback function, if 'p2' is declared with const you might also need to cast function pointer(s). [constParameterCallback] oregano-0.84.41/src/sheet/textbox-item.c:351:67: style: Parameter 'new_text' can be declared as pointer to const. However it seems that 'textbox_text_changed_callback' is a callback function, if 'new_text' is declared with const you might also need to cast function pointer(s). [constParameterCallback] oregano-0.84.41/src/sheet/textbox-item.c:373:50: style: Parameter 'item' can be declared as pointer to const. However it seems that 'textbox_item_place_ghost' is a callback function, if 'item' is declared with const you might also need to cast function pointer(s). [constParameterCallback] oregano-0.84.41/src/sheet/textbox-item.c:373:63: style: Parameter 'sheet' can be declared as pointer to const. However it seems that 'textbox_item_place_ghost' is a callback function, if 'sheet' is declared with const you might also need to cast function pointer(s). [constParameterCallback] oregano-0.84.41/src/sheet/textbox-item.c:378:63: style: Parameter 'event' can be declared as pointer to const. However it seems that 'create_textbox_event' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). [constParameterCallback] oregano-0.84.41/src/sheet/wire-item.c:122:46: style: Parameter 'object' can be declared as pointer to const. However it seems that 'wire_item_set_property' is a callback function, if 'object' is declared with const you might also need to cast function pointer(s). [constParameterCallback] oregano-0.84.41/src/sheet/wire-item.c:123:49: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'wire_item_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] oregano-0.84.41/src/sheet/wire-item.c:134:46: style: Parameter 'object' can be declared as pointer to const. However it seems that 'wire_item_get_property' is a callback function, if 'object' is declared with const you might also need to cast function pointer(s). [constParameterCallback] oregano-0.84.41/src/sheet/wire-item.c:185:41: style: Parameter 'object' can be declared as pointer to const. However it seems that 'wire_item_moved' is a callback function, if 'object' is declared with const you might also need to cast function pointer(s). [constParameterCallback] oregano-0.84.41/src/sheet/wire-item.c:561:56: style: Parameter 'p1' can be declared as pointer to const. However it seems that 'is_in_area' is a callback function, if 'p1' is declared with const you might also need to cast function pointer(s). [constParameterCallback] oregano-0.84.41/src/sheet/wire-item.c:561:68: style: Parameter 'p2' can be declared as pointer to const. However it seems that 'is_in_area' is a callback function, if 'p2' is declared with const you might also need to cast function pointer(s). [constParameterCallback] oregano-0.84.41/src/sheet/wire-item.c:709:44: style: Parameter 'data' can be declared as pointer to const. However it seems that 'wire_moved_callback' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] oregano-0.84.41/src/sheet/wire-item.c:709:58: style: Parameter 'pos' can be declared as pointer to const. However it seems that 'wire_moved_callback' is a callback function, if 'pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] oregano-0.84.41/src/sheet/wire-item.c:709:74: style: Parameter 'item' can be declared as pointer to const. However it seems that 'wire_moved_callback' is a callback function, if 'item' is declared with const you might also need to cast function pointer(s). [constParameterCallback] oregano-0.84.41/src/sheet/wire-item.c:720:47: style: Parameter 'item' can be declared as pointer to const. However it seems that 'wire_item_place_ghost' is a callback function, if 'item' is declared with const you might also need to cast function pointer(s). [constParameterCallback] oregano-0.84.41/src/sheet/wire-item.c:720:60: style: Parameter 'sheet' can be declared as pointer to const. However it seems that 'wire_item_place_ghost' is a callback function, if 'sheet' is declared with const you might also need to cast function pointer(s). [constParameterCallback] oregano-0.84.41/src/simulation.c:77:40: style: Parameter 'widget' can be declared as pointer to const. However it seems that 'delete_event_cb' is a callback function, if 'widget' is declared with const you might also need to cast function pointer(s). [constParameterCallback] oregano-0.84.41/src/simulation.c:77:58: style: Parameter 'event' can be declared as pointer to const. However it seems that 'delete_event_cb' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). [constParameterCallback] oregano-0.84.41/src/simulation.c:77:74: style: Parameter 'data' can be declared as pointer to const. However it seems that 'delete_event_cb' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] oregano-0.84.41/src/splash.c:40:61: style: Parameter 'event' can be declared as pointer to const. However it seems that 'oregano_splash_destroy' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/o/orthanc-wsi/orthanc-wsi_3.2+dfsg.orig.tar.xz OrthancWSI-3.2/Applications/ApplicationToolbox.cpp:94:37: style: Parameter 'done' can be declared as pointer to const. However it seems that 'PrintProgress' is a callback function, if 'done' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/o/ortp/ortp_5.3.105.orig.tar.gz ortp-5.3.105/src/tests/rtprecv.c:37:26: style: Parameter 'session' can be declared as pointer to const. However it seems that 'ssrc_cb' is a callback function, if 'session' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ortp-5.3.105/src/tests/tevmrtprecv.c:61:30: style: Parameter 'session' can be declared as pointer to const. However it seems that 'recv_tev_cb' is a callback function, if 'session' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ortp-5.3.105/src/tests/tevmrtprecv.c:61:86: style: Parameter 'user_data' can be declared as pointer to const. However it seems that 'recv_tev_cb' is a callback function, if 'user_data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ortp-5.3.105/src/tests/tevrtprecv.c:46:30: style: Parameter 'session' can be declared as pointer to const. However it seems that 'recv_tev_cb' is a callback function, if 'session' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ortp-5.3.105/src/tests/tevrtprecv.c:46:86: style: Parameter 'user_data' can be declared as pointer to const. However it seems that 'recv_tev_cb' is a callback function, if 'user_data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/o/osdlyrics/osdlyrics_0.5.15+dfsg.orig.tar.xz osdlyrics-0.5.15/src/ol_app_info.c:194:38: style: Parameter 'appinfo' can be declared as pointer to const. However it seems that '_app_info_get_description' is a callback function, if 'appinfo' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osdlyrics-0.5.15/src/ol_app_info.c:238:36: style: Parameter 'appinfo' can be declared as pointer to const. However it seems that '_app_info_supports_uris' is a callback function, if 'appinfo' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osdlyrics-0.5.15/src/ol_app_info.c:244:37: style: Parameter 'appinfo' can be declared as pointer to const. However it seems that '_app_info_supports_files' is a callback function, if 'appinfo' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osdlyrics-0.5.15/src/ol_app_info.c:307:47: style: Parameter 'appinfo' can be declared as pointer to const. However it seems that '_app_info_can_remove_supports_type' is a callback function, if 'appinfo' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osdlyrics-0.5.15/src/ol_app_info.c:325:33: style: Parameter 'appinfo' can be declared as pointer to const. However it seems that '_app_info_can_delete' is a callback function, if 'appinfo' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osdlyrics-0.5.15/src/ol_app_info.c:331:32: style: Parameter 'appinfo' can be declared as pointer to const. However it seems that '_app_info_do_delete' is a callback function, if 'appinfo' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osdlyrics-0.5.15/src/ol_cell_renderer_button.c:248:48: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'ol_cell_renderer_button_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osdlyrics-0.5.15/src/ol_cell_renderer_button.c:270:44: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'ol_cell_renderer_button_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osdlyrics-0.5.15/src/ol_keybindings.c:29:25: style: Parameter 'userdata' can be declared as pointer to const. However it seems that 'ol_hide_accel' is a callback function, if 'userdata' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osdlyrics-0.5.15/src/ol_main.c:259:46: style: Parameter 'task' can be declared as pointer to const. However it seems that '_search_started_cb' is a callback function, if 'task' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osdlyrics-0.5.15/src/ol_main.c:394:34: style: Parameter 'userdata' can be declared as pointer to const. However it seems that '_player_launch_timeout' is a callback function, if 'userdata' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osdlyrics-0.5.15/src/ol_main.c:503:30: style: Parameter 'data' can be declared as pointer to const. However it seems that '_position_timer_cb' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osdlyrics-0.5.15/src/ol_osd_module.c:244:29: style: Parameter 'osd' can be declared as pointer to const. However it seems that 'ol_osd_scroll' is a callback function, if 'osd' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osdlyrics-0.5.15/src/ol_osd_module.c:245:32: style: Parameter 'event' can be declared as pointer to const. However it seems that 'ol_osd_scroll' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osdlyrics-0.5.15/src/ol_osd_module.c:246:25: style: Parameter 'data' can be declared as pointer to const. However it seems that 'ol_osd_scroll' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osdlyrics-0.5.15/src/ol_osd_window.c:437:51: style: Parameter 'event' can be declared as pointer to const. However it seems that 'ol_osd_window_configure_event' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osdlyrics-0.5.15/src/ol_osd_window.c:488:65: style: Parameter 'event' can be declared as pointer to const. However it seems that 'ol_osd_window_motion_notify' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osdlyrics-0.5.15/src/ol_osd_window.c:702:64: style: Parameter 'allocation' can be declared as pointer to const. However it seems that 'ol_osd_window_size_allocate' is a callback function, if 'allocation' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osdlyrics-0.5.15/src/ol_player.c:360:32: style: Parameter 'signal_name' can be declared as pointer to const. However it seems that 'ol_player_proxy_signal' is a callback function, if 'signal_name' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osdlyrics-0.5.15/src/ol_player.c:385:39: style: Parameter 'signal_name' can be declared as pointer to const. However it seems that 'ol_player_mpris2_proxy_signal' is a callback function, if 'signal_name' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osdlyrics-0.5.15/src/ol_scroll_module.c:174:29: style: Parameter 'osd' can be declared as pointer to const. However it seems that '_scroll_cb' is a callback function, if 'osd' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osdlyrics-0.5.15/src/ol_scroll_module.c:175:29: style: Parameter 'event' can be declared as pointer to const. However it seems that '_scroll_cb' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osdlyrics-0.5.15/src/ol_scroll_module.c:176:22: style: Parameter 'data' can be declared as pointer to const. However it seems that '_scroll_cb' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osdlyrics-0.5.15/src/ol_scroll_module.c:355:31: style: Parameter 'button' can be declared as pointer to const. However it seems that '_close_clicked_cb' is a callback function, if 'button' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osdlyrics-0.5.15/src/ol_scroll_module.c:356:29: style: Parameter 'userdata' can be declared as pointer to const. However it seems that '_close_clicked_cb' is a callback function, if 'userdata' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osdlyrics-0.5.15/src/ol_search_dialog.c:152:62: style: Parameter 'task' can be declared as pointer to const. However it seems that 'ol_search_dialog_search_started_cb' is a callback function, if 'task' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osdlyrics-0.5.15/src/ol_search_dialog.c:166:63: style: Parameter 'task' can be declared as pointer to const. However it seems that 'ol_search_dialog_search_complete_cb' is a callback function, if 'task' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osdlyrics-0.5.15/src/ol_trayicon.c:55:26: style: Parameter 'status_icon' can be declared as pointer to const. However it seems that 'activate' is a callback function, if 'status_icon' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osdlyrics-0.5.15/src/ol_trayicon.c:56:20: style: Parameter 'user_data' can be declared as pointer to const. However it seems that 'activate' is a callback function, if 'user_data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osdlyrics-0.5.15/src/ol_trayicon.c:133:36: style: Parameter 'icon' can be declared as pointer to const. However it seems that 'scroll' is a callback function, if 'icon' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osdlyrics-0.5.15/src/ol_trayicon.c:133:58: style: Parameter 'event' can be declared as pointer to const. However it seems that 'scroll' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osdlyrics-0.5.15/src/ol_trayicon.c:133:74: style: Parameter 'userdata' can be declared as pointer to const. However it seems that 'scroll' is a callback function, if 'userdata' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/o/osinfo-db-tools/osinfo-db-tools_1.12.0.orig.tar.xz osinfo-db-tools-1.12.0/tools/osinfo-db-validate.c:33:46: style: Parameter 'userData' can be declared as pointer to const. However it seems that 'validate_generic_error_nop' is a callback function, if 'userData' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/o/osm-gps-map/osm-gps-map_1.2.0.orig.tar.gz osm-gps-map-1.2.0/src/osm-gps-map-image.c:66:45: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'osm_gps_map_image_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osm-gps-map-1.2.0/src/osm-gps-map-image.c:98:47: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'osm_gps_map_image_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osm-gps-map-1.2.0/src/osm-gps-map-osd.c:160:43: style: Parameter 'object' can be declared as pointer to const. However it seems that 'osm_gps_map_osd_get_property' is a callback function, if 'object' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osm-gps-map-1.2.0/src/osm-gps-map-osd.c:163:51: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'osm_gps_map_osd_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osm-gps-map-1.2.0/src/osm-gps-map-osd.c:208:53: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'osm_gps_map_osd_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osm-gps-map-1.2.0/src/osm-gps-map-osd.c:536:39: style: Parameter 'osd' can be declared as pointer to const. However it seems that 'osm_gps_map_osd_busy' is a callback function, if 'osd' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osm-gps-map-1.2.0/src/osm-gps-map-osd.c:544:55: style: Parameter 'event' can be declared as pointer to const. However it seems that 'osm_gps_map_osd_button_press' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osm-gps-map-1.2.0/src/osm-gps-map-polygon.c:56:45: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'osm_gps_map_polygon_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osm-gps-map-1.2.0/src/osm-gps-map-polygon.c:89:47: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'osm_gps_map_polygon_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osm-gps-map-1.2.0/src/osm-gps-map-track.c:80:45: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'osm_gps_map_track_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osm-gps-map-1.2.0/src/osm-gps-map-track.c:113:47: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'osm_gps_map_track_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/o/osm2pgsql/osm2pgsql_2.1.1+ds.orig.tar.xz osm2pgsql-2.1.1/src/osmdata.cpp:314:39: style: Parameter 'queue' can be declared as pointer to const. However it seems that 'print_stats' is a callback function, if 'queue' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/o/osmo/osmo_0.4.4.orig.tar.gz osmo-0.4.4/src/about.c:113:44: style: Parameter 'event' can be declared as pointer to const. However it seems that 'key_press' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmo-0.4.4/src/calendar.c:2364:63: style: Parameter 'event' can be declared as pointer to const. However it seems that 'select_bg_color_key_press_cb' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmo-0.4.4/src/calendar.c:2386:60: style: Parameter 'event' can be declared as pointer to const. However it seems that 'colors_list_dbclick_cb' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmo-0.4.4/src/calendar_calc.c:56:63: style: Parameter 'event' can be declared as pointer to const. However it seems that 'date_calculator_key_press_cb' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmo-0.4.4/src/calendar_fullyear.c:254:56: style: Parameter 'event' can be declared as pointer to const. However it seems that 'fullyear_key_press_cb' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmo-0.4.4/src/calendar_jumpto.c:60:54: style: Parameter 'event' can be declared as pointer to const. However it seems that 'jumpto_key_press_cb' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmo-0.4.4/src/calendar_jumpto.c:75:51: style: Parameter 'event' can be declared as pointer to const. However it seems that 'day_key_press_cb' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmo-0.4.4/src/calendar_jumpto.c:106:53: style: Parameter 'event' can be declared as pointer to const. However it seems that 'month_key_press_cb' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmo-0.4.4/src/calendar_jumpto.c:174:52: style: Parameter 'event' can be declared as pointer to const. However it seems that 'year_key_press_cb' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmo-0.4.4/src/calendar_notes.c:367:57: style: Parameter 'event' can be declared as pointer to const. However it seems that 'day_notes_key_press_cb' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmo-0.4.4/src/calendar_notes.c:385:45: style: Parameter 'widget' can be declared as pointer to const. However it seems that 'notes_filter_combo_box_focus_cb' is a callback function, if 'widget' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmo-0.4.4/src/calendar_notes.c:385:71: style: Parameter 'arg1' can be declared as pointer to const. However it seems that 'notes_filter_combo_box_focus_cb' is a callback function, if 'arg1' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmo-0.4.4/src/calendar_notes.c:385:86: style: Parameter 'user_data' can be declared as pointer to const. However it seems that 'notes_filter_combo_box_focus_cb' is a callback function, if 'user_data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmo-0.4.4/src/calendar_notes.c:571:63: style: Parameter 'event' can be declared as pointer to const. However it seems that 'day_notes_list_dbclick_cb' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmo-0.4.4/src/calendar_preferences_gui.c:683:58: style: Parameter 'event' can be declared as pointer to const. However it seems that 'color_edit_key_press_cb' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmo-0.4.4/src/calendar_preferences_gui.c:825:71: style: Parameter 'event' can be declared as pointer to const. However it seems that 'calendar_category_entry_key_release_cb' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmo-0.4.4/src/calendar_preferences_gui.c:846:64: style: Parameter 'event' can be declared as pointer to const. However it seems that 'color_edit_list_dbclick_cb' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmo-0.4.4/src/calendar_preferences_gui.c:1532:39: style: Parameter 'togglebutton' can be declared as pointer to const. However it seems that 'calendar_options_cb' is a callback function, if 'togglebutton' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmo-0.4.4/src/calendar_timeline.c:49:63: style: Parameter 'event' can be declared as pointer to const. However it seems that 'insert_timeline_key_press_cb' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmo-0.4.4/src/calendar_widget.c:852:42: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'gui_calendar_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmo-0.4.4/src/calendar_widget.c:909:42: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'gui_calendar_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmo-0.4.4/src/calendar_widget.c:2311:46: style: Parameter 'event' can be declared as pointer to const. However it seems that 'gui_calendar_button_release' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmo-0.4.4/src/calendar_widget.c:2384:46: style: Parameter 'event' can be declared as pointer to const. However it seems that 'gui_calendar_enter_notify' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmo-0.4.4/src/calendar_widget.c:2415:46: style: Parameter 'event' can be declared as pointer to const. However it seems that 'gui_calendar_leave_notify' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmo-0.4.4/src/calendar_widget.c:2457:38: style: Parameter 'event' can be declared as pointer to const. However it seems that 'gui_calendar_scroll' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmo-0.4.4/src/calendar_widget.c:2517:38: style: Parameter 'event' can be declared as pointer to const. However it seems that 'gui_calendar_key_press' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmo-0.4.4/src/calendar_widget.c:2615:36: style: Parameter 'widget' can be declared as pointer to const. However it seems that 'gui_calendar_style_set' is a callback function, if 'widget' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmo-0.4.4/src/calendar_widget.c:2615:55: style: Parameter 'previous_style' can be declared as pointer to const. However it seems that 'gui_calendar_style_set' is a callback function, if 'previous_style' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmo-0.4.4/src/check_events.c:806:51: style: Parameter 'button' can be declared as pointer to const. However it seems that 'button_event_checker_window_delete_cb' is a callback function, if 'button' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmo-0.4.4/src/check_events.c:806:68: style: Parameter 'user_data' can be declared as pointer to const. However it seems that 'button_event_checker_window_delete_cb' is a callback function, if 'user_data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmo-0.4.4/src/check_events.c:862:68: style: Parameter 'event' can be declared as pointer to const. However it seems that 'event_checker_list_dbclick_cb' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmo-0.4.4/src/check_events.c:877:61: style: Parameter 'event' can be declared as pointer to const. However it seems that 'event_checker_key_press_cb' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmo-0.4.4/src/preferences_gui.c:702:44: style: Parameter 'event' can be declared as pointer to const. However it seems that 'key_press' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/o/osmo-bsc/osmo-bsc_1.13.0.orig.tar.xz osmo-bsc-1.13.0/src/osmo-bsc/assignment_fsm.c:1019:92: style: Parameter 'data' can be declared as pointer to const. However it seems that 'assignment_fsm_allstate_action' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmo-bsc-1.13.0/src/osmo-bsc/bsc_rf_ctrl.c:429:41: style: Parameter 'fd' can be declared as pointer to const. However it seems that 'rf_write_cmd' is a callback function, if 'fd' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmo-bsc-1.13.0/src/osmo-bsc/bsc_rf_ctrl.c:429:58: style: Parameter 'msg' can be declared as pointer to const. However it seems that 'rf_write_cmd' is a callback function, if 'msg' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmo-bsc-1.13.0/src/osmo-bsc/bsc_rf_ctrl.c:442:43: style: Parameter 'bfd' can be declared as pointer to const. However it seems that 'rf_ctrl_accept' is a callback function, if 'bfd' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmo-bsc-1.13.0/src/osmo-bsc/bts_ipaccess_nanobts.c:981:51: style: Parameter 'msg' can be declared as pointer to const. However it seems that 'power_ctrl_enc_rsl_params' is a callback function, if 'msg' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmo-bsc-1.13.0/src/osmo-bsc/lcs_loc_req.c:540:52: style: Parameter 'fi' can be declared as pointer to const. However it seems that 'lcs_loc_req_fsm_cleanup' is a callback function, if 'fi' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmo-bsc-1.13.0/src/osmo-bsc/lcs_ta_req.c:246:51: style: Parameter 'fi' can be declared as pointer to const. However it seems that 'lcs_ta_req_fsm_cleanup' is a callback function, if 'fi' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmo-bsc-1.13.0/src/osmo-bsc/meas_feed.c:125:50: style: Parameter 'iofd' can be declared as pointer to const. However it seems that 'meas_feed_noop_cb' is a callback function, if 'iofd' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmo-bsc-1.13.0/src/osmo-bsc/meas_feed.c:125:78: style: Parameter 'msg' can be declared as pointer to const. However it seems that 'meas_feed_noop_cb' is a callback function, if 'msg' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmo-bsc-1.13.0/src/osmo-bsc/osmo_bsc_lcls.c:747:52: style: Parameter 'fi' can be declared as pointer to const. However it seems that 'lcls_fsm_cleanup' is a callback function, if 'fi' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmo-bsc-1.13.0/src/osmo-bsc/pcu_sock.c:892:43: style: Parameter 'bfd' can be declared as pointer to const. However it seems that 'pcu_sock_write' is a callback function, if 'bfd' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmo-bsc-1.13.0/src/utils/bs11_config.c:174:16: style: Parameter 'data' can be declared as pointer to const. However it seems that 'swload_cbfn' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmo-bsc-1.13.0/src/utils/meas_json.c:157:38: style: Parameter 'ofd' can be declared as pointer to const. However it seems that 'udp_fd_cb' is a callback function, if 'ofd' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmo-bsc-1.13.0/src/utils/meas_udp2db.c:63:38: style: Parameter 'ofd' can be declared as pointer to const. However it seems that 'udp_fd_cb' is a callback function, if 'ofd' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmo-bsc-1.13.0/src/utils/meas_vis.c:124:38: style: Parameter 'ofd' can be declared as pointer to const. However it seems that 'udp_fd_cb' is a callback function, if 'ofd' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/o/osmo-bts/osmo-bts_1.9.0+dfsg1.orig.tar.xz osmo-bts-1.9.0/src/common/abis.c:270:60: style: Parameter 'fi' can be declared as pointer to const. However it seems that 'abis_link_failed_onenter' is a callback function, if 'fi' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmo-bts-1.9.0/src/common/abis.c:280:80: style: Parameter 'data' can be declared as pointer to const. However it seems that 'abis_link_allstate' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmo-bts-1.9.0/src/common/nm_bts_fsm.c:156:49: style: Parameter 'fi' can be declared as pointer to const. However it seems that 'st_op_enabled' is a callback function, if 'fi' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmo-bts-1.9.0/src/common/nm_bts_fsm.c:156:75: style: Parameter 'data' can be declared as pointer to const. However it seems that 'st_op_enabled' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmo-bts-1.9.0/src/common/nm_bts_sm_fsm.c:135:49: style: Parameter 'fi' can be declared as pointer to const. However it seems that 'st_op_enabled' is a callback function, if 'fi' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmo-bts-1.9.0/src/common/nm_bts_sm_fsm.c:135:75: style: Parameter 'data' can be declared as pointer to const. However it seems that 'st_op_enabled' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmo-bts-1.9.0/src/common/nm_gprs_cell_fsm.c:176:49: style: Parameter 'fi' can be declared as pointer to const. However it seems that 'st_op_enabled' is a callback function, if 'fi' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmo-bts-1.9.0/src/common/nm_gprs_cell_fsm.c:176:75: style: Parameter 'data' can be declared as pointer to const. However it seems that 'st_op_enabled' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmo-bts-1.9.0/src/common/nm_gprs_nse_fsm.c:191:49: style: Parameter 'fi' can be declared as pointer to const. However it seems that 'st_op_enabled' is a callback function, if 'fi' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmo-bts-1.9.0/src/common/nm_gprs_nse_fsm.c:191:75: style: Parameter 'data' can be declared as pointer to const. However it seems that 'st_op_enabled' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmo-bts-1.9.0/src/common/nm_gprs_nsvc_fsm.c:175:49: style: Parameter 'fi' can be declared as pointer to const. However it seems that 'st_op_enabled' is a callback function, if 'fi' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmo-bts-1.9.0/src/common/nm_gprs_nsvc_fsm.c:175:75: style: Parameter 'data' can be declared as pointer to const. However it seems that 'st_op_enabled' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmo-bts-1.9.0/src/common/pcu_sock.c:1155:43: style: Parameter 'bfd' can be declared as pointer to const. However it seems that 'pcu_sock_write' is a callback function, if 'bfd' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmo-bts-1.9.0/src/osmo-bts-lc15/misc/lc15bts_mgr_vty.c:287:43: style: Parameter 'vty' can be declared as pointer to const. However it seems that 'config_write_dummy' is a callback function, if 'vty' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmo-bts-1.9.0/src/osmo-bts-oc2g/calib_file.c:242:52: style: Parameter 'trx' can be declared as pointer to const. However it seems that 'calib_send_compl_cb' is a callback function, if 'trx' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmo-bts-1.9.0/src/osmo-bts-oc2g/misc/oc2gbts_mgr_calib.c:186:41: style: Parameter 'fd' can be declared as pointer to const. However it seems that 'mgr_gps_read' is a callback function, if 'fd' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmo-bts-1.9.0/src/osmo-bts-oc2g/misc/oc2gbts_mgr_calib.c:584:51: style: Parameter 'link' can be declared as pointer to const. However it seems that 'bts_updown_cb' is a callback function, if 'link' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmo-bts-1.9.0/src/osmo-bts-oc2g/misc/oc2gbts_mgr_vty.c:259:43: style: Parameter 'vty' can be declared as pointer to const. However it seems that 'config_write_dummy' is a callback function, if 'vty' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmo-bts-1.9.0/src/osmo-bts-octphy/l1_if.c:1742:43: style: Parameter 'ofd' can be declared as pointer to const. However it seems that 'octphy_read_cb' is a callback function, if 'ofd' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmo-bts-1.9.0/src/osmo-bts-octphy/l1_if.c:1768:44: style: Parameter 'fd' can be declared as pointer to const. However it seems that 'octphy_write_cb' is a callback function, if 'fd' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmo-bts-1.9.0/src/osmo-bts-sysmo/misc/sysmobts_mgr_calib.c:122:41: style: Parameter 'fd' can be declared as pointer to const. However it seems that 'mgr_gps_read' is a callback function, if 'fd' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmo-bts-1.9.0/src/osmo-bts-sysmo/misc/sysmobts_mgr_calib.c:517:51: style: Parameter 'link' can be declared as pointer to const. However it seems that 'bts_updown_cb' is a callback function, if 'link' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmo-bts-1.9.0/src/osmo-bts-sysmo/misc/sysmobts_mgr_vty.c:196:43: style: Parameter 'vty' can be declared as pointer to const. However it seems that 'config_write_dummy' is a callback function, if 'vty' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmo-bts-1.9.0/src/osmo-bts-trx/scheduler_trx.c:406:44: style: Parameter 'ofd' can be declared as pointer to const. However it seems that 'trx_fn_timer_cb' is a callback function, if 'ofd' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmo-bts-1.9.0/src/osmo-bts-trx/scheduler_trx.c:468:55: style: Parameter 'ofd' can be declared as pointer to const. However it seems that 'trx_start_noclockind_to_cb' is a callback function, if 'ofd' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmo-bts-1.9.0/src/osmo-bts-trx/trx_if.c:108:44: style: Parameter 'ofd' can be declared as pointer to const. However it seems that 'trx_clk_read_cb' is a callback function, if 'ofd' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmo-bts-1.9.0/src/osmo-bts-trx/trx_if.c:1019:45: style: Parameter 'ofd' can be declared as pointer to const. However it seems that 'trx_data_read_cb' is a callback function, if 'ofd' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmo-bts-1.9.0/src/osmo-bts-virtual/osmo_mcast_sock.c:14:46: style: Parameter 'iofd' can be declared as pointer to const. However it seems that 'noop_write_cb' is a callback function, if 'iofd' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmo-bts-1.9.0/src/osmo-bts-virtual/osmo_mcast_sock.c:14:74: style: Parameter 'msg' can be declared as pointer to const. However it seems that 'noop_write_cb' is a callback function, if 'msg' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmo-bts-1.9.0/tests/tx_power/tx_power_test.c:195:52: style: Parameter 'trx' can be declared as pointer to const. However it seems that 'test_ramp_compl_cb' is a callback function, if 'trx' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/o/osmo-cbc/osmo-cbc_0.5.1+ds.orig.tar.xz osmo-cbc-0.5.1/src/cbsp_link_fsm.c:129:52: style: Parameter 'fi' can be declared as pointer to const. However it seems that 'cbsp_link_s_idle' is a callback function, if 'fi' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmo-cbc-0.5.1/src/cbsp_link_fsm.c:129:78: style: Parameter 'data' can be declared as pointer to const. However it seems that 'cbsp_link_s_idle' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmo-cbc-0.5.1/src/sbcap_link_fsm.c:63:53: style: Parameter 'fi' can be declared as pointer to const. However it seems that 'sbcap_link_s_idle' is a callback function, if 'fi' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmo-cbc-0.5.1/src/sbcap_link_fsm.c:63:79: style: Parameter 'data' can be declared as pointer to const. However it seems that 'sbcap_link_s_idle' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmo-cbc-0.5.1/src/sbcap_smscb_peer_fsm.c:179:63: style: Parameter 'fi' can be declared as pointer to const. However it seems that 'smscb_p_fsm_wait_status_ack' is a callback function, if 'fi' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmo-cbc-0.5.1/src/sbcap_smscb_peer_fsm.c:179:89: style: Parameter 'data' can be declared as pointer to const. However it seems that 'smscb_p_fsm_wait_status_ack' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmo-cbc-0.5.1/src/sbcap_smscb_peer_fsm.c:191:64: style: Parameter 'fi' can be declared as pointer to const. However it seems that 'smscb_p_fsm_wait_replace_ack' is a callback function, if 'fi' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmo-cbc-0.5.1/src/sbcap_smscb_peer_fsm.c:191:90: style: Parameter 'data' can be declared as pointer to const. However it seems that 'smscb_p_fsm_wait_replace_ack' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmo-cbc-0.5.1/src/smscb_message_fsm.c:98:68: style: Parameter 'fi' can be declared as pointer to const. However it seems that 'smscb_fsm_wait_write_ack_onleave' is a callback function, if 'fi' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmo-cbc-0.5.1/src/smscb_message_fsm.c:157:70: style: Parameter 'fi' can be declared as pointer to const. However it seems that 'smscb_fsm_wait_replace_ack_onleave' is a callback function, if 'fi' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmo-cbc-0.5.1/src/smscb_message_fsm.c:185:69: style: Parameter 'fi' can be declared as pointer to const. However it seems that 'smscb_fsm_wait_status_ack_onleave' is a callback function, if 'fi' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmo-cbc-0.5.1/src/smscb_message_fsm.c:213:69: style: Parameter 'fi' can be declared as pointer to const. However it seems that 'smscb_fsm_wait_delete_ack_onleave' is a callback function, if 'fi' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmo-cbc-0.5.1/src/smscb_message_fsm.c:223:61: style: Parameter 'fi' can be declared as pointer to const. However it seems that 'smscb_fsm_deleted_onenter' is a callback function, if 'fi' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmo-cbc-0.5.1/src/smscb_message_fsm.c:321:54: style: Parameter 'Fi' can be declared as pointer to const. However it seems that 'smscb_fsm_allstate' is a callback function, if 'Fi' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmo-cbc-0.5.1/src/smscb_message_fsm.c:321:80: style: Parameter 'data' can be declared as pointer to const. However it seems that 'smscb_fsm_allstate' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmo-cbc-0.5.1/src/smscb_message_fsm.c:331:53: style: Parameter 'fi' can be declared as pointer to const. However it seems that 'smscb_fsm_cleanup' is a callback function, if 'fi' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/o/osmo-hlr/osmo-hlr_1.9.0+dfsg1.orig.tar.xz osmo-hlr-1.9.0/src/db_debug.c:54:29: style: Parameter 'data' can be declared as pointer to const. However it seems that 'tall_xInit' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmo-hlr-1.9.0/src/db_debug.c:57:34: style: Parameter 'data' can be declared as pointer to const. However it seems that 'tall_xShutdown' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmo-hlr-1.9.0/src/gsup_server.c:274:45: style: Parameter 'tlvp' can be declared as pointer to const. However it seems that 'osmo_gsup_server_ccm_cb' is a callback function, if 'tlvp' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmo-hlr-1.9.0/src/lu_fsm.c:229:50: style: Parameter 'fi' can be declared as pointer to const. However it seems that 'lu_fsm_cleanup' is a callback function, if 'fi' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmo-hlr-1.9.0/src/mslookup/mslookup_client_fake.c:67:77: style: Parameter 'method' can be declared as pointer to const. However it seems that 'fake_lookup_request_cleanup' is a callback function, if 'method' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmo-hlr-1.9.0/src/mslookup/mslookup_client_mdns.c:70:45: style: Parameter 'osmo_fd' can be declared as pointer to const. However it seems that 'mdns_method_recv' is a callback function, if 'osmo_fd' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmo-hlr-1.9.0/src/mslookup/mslookup_client_mdns.c:127:77: style: Parameter 'method' can be declared as pointer to const. However it seems that 'mdns_method_request_cleanup' is a callback function, if 'method' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmo-hlr-1.9.0/src/mslookup/mslookup_client_mdns.c:142:70: style: Parameter 'method' can be declared as pointer to const. However it seems that 'mdns_method_destruct' is a callback function, if 'method' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmo-hlr-1.9.0/tests/mslookup/mslookup_client_mdns_test.c:60:40: style: Parameter 'osmo_fd' can be declared as pointer to const. However it seems that 'server_recv' is a callback function, if 'osmo_fd' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/o/osmo-libasn1c/osmo-libasn1c_0.9.38.orig.tar.xz osmo-libasn1c-0.9.38/src/BIT_STRING.c:78:56: style: Parameter 'sptr' can be declared as pointer to const. However it seems that 'BIT_STRING_encode_xer' is a callback function, if 'sptr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmo-libasn1c-0.9.38/src/BMPString.c:160:55: style: Parameter 'sptr' can be declared as pointer to const. However it seems that 'BMPString_encode_xer' is a callback function, if 'sptr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmo-libasn1c-0.9.38/src/BOOLEAN.c:182:53: style: Parameter 'sptr' can be declared as pointer to const. However it seems that 'BOOLEAN_encode_xer' is a callback function, if 'sptr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmo-libasn1c-0.9.38/src/BOOLEAN.c:233:37: style: Parameter 'td' can be declared as pointer to const. However it seems that 'BOOLEAN_free' is a callback function, if 'td' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmo-libasn1c-0.9.38/src/INTEGER.c:541:43: style: Parameter 'td' can be declared as pointer to const. However it seems that 'INTEGER_encode_xer' is a callback function, if 'td' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmo-libasn1c-0.9.38/src/INTEGER.c:541:53: style: Parameter 'sptr' can be declared as pointer to const. However it seems that 'INTEGER_encode_xer' is a callback function, if 'sptr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmo-libasn1c-0.9.38/src/NativeEnumerated.c:46:62: style: Parameter 'sptr' can be declared as pointer to const. However it seems that 'NativeEnumerated_encode_xer' is a callback function, if 'sptr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmo-libasn1c-0.9.38/src/NativeInteger.c:213:59: style: Parameter 'sptr' can be declared as pointer to const. However it seems that 'NativeInteger_encode_xer' is a callback function, if 'sptr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmo-libasn1c-0.9.38/src/NativeReal.c:362:56: style: Parameter 'sptr' can be declared as pointer to const. However it seems that 'NativeReal_encode_xer' is a callback function, if 'sptr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmo-libasn1c-0.9.38/src/OBJECT_IDENTIFIER.c:325:63: style: Parameter 'sptr' can be declared as pointer to const. However it seems that 'OBJECT_IDENTIFIER_encode_xer' is a callback function, if 'sptr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmo-libasn1c-0.9.38/src/OCTET_STRING.c:582:58: style: Parameter 'sptr' can be declared as pointer to const. However it seems that 'OCTET_STRING_encode_xer' is a callback function, if 'sptr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmo-libasn1c-0.9.38/src/OCTET_STRING.c:1687:51: style: Parameter 'sptr' can be declared as pointer to const. However it seems that 'OCTET_STRING_encode_uper' is a callback function, if 'sptr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmo-libasn1c-0.9.38/src/OCTET_STRING.c:1847:51: style: Parameter 'sptr' can be declared as pointer to const. However it seems that 'OCTET_STRING_encode_aper' is a callback function, if 'sptr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmo-libasn1c-0.9.38/src/UniversalString.c:170:61: style: Parameter 'sptr' can be declared as pointer to const. However it seems that 'UniversalString_encode_xer' is a callback function, if 'sptr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/o/osmo-mgw/osmo-mgw_1.14.0+dfsg1.orig.tar.xz osmo-mgw-1.14.0/src/libosmo-mgcp-client/mgcp_client.c:855:57: style: Parameter 'response' can be declared as pointer to const. However it seems that '_ignore_mgcp_response' is a callback function, if 'response' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmo-mgw-1.14.0/src/libosmo-mgcp-client/mgcp_client.c:855:73: style: Parameter 'priv' can be declared as pointer to const. However it seems that '_ignore_mgcp_response' is a callback function, if 'priv' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmo-mgw-1.14.0/src/osmo-mgw/mgw_main.c:252:41: style: Parameter 'vty' can be declared as pointer to const. However it seems that 'mgcp_vty_is_config_node' is a callback function, if 'vty' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmo-mgw-1.14.0/tests/mgcp_client/mgcp_client_test.c:96:61: style: Parameter 'priv' can be declared as pointer to const. However it seems that 'test_response_cb' is a callback function, if 'priv' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/o/osmo-msc/osmo-msc_1.13.0+dfsg1.orig.tar.xz osmo-msc-1.13.0/src/libmsc/call_leg.c:107:56: style: Parameter 'fi' can be declared as pointer to const. However it seems that 'call_leg_fsm_timer_cb' is a callback function, if 'fi' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmo-msc-1.13.0/src/libmsc/call_leg.c:201:58: style: Parameter 'fi' can be declared as pointer to const. However it seems that 'call_leg_fsm_releasing' is a callback function, if 'fi' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmo-msc-1.13.0/src/libmsc/msc_i.c:162:52: style: Parameter 'msc_i_fi' can be declared as pointer to const. However it seems that 'msc_i_clearing_decode_cb' is a callback function, if 'msc_i_fi' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmo-msc-1.13.0/src/libmsc/msub.c:116:45: style: Parameter 'fi' can be declared as pointer to const. However it seems that 'msub_fsm_cleanup' is a callback function, if 'fi' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmo-msc-1.13.0/src/libmsc/ran_peer.c:257:54: style: Parameter 'fi' can be declared as pointer to const. However it seems that 'ran_peer_st_wait_rx_reset' is a callback function, if 'fi' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmo-msc-1.13.0/src/libmsc/ran_peer.c:301:58: style: Parameter 'fi' can be declared as pointer to const. However it seems that 'ran_peer_st_wait_rx_reset_ack' is a callback function, if 'fi' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmo-msc-1.13.0/src/libmsc/ran_peer.c:362:46: style: Parameter 'fi' can be declared as pointer to const. However it seems that 'ran_peer_st_ready' is a callback function, if 'fi' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmo-msc-1.13.0/src/libmsc/ran_peer.c:450:56: style: Parameter 'fi' can be declared as pointer to const. However it seems that 'ran_peer_fsm_timer_cb' is a callback function, if 'fi' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmo-msc-1.13.0/src/libmsc/ran_peer.c:457:49: style: Parameter 'fi' can be declared as pointer to const. However it seems that 'ran_peer_fsm_cleanup' is a callback function, if 'fi' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmo-msc-1.13.0/src/libmsc/sgs_iface.c:369:60: style: Parameter 'response' can be declared as pointer to const. However it seems that 'sgs_tx_loc_upd_resp_cb' is a callback function, if 'response' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmo-msc-1.13.0/src/libmsc/sgs_iface.c:1141:58: style: Parameter 'fi' can be declared as pointer to const. However it seems that 'sgs_vlr_reset_fsm_null' is a callback function, if 'fi' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmo-msc-1.13.0/src/libmsc/sgs_iface.c:1141:84: style: Parameter 'data' can be declared as pointer to const. However it seems that 'sgs_vlr_reset_fsm_null' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmo-msc-1.13.0/src/libmsc/sgs_iface.c:1164:62: style: Parameter 'fi' can be declared as pointer to const. However it seems that 'sgs_vlr_reset_fsm_complete' is a callback function, if 'fi' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmo-msc-1.13.0/src/libmsc/sgs_iface.c:1164:88: style: Parameter 'data' can be declared as pointer to const. However it seems that 'sgs_vlr_reset_fsm_complete' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmo-msc-1.13.0/src/libsmpputil/smpp_smsc.c:785:46: style: Parameter 'ofd' can be declared as pointer to const. However it seems that 'esme_link_read_cb' is a callback function, if 'ofd' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmo-msc-1.13.0/src/libsmpputil/smpp_smsc.c:859:47: style: Parameter 'ofd' can be declared as pointer to const. However it seems that 'esme_link_write_cb' is a callback function, if 'ofd' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmo-msc-1.13.0/src/libvlr/vlr_access_req_fsm.c:175:49: style: Parameter 'fi' can be declared as pointer to const. However it seems that 'proc_arq_vlr_cleanup' is a callback function, if 'fi' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmo-msc-1.13.0/src/libvlr/vlr_auth_fsm.c:236:59: style: Parameter 'fi' can be declared as pointer to const. However it seems that 'auth_fsm_onenter_failed' is a callback function, if 'fi' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmo-msc-1.13.0/src/libvlr/vlr_auth_fsm.c:297:52: style: Parameter 'fi' can be declared as pointer to const. However it seems that 'auth_fsm_cleanup' is a callback function, if 'fi' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmo-msc-1.13.0/src/libvlr/vlr_sgs_fsm.c:280:54: style: Parameter 'fi' can be declared as pointer to const. However it seems that 'sgs_ue_fsm_timer_cb' is a callback function, if 'fi' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmo-msc-1.13.0/src/osmo-msc/msc_main.c:561:72: style: Parameter 'tar' can be declared as pointer to const. However it seems that 'filter_fn' is a callback function, if 'tar' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmo-msc-1.13.0/src/utils/smpp_mirror.c:156:41: style: Parameter 'ofd' can be declared as pointer to const. However it seems that 'esme_read_cb' is a callback function, if 'ofd' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmo-msc-1.13.0/src/utils/smpp_mirror.c:224:42: style: Parameter 'ofd' can be declared as pointer to const. However it seems that 'esme_write_cb' is a callback function, if 'ofd' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmo-msc-1.13.0/tests/msc_vlr/msc_vlr_tests.c:211:47: style: Parameter 'fi' can be declared as pointer to const. However it seems that 'dummy_msc_i_action' is a callback function, if 'fi' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmo-msc-1.13.0/tests/msc_vlr/msc_vlr_tests.c:211:73: style: Parameter 'data' can be declared as pointer to const. However it seems that 'dummy_msc_i_action' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/o/osmo-pcu/osmo-pcu_1.5.1.orig.tar.xz osmo-pcu-1.5.1/src/gprs_debug.c:148:27: style: Parameter 'tar' can be declared as pointer to const. However it seems that 'filter_fn' is a callback function, if 'tar' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmo-pcu-1.5.1/src/osmo-bts-litecell15/lc15_l1_hw.c:119:42: style: Parameter 'ofd' can be declared as pointer to const. However it seems that 'l1fd_write_cb' is a callback function, if 'ofd' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmo-pcu-1.5.1/src/osmo-bts-oc2g/oc2g_l1_hw.c:119:42: style: Parameter 'ofd' can be declared as pointer to const. However it seems that 'l1fd_write_cb' is a callback function, if 'ofd' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmo-pcu-1.5.1/src/osmo-bts-sysmo/sysmo_l1_fwd.c:65:40: style: Parameter 'ofd' can be declared as pointer to const. However it seems that 'fwd_read_cb' is a callback function, if 'ofd' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmo-pcu-1.5.1/src/osmo-bts-sysmo/sysmo_l1_fwd.c:96:42: style: Parameter 'ofd' can be declared as pointer to const. However it seems that 'prim_write_cb' is a callback function, if 'ofd' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmo-pcu-1.5.1/src/osmo-bts-sysmo/sysmo_l1_fwd.c:96:60: style: Parameter 'msg' can be declared as pointer to const. However it seems that 'prim_write_cb' is a callback function, if 'msg' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmo-pcu-1.5.1/src/osmo-bts-sysmo/sysmo_l1_hw.c:129:42: style: Parameter 'ofd' can be declared as pointer to const. However it seems that 'l1fd_write_cb' is a callback function, if 'ofd' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmo-pcu-1.5.1/src/pcuif_sock.c:51:36: style: Parameter '_priv' can be declared as pointer to const. However it seems that 'pcu_sock_timeout' is a callback function, if '_priv' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmo-pcu-1.5.1/src/tbf_dl_ass_fsm.c:139:52: style: Parameter 'fi' can be declared as pointer to const. However it seems that 'st_none_on_enter' is a callback function, if 'fi' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmo-pcu-1.5.1/src/tbf_dl_ass_fsm.c:199:58: style: Parameter 'fi' can be declared as pointer to const. However it seems that 'tbf_dl_ass_fsm_timer_cb' is a callback function, if 'fi' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmo-pcu-1.5.1/src/tbf_dl_fsm.c:343:53: style: Parameter 'fi' can be declared as pointer to const. However it seems that 'st_wait_reuse_tfi' is a callback function, if 'fi' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmo-pcu-1.5.1/src/tbf_dl_fsm.c:343:79: style: Parameter 'data' can be declared as pointer to const. However it seems that 'st_wait_reuse_tfi' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmo-pcu-1.5.1/src/tbf_dl_fsm.c:360:57: style: Parameter 'fi' can be declared as pointer to const. However it seems that 'st_releasing_on_enter' is a callback function, if 'fi' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmo-pcu-1.5.1/src/tbf_dl_fsm.c:368:48: style: Parameter 'fi' can be declared as pointer to const. However it seems that 'st_releasing' is a callback function, if 'fi' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmo-pcu-1.5.1/src/tbf_dl_fsm.c:368:74: style: Parameter 'data' can be declared as pointer to const. However it seems that 'st_releasing' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmo-pcu-1.5.1/src/tbf_ul_ack_fsm.c:184:58: style: Parameter 'fi' can be declared as pointer to const. However it seems that 'tbf_ul_ack_fsm_timer_cb' is a callback function, if 'fi' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmo-pcu-1.5.1/src/tbf_ul_fsm.c:262:57: style: Parameter 'fi' can be declared as pointer to const. However it seems that 'st_releasing_on_enter' is a callback function, if 'fi' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmo-pcu-1.5.1/src/tbf_ul_fsm.c:270:48: style: Parameter 'fi' can be declared as pointer to const. However it seems that 'st_releasing' is a callback function, if 'fi' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmo-pcu-1.5.1/src/tbf_ul_fsm.c:270:74: style: Parameter 'data' can be declared as pointer to const. However it seems that 'st_releasing' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmo-pcu-1.5.1/tests/tbf/TbfTest.cpp:61:32: style: Parameter 'ctx' can be declared as pointer to const. However it seems that 'gprs_gp_send_test_cb' is a callback function, if 'ctx' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmo-pcu-1.5.1/tests/tbf/TbfTest.cpp:61:50: style: Parameter 'msg' can be declared as pointer to const. However it seems that 'gprs_gp_send_test_cb' is a callback function, if 'msg' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/o/osmo-sgsn/osmo-sgsn_1.13.0+dfsg1.orig.tar.xz osmo-sgsn-1.13.0/src/gtphub/gtphub_main.c:74:24: style: Parameter 'tar' can be declared as pointer to const. However it seems that 'gtphub_log_filter_fn' is a callback function, if 'tar' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmo-sgsn-1.13.0/src/sgsn/gprs_gmm_attach.c:192:54: style: Parameter 'fi' can be declared as pointer to const. However it seems that 'st_accept_on_enter' is a callback function, if 'fi' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmo-sgsn-1.13.0/src/sgsn/gprs_gmm_attach.c:223:45: style: Parameter 'fi' can be declared as pointer to const. However it seems that 'st_reject' is a callback function, if 'fi' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmo-sgsn-1.13.0/src/sgsn/gprs_gmm_attach.c:234:55: style: Parameter 'fi' can be declared as pointer to const. However it seems that 'st_ask_vlr_on_enter' is a callback function, if 'fi' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmo-sgsn-1.13.0/src/sgsn/gprs_gmm_attach.c:258:63: style: Parameter 'fi' can be declared as pointer to const. However it seems that 'st_iu_security_cmd_on_enter' is a callback function, if 'fi' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmo-sgsn-1.13.0/src/sgsn/gprs_gmm_fsm.c:112:60: style: Parameter 'fi' can be declared as pointer to const. However it seems that 'st_gmm_deregistered_init' is a callback function, if 'fi' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmo-sgsn-1.13.0/src/sgsn/gprs_gmm_fsm.c:112:86: style: Parameter 'data' can be declared as pointer to const. However it seems that 'st_gmm_deregistered_init' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmo-sgsn-1.13.0/src/sgsn/gprs_gmm_fsm.c:229:44: style: Parameter 'fi' can be declared as pointer to const. However it seems that 'gmm_fsm_timer_cb' is a callback function, if 'fi' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmo-sgsn-1.13.0/src/sgsn/gprs_mm_state_gb_fsm.c:43:55: style: Parameter 'fi' can be declared as pointer to const. However it seems that 'st_mm_idle_on_enter' is a callback function, if 'fi' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmo-sgsn-1.13.0/src/sgsn/sgsn_libgtp.c:718:45: style: Parameter 'peer' can be declared as pointer to const. However it seems that 'cb_unsup_ind' is a callback function, if 'peer' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmo-sgsn-1.13.0/src/sgsn/sgsn_libgtp.c:727:49: style: Parameter 'peer' can be declared as pointer to const. However it seems that 'cb_extheader_ind' is a callback function, if 'peer' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmo-sgsn-1.13.0/src/sgsn/sgsn_libgtp.c:804:38: style: Parameter 'lib' can be declared as pointer to const. However it seems that 'cb_data_ind' is a callback function, if 'lib' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmo-sgsn-1.13.0/src/sgsn/sgsn_libgtp.c:804:49: style: Parameter 'packet' can be declared as pointer to const. However it seems that 'cb_data_ind' is a callback function, if 'packet' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmo-sgsn-1.13.0/src/sgsn/sgsn_libgtp.c:933:43: style: Parameter 'fd' can be declared as pointer to const. However it seems that 'sgsn_gtp_fd_cb' is a callback function, if 'fd' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmo-sgsn-1.13.0/tests/v42bis/v42bis_test.c:181:35: style: Parameter 'user_data' can be declared as pointer to const. However it seems that 'tx_v42bis_data_handler' is a callback function, if 'user_data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmo-sgsn-1.13.0/tests/v42bis/v42bis_test.c:189:36: style: Parameter 'user_data' can be declared as pointer to const. However it seems that 'rx_v42bis_frame_handler' is a callback function, if 'user_data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/o/osmo-trx/osmo-trx_1.7.1.orig.tar.xz osmo-trx-1.7.1/Transceiver52M/Transceiver.cpp:172:47: style: Parameter 'bfd' can be declared as pointer to const. However it seems that 'ctrl_sock_cb' is a callback function, if 'bfd' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmo-trx-1.7.1/Transceiver52M/Transceiver.cpp:651:30: style: Parameter 'wData' can be declared as pointer to const. However it seems that 'dummy_free' is a callback function, if 'wData' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmo-trx-1.7.1/Transceiver52M/osmo-trx.cpp:139:14: style: Parameter 'handler_data' can be declared as pointer to const. However it seems that 'transc_sig_cb' is a callback function, if 'handler_data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmo-trx-1.7.1/Transceiver52M/osmo-trx.cpp:139:34: style: Parameter 'signal_data' can be declared as pointer to const. However it seems that 'transc_sig_cb' is a callback function, if 'signal_data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmo-trx-1.7.1/Transceiver52M/osmo-trx.cpp:220:46: style: Parameter 'ofd' can be declared as pointer to const. However it seems that 'signalfd_callback' is a callback function, if 'ofd' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/o/osmocom-analog/osmocom-analog_0.0~git20250208.4ebf64f.orig.tar.xz osmocom-analog-0.0~git20250208.4ebf64f/src/libmtp/layer2.c:576:60: style: Parameter 'mtp' can be declared as pointer to const. However it seems that 'mtp_ignore_lssu' is a callback function, if 'mtp' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmocom-analog-0.0~git20250208.4ebf64f/src/libmtp/layer2.c:576:142: style: Parameter 'data' can be declared as pointer to const. However it seems that 'mtp_ignore_lssu' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmocom-analog-0.0~git20250208.4ebf64f/src/test/test_dtmf.c:52:54: style: Parameter 'inst' can be declared as pointer to const. However it seems that 'recv_digit' is a callback function, if 'inst' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmocom-analog-0.0~git20250208.4ebf64f/src/test/test_dtmf.c:52:85: style: Parameter 'meas' can be declared as pointer to const. However it seems that 'recv_digit' is a callback function, if 'meas' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/o/osmocom-dahdi-linux/osmocom-dahdi-linux_0.0~git20241003.b2ea348.orig.tar.xz osmocom-dahdi-linux-0.0~git20241003.b2ea348/drivers/dahdi/dahdi_dynamic_eth.c:133:51: style: Parameter 'dyn' can be declared as pointer to const. However it seems that 'ztdeth_transmit' is a callback function, if 'dyn' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmocom-dahdi-linux-0.0~git20241003.b2ea348/drivers/dahdi/dahdi_dynamic_eth.c:133:60: style: Parameter 'msg' can be declared as pointer to const. However it seems that 'ztdeth_transmit' is a callback function, if 'msg' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmocom-dahdi-linux-0.0~git20241003.b2ea348/drivers/dahdi/dahdi_dynamic_loc.c:79:52: style: Parameter 'dyn' can be declared as pointer to const. However it seems that 'dahdi_dynamic_local_transmit' is a callback function, if 'dyn' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmocom-dahdi-linux-0.0~git20241003.b2ea348/drivers/dahdi/dahdi_echocan_jpah.c:68:81: style: Parameter 'ecp' can be declared as pointer to const. However it seems that 'echo_can_create' is a callback function, if 'ecp' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmocom-dahdi-linux-0.0~git20241003.b2ea348/drivers/dahdi/dahdi_echocan_jpah.c:113:58: style: Parameter 'ec' can be declared as pointer to const. However it seems that 'echo_can_traintap' is a callback function, if 'ec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmocom-dahdi-linux-0.0~git20241003.b2ea348/drivers/dahdi/dahdi_echocan_kb1.c:629:81: style: Parameter 'ecp' can be declared as pointer to const. However it seems that 'echo_can_create' is a callback function, if 'ecp' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmocom-dahdi-linux-0.0~git20241003.b2ea348/drivers/dahdi/dahdi_echocan_mg2.c:769:81: style: Parameter 'ecp' can be declared as pointer to const. However it seems that 'echo_can_create' is a callback function, if 'ecp' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmocom-dahdi-linux-0.0~git20241003.b2ea348/drivers/dahdi/dahdi_echocan_oslec.c:122:58: style: Parameter 'ec' can be declared as pointer to const. However it seems that 'echo_can_traintap' is a callback function, if 'ec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmocom-dahdi-linux-0.0~git20241003.b2ea348/drivers/dahdi/dahdi_echocan_sec.c:138:81: style: Parameter 'ecp' can be declared as pointer to const. However it seems that 'echo_can_create' is a callback function, if 'ecp' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmocom-dahdi-linux-0.0~git20241003.b2ea348/drivers/dahdi/dahdi_echocan_sec2.c:128:81: style: Parameter 'ecp' can be declared as pointer to const. However it seems that 'echo_can_create' is a callback function, if 'ecp' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmocom-dahdi-linux-0.0~git20241003.b2ea348/drivers/dahdi/dahdi_transcode.c:176:63: style: Parameter 'file' can be declared as pointer to const. However it seems that 'dahdi_tc_release' is a callback function, if 'file' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmocom-dahdi-linux-0.0~git20241003.b2ea348/drivers/dahdi/dahdi_transcode.c:340:44: style: Parameter 'file' can be declared as pointer to const. However it seems that 'dahdi_tc_write' is a callback function, if 'file' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmocom-dahdi-linux-0.0~git20241003.b2ea348/drivers/dahdi/dahdi_transcode.c:355:43: style: Parameter 'file' can be declared as pointer to const. However it seems that 'dahdi_tc_read' is a callback function, if 'file' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmocom-dahdi-linux-0.0~git20241003.b2ea348/drivers/dahdi/hpec/dahdi_echocan_hpec.c:109:81: style: Parameter 'ecp' can be declared as pointer to const. However it seems that 'echo_can_create' is a callback function, if 'ecp' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmocom-dahdi-linux-0.0~git20241003.b2ea348/drivers/dahdi/hpec/dahdi_echocan_hpec.c:143:58: style: Parameter 'ec' can be declared as pointer to const. However it seems that 'echo_can_traintap' is a callback function, if 'ec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmocom-dahdi-linux-0.0~git20241003.b2ea348/drivers/dahdi/trunkdev/trunkdev.c:143:41: style: Parameter 'file' can be declared as pointer to const. However it seems that 'td_d_chanconfig' is a callback function, if 'file' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmocom-dahdi-linux-0.0~git20241003.b2ea348/drivers/dahdi/trunkdev/trunkdev.c:143:66: style: Parameter 'chan' can be declared as pointer to const. However it seems that 'td_d_chanconfig' is a callback function, if 'chan' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmocom-dahdi-linux-0.0~git20241003.b2ea348/drivers/dahdi/trunkdev/trunkdev.c:149:38: style: Parameter 'file' can be declared as pointer to const. However it seems that 'td_d_startup' is a callback function, if 'file' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmocom-dahdi-linux-0.0~git20241003.b2ea348/drivers/dahdi/trunkdev/trunkdev.c:149:63: style: Parameter 'span' can be declared as pointer to const. However it seems that 'td_d_startup' is a callback function, if 'span' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmocom-dahdi-linux-0.0~git20241003.b2ea348/drivers/dahdi/trunkdev/trunkdev.c:157:45: style: Parameter 'span' can be declared as pointer to const. However it seems that 'td_d_shutdown' is a callback function, if 'span' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmocom-dahdi-linux-0.0~git20241003.b2ea348/drivers/dahdi/trunkdev/trunkdev.c:517:49: style: Parameter 'file' can be declared as pointer to const. However it seems that 'dahdi_trunkdev_read' is a callback function, if 'file' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmocom-dahdi-linux-0.0~git20241003.b2ea348/drivers/dahdi/trunkdev/trunkdev.c:562:50: style: Parameter 'file' can be declared as pointer to const. However it seems that 'dahdi_trunkdev_write' is a callback function, if 'file' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmocom-dahdi-linux-0.0~git20241003.b2ea348/drivers/dahdi/voicebus/GpakCust.c:486:43: style: Parameter 'options' can be declared as pointer to const. However it seems that 'vpmadt032_alloc' is a callback function, if 'options' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmocom-dahdi-linux-0.0~git20241003.b2ea348/drivers/dahdi/wcte11xp.c:365:43: style: Parameter 'chan' can be declared as pointer to const. However it seems that 't1xxp_close' is a callback function, if 'chan' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmocom-dahdi-linux-0.0~git20241003.b2ea348/drivers/dahdi/wcte11xp.c:429:43: style: Parameter 'chan' can be declared as pointer to const. However it seems that 't1xxp_ioctl' is a callback function, if 'chan' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmocom-dahdi-linux-0.0~git20241003.b2ea348/drivers/dahdi/wcte13xp-base.c:700:37: style: Parameter 'ecp' can be declared as pointer to const. However it seems that 't13x_echocan_create' is a callback function, if 'ecp' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmocom-dahdi-linux-0.0~git20241003.b2ea348/drivers/dahdi/wcte13xp-base.c:731:45: style: Parameter 'chan' can be declared as pointer to const. However it seems that 'echocan_free' is a callback function, if 'chan' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmocom-dahdi-linux-0.0~git20241003.b2ea348/drivers/dahdi/wcte13xp-base.c:1350:41: style: Parameter 'file' can be declared as pointer to const. However it seems that 't13x_chanconfig' is a callback function, if 'file' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmocom-dahdi-linux-0.0~git20241003.b2ea348/drivers/dahdi/wcte13xp-base.c:1365:44: style: Parameter 'chan' can be declared as pointer to const. However it seems that 't13x_rbsbits' is a callback function, if 'chan' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmocom-dahdi-linux-0.0~git20241003.b2ea348/drivers/dahdi/wcte13xp-base.c:1625:42: style: Parameter 'chan' can be declared as pointer to const. However it seems that 't13x_ioctl' is a callback function, if 'chan' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmocom-dahdi-linux-0.0~git20241003.b2ea348/drivers/dahdi/wcte13xp-base.c:1708:29: style: Parameter 'lc' can be declared as pointer to const. However it seems that 't13x_spanconfig' is a callback function, if 'lc' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmocom-dahdi-linux-0.0~git20241003.b2ea348/drivers/dahdi/wcte13xp-base.c:2393:41: style: Parameter 'chan' can be declared as pointer to const. However it seems that 't13x_open' is a callback function, if 'chan' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmocom-dahdi-linux-0.0~git20241003.b2ea348/drivers/dahdi/wcte13xp-base.c:2410:42: style: Parameter 'chan' can be declared as pointer to const. However it seems that 't13x_close' is a callback function, if 'chan' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmocom-dahdi-linux-0.0~git20241003.b2ea348/drivers/dahdi/wcte13xp-base.c:2763:43: style: Parameter 'pdev' can be declared as pointer to const. However it seems that 'te13xp_suspend' is a callback function, if 'pdev' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmocom-dahdi-linux-0.0~git20241003.b2ea348/drivers/dahdi/xpp/mmapbus.c:6:65: style: Parameter 'driver' can be declared as pointer to const. However it seems that 'mmap_match' is a callback function, if 'driver' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmocom-dahdi-linux-0.0~git20241003.b2ea348/drivers/dahdi/xpp/mmapbus.c:19:45: style: Parameter 'dev' can be declared as pointer to const. However it seems that 'mmap_bus_release' is a callback function, if 'dev' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmocom-dahdi-linux-0.0~git20241003.b2ea348/drivers/dahdi/xpp/mmapbus.c:23:45: style: Parameter 'dev' can be declared as pointer to const. However it seems that 'mmap_dev_release' is a callback function, if 'dev' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmocom-dahdi-linux-0.0~git20241003.b2ea348/drivers/dahdi/xpp/xframe_queue.c:148:46: style: Parameter 'q' can be declared as pointer to const. However it seems that 'xframe_queue_count' is a callback function, if 'q' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmocom-dahdi-linux-0.0~git20241003.b2ea348/drivers/dahdi/xpp/xpp_dahdi.c:791:34: style: Parameter 'chan' can be declared as pointer to const. However it seems that 'xpp_close' is a callback function, if 'chan' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmocom-dahdi-linux-0.0~git20241003.b2ea348/drivers/dahdi/xpp/xpp_dahdi.c:822:34: style: Parameter 'chan' can be declared as pointer to const. However it seems that 'xpp_ioctl' is a callback function, if 'chan' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmocom-dahdi-linux-0.0~git20241003.b2ea348/drivers/dahdi/xpp/xpp_dahdi.c:932:45: style: Parameter 'chan' can be declared as pointer to const. However it seems that 'echocan_free' is a callback function, if 'chan' is declared with const you might also need to cast function pointer(s). [constParameterCallback] osmocom-dahdi-linux-0.0~git20241003.b2ea348/drivers/dahdi/xpp/xpp_dahdi.c:995:43: style: Parameter 'chan' can be declared as pointer to const. However it seems that 'xpp_echocan_create' is a callback function, if 'chan' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/o/oss4/oss4_4.2-build2020.orig.tar.bz2 oss-v4.2-build2020-src-gpl/attic/drv/oss_als4k/oss_als4k.c:824:47: style: Parameter 'dmap' can be declared as pointer to const. However it seems that 'als4000_get_buffer_pointer' is a callback function, if 'dmap' is declared with const you might also need to cast function pointer(s). [constParameterCallback] oss-v4.2-build2020-src-gpl/cmd/ossplay/ossplay_parser.c:1165:45: style: Parameter 'buf' can be declared as pointer to const. However it seems that 'aiff_comm_parse' is a callback function, if 'buf' is declared with const you might also need to cast function pointer(s). [constParameterCallback] oss-v4.2-build2020-src-gpl/cmd/ossplay/ossplay_parser.c:1261:45: style: Parameter 'buf' can be declared as pointer to const. However it seems that 'aiff_ssnd_parse' is a callback function, if 'buf' is declared with const you might also need to cast function pointer(s). [constParameterCallback] oss-v4.2-build2020-src-gpl/cmd/ossplay/ossplay_parser.c:1286:45: style: Parameter 'buf' can be declared as pointer to const. However it seems that 'aifc_fver_parse' is a callback function, if 'buf' is declared with const you might also need to cast function pointer(s). [constParameterCallback] oss-v4.2-build2020-src-gpl/cmd/ossplay/ossplay_parser.c:1315:46: style: Parameter 'buf' can be declared as pointer to const. However it seems that '_16sv_vhdr_parse' is a callback function, if 'buf' is declared with const you might also need to cast function pointer(s). [constParameterCallback] oss-v4.2-build2020-src-gpl/cmd/ossplay/ossplay_parser.c:1324:45: style: Parameter 'buf' can be declared as pointer to const. However it seems that 'maud_chan_parse' is a callback function, if 'buf' is declared with const you might also need to cast function pointer(s). [constParameterCallback] oss-v4.2-build2020-src-gpl/cmd/ossplay/ossplay_parser.c:1336:45: style: Parameter 'buf' can be declared as pointer to const. However it seems that 'maud_mhdr_parse' is a callback function, if 'buf' is declared with const you might also need to cast function pointer(s). [constParameterCallback] oss-v4.2-build2020-src-gpl/cmd/ossplay/ossplay_parser.c:1653:44: style: Parameter 'buf' can be declared as pointer to const. However it seems that 'caf_data_parse' is a callback function, if 'buf' is declared with const you might also need to cast function pointer(s). [constParameterCallback] oss-v4.2-build2020-src-gpl/cmd/ossxmix/gtkvu.c:257:53: style: Parameter 'event' can be declared as pointer to const. However it seems that 'gtk_vu_expose' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). [constParameterCallback] oss-v4.2-build2020-src-gpl/kernel/OS/BeOS/os_beos.c:2044:20: style: Parameter 'cookie' can be declared as pointer to const. However it seems that 'ossdrv_close' is a callback function, if 'cookie' is declared with const you might also need to cast function pointer(s). [constParameterCallback] oss-v4.2-build2020-src-gpl/cmd/ossplay/ossplay_decode.c:552:51: style: Parameter 'buf' can be declared as pointer to const. However it seems that 'decode_24' is a callback function, if 'buf' is declared with const you might also need to cast function pointer(s). [constParameterCallback] oss-v4.2-build2020-src-gpl/cmd/ossplay/ossplay_decode.c:657:57: style: Parameter 'buf' can be declared as pointer to const. However it seems that 'decode_8_to_s16' is a callback function, if 'buf' is declared with const you might also need to cast function pointer(s). [constParameterCallback] oss-v4.2-build2020-src-gpl/cmd/ossplay/ossplay_decode.c:753:51: style: Parameter 'buf' can be declared as pointer to const. However it seems that 'decode_cr' is a callback function, if 'buf' is declared with const you might also need to cast function pointer(s). [constParameterCallback] oss-v4.2-build2020-src-gpl/cmd/ossplay/ossplay_decode.c:781:52: style: Parameter 'buf' can be declared as pointer to const. However it seems that 'decode_fib' is a callback function, if 'buf' is declared with const you might also need to cast function pointer(s). [constParameterCallback] oss-v4.2-build2020-src-gpl/cmd/ossplay/ossplay_decode.c:1603:34: style: Parameter 'datamark' can be declared as pointer to const. However it seems that 'seek_compressed' is a callback function, if 'datamark' is declared with const you might also need to cast function pointer(s). [constParameterCallback] oss-v4.2-build2020-src-gpl/cmd/ossplay/ossplay_decode.c:1604:52: style: Parameter 'metadata' can be declared as pointer to const. However it seems that 'seek_compressed' is a callback function, if 'metadata' is declared with const you might also need to cast function pointer(s). [constParameterCallback] oss-v4.2-build2020-src-gpl/kernel/OS/SCO_SV/os_sco.c:1336:36: style: Parameter 'idata' can be declared as pointer to const. However it seems that 'oss_config' is a callback function, if 'idata' is declared with const you might also need to cast function pointer(s). [constParameterCallback] oss-v4.2-build2020-src-gpl/kernel/drv/lynxtwo/lynxtwo.c:20:29: style: Parameter 'osdev' can be declared as pointer to const. However it seems that 'lynxtwointr' is a callback function, if 'osdev' is declared with const you might also need to cast function pointer(s). [constParameterCallback] oss-v4.2-build2020-src-gpl/kernel/drv/oss_audigyls/oss_audigyls.c:308:30: style: Parameter 'osdev' can be declared as pointer to const. However it seems that 'audigylsintr' is a callback function, if 'osdev' is declared with const you might also need to cast function pointer(s). [constParameterCallback] oss-v4.2-build2020-src-gpl/kernel/drv/oss_audigyls/oss_audigyls.c:864:48: style: Parameter 'dmap' can be declared as pointer to const. However it seems that 'audigyls_get_buffer_pointer' is a callback function, if 'dmap' is declared with const you might also need to cast function pointer(s). [constParameterCallback] oss-v4.2-build2020-src-gpl/kernel/drv/oss_atiaudio/oss_atiaudio.c:766:43: style: Parameter 'dmap' can be declared as pointer to const. However it seems that 'ATI_get_buffer_pointer' is a callback function, if 'dmap' is declared with const you might also need to cast function pointer(s). [constParameterCallback] oss-v4.2-build2020-src-gpl/kernel/drv/oss_audiocs/oss_audiocs.c:1626:28: style: Parameter 'osdev' can be declared as pointer to const. However it seems that 'cs4231intr' is a callback function, if 'osdev' is declared with const you might also need to cast function pointer(s). [constParameterCallback] oss-v4.2-build2020-src-gpl/kernel/drv/oss_cs4281/oss_cs4281.c:583:46: style: Parameter 'dmap' can be declared as pointer to const. However it seems that 'cs4281_get_buffer_pointer' is a callback function, if 'dmap' is declared with const you might also need to cast function pointer(s). [constParameterCallback] oss-v4.2-build2020-src-gpl/kernel/drv/oss_cmi878x/oss_cmi878x.c:1608:47: style: Parameter 'dmap' can be declared as pointer to const. However it seems that 'cmi8788_get_buffer_pointer' is a callback function, if 'dmap' is declared with const you might also need to cast function pointer(s). [constParameterCallback] oss-v4.2-build2020-src-gpl/kernel/drv/oss_cmpci/oss_cmpci.c:2036:45: style: Parameter 'dmap' can be declared as pointer to const. However it seems that 'cmpci_get_buffer_pointer' is a callback function, if 'dmap' is declared with const you might also need to cast function pointer(s). [constParameterCallback] oss-v4.2-build2020-src-gpl/kernel/drv/oss_envy24/envy24_1010lt.c:565:42: style: Parameter 'devc' can be declared as pointer to const. However it seems that 'd1010lt_get_locked_status' is a callback function, if 'devc' is declared with const you might also need to cast function pointer(s). [constParameterCallback] oss-v4.2-build2020-src-gpl/kernel/drv/oss_envy24/envy24_6fire.c:618:40: style: Parameter 'devc' can be declared as pointer to const. However it seems that 'read_dmx6fire_spdif_reg' is a callback function, if 'devc' is declared with const you might also need to cast function pointer(s). [constParameterCallback] oss-v4.2-build2020-src-gpl/kernel/drv/oss_envy24/envy24_6fire.c:624:41: style: Parameter 'devc' can be declared as pointer to const. However it seems that 'write_dmx6fire_spdif_reg' is a callback function, if 'devc' is declared with const you might also need to cast function pointer(s). [constParameterCallback] oss-v4.2-build2020-src-gpl/kernel/drv/oss_cs461x/oss_cs461x.c:1235:46: style: Parameter 'dmap' can be declared as pointer to const. However it seems that 'cs461x_get_buffer_pointer' is a callback function, if 'dmap' is declared with const you might also need to cast function pointer(s). [constParameterCallback] oss-v4.2-build2020-src-gpl/kernel/drv/oss_envy24/envy24_direct.c:263:47: style: Parameter 'dmap' can be declared as pointer to const. However it seems that 'envy24d_get_buffer_pointer' is a callback function, if 'dmap' is declared with const you might also need to cast function pointer(s). [constParameterCallback] oss-v4.2-build2020-src-gpl/kernel/drv/oss_envy24ht/envy24ht_ac97.c:120:34: style: Parameter 'devc' can be declared as pointer to const. However it seems that 'ac97_mixer_init' is a callback function, if 'devc' is declared with const you might also need to cast function pointer(s). [constParameterCallback] oss-v4.2-build2020-src-gpl/kernel/drv/oss_envy24ht/envy24ht_ap192.c:409:59: style: Parameter 'portc' can be declared as pointer to const. However it seems that 'ap192_audio_ioctl' is a callback function, if 'portc' is declared with const you might also need to cast function pointer(s). [constParameterCallback] oss-v4.2-build2020-src-gpl/kernel/drv/oss_envy24ht/envy24ht_julia.c:311:59: style: Parameter 'portc' can be declared as pointer to const. However it seems that 'julia_audio_ioctl' is a callback function, if 'portc' is declared with const you might also need to cast function pointer(s). [constParameterCallback] oss-v4.2-build2020-src-gpl/kernel/drv/oss_envy24/oss_envy24.c:675:28: style: Parameter 'osdev' can be declared as pointer to const. However it seems that 'envy24intr' is a callback function, if 'osdev' is declared with const you might also need to cast function pointer(s). [constParameterCallback] oss-v4.2-build2020-src-gpl/kernel/drv/oss_fmedia/oss_fmedia.c:688:45: style: Parameter 'dmap' can be declared as pointer to const. However it seems that 'fm801_get_buffer_pointer' is a callback function, if 'dmap' is declared with const you might also need to cast function pointer(s). [constParameterCallback] oss-v4.2-build2020-src-gpl/kernel/drv/oss_geode/oss_geode.c:82:32: style: Parameter 'osdev' can be declared as pointer to const. However it seems that 'geodeintr_5530' is a callback function, if 'osdev' is declared with const you might also need to cast function pointer(s). [constParameterCallback] oss-v4.2-build2020-src-gpl/kernel/drv/oss_geode/oss_geode.c:150:32: style: Parameter 'osdev' can be declared as pointer to const. However it seems that 'geodeintr_5536' is a callback function, if 'osdev' is declared with const you might also need to cast function pointer(s). [constParameterCallback] oss-v4.2-build2020-src-gpl/kernel/drv/oss_geode/oss_geode.c:566:45: style: Parameter 'dmap' can be declared as pointer to const. However it seems that 'geode_get_buffer_pointer' is a callback function, if 'dmap' is declared with const you might also need to cast function pointer(s). [constParameterCallback] oss-v4.2-build2020-src-gpl/kernel/drv/oss_envy24ht/oss_envy24ht.c:381:30: style: Parameter 'osdev' can be declared as pointer to const. However it seems that 'envy24htintr' is a callback function, if 'osdev' is declared with const you might also need to cast function pointer(s). [constParameterCallback] oss-v4.2-build2020-src-gpl/kernel/drv/oss_envy24ht/oss_envy24ht.c:1733:48: style: Parameter 'dmap' can be declared as pointer to const. However it seems that 'envy24ht_get_buffer_pointer' is a callback function, if 'dmap' is declared with const you might also need to cast function pointer(s). [constParameterCallback] oss-v4.2-build2020-src-gpl/kernel/drv/oss_hdaudio/hdaudio_codecids.h:19:56: style: Parameter 'mixer' can be declared as pointer to const. However it seems that 'NULL_mixer_init' is a callback function, if 'mixer' is declared with const you might also need to cast function pointer(s). [constParameterCallback] oss-v4.2-build2020-src-gpl/kernel/drv/oss_ich/oss_ich.c:294:25: style: Parameter 'osdev' can be declared as pointer to const. However it seems that 'ichintr' is a callback function, if 'osdev' is declared with const you might also need to cast function pointer(s). [constParameterCallback] oss-v4.2-build2020-src-gpl/kernel/drv/oss_ich/oss_ich.c:872:43: style: Parameter 'dmap' can be declared as pointer to const. However it seems that 'ich_get_buffer_pointer' is a callback function, if 'dmap' is declared with const you might also need to cast function pointer(s). [constParameterCallback] oss-v4.2-build2020-src-gpl/kernel/drv/oss_midimix/oss_midimix.c:62:20: style: Parameter 'parms' can be declared as pointer to const. However it seems that 'parser_cb' is a callback function, if 'parms' is declared with const you might also need to cast function pointer(s). [constParameterCallback] oss-v4.2-build2020-src-gpl/kernel/drv/oss_madi/oss_madi.c:82:26: style: Parameter 'osdev' can be declared as pointer to const. However it seems that 'madiintr' is a callback function, if 'osdev' is declared with const you might also need to cast function pointer(s). [constParameterCallback] oss-v4.2-build2020-src-gpl/kernel/drv/oss_sbxfi/oss_sbxfi.c:44:26: style: Parameter 'osdev' can be declared as pointer to const. However it seems that 'sbxfi_intr' is a callback function, if 'osdev' is declared with const you might also need to cast function pointer(s). [constParameterCallback] oss-v4.2-build2020-src-gpl/kernel/drv/oss_hdaudio/hdaudio_codecids.h:19:56: style: Parameter 'mixer' can be declared as pointer to const. However it seems that 'NULL_mixer_init' is a callback function, if 'mixer' is declared with const you might also need to cast function pointer(s). [constParameterCallback] oss-v4.2-build2020-src-gpl/kernel/drv/oss_solo/oss_solo.c:940:44: style: Parameter 'dmap' can be declared as pointer to const. However it seems that 'solo_get_buffer_pointer' is a callback function, if 'dmap' is declared with const you might also need to cast function pointer(s). [constParameterCallback] oss-v4.2-build2020-src-gpl/kernel/drv/oss_usb/ossusb_midisport.c:613:47: style: Parameter 'buf' can be declared as pointer to const. However it seems that 'midisport_bulk_write' is a callback function, if 'buf' is declared with const you might also need to cast function pointer(s). [constParameterCallback] oss-v4.2-build2020-src-gpl/kernel/drv/oss_via97/oss_via97.c:545:45: style: Parameter 'dmap' can be declared as pointer to const. However it seems that 'via97_get_buffer_pointer' is a callback function, if 'dmap' is declared with const you might also need to cast function pointer(s). [constParameterCallback] oss-v4.2-build2020-src-gpl/kernel/drv/oss_via823x/oss_via823x.c:97:29: style: Parameter 'osdev' can be declared as pointer to const. However it seems that 'via8233intr' is a callback function, if 'osdev' is declared with const you might also need to cast function pointer(s). [constParameterCallback] oss-v4.2-build2020-src-gpl/kernel/drv/oss_via823x/oss_via823x.c:590:47: style: Parameter 'dmap' can be declared as pointer to const. However it seems that 'via8233_get_buffer_pointer' is a callback function, if 'dmap' is declared with const you might also need to cast function pointer(s). [constParameterCallback] oss-v4.2-build2020-src-gpl/kernel/drv/oss_sblive/oss_sblive.c:311:28: style: Parameter 'osdev' can be declared as pointer to const. However it seems that 'sbliveintr' is a callback function, if 'osdev' is declared with const you might also need to cast function pointer(s). [constParameterCallback] oss-v4.2-build2020-src-gpl/kernel/drv/oss_sblive/oss_sblive.c:1811:46: style: Parameter 'dmap' can be declared as pointer to const. However it seems that 'sblive_get_buffer_pointer' is a callback function, if 'dmap' is declared with const you might also need to cast function pointer(s). [constParameterCallback] oss-v4.2-build2020-src-gpl/kernel/drv/oss_ymf7xx/oss_ymf7xx.c:830:46: style: Parameter 'dmap' can be declared as pointer to const. However it seems that 'ymf7xx_get_buffer_pointer' is a callback function, if 'dmap' is declared with const you might also need to cast function pointer(s). [constParameterCallback] oss-v4.2-build2020-src-gpl/kernel/framework/audio/oss_audiofmt.c:940:45: style: Parameter 'target' can be declared as pointer to const. However it seems that 'cnv_srconly' is a callback function, if 'target' is declared with const you might also need to cast function pointer(s). [constParameterCallback] oss-v4.2-build2020-src-gpl/kernel/framework/midi/oss_midi_core.c:840:45: style: Parameter 'file' can be declared as pointer to const. However it seems that 'oss_midi_release' is a callback function, if 'file' is declared with const you might also need to cast function pointer(s). [constParameterCallback] oss-v4.2-build2020-src-gpl/kernel/framework/sndstat/oss_sndstat.c:609:56: style: Parameter 'file' can be declared as pointer to const. However it seems that 'sndstat_open' is a callback function, if 'file' is declared with const you might also need to cast function pointer(s). [constParameterCallback] oss-v4.2-build2020-src-gpl/kernel/framework/sndstat/oss_sndstat.c:610:44: style: Parameter 'redirect' can be declared as pointer to const. However it seems that 'sndstat_open' is a callback function, if 'redirect' is declared with const you might also need to cast function pointer(s). [constParameterCallback] oss-v4.2-build2020-src-gpl/kernel/framework/sndstat/oss_sndstat.c:650:42: style: Parameter 'file' can be declared as pointer to const. However it seems that 'sndstat_write' is a callback function, if 'file' is declared with const you might also need to cast function pointer(s). [constParameterCallback] oss-v4.2-build2020-src-gpl/kernel/framework/sndstat/oss_sndstat.c:650:56: style: Parameter 'buf' can be declared as pointer to const. However it seems that 'sndstat_write' is a callback function, if 'buf' is declared with const you might also need to cast function pointer(s). [constParameterCallback] oss-v4.2-build2020-src-gpl/kernel/framework/vmix_core/vmix_input.c:62:29: style: Parameter 'eng' can be declared as pointer to const. However it seems that 'import16ne' is a callback function, if 'eng' is declared with const you might also need to cast function pointer(s). [constParameterCallback] oss-v4.2-build2020-src-gpl/kernel/framework/vmix_core/vmix_input.c:62:40: style: Parameter 'inbuf' can be declared as pointer to const. However it seems that 'import16ne' is a callback function, if 'inbuf' is declared with const you might also need to cast function pointer(s). [constParameterCallback] oss-v4.2-build2020-src-gpl/kernel/framework/vmix_core/vmix_input.c:62:63: style: Parameter 'chbufs' can be declared as const array. However it seems that 'import16ne' is a callback function, if 'chbufs' is declared with const you might also need to cast function pointer(s). [constParameterCallback] oss-v4.2-build2020-src-gpl/kernel/framework/vmix_core/vmix_input.c:75:29: style: Parameter 'eng' can be declared as pointer to const. However it seems that 'import16oe' is a callback function, if 'eng' is declared with const you might also need to cast function pointer(s). [constParameterCallback] oss-v4.2-build2020-src-gpl/kernel/framework/vmix_core/vmix_input.c:75:40: style: Parameter 'inbuf' can be declared as pointer to const. However it seems that 'import16oe' is a callback function, if 'inbuf' is declared with const you might also need to cast function pointer(s). [constParameterCallback] oss-v4.2-build2020-src-gpl/kernel/framework/vmix_core/vmix_input.c:75:63: style: Parameter 'chbufs' can be declared as const array. However it seems that 'import16oe' is a callback function, if 'chbufs' is declared with const you might also need to cast function pointer(s). [constParameterCallback] oss-v4.2-build2020-src-gpl/kernel/framework/vmix_core/vmix_input.c:93:29: style: Parameter 'eng' can be declared as pointer to const. However it seems that 'import32ne' is a callback function, if 'eng' is declared with const you might also need to cast function pointer(s). [constParameterCallback] oss-v4.2-build2020-src-gpl/kernel/framework/vmix_core/vmix_input.c:93:40: style: Parameter 'inbuf' can be declared as pointer to const. However it seems that 'import32ne' is a callback function, if 'inbuf' is declared with const you might also need to cast function pointer(s). [constParameterCallback] oss-v4.2-build2020-src-gpl/kernel/framework/vmix_core/vmix_input.c:93:63: style: Parameter 'chbufs' can be declared as const array. However it seems that 'import32ne' is a callback function, if 'chbufs' is declared with const you might also need to cast function pointer(s). [constParameterCallback] oss-v4.2-build2020-src-gpl/kernel/framework/vmix_core/vmix_input.c:108:29: style: Parameter 'eng' can be declared as pointer to const. However it seems that 'import32oe' is a callback function, if 'eng' is declared with const you might also need to cast function pointer(s). [constParameterCallback] oss-v4.2-build2020-src-gpl/kernel/framework/vmix_core/vmix_input.c:108:40: style: Parameter 'inbuf' can be declared as pointer to const. However it seems that 'import32oe' is a callback function, if 'inbuf' is declared with const you might also need to cast function pointer(s). [constParameterCallback] oss-v4.2-build2020-src-gpl/kernel/framework/vmix_core/vmix_input.c:108:63: style: Parameter 'chbufs' can be declared as const array. However it seems that 'import32oe' is a callback function, if 'chbufs' is declared with const you might also need to cast function pointer(s). [constParameterCallback] oss-v4.2-build2020-src-gpl/kernel/framework/mixer/oss_mixer_core.c:2282:57: style: Parameter 'file' can be declared as pointer to const. However it seems that 'oss_mixer_open' is a callback function, if 'file' is declared with const you might also need to cast function pointer(s). [constParameterCallback] oss-v4.2-build2020-src-gpl/kernel/framework/mixer/oss_mixer_core.c:2283:24: style: Parameter 'newdev' can be declared as pointer to const. However it seems that 'oss_mixer_open' is a callback function, if 'newdev' is declared with const you might also need to cast function pointer(s). [constParameterCallback] oss-v4.2-build2020-src-gpl/kernel/framework/mixer/oss_mixer_core.c:2307:46: style: Parameter 'file' can be declared as pointer to const. However it seems that 'oss_mixer_release' is a callback function, if 'file' is declared with const you might also need to cast function pointer(s). [constParameterCallback] oss-v4.2-build2020-src-gpl/kernel/framework/vmix_core/vmix_core.c:1366:51: style: Parameter 'dmap' can be declared as pointer to const. However it seems that 'vmix_get_output_buffer_pointer' is a callback function, if 'dmap' is declared with const you might also need to cast function pointer(s). [constParameterCallback] oss-v4.2-build2020-src-gpl/kernel/framework/vmix_core/vmix_core.c:1375:50: style: Parameter 'dmap' can be declared as pointer to const. However it seems that 'vmix_get_input_buffer_pointer' is a callback function, if 'dmap' is declared with const you might also need to cast function pointer(s). [constParameterCallback] oss-v4.2-build2020-src-gpl/kernel/framework/vmix_core/vmix_output.c:148:29: style: Parameter 'eng' can be declared as pointer to const. However it seems that 'export16ne' is a callback function, if 'eng' is declared with const you might also need to cast function pointer(s). [constParameterCallback] oss-v4.2-build2020-src-gpl/kernel/framework/vmix_core/vmix_output.c:148:40: style: Parameter 'outbuf' can be declared as pointer to const. However it seems that 'export16ne' is a callback function, if 'outbuf' is declared with const you might also need to cast function pointer(s). [constParameterCallback] oss-v4.2-build2020-src-gpl/kernel/framework/vmix_core/vmix_output.c:148:64: style: Parameter 'chbufs' can be declared as const array. However it seems that 'export16ne' is a callback function, if 'chbufs' is declared with const you might also need to cast function pointer(s). [constParameterCallback] oss-v4.2-build2020-src-gpl/kernel/framework/vmix_core/vmix_output.c:161:29: style: Parameter 'eng' can be declared as pointer to const. However it seems that 'export16oe' is a callback function, if 'eng' is declared with const you might also need to cast function pointer(s). [constParameterCallback] oss-v4.2-build2020-src-gpl/kernel/framework/vmix_core/vmix_output.c:161:40: style: Parameter 'outbuf' can be declared as pointer to const. However it seems that 'export16oe' is a callback function, if 'outbuf' is declared with const you might also need to cast function pointer(s). [constParameterCallback] oss-v4.2-build2020-src-gpl/kernel/framework/vmix_core/vmix_output.c:161:64: style: Parameter 'chbufs' can be declared as const array. However it seems that 'export16oe' is a callback function, if 'chbufs' is declared with const you might also need to cast function pointer(s). [constParameterCallback] oss-v4.2-build2020-src-gpl/kernel/framework/vmix_core/vmix_output.c:179:29: style: Parameter 'eng' can be declared as pointer to const. However it seems that 'export32ne' is a callback function, if 'eng' is declared with const you might also need to cast function pointer(s). [constParameterCallback] oss-v4.2-build2020-src-gpl/kernel/framework/vmix_core/vmix_output.c:179:40: style: Parameter 'outbuf' can be declared as pointer to const. However it seems that 'export32ne' is a callback function, if 'outbuf' is declared with const you might also need to cast function pointer(s). [constParameterCallback] oss-v4.2-build2020-src-gpl/kernel/framework/vmix_core/vmix_output.c:179:64: style: Parameter 'chbufs' can be declared as const array. However it seems that 'export32ne' is a callback function, if 'chbufs' is declared with const you might also need to cast function pointer(s). [constParameterCallback] oss-v4.2-build2020-src-gpl/kernel/framework/vmix_core/vmix_output.c:194:29: style: Parameter 'eng' can be declared as pointer to const. However it seems that 'export32oe' is a callback function, if 'eng' is declared with const you might also need to cast function pointer(s). [constParameterCallback] oss-v4.2-build2020-src-gpl/kernel/framework/vmix_core/vmix_output.c:194:40: style: Parameter 'outbuf' can be declared as pointer to const. However it seems that 'export32oe' is a callback function, if 'outbuf' is declared with const you might also need to cast function pointer(s). [constParameterCallback] oss-v4.2-build2020-src-gpl/kernel/framework/vmix_core/vmix_output.c:194:64: style: Parameter 'chbufs' can be declared as const array. However it seems that 'export32oe' is a callback function, if 'chbufs' is declared with const you might also need to cast function pointer(s). [constParameterCallback] oss-v4.2-build2020-src-gpl/lib/libsalsa/output.c:155:40: style: Parameter 'output' can be declared as pointer to const. However it seems that 'snd_output_stdio_print' is a callback function, if 'output' is declared with const you might also need to cast function pointer(s). [constParameterCallback] oss-v4.2-build2020-src-gpl/lib/libsalsa/output.c:163:39: style: Parameter 'output' can be declared as pointer to const. However it seems that 'snd_output_stdio_puts' is a callback function, if 'output' is declared with const you might also need to cast function pointer(s). [constParameterCallback] oss-v4.2-build2020-src-gpl/lib/libsalsa/output.c:170:39: style: Parameter 'output' can be declared as pointer to const. However it seems that 'snd_output_stdio_putc' is a callback function, if 'output' is declared with const you might also need to cast function pointer(s). [constParameterCallback] oss-v4.2-build2020-src-gpl/lib/libsalsa/output.c:177:40: style: Parameter 'output' can be declared as pointer to const. However it seems that 'snd_output_stdio_flush' is a callback function, if 'output' is declared with const you might also need to cast function pointer(s). [constParameterCallback] oss-v4.2-build2020-src-gpl/misc/samples/ddksample/ddksample_audio.c:171:50: style: Parameter 'arg' can be declared as pointer to const. However it seems that 'ddksample_ioctl' is a callback function, if 'arg' is declared with const you might also need to cast function pointer(s). [constParameterCallback] oss-v4.2-build2020-src-gpl/kernel/framework/audio/oss_audio_core.c:1246:46: style: Parameter 'file' can be declared as pointer to const. However it seems that 'oss_audio_release' is a callback function, if 'file' is declared with const you might also need to cast function pointer(s). [constParameterCallback] oss-v4.2-build2020-src-gpl/setup/FreeBSD/oss/build/osscore.c:285:32: style: Parameter 'm' can be declared as pointer to const. However it seems that 'osscore_loader' is a callback function, if 'm' is declared with const you might also need to cast function pointer(s). [constParameterCallback] oss-v4.2-build2020-src-gpl/setup/FreeBSD/oss/build/osscore.c:285:51: style: Parameter 'arg' can be declared as pointer to const. However it seems that 'osscore_loader' is a callback function, if 'arg' is declared with const you might also need to cast function pointer(s). [constParameterCallback] oss-v4.2-build2020-src-gpl/tutorials/sndkit/libossmix_demo/ossmixlib_demo.c:22:40: style: Parameter 'parms' can be declared as pointer to const. However it seems that 'event_callback' is a callback function, if 'parms' is declared with const you might also need to cast function pointer(s). [constParameterCallback] oss-v4.2-build2020-src-gpl/tutorials/sndkit/softsynth/softsynth.c:451:22: style: Parameter 'context' can be declared as pointer to const. However it seems that 'midi_callback' is a callback function, if 'context' is declared with const you might also need to cast function pointer(s). [constParameterCallback] oss-v4.2-build2020-src-gpl/tutorials/sndkit/softsynth/softsynth.c:452:42: style: Parameter 'parms' can be declared as pointer to const. However it seems that 'midi_callback' is a callback function, if 'parms' is declared with const you might also need to cast function pointer(s). [constParameterCallback] oss-v4.2-build2020-src-gpl/tutorials/sndkit/softsynth/softsynth_gtk.c:221:24: style: Parameter 'window' can be declared as pointer to const. However it seems that 'close_all' is a callback function, if 'window' is declared with const you might also need to cast function pointer(s). [constParameterCallback] oss-v4.2-build2020-src-gpl/tutorials/sndkit/softsynth/softsynth_gtk.c:221:41: style: Parameter 'data' can be declared as pointer to const. However it seems that 'close_all' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] oss-v4.2-build2020-src-gpl/tutorials/sndkit/softsynth/softsynth_gtk.c:235:29: style: Parameter 'window' can be declared as pointer to const. However it seems that 'toggle_enhance' is a callback function, if 'window' is declared with const you might also need to cast function pointer(s). [constParameterCallback] oss-v4.2-build2020-src-gpl/tutorials/sndkit/softsynth/softsynth_gtk.c:235:46: style: Parameter 'data' can be declared as pointer to const. However it seems that 'toggle_enhance' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] oss-v4.2-build2020-src-gpl/tutorials/sndkit/softsynth/softsynth_gtk.c:248:26: style: Parameter 'window' can be declared as pointer to const. However it seems that 'toggle_mute' is a callback function, if 'window' is declared with const you might also need to cast function pointer(s). [constParameterCallback] oss-v4.2-build2020-src-gpl/tutorials/sndkit/softsynth/softsynth_gtk.c:248:43: style: Parameter 'data' can be declared as pointer to const. However it seems that 'toggle_mute' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] oss-v4.2-build2020-src-gpl/tutorials/sndkit/softsynth/softsynth_gtk.c:635:22: style: Parameter 'context' can be declared as pointer to const. However it seems that 'midi_callback' is a callback function, if 'context' is declared with const you might also need to cast function pointer(s). [constParameterCallback] oss-v4.2-build2020-src-gpl/tutorials/sndkit/softsynth/softsynth_gtk.c:636:42: style: Parameter 'parms' can be declared as pointer to const. However it seems that 'midi_callback' is a callback function, if 'parms' is declared with const you might also need to cast function pointer(s). [constParameterCallback] oss-v4.2-build2020-src-gpl/tutorials/sndkit/softsynth/softsynth_gtk.c:747:47: style: Parameter 'mtc' can be declared as pointer to const. However it seems that 'mtc_callback' is a callback function, if 'mtc' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/o/osspd/osspd_1.3.3.orig.tar.gz ossp-1.3.3/ossp-alsap.c:152:13: style: Parameter 'carg' can be declared as pointer to const. However it seems that 'alsap_mixer' is a callback function, if 'carg' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ossp-1.3.3/ossp-alsap.c:152:25: style: Parameter 'din' can be declared as pointer to const. However it seems that 'alsap_mixer' is a callback function, if 'din' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ossp-1.3.3/ossp-alsap.c:153:13: style: Parameter 'rarg' can be declared as pointer to const. However it seems that 'alsap_mixer' is a callback function, if 'rarg' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ossp-1.3.3/ossp-alsap.c:153:25: style: Parameter 'dout' can be declared as pointer to const. However it seems that 'alsap_mixer' is a callback function, if 'dout' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ossp-1.3.3/ossp-alsap.c:153:39: style: Parameter 'dout_szp' can be declared as pointer to const. However it seems that 'alsap_mixer' is a callback function, if 'dout_szp' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ossp-1.3.3/ossp-alsap.c:306:13: style: Parameter 'carg' can be declared as pointer to const. However it seems that 'alsap_flush' is a callback function, if 'carg' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ossp-1.3.3/ossp-alsap.c:306:25: style: Parameter 'din' can be declared as pointer to const. However it seems that 'alsap_flush' is a callback function, if 'din' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ossp-1.3.3/ossp-alsap.c:307:13: style: Parameter 'rarg' can be declared as pointer to const. However it seems that 'alsap_flush' is a callback function, if 'rarg' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ossp-1.3.3/ossp-alsap.c:307:25: style: Parameter 'dout' can be declared as pointer to const. However it seems that 'alsap_flush' is a callback function, if 'dout' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ossp-1.3.3/ossp-alsap.c:307:39: style: Parameter 'dout_szp' can be declared as pointer to const. However it seems that 'alsap_flush' is a callback function, if 'dout_szp' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ossp-1.3.3/ossp-padsp.c:297:50: style: Parameter 's' can be declared as pointer to const. However it seems that 'stream_underflow_callback' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ossp-1.3.3/ossp-padsp.c:304:49: style: Parameter 's' can be declared as pointer to const. However it seems that 'stream_overflow_callback' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ossp-1.3.3/ossp-padsp.c:1251:13: style: Parameter 'carg' can be declared as pointer to const. However it seems that 'padsp_flush' is a callback function, if 'carg' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ossp-1.3.3/ossp-padsp.c:1251:25: style: Parameter 'din' can be declared as pointer to const. However it seems that 'padsp_flush' is a callback function, if 'din' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ossp-1.3.3/ossp-padsp.c:1252:13: style: Parameter 'rarg' can be declared as pointer to const. However it seems that 'padsp_flush' is a callback function, if 'rarg' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ossp-1.3.3/ossp-padsp.c:1252:25: style: Parameter 'dout' can be declared as pointer to const. However it seems that 'padsp_flush' is a callback function, if 'dout' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ossp-1.3.3/ossp-padsp.c:1252:39: style: Parameter 'dout_szp' can be declared as pointer to const. However it seems that 'padsp_flush' is a callback function, if 'dout_szp' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ossp-1.3.3/ossp-padsp.c:1259:12: style: Parameter 'carg' can be declared as pointer to const. However it seems that 'padsp_post' is a callback function, if 'carg' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ossp-1.3.3/ossp-padsp.c:1259:24: style: Parameter 'din' can be declared as pointer to const. However it seems that 'padsp_post' is a callback function, if 'din' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ossp-1.3.3/ossp-padsp.c:1260:12: style: Parameter 'rarg' can be declared as pointer to const. However it seems that 'padsp_post' is a callback function, if 'rarg' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ossp-1.3.3/ossp-padsp.c:1260:24: style: Parameter 'dout' can be declared as pointer to const. However it seems that 'padsp_post' is a callback function, if 'dout' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ossp-1.3.3/ossp-padsp.c:1260:38: style: Parameter 'dout_szp' can be declared as pointer to const. However it seems that 'padsp_post' is a callback function, if 'dout_szp' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ossp-1.3.3/ossp-padsp.c:1373:24: style: Parameter 'din' can be declared as pointer to const. However it seems that 'padsp_set_trigger' is a callback function, if 'din' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ossp-1.3.3/ossp-padsp.c:1374:12: style: Parameter 'rarg' can be declared as pointer to const. However it seems that 'padsp_set_trigger' is a callback function, if 'rarg' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ossp-1.3.3/ossp-padsp.c:1374:24: style: Parameter 'dout' can be declared as pointer to const. However it seems that 'padsp_set_trigger' is a callback function, if 'dout' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ossp-1.3.3/ossp-padsp.c:1374:38: style: Parameter 'dout_szp' can be declared as pointer to const. However it seems that 'padsp_set_trigger' is a callback function, if 'dout_szp' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ossp-1.3.3/osspd.c:862:27: style: Parameter 'fi' can be declared as pointer to const. However it seems that 'mixer_ioctl' is a callback function, if 'fi' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ossp-1.3.3/osspd.c:877:66: style: Parameter 'fi' can be declared as pointer to const. However it seems that 'mixer_release' is a callback function, if 'fi' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ossp-1.3.3/osspd.c:1408:64: style: Parameter 'fi' can be declared as pointer to const. However it seems that 'dsp_release' is a callback function, if 'fi' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ossp-1.3.3/osspd.c:1421:31: style: Parameter 'fi' can be declared as pointer to const. However it seems that 'dsp_read' is a callback function, if 'fi' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ossp-1.3.3/osspd.c:1462:32: style: Parameter 'fi' can be declared as pointer to const. However it seems that 'dsp_write' is a callback function, if 'fi' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ossp-1.3.3/osspd.c:1494:61: style: Parameter 'fi' can be declared as pointer to const. However it seems that 'dsp_poll' is a callback function, if 'fi' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ossp-1.3.3/osspd.c:1524:32: style: Parameter 'fi' can be declared as pointer to const. However it seems that 'dsp_ioctl' is a callback function, if 'fi' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/o/ostree/ostree_2025.6.orig.tar.xz libostree-2025.6/src/libostree/ostree-blob-reader-pem.c:55:50: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'ostree_blob_reader_pem_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] libostree-2025.6/src/libostree/ostree-blob-reader-pem.c:72:50: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'ostree_blob_reader_pem_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] libostree-2025.6/src/libostree/ostree-bootloader-aboot.c:59:54: style: Parameter 'bootloader' can be declared as pointer to const. However it seems that '_ostree_bootloader_aboot_get_name' is a callback function, if 'bootloader' is declared with const you might also need to cast function pointer(s). [constParameterCallback] libostree-2025.6/src/libostree/ostree-bootloader-grub2.c:168:54: style: Parameter 'bootloader' can be declared as pointer to const. However it seems that '_ostree_bootloader_grub2_get_name' is a callback function, if 'bootloader' is declared with const you might also need to cast function pointer(s). [constParameterCallback] libostree-2025.6/src/libostree/ostree-bootloader-uboot.c:61:54: style: Parameter 'bootloader' can be declared as pointer to const. However it seems that '_ostree_bootloader_uboot_get_name' is a callback function, if 'bootloader' is declared with const you might also need to cast function pointer(s). [constParameterCallback] libostree-2025.6/src/libostree/ostree-chain-input-stream.c:75:53: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'ostree_chain_input_stream_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] libostree-2025.6/src/libostree/ostree-chain-input-stream.c:94:53: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'ostree_chain_input_stream_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] libostree-2025.6/src/libostree/ostree-checksum-input-stream.c:70:56: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'ostree_checksum_input_stream_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] libostree-2025.6/src/libostree/ostree-checksum-input-stream.c:89:56: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'ostree_checksum_input_stream_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] libostree-2025.6/src/libostree/ostree-bootloader-zipl.c:79:53: style: Parameter 'bootloader' can be declared as pointer to const. However it seems that '_ostree_bootloader_zipl_get_name' is a callback function, if 'bootloader' is declared with const you might also need to cast function pointer(s). [constParameterCallback] libostree-2025.6/src/libostree/ostree-bootloader-syslinux.c:58:57: style: Parameter 'bootloader' can be declared as pointer to const. However it seems that '_ostree_bootloader_syslinux_get_name' is a callback function, if 'bootloader' is declared with const you might also need to cast function pointer(s). [constParameterCallback] libostree-2025.6/src/libostree/ostree-libarchive-input-stream.c:82:58: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'ostree_libarchive_input_stream_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] libostree-2025.6/src/libostree/ostree-libarchive-input-stream.c:101:58: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'ostree_libarchive_input_stream_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] libostree-2025.6/src/libostree/ostree-libarchive-input-stream.c:156:53: style: Parameter 'stream' can be declared as pointer to const. However it seems that 'ostree_libarchive_input_stream_close' is a callback function, if 'stream' is declared with const you might also need to cast function pointer(s). [constParameterCallback] libostree-2025.6/src/libostree/ostree-libarchive-input-stream.c:156:75: style: Parameter 'cancellable' can be declared as pointer to const. However it seems that 'ostree_libarchive_input_stream_close' is a callback function, if 'cancellable' is declared with const you might also need to cast function pointer(s). [constParameterCallback] libostree-2025.6/src/libostree/ostree-lzma-compressor.c:77:51: style: Parameter 'pspec' can be declared as pointer to const. However it seems that '_ostree_lzma_compressor_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] libostree-2025.6/src/libostree/ostree-lzma-compressor.c:95:51: style: Parameter 'pspec' can be declared as pointer to const. However it seems that '_ostree_lzma_compressor_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] libostree-2025.6/src/libostree/ostree-repo-file-enumerator.c:127:53: style: Parameter 'enumerator' can be declared as pointer to const. However it seems that 'ostree_repo_file_enumerator_close' is a callback function, if 'enumerator' is declared with const you might also need to cast function pointer(s). [constParameterCallback] libostree-2025.6/src/libostree/ostree-repo-file-enumerator.c:127:79: style: Parameter 'cancellable' can be declared as pointer to const. However it seems that 'ostree_repo_file_enumerator_close' is a callback function, if 'cancellable' is declared with const you might also need to cast function pointer(s). [constParameterCallback] libostree-2025.6/src/libostree/ostree-repo-file.c:463:36: style: Parameter 'file' can be declared as pointer to const. However it seems that 'ostree_repo_file_is_native' is a callback function, if 'file' is declared with const you might also need to cast function pointer(s). [constParameterCallback] libostree-2025.6/src/libostree/ostree-repo-file.c:469:41: style: Parameter 'file' can be declared as pointer to const. However it seems that 'ostree_repo_file_has_uri_scheme' is a callback function, if 'file' is declared with const you might also need to cast function pointer(s). [constParameterCallback] libostree-2025.6/src/libostree/ostree-repo-file.c:475:41: style: Parameter 'file' can be declared as pointer to const. However it seems that 'ostree_repo_file_get_uri_scheme' is a callback function, if 'file' is declared with const you might also need to cast function pointer(s). [constParameterCallback] libostree-2025.6/src/libostree/ostree-repo-file.c:919:52: style: Parameter 'file' can be declared as pointer to const. However it seems that 'ostree_repo_file_query_settable_attributes' is a callback function, if 'file' is declared with const you might also need to cast function pointer(s). [constParameterCallback] libostree-2025.6/src/libostree/ostree-repo-file.c:919:72: style: Parameter 'cancellable' can be declared as pointer to const. However it seems that 'ostree_repo_file_query_settable_attributes' is a callback function, if 'cancellable' is declared with const you might also need to cast function pointer(s). [constParameterCallback] libostree-2025.6/src/libostree/ostree-repo-file.c:925:52: style: Parameter 'file' can be declared as pointer to const. However it seems that 'ostree_repo_file_query_writable_namespaces' is a callback function, if 'file' is declared with const you might also need to cast function pointer(s). [constParameterCallback] libostree-2025.6/src/libostree/ostree-repo-file.c:925:72: style: Parameter 'cancellable' can be declared as pointer to const. However it seems that 'ostree_repo_file_query_writable_namespaces' is a callback function, if 'cancellable' is declared with const you might also need to cast function pointer(s). [constParameterCallback] libostree-2025.6/src/libostree/ostree-sign-dummy.c:137:45: style: Parameter 'self' can be declared as pointer to const. However it seems that 'ostree_sign_dummy_metadata_key' is a callback function, if 'self' is declared with const you might also need to cast function pointer(s). [constParameterCallback] libostree-2025.6/src/libostree/ostree-sign-dummy.c:144:48: style: Parameter 'self' can be declared as pointer to const. However it seems that 'ostree_sign_dummy_metadata_format' is a callback function, if 'self' is declared with const you might also need to cast function pointer(s). [constParameterCallback] libostree-2025.6/src/libostree/ostree-sign-dummy.c:151:58: style: Parameter 'data' can be declared as pointer to const. However it seems that 'ostree_sign_dummy_data_verify' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] libostree-2025.6/src/libostree/ostree-sepolicy.c:104:43: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'ostree_sepolicy_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] libostree-2025.6/src/libostree/ostree-sepolicy.c:138:90: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'ostree_sepolicy_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] libostree-2025.6/src/libostree/ostree-sepolicy.c:351:27: style: Parameter 'initable' can be declared as pointer to const. However it seems that 'initable_init' is a callback function, if 'initable' is declared with const you might also need to cast function pointer(s). [constParameterCallback] libostree-2025.6/src/libostree/ostree-sepolicy.c:351:51: style: Parameter 'cancellable' can be declared as pointer to const. However it seems that 'initable_init' is a callback function, if 'cancellable' is declared with const you might also need to cast function pointer(s). [constParameterCallback] libostree-2025.6/src/libostree/ostree-sign-spki.c:273:44: style: Parameter 'self' can be declared as pointer to const. However it seems that 'ostree_sign_spki_metadata_key' is a callback function, if 'self' is declared with const you might also need to cast function pointer(s). [constParameterCallback] libostree-2025.6/src/libostree/ostree-sign-spki.c:280:47: style: Parameter 'self' can be declared as pointer to const. However it seems that 'ostree_sign_spki_metadata_format' is a callback function, if 'self' is declared with const you might also need to cast function pointer(s). [constParameterCallback] libostree-2025.6/src/libostree/ostree-sysroot-upgrader.c:172:51: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'ostree_sysroot_upgrader_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] libostree-2025.6/src/libostree/ostree-sysroot-upgrader.c:195:51: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'ostree_sysroot_upgrader_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] libostree-2025.6/src/ostree/ot-admin-functions.c:92:35: style: Parameter 'user_data' can be declared as pointer to const. However it seems that 'on_sysroot_lock_timeout' is a callback function, if 'user_data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] libostree-2025.6/src/ostree/ot-builtin-pull-local.c:77:63: style: Parameter 'progress' can be declared as pointer to const. However it seems that 'noninteractive_console_progress_changed' is a callback function, if 'progress' is declared with const you might also need to cast function pointer(s). [constParameterCallback] libostree-2025.6/src/ostree/ot-builtin-pull-local.c:77:82: style: Parameter 'user_data' can be declared as pointer to const. However it seems that 'noninteractive_console_progress_changed' is a callback function, if 'user_data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] libostree-2025.6/src/ostree/ot-builtin-refs.c:56:42: style: Parameter 'a' can be declared as pointer to const. However it seems that 'collection_ref_cmp' is a callback function, if 'a' is declared with const you might also need to cast function pointer(s). [constParameterCallback] libostree-2025.6/src/ostree/ot-builtin-refs.c:56:66: style: Parameter 'b' can be declared as pointer to const. However it seems that 'collection_ref_cmp' is a callback function, if 'b' is declared with const you might also need to cast function pointer(s). [constParameterCallback] libostree-2025.6/src/ostree/ot-builtin-pull.c:182:63: style: Parameter 'progress' can be declared as pointer to const. However it seems that 'noninteractive_console_progress_changed' is a callback function, if 'progress' is declared with const you might also need to cast function pointer(s). [constParameterCallback] libostree-2025.6/src/ostree/ot-builtin-pull.c:182:82: style: Parameter 'user_data' can be declared as pointer to const. However it seems that 'noninteractive_console_progress_changed' is a callback function, if 'user_data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] libostree-2025.6/src/ostree/ot-main.c:137:27: style: Parameter 'user_data' can be declared as pointer to const. However it seems that 'message_handler' is a callback function, if 'user_data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] libostree-2025.6/src/ostree/ot-main.c:553:40: style: Parameter 'sysroot' can be declared as pointer to const. However it seems that 'on_sysroot_journal_msg' is a callback function, if 'sysroot' is declared with const you might also need to cast function pointer(s). [constParameterCallback] libostree-2025.6/src/ostree/ot-main.c:553:72: style: Parameter 'dummy' can be declared as pointer to const. However it seems that 'on_sysroot_journal_msg' is a callback function, if 'dummy' is declared with const you might also need to cast function pointer(s). [constParameterCallback] libostree-2025.6/tests/test-bsdiff.c:41:37: style: Parameter 'stream' can be declared as pointer to const. However it seems that 'bzdiff_write' is a callback function, if 'stream' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/o/otb/otb_8.1.1+dfsg.orig.tar.xz Modules/Visualization/Ice/src/otbGlVectorActor.cxx:52:62: style: Parameter 'coords' can be declared as const array. However it seems that 'TesselationCombineCallback' is a callback function, if 'coords' is declared with const you might also need to cast function pointer(s). [constParameterCallback] Modules/Visualization/Ice/src/otbGlVectorActor.cxx:85:48: style: Parameter 'data' can be declared as pointer to const. However it seems that 'VertexCallback' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/o/otf/otf_1.12.5+dfsg.orig.tar.gz otf-1.12.5+dfsg/otfauxlib/OTFAUX_Stack.h:24:20: style: Parameter 'stack' can be declared as pointer to const. However it seems that 'stack_next' is a callback function, if 'stack' is declared with const you might also need to cast function pointer(s). [constParameterCallback] otf-1.12.5+dfsg/otfauxlib/OTFAUX_Stack.h:31:20: style: Parameter 'stack' can be declared as pointer to const. However it seems that 'stack_prev' is a callback function, if 'stack' is declared with const you might also need to cast function pointer(s). [constParameterCallback] otf-1.12.5+dfsg/otfauxlib/OTFAUX_Stack.h:58:21: style: Parameter 'stack' can be declared as pointer to const. However it seems that 'stack_empty' is a callback function, if 'stack' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/o/otf2/otf2_3.1.1.orig.tar.xz otf2-3.1.1/doc/examples/otf2_mpi_reader_example.c:48:34: style: Parameter 'userData' can be declared as pointer to const. However it seems that 'Enter_print' is a callback function, if 'userData' is declared with const you might also need to cast function pointer(s). [constParameterCallback] otf2-3.1.1/doc/examples/otf2_mpi_reader_example.c:49:34: style: Parameter 'attributes' can be declared as pointer to const. However it seems that 'Enter_print' is a callback function, if 'attributes' is declared with const you might also need to cast function pointer(s). [constParameterCallback] otf2-3.1.1/doc/examples/otf2_mpi_reader_example.c:61:34: style: Parameter 'userData' can be declared as pointer to const. However it seems that 'Leave_print' is a callback function, if 'userData' is declared with const you might also need to cast function pointer(s). [constParameterCallback] otf2-3.1.1/doc/examples/otf2_mpi_reader_example.c:62:34: style: Parameter 'attributes' can be declared as pointer to const. However it seems that 'Leave_print' is a callback function, if 'attributes' is declared with const you might also need to cast function pointer(s). [constParameterCallback] otf2-3.1.1/doc/examples/otf2_openmp_writer_example.c:50:29: style: Parameter 'userData' can be declared as pointer to const. However it seems that 'pre_flush' is a callback function, if 'userData' is declared with const you might also need to cast function pointer(s). [constParameterCallback] otf2-3.1.1/doc/examples/otf2_openmp_writer_example.c:53:29: style: Parameter 'callerData' can be declared as pointer to const. However it seems that 'pre_flush' is a callback function, if 'callerData' is declared with const you might also need to cast function pointer(s). [constParameterCallback] otf2-3.1.1/doc/examples/otf2_openmp_writer_example.c:60:30: style: Parameter 'userData' can be declared as pointer to const. However it seems that 'post_flush' is a callback function, if 'userData' is declared with const you might also need to cast function pointer(s). [constParameterCallback] otf2-3.1.1/doc/examples/otf2_openmp_reader_example.c:45:34: style: Parameter 'userData' can be declared as pointer to const. However it seems that 'Enter_print' is a callback function, if 'userData' is declared with const you might also need to cast function pointer(s). [constParameterCallback] otf2-3.1.1/doc/examples/otf2_openmp_reader_example.c:46:34: style: Parameter 'attributeList' can be declared as pointer to const. However it seems that 'Enter_print' is a callback function, if 'attributeList' is declared with const you might also need to cast function pointer(s). [constParameterCallback] otf2-3.1.1/doc/examples/otf2_openmp_reader_example.c:59:34: style: Parameter 'userData' can be declared as pointer to const. However it seems that 'Leave_print' is a callback function, if 'userData' is declared with const you might also need to cast function pointer(s). [constParameterCallback] otf2-3.1.1/doc/examples/otf2_openmp_reader_example.c:60:34: style: Parameter 'attributeList' can be declared as pointer to const. However it seems that 'Leave_print' is a callback function, if 'attributeList' is declared with const you might also need to cast function pointer(s). [constParameterCallback] otf2-3.1.1/common/utils/test/cutest/CuTest.c:164:31: style: Parameter 'success' can be declared as pointer to const. However it seems that 'CuTestAllreduceInternal' is a callback function, if 'success' is declared with const you might also need to cast function pointer(s). [constParameterCallback] otf2-3.1.1/doc/examples/otf2_mpi_writer_example.c:64:29: style: Parameter 'userData' can be declared as pointer to const. However it seems that 'pre_flush' is a callback function, if 'userData' is declared with const you might also need to cast function pointer(s). [constParameterCallback] otf2-3.1.1/doc/examples/otf2_mpi_writer_example.c:67:29: style: Parameter 'callerData' can be declared as pointer to const. However it seems that 'pre_flush' is a callback function, if 'callerData' is declared with const you might also need to cast function pointer(s). [constParameterCallback] otf2-3.1.1/doc/examples/otf2_mpi_writer_example.c:74:30: style: Parameter 'userData' can be declared as pointer to const. However it seems that 'post_flush' is a callback function, if 'userData' is declared with const you might also need to cast function pointer(s). [constParameterCallback] otf2-3.1.1/doc/examples/otf2_reader_example.c:40:34: style: Parameter 'userData' can be declared as pointer to const. However it seems that 'Enter_print' is a callback function, if 'userData' is declared with const you might also need to cast function pointer(s). [constParameterCallback] otf2-3.1.1/doc/examples/otf2_reader_example.c:41:34: style: Parameter 'attributes' can be declared as pointer to const. However it seems that 'Enter_print' is a callback function, if 'attributes' is declared with const you might also need to cast function pointer(s). [constParameterCallback] otf2-3.1.1/doc/examples/otf2_reader_example.c:53:34: style: Parameter 'userData' can be declared as pointer to const. However it seems that 'Leave_print' is a callback function, if 'userData' is declared with const you might also need to cast function pointer(s). [constParameterCallback] otf2-3.1.1/doc/examples/otf2_reader_example.c:54:34: style: Parameter 'attributes' can be declared as pointer to const. However it seems that 'Leave_print' is a callback function, if 'attributes' is declared with const you might also need to cast function pointer(s). [constParameterCallback] otf2-3.1.1/doc/examples/otf2_writer_example.c:43:29: style: Parameter 'userData' can be declared as pointer to const. However it seems that 'pre_flush' is a callback function, if 'userData' is declared with const you might also need to cast function pointer(s). [constParameterCallback] otf2-3.1.1/doc/examples/otf2_writer_example.c:46:29: style: Parameter 'callerData' can be declared as pointer to const. However it seems that 'pre_flush' is a callback function, if 'callerData' is declared with const you might also need to cast function pointer(s). [constParameterCallback] otf2-3.1.1/doc/examples/otf2_writer_example.c:53:30: style: Parameter 'userData' can be declared as pointer to const. However it seems that 'post_flush' is a callback function, if 'userData' is declared with const you might also need to cast function pointer(s). [constParameterCallback] otf2-3.1.1/doc/examples/otf2_pthread_writer_example.c:57:29: style: Parameter 'userData' can be declared as pointer to const. However it seems that 'pre_flush' is a callback function, if 'userData' is declared with const you might also need to cast function pointer(s). [constParameterCallback] otf2-3.1.1/doc/examples/otf2_pthread_writer_example.c:60:29: style: Parameter 'callerData' can be declared as pointer to const. However it seems that 'pre_flush' is a callback function, if 'callerData' is declared with const you might also need to cast function pointer(s). [constParameterCallback] otf2-3.1.1/doc/examples/otf2_pthread_writer_example.c:67:30: style: Parameter 'userData' can be declared as pointer to const. However it seems that 'post_flush' is a callback function, if 'userData' is declared with const you might also need to cast function pointer(s). [constParameterCallback] otf2-3.1.1/src/otf2_attribute_value_inc.c:1911:32: style: Parameter 'mappingData' can be declared as pointer to const. However it seems that 'null_mapping' is a callback function, if 'mappingData' is declared with const you might also need to cast function pointer(s). [constParameterCallback] otf2-3.1.1/src/OTF2_SnapReader.c:445:45: style: Parameter 'mappingData' can be declared as pointer to const. However it seems that 'otf2_snap_reader_map_noop' is a callback function, if 'mappingData' is declared with const you might also need to cast function pointer(s). [constParameterCallback] otf2-3.1.1/src/otf2_collectives_serial.c:84:58: style: Parameter 'userData' can be declared as pointer to const. However it seems that 'otf2_collectives_serial_barrier' is a callback function, if 'userData' is declared with const you might also need to cast function pointer(s). [constParameterCallback] otf2-3.1.1/src/otf2_collectives_serial.c:85:58: style: Parameter 'commContext' can be declared as pointer to const. However it seems that 'otf2_collectives_serial_barrier' is a callback function, if 'commContext' is declared with const you might also need to cast function pointer(s). [constParameterCallback] otf2-3.1.1/src/otf2_collectives_serial.c:92:56: style: Parameter 'userData' can be declared as pointer to const. However it seems that 'otf2_collectives_serial_bcast' is a callback function, if 'userData' is declared with const you might also need to cast function pointer(s). [constParameterCallback] otf2-3.1.1/src/otf2_collectives_serial.c:93:56: style: Parameter 'commContext' can be declared as pointer to const. However it seems that 'otf2_collectives_serial_bcast' is a callback function, if 'commContext' is declared with const you might also need to cast function pointer(s). [constParameterCallback] otf2-3.1.1/src/otf2_collectives_serial.c:94:56: style: Parameter 'data' can be declared as pointer to const. However it seems that 'otf2_collectives_serial_bcast' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] otf2-3.1.1/src/tools/otf2_snapshots/otf2_snapshots.cpp:124:26: style: Parameter 'userData' can be declared as pointer to const. However it seems that 'pre_flush' is a callback function, if 'userData' is declared with const you might also need to cast function pointer(s). [constParameterCallback] otf2-3.1.1/src/tools/otf2_snapshots/otf2_snapshots.cpp:127:26: style: Parameter 'callerData' can be declared as pointer to const. However it seems that 'pre_flush' is a callback function, if 'callerData' is declared with const you might also need to cast function pointer(s). [constParameterCallback] otf2-3.1.1/src/tools/otf2_trace_gen/otf2_trace_gen_cct.c:1068:26: style: Parameter 'userData' can be declared as pointer to const. However it seems that 'pre_flush' is a callback function, if 'userData' is declared with const you might also need to cast function pointer(s). [constParameterCallback] otf2-3.1.1/src/tools/otf2_trace_gen/otf2_trace_gen_cct.c:1071:26: style: Parameter 'callerData' can be declared as pointer to const. However it seems that 'pre_flush' is a callback function, if 'callerData' is declared with const you might also need to cast function pointer(s). [constParameterCallback] otf2-3.1.1/src/tools/otf2_trace_gen/otf2_trace_gen_cct.c:1078:27: style: Parameter 'userData' can be declared as pointer to const. However it seems that 'post_flush' is a callback function, if 'userData' is declared with const you might also need to cast function pointer(s). [constParameterCallback] otf2-3.1.1/src/tools/otf2_trace_gen/otf2_trace_gen_pthread.c:629:26: style: Parameter 'userData' can be declared as pointer to const. However it seems that 'pre_flush' is a callback function, if 'userData' is declared with const you might also need to cast function pointer(s). [constParameterCallback] otf2-3.1.1/src/tools/otf2_trace_gen/otf2_trace_gen_pthread.c:632:26: style: Parameter 'callerData' can be declared as pointer to const. However it seems that 'pre_flush' is a callback function, if 'callerData' is declared with const you might also need to cast function pointer(s). [constParameterCallback] otf2-3.1.1/src/tools/otf2_trace_gen/otf2_trace_gen_pthread.c:639:27: style: Parameter 'userData' can be declared as pointer to const. However it seems that 'post_flush' is a callback function, if 'userData' is declared with const you might also need to cast function pointer(s). [constParameterCallback] otf2-3.1.1/src/tools/otf2_trace_gen/otf2_trace_gen_cuda.cpp:1072:26: style: Parameter 'userData' can be declared as pointer to const. However it seems that 'pre_flush' is a callback function, if 'userData' is declared with const you might also need to cast function pointer(s). [constParameterCallback] otf2-3.1.1/src/tools/otf2_trace_gen/otf2_trace_gen_cuda.cpp:1075:26: style: Parameter 'callerData' can be declared as pointer to const. However it seems that 'pre_flush' is a callback function, if 'callerData' is declared with const you might also need to cast function pointer(s). [constParameterCallback] otf2-3.1.1/src/tools/otf2_trace_gen/otf2_trace_gen_cuda.cpp:1082:27: style: Parameter 'userData' can be declared as pointer to const. However it seems that 'post_flush' is a callback function, if 'userData' is declared with const you might also need to cast function pointer(s). [constParameterCallback] otf2-3.1.1/src/tools/otf2_trace_gen/otf2_trace_gen.c:1785:26: style: Parameter 'userData' can be declared as pointer to const. However it seems that 'pre_flush' is a callback function, if 'userData' is declared with const you might also need to cast function pointer(s). [constParameterCallback] otf2-3.1.1/src/tools/otf2_trace_gen/otf2_trace_gen.c:1788:26: style: Parameter 'callerData' can be declared as pointer to const. However it seems that 'pre_flush' is a callback function, if 'callerData' is declared with const you might also need to cast function pointer(s). [constParameterCallback] otf2-3.1.1/src/tools/otf2_trace_gen/otf2_trace_gen.c:1795:27: style: Parameter 'userData' can be declared as pointer to const. However it seems that 'post_flush' is a callback function, if 'userData' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/o/otpclient/otpclient_4.0.2.orig.tar.gz OTPClient-4.0.2/src/gui/app.c:315:30: style: Parameter 'event_key' can be declared as pointer to const. However it seems that 'key_pressed_cb' is a callback function, if 'event_key' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/o/ots/ots_0.5.0.orig.tar.gz ots-0.5.0/src/wordlist.c:86:35: style: Parameter 'node1' can be declared as pointer to const. However it seems that 'ots_sort_handler' is a callback function, if 'node1' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ots-0.5.0/src/wordlist.c:86:58: style: Parameter 'node2' can be declared as pointer to const. However it seems that 'ots_sort_handler' is a callback function, if 'node2' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/o/outguess/outguess_0.4.orig.tar.gz outguess-0.4/src/jpeg-6b-steg/jcdctmgr.c:182:58: style: Parameter 'compptr' can be declared as pointer to const. However it seems that 'forward_DCT' is a callback function, if 'compptr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] outguess-0.4/src/jpeg-6b-steg/jcdctmgr.c:272:64: style: Parameter 'compptr' can be declared as pointer to const. However it seems that 'forward_DCT_float' is a callback function, if 'compptr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] outguess-0.4/src/jpeg-6b-steg/jcsample.c:140:61: style: Parameter 'compptr' can be declared as pointer to const. However it seems that 'int_downsample' is a callback function, if 'compptr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] outguess-0.4/src/jpeg-6b-steg/jcsample.c:187:66: style: Parameter 'compptr' can be declared as pointer to const. However it seems that 'fullsize_downsample' is a callback function, if 'compptr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] outguess-0.4/src/jpeg-6b-steg/jcsample.c:212:62: style: Parameter 'compptr' can be declared as pointer to const. However it seems that 'h2v1_downsample' is a callback function, if 'compptr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] outguess-0.4/src/jpeg-6b-steg/jcsample.c:249:62: style: Parameter 'compptr' can be declared as pointer to const. However it seems that 'h2v2_downsample' is a callback function, if 'compptr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] outguess-0.4/src/jpeg-6b-steg/jcsample.c:292:69: style: Parameter 'compptr' can be declared as pointer to const. However it seems that 'h2v2_smooth_downsample' is a callback function, if 'compptr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] outguess-0.4/src/jpeg-6b-steg/jcsample.c:392:72: style: Parameter 'compptr' can be declared as pointer to const. However it seems that 'fullsize_smooth_downsample' is a callback function, if 'compptr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] outguess-0.4/src/jpeg-6b-steg/jdsample.c:189:61: style: Parameter 'compptr' can be declared as pointer to const. However it seems that 'int_upsample' is a callback function, if 'compptr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] outguess-0.4/src/jpeg-6b-steg/jdsample.c:304:68: style: Parameter 'compptr' can be declared as pointer to const. However it seems that 'h2v1_fancy_upsample' is a callback function, if 'compptr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] outguess-0.4/src/jpeg-6b-steg/jdsample.c:345:68: style: Parameter 'compptr' can be declared as pointer to const. However it seems that 'h2v2_fancy_upsample' is a callback function, if 'compptr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] outguess-0.4/src/jpeg-6b-steg/jmemansi.c:111:19: style: Parameter 'buffer_address' can be declared as pointer to const. However it seems that 'write_backing_store' is a callback function, if 'buffer_address' is declared with const you might also need to cast function pointer(s). [constParameterCallback] outguess-0.4/src/jpeg-6b-steg/jmemname.c:218:19: style: Parameter 'buffer_address' can be declared as pointer to const. However it seems that 'write_backing_store' is a callback function, if 'buffer_address' is declared with const you might also need to cast function pointer(s). [constParameterCallback] outguess-0.4/src/jpg.c:349:25: style: Parameter 'parameter' can be declared as pointer to const. However it seems that 'init_JPEG_handler' is a callback function, if 'parameter' is declared with const you might also need to cast function pointer(s). [constParameterCallback] outguess-0.4/src/pnm.c:65:16: style: Parameter 'parameter' can be declared as pointer to const. However it seems that 'init_pnm' is a callback function, if 'parameter' is declared with const you might also need to cast function pointer(s). [constParameterCallback] outguess-0.4/src/pnm.c:270:30: style: Parameter 'image' can be declared as pointer to const. However it seems that 'write_pnm' is a callback function, if 'image' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/o/ovito/ovito_3.13.1~ds.orig.tar.xz ovito-v3.13.1/src/3rdparty/xdrfile/xdrfile.c:2562:39: style: Parameter 'lp' can be declared as pointer to const. However it seems that 'xdrstdio_putlong' is a callback function, if 'lp' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ovito-v3.13.1/src/3rdparty/xdrfile/xdrfile.c:2581:37: style: Parameter 'addr' can be declared as pointer to const. However it seems that 'xdrstdio_putbytes' is a callback function, if 'addr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ovito-v3.13.1/src/ovito/mesh/util/polytess/tess.c:54:42: style: Parameter 'data' can be declared as pointer to const. However it seems that 'noVertex' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ovito-v3.13.1/src/ovito/mesh/util/polytess/tess.c:57:44: style: Parameter 'coords' can be declared as const array. However it seems that 'noCombine' is a callback function, if 'coords' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ovito-v3.13.1/src/ovito/mesh/util/polytess/tess.c:57:61: style: Parameter 'data' can be declared as const array. However it seems that 'noCombine' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ovito-v3.13.1/src/ovito/mesh/util/polytess/tess.c:58:15: style: Parameter 'weight' can be declared as const array. However it seems that 'noCombine' is a callback function, if 'weight' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ovito-v3.13.1/src/ovito/mesh/util/polytess/tess.c:59:43: style: Parameter 'mesh' can be declared as pointer to const. However it seems that 'noMesh' is a callback function, if 'mesh' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ovito-v3.13.1/src/ovito/mesh/util/polytess/tess.c:63:17: style: Parameter 'polygonData' can be declared as pointer to const. However it seems that '__gl_noBeginData' is a callback function, if 'polygonData' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ovito-v3.13.1/src/ovito/mesh/util/polytess/tess.c:65:18: style: Parameter 'polygonData' can be declared as pointer to const. However it seems that '__gl_noEdgeFlagData' is a callback function, if 'polygonData' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ovito-v3.13.1/src/ovito/mesh/util/polytess/tess.c:66:44: style: Parameter 'data' can be declared as pointer to const. However it seems that '__gl_noVertexData' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ovito-v3.13.1/src/ovito/mesh/util/polytess/tess.c:67:18: style: Parameter 'polygonData' can be declared as pointer to const. However it seems that '__gl_noVertexData' is a callback function, if 'polygonData' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ovito-v3.13.1/src/ovito/mesh/util/polytess/tess.c:68:41: style: Parameter 'polygonData' can be declared as pointer to const. However it seems that '__gl_noEndData' is a callback function, if 'polygonData' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ovito-v3.13.1/src/ovito/mesh/util/polytess/tess.c:70:17: style: Parameter 'polygonData' can be declared as pointer to const. However it seems that '__gl_noErrorData' is a callback function, if 'polygonData' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ovito-v3.13.1/src/ovito/mesh/util/polytess/tess.c:71:46: style: Parameter 'coords' can be declared as const array. However it seems that '__gl_noCombineData' is a callback function, if 'coords' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ovito-v3.13.1/src/ovito/mesh/util/polytess/tess.c:72:19: style: Parameter 'data' can be declared as const array. However it seems that '__gl_noCombineData' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ovito-v3.13.1/src/ovito/mesh/util/polytess/tess.c:73:19: style: Parameter 'weight' can be declared as const array. However it seems that '__gl_noCombineData' is a callback function, if 'weight' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ovito-v3.13.1/src/ovito/mesh/util/polytess/tess.c:75:19: style: Parameter 'polygonData' can be declared as pointer to const. However it seems that '__gl_noCombineData' is a callback function, if 'polygonData' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/o/ovn/ovn_25.03.0.orig.tar.xz ovn-25.03.0/controller/route-table-notify.c:135:51: style: Parameter 'OVS_UNUSED' can be declared as pointer to const. However it seems that 'route_table_change' is a callback function, if 'OVS_UNUSED' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ovn-25.03.0/utilities/ovn-debug.c:116:35: style: Parameter 'OVS_UNUSED' can be declared as pointer to const. However it seems that 'help' is a callback function, if 'OVS_UNUSED' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ovn-25.03.0/utilities/ovn-ic-nbctl.c:407:39: style: Parameter 'OVS_UNUSED' can be declared as pointer to const. However it seems that 'ic_nbctl_init' is a callback function, if 'OVS_UNUSED' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ovn-25.03.0/utilities/ovn-ic-nbctl.c:412:44: style: Parameter 'OVS_UNUSED' can be declared as pointer to const. However it seems that 'ic_nbctl_pre_sync' is a callback function, if 'OVS_UNUSED' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ovn-25.03.0/utilities/ovn-ic-sbctl.c:363:39: style: Parameter 'OVS_UNUSED' can be declared as pointer to const. However it seems that 'ic_sbctl_init' is a callback function, if 'OVS_UNUSED' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ovn-25.03.0/tests/test-ovn.c:368:46: style: Parameter 'OVS_UNUSED' can be declared as pointer to const. However it seems that 'test_parse_expr' is a callback function, if 'OVS_UNUSED' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ovn-25.03.0/tests/test-ovn.c:374:49: style: Parameter 'OVS_UNUSED' can be declared as pointer to const. However it seems that 'test_annotate_expr' is a callback function, if 'OVS_UNUSED' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ovn-25.03.0/tests/test-ovn.c:380:49: style: Parameter 'OVS_UNUSED' can be declared as pointer to const. However it seems that 'test_simplify_expr' is a callback function, if 'OVS_UNUSED' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ovn-25.03.0/tests/test-ovn.c:386:50: style: Parameter 'OVS_UNUSED' can be declared as pointer to const. However it seems that 'test_normalize_expr' is a callback function, if 'OVS_UNUSED' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ovn-25.03.0/tests/test-ovn.c:392:49: style: Parameter 'OVS_UNUSED' can be declared as pointer to const. However it seems that 'test_expr_to_flows' is a callback function, if 'OVS_UNUSED' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ovn-25.03.0/tests/test-ovn.c:549:43: style: Parameter 'ctx' can be declared as pointer to const. However it seems that 'test_composition' is a callback function, if 'ctx' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ovn-25.03.0/tests/test-ovn.c:666:42: style: Parameter 'ctx' can be declared as pointer to const. However it seems that 'test_tree_shape' is a callback function, if 'ctx' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/o/owfs/owfs_3.2p4+dfsg1.orig.tar.xz owfs-3.2p4/module/owlib/src/c/ow_browse_resolve.c:83:50: style: Parameter 'trial' can be declared as pointer to const. However it seems that 'Zero_nomatch' is a callback function, if 'trial' is declared with const you might also need to cast function pointer(s). [constParameterCallback] owfs-3.2p4/module/owlib/src/c/ow_del_inflight.c:48:54: style: Parameter 'trial' can be declared as pointer to const. However it seems that 'Default_nomatch' is a callback function, if 'trial' is declared with const you might also need to cast function pointer(s). [constParameterCallback] owfs-3.2p4/module/owlib/src/c/ow_del_inflight.c:48:78: style: Parameter 'existing' can be declared as pointer to const. However it seems that 'Default_nomatch' is a callback function, if 'existing' is declared with const you might also need to cast function pointer(s). [constParameterCallback] owfs-3.2p4/module/owlib/src/c/ow_ds1wm.c:504:47: style: Parameter 'in' can be declared as pointer to const. However it seems that 'DS1WM_close' is a callback function, if 'in' is declared with const you might also need to cast function pointer(s). [constParameterCallback] owfs-3.2p4/module/owlib/src/c/ow_external.c:48:45: style: Parameter 'pin' can be declared as pointer to const. However it seems that 'External_detect' is a callback function, if 'pin' is declared with const you might also need to cast function pointer(s). [constParameterCallback] owfs-3.2p4/module/owlib/src/c/ow_lcd.c:429:91: style: Parameter 'pn' can be declared as pointer to const. However it seems that 'OW_r_memory' is a callback function, if 'pn' is declared with const you might also need to cast function pointer(s). [constParameterCallback] owfs-3.2p4/module/owlib/src/c/ow_lcd.c:444:39: style: Parameter 'data' can be declared as pointer to const. However it seems that 'OW_w_memory' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] owfs-3.2p4/module/owlib/src/c/ow_lcd.c:444:91: style: Parameter 'pn' can be declared as pointer to const. However it seems that 'OW_w_memory' is a callback function, if 'pn' is declared with const you might also need to cast function pointer(s). [constParameterCallback] owfs-3.2p4/module/owlib/src/c/ow_k1wm.c:396:46: style: Parameter 'in' can be declared as pointer to const. However it seems that 'K1WM_close' is a callback function, if 'in' is declared with const you might also need to cast function pointer(s). [constParameterCallback] owfs-3.2p4/module/owlib/src/c/ow_masterhub.c:209:46: style: Parameter 'pin' can be declared as pointer to const. However it seems that 'MasterHub_detect' is a callback function, if 'pin' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/p11-kit/p11-kit_0.25.5.orig.tar.xz p11-kit-0.25.5/common/mock.c:913:55: style: Parameter 'self' can be declared as pointer to const. However it seems that 'mock_X_InitToken__invalid_slotid' is a callback function, if 'self' is declared with const you might also need to cast function pointer(s). [constParameterCallback] p11-kit-0.25.5/common/mock.c:1050:58: style: Parameter 'self' can be declared as pointer to const. However it seems that 'mock_X_CloseSession__invalid_handle' is a callback function, if 'self' is declared with const you might also need to cast function pointer(s). [constParameterCallback] p11-kit-0.25.5/common/mock.c:1075:62: style: Parameter 'self' can be declared as pointer to const. However it seems that 'mock_X_CloseAllSessions__invalid_slotid' is a callback function, if 'self' is declared with const you might also need to cast function pointer(s). [constParameterCallback] p11-kit-0.25.5/common/mock.c:1187:53: style: Parameter 'self' can be declared as pointer to const. However it seems that 'mock_X_InitPIN__invalid_handle' is a callback function, if 'self' is declared with const you might also need to cast function pointer(s). [constParameterCallback] p11-kit-0.25.5/common/mock.c:1235:52: style: Parameter 'self' can be declared as pointer to const. However it seems that 'mock_X_SetPIN__invalid_handle' is a callback function, if 'self' is declared with const you might also need to cast function pointer(s). [constParameterCallback] p11-kit-0.25.5/common/mock.c:1280:63: style: Parameter 'self' can be declared as pointer to const. However it seems that 'mock_X_GetOperationState__invalid_handle' is a callback function, if 'self' is declared with const you might also need to cast function pointer(s). [constParameterCallback] p11-kit-0.25.5/common/mock.c:1323:63: style: Parameter 'self' can be declared as pointer to const. However it seems that 'mock_X_SetOperationState__invalid_handle' is a callback function, if 'self' is declared with const you might also need to cast function pointer(s). [constParameterCallback] p11-kit-0.25.5/common/mock.c:1382:51: style: Parameter 'self' can be declared as pointer to const. However it seems that 'mock_X_Login__invalid_handle' is a callback function, if 'self' is declared with const you might also need to cast function pointer(s). [constParameterCallback] p11-kit-0.25.5/common/mock.c:1415:52: style: Parameter 'self' can be declared as pointer to const. However it seems that 'mock_X_Logout__invalid_handle' is a callback function, if 'self' is declared with const you might also need to cast function pointer(s). [constParameterCallback] p11-kit-0.25.5/common/mock.c:1571:59: style: Parameter 'self' can be declared as pointer to const. However it seems that 'mock_X_DestroyObject__invalid_handle' is a callback function, if 'self' is declared with const you might also need to cast function pointer(s). [constParameterCallback] p11-kit-0.25.5/common/mock.c:1744:63: style: Parameter 'self' can be declared as pointer to const. However it seems that 'mock_X_GetAttributeValue__invalid_handle' is a callback function, if 'self' is declared with const you might also need to cast function pointer(s). [constParameterCallback] p11-kit-0.25.5/common/mock.c:1812:63: style: Parameter 'self' can be declared as pointer to const. However it seems that 'mock_X_SetAttributeValue__invalid_handle' is a callback function, if 'self' is declared with const you might also need to cast function pointer(s). [constParameterCallback] p11-kit-0.25.5/common/mock.c:1905:61: style: Parameter 'self' can be declared as pointer to const. However it seems that 'mock_X_FindObjectsInit__invalid_handle' is a callback function, if 'self' is declared with const you might also need to cast function pointer(s). [constParameterCallback] p11-kit-0.25.5/common/mock.c:2013:62: style: Parameter 'self' can be declared as pointer to const. However it seems that 'mock_X_FindObjectsFinal__invalid_handle' is a callback function, if 'self' is declared with const you might also need to cast function pointer(s). [constParameterCallback] p11-kit-0.25.5/common/mock.c:2062:57: style: Parameter 'self' can be declared as pointer to const. However it seems that 'mock_X_EncryptInit__invalid_handle' is a callback function, if 'self' is declared with const you might also need to cast function pointer(s). [constParameterCallback] p11-kit-0.25.5/common/mock.c:2273:57: style: Parameter 'self' can be declared as pointer to const. However it seems that 'mock_X_DecryptInit__invalid_handle' is a callback function, if 'self' is declared with const you might also need to cast function pointer(s). [constParameterCallback] p11-kit-0.25.5/common/mock.c:2481:56: style: Parameter 'self' can be declared as pointer to const. However it seems that 'mock_X_DigestInit__invalid_handle' is a callback function, if 'self' is declared with const you might also need to cast function pointer(s). [constParameterCallback] p11-kit-0.25.5/common/mock.c:2570:58: style: Parameter 'self' can be declared as pointer to const. However it seems that 'mock_X_DigestUpdate__invalid_handle' is a callback function, if 'self' is declared with const you might also need to cast function pointer(s). [constParameterCallback] p11-kit-0.25.5/common/mock.c:2606:55: style: Parameter 'self' can be declared as pointer to const. However it seems that 'mock_X_DigestKey__invalid_handle' is a callback function, if 'self' is declared with const you might also need to cast function pointer(s). [constParameterCallback] p11-kit-0.25.5/common/mock.c:2778:54: style: Parameter 'self' can be declared as pointer to const. However it seems that 'mock_X_SignInit__invalid_handle' is a callback function, if 'self' is declared with const you might also need to cast function pointer(s). [constParameterCallback] p11-kit-0.25.5/common/mock.c:2979:61: style: Parameter 'self' can be declared as pointer to const. However it seems that 'mock_X_SignRecoverInit__invalid_handle' is a callback function, if 'self' is declared with const you might also need to cast function pointer(s). [constParameterCallback] p11-kit-0.25.5/common/mock.c:3090:56: style: Parameter 'self' can be declared as pointer to const. However it seems that 'mock_X_VerifyInit__invalid_handle' is a callback function, if 'self' is declared with const you might also need to cast function pointer(s). [constParameterCallback] p11-kit-0.25.5/common/mock.c:3125:52: style: Parameter 'self' can be declared as pointer to const. However it seems that 'mock_X_Verify__invalid_handle' is a callback function, if 'self' is declared with const you might also need to cast function pointer(s). [constParameterCallback] p11-kit-0.25.5/common/mock.c:3164:58: style: Parameter 'self' can be declared as pointer to const. However it seems that 'mock_X_VerifyUpdate__invalid_handle' is a callback function, if 'self' is declared with const you might also need to cast function pointer(s). [constParameterCallback] p11-kit-0.25.5/common/mock.c:3221:57: style: Parameter 'self' can be declared as pointer to const. However it seems that 'mock_X_VerifyFinal__invalid_handle' is a callback function, if 'self' is declared with const you might also need to cast function pointer(s). [constParameterCallback] p11-kit-0.25.5/common/mock.c:3262:63: style: Parameter 'self' can be declared as pointer to const. However it seems that 'mock_X_VerifyRecoverInit__invalid_handle' is a callback function, if 'self' is declared with const you might also need to cast function pointer(s). [constParameterCallback] p11-kit-0.25.5/common/mock.c:3556:57: style: Parameter 'self' can be declared as pointer to const. However it seems that 'mock_X_GenerateKey__invalid_handle' is a callback function, if 'self' is declared with const you might also need to cast function pointer(s). [constParameterCallback] p11-kit-0.25.5/common/mock.c:3639:61: style: Parameter 'self' can be declared as pointer to const. However it seems that 'mock_X_GenerateKeyPair__invalid_handle' is a callback function, if 'self' is declared with const you might also need to cast function pointer(s). [constParameterCallback] p11-kit-0.25.5/common/mock.c:3815:55: style: Parameter 'self' can be declared as pointer to const. However it seems that 'mock_X_UnwrapKey__invalid_handle' is a callback function, if 'self' is declared with const you might also need to cast function pointer(s). [constParameterCallback] p11-kit-0.25.5/common/mock.c:3894:55: style: Parameter 'self' can be declared as pointer to const. However it seems that 'mock_X_DeriveKey__invalid_handle' is a callback function, if 'self' is declared with const you might also need to cast function pointer(s). [constParameterCallback] p11-kit-0.25.5/common/mock.c:3933:56: style: Parameter 'self' can be declared as pointer to const. However it seems that 'mock_X_SeedRandom__invalid_handle' is a callback function, if 'self' is declared with const you might also need to cast function pointer(s). [constParameterCallback] p11-kit-0.25.5/common/mock.c:3974:60: style: Parameter 'self' can be declared as pointer to const. However it seems that 'mock_X_GenerateRandom__invalid_handle' is a callback function, if 'self' is declared with const you might also need to cast function pointer(s). [constParameterCallback] p11-kit-0.25.5/common/mock.c:4057:55: style: Parameter 'self' can be declared as pointer to const. However it seems that 'mock_X_LoginUser__invalid_handle' is a callback function, if 'self' is declared with const you might also need to cast function pointer(s). [constParameterCallback] p11-kit-0.25.5/common/mock.c:4098:59: style: Parameter 'self' can be declared as pointer to const. However it seems that 'mock_X_SessionCancel__invalid_handle' is a callback function, if 'self' is declared with const you might also need to cast function pointer(s). [constParameterCallback] p11-kit-0.25.5/common/mock.c:4144:64: style: Parameter 'self' can be declared as pointer to const. However it seems that 'mock_X_MessageEncryptInit__invalid_handle' is a callback function, if 'self' is declared with const you might also need to cast function pointer(s). [constParameterCallback] p11-kit-0.25.5/common/mock.c:4189:60: style: Parameter 'self' can be declared as pointer to const. However it seems that 'mock_X_EncryptMessage__invalid_handle' is a callback function, if 'self' is declared with const you might also need to cast function pointer(s). [constParameterCallback] p11-kit-0.25.5/common/mock.c:4241:65: style: Parameter 'self' can be declared as pointer to const. However it seems that 'mock_X_EncryptMessageBegin__invalid_handle' is a callback function, if 'self' is declared with const you might also need to cast function pointer(s). [constParameterCallback] p11-kit-0.25.5/common/mock.c:4296:64: style: Parameter 'self' can be declared as pointer to const. However it seems that 'mock_X_EncryptMessageNext__invalid_handle' is a callback function, if 'self' is declared with const you might also need to cast function pointer(s). [constParameterCallback] p11-kit-0.25.5/common/mock.c:4338:65: style: Parameter 'self' can be declared as pointer to const. However it seems that 'mock_X_MessageEncryptFinal__invalid_handle' is a callback function, if 'self' is declared with const you might also need to cast function pointer(s). [constParameterCallback] p11-kit-0.25.5/common/mock.c:4383:64: style: Parameter 'self' can be declared as pointer to const. However it seems that 'mock_X_MessageDecryptInit__invalid_handle' is a callback function, if 'self' is declared with const you might also need to cast function pointer(s). [constParameterCallback] p11-kit-0.25.5/common/mock.c:4428:60: style: Parameter 'self' can be declared as pointer to const. However it seems that 'mock_X_DecryptMessage__invalid_handle' is a callback function, if 'self' is declared with const you might also need to cast function pointer(s). [constParameterCallback] p11-kit-0.25.5/common/mock.c:4481:65: style: Parameter 'self' can be declared as pointer to const. However it seems that 'mock_X_DecryptMessageBegin__invalid_handle' is a callback function, if 'self' is declared with const you might also need to cast function pointer(s). [constParameterCallback] p11-kit-0.25.5/common/mock.c:4536:64: style: Parameter 'self' can be declared as pointer to const. However it seems that 'mock_X_DecryptMessageNext__invalid_handle' is a callback function, if 'self' is declared with const you might also need to cast function pointer(s). [constParameterCallback] p11-kit-0.25.5/common/mock.c:4578:65: style: Parameter 'self' can be declared as pointer to const. However it seems that 'mock_X_MessageDecryptFinal__invalid_handle' is a callback function, if 'self' is declared with const you might also need to cast function pointer(s). [constParameterCallback] p11-kit-0.25.5/common/mock.c:4630:61: style: Parameter 'self' can be declared as pointer to const. However it seems that 'mock_X_MessageSignInit__invalid_handle' is a callback function, if 'self' is declared with const you might also need to cast function pointer(s). [constParameterCallback] p11-kit-0.25.5/common/mock.c:4671:57: style: Parameter 'self' can be declared as pointer to const. However it seems that 'mock_X_SignMessage__invalid_handle' is a callback function, if 'self' is declared with const you might also need to cast function pointer(s). [constParameterCallback] p11-kit-0.25.5/common/mock.c:4722:62: style: Parameter 'self' can be declared as pointer to const. However it seems that 'mock_X_SignMessageBegin__invalid_handle' is a callback function, if 'self' is declared with const you might also need to cast function pointer(s). [constParameterCallback] p11-kit-0.25.5/common/mock.c:4779:61: style: Parameter 'self' can be declared as pointer to const. However it seems that 'mock_X_SignMessageNext__invalid_handle' is a callback function, if 'self' is declared with const you might also need to cast function pointer(s). [constParameterCallback] p11-kit-0.25.5/common/mock.c:4815:62: style: Parameter 'self' can be declared as pointer to const. However it seems that 'mock_X_MessageSignFinal__invalid_handle' is a callback function, if 'self' is declared with const you might also need to cast function pointer(s). [constParameterCallback] p11-kit-0.25.5/common/mock.c:4868:63: style: Parameter 'self' can be declared as pointer to const. However it seems that 'mock_X_MessageVerifyInit__invalid_handle' is a callback function, if 'self' is declared with const you might also need to cast function pointer(s). [constParameterCallback] p11-kit-0.25.5/common/mock.c:4909:59: style: Parameter 'self' can be declared as pointer to const. However it seems that 'mock_X_VerifyMessage__invalid_handle' is a callback function, if 'self' is declared with const you might also need to cast function pointer(s). [constParameterCallback] p11-kit-0.25.5/common/mock.c:4960:64: style: Parameter 'self' can be declared as pointer to const. However it seems that 'mock_X_VerifyMessageBegin__invalid_handle' is a callback function, if 'self' is declared with const you might also need to cast function pointer(s). [constParameterCallback] p11-kit-0.25.5/common/mock.c:5017:63: style: Parameter 'self' can be declared as pointer to const. However it seems that 'mock_X_VerifyMessageNext__invalid_handle' is a callback function, if 'self' is declared with const you might also need to cast function pointer(s). [constParameterCallback] p11-kit-0.25.5/common/mock.c:5053:64: style: Parameter 'self' can be declared as pointer to const. However it seems that 'mock_X_MessageVerifyFinal__invalid_handle' is a callback function, if 'self' is declared with const you might also need to cast function pointer(s). [constParameterCallback] p11-kit-0.25.5/p11-kit/filter.c:322:48: style: Parameter 'self' can be declared as pointer to const. However it seems that 'filter_C_WaitForSlotEvent' is a callback function, if 'self' is declared with const you might also need to cast function pointer(s). [constParameterCallback] p11-kit-0.25.5/p11-kit/rpc-transport.c:1057:23: style: Parameter 'argument' can be declared as pointer to const. However it seems that 'on_argv_parsed' is a callback function, if 'argument' is declared with const you might also need to cast function pointer(s). [constParameterCallback] p11-kit-0.25.5/p11-kit/test-iter.c:220:31: style: Parameter 'iter' can be declared as pointer to const. However it seems that 'on_callback_fail' is a callback function, if 'iter' is declared with const you might also need to cast function pointer(s). [constParameterCallback] p11-kit-0.25.5/p11-kit/test-iter.c:221:29: style: Parameter 'matches' can be declared as pointer to const. However it seems that 'on_callback_fail' is a callback function, if 'matches' is declared with const you might also need to cast function pointer(s). [constParameterCallback] p11-kit-0.25.5/p11-kit/test-iter.c:222:25: style: Parameter 'data' can be declared as pointer to const. However it seems that 'on_callback_fail' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] p11-kit-0.25.5/p11-kit/test-virtual.c:79:23: style: Parameter 'data' can be declared as pointer to const. However it seems that 'test_destroyer' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] p11-kit-0.25.5/trust/index.c:108:22: style: Parameter 'data' can be declared as pointer to const. However it seems that 'default_build' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] p11-kit-0.25.5/trust/index.c:109:27: style: Parameter 'index' can be declared as pointer to const. However it seems that 'default_build' is a callback function, if 'index' is declared with const you might also need to cast function pointer(s). [constParameterCallback] p11-kit-0.25.5/trust/index.c:110:30: style: Parameter 'attrs' can be declared as pointer to const. However it seems that 'default_build' is a callback function, if 'attrs' is declared with const you might also need to cast function pointer(s). [constParameterCallback] p11-kit-0.25.5/trust/index.c:111:30: style: Parameter 'merge' can be declared as pointer to const. However it seems that 'default_build' is a callback function, if 'merge' is declared with const you might also need to cast function pointer(s). [constParameterCallback] p11-kit-0.25.5/trust/index.c:118:22: style: Parameter 'data' can be declared as pointer to const. However it seems that 'default_store' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] p11-kit-0.25.5/trust/index.c:119:27: style: Parameter 'index' can be declared as pointer to const. However it seems that 'default_store' is a callback function, if 'index' is declared with const you might also need to cast function pointer(s). [constParameterCallback] p11-kit-0.25.5/trust/index.c:127:23: style: Parameter 'data' can be declared as pointer to const. However it seems that 'default_notify' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] p11-kit-0.25.5/trust/index.c:128:28: style: Parameter 'index' can be declared as pointer to const. However it seems that 'default_notify' is a callback function, if 'index' is declared with const you might also need to cast function pointer(s). [constParameterCallback] p11-kit-0.25.5/trust/index.c:130:31: style: Parameter 'attrs' can be declared as pointer to const. However it seems that 'default_notify' is a callback function, if 'attrs' is declared with const you might also need to cast function pointer(s). [constParameterCallback] p11-kit-0.25.5/trust/index.c:136:23: style: Parameter 'data' can be declared as pointer to const. However it seems that 'default_remove' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] p11-kit-0.25.5/trust/index.c:137:28: style: Parameter 'index' can be declared as pointer to const. However it seems that 'default_remove' is a callback function, if 'index' is declared with const you might also need to cast function pointer(s). [constParameterCallback] p11-kit-0.25.5/trust/index.c:138:31: style: Parameter 'attrs' can be declared as pointer to const. However it seems that 'default_remove' is a callback function, if 'attrs' is declared with const you might also need to cast function pointer(s). [constParameterCallback] p11-kit-0.25.5/trust/builder.c:224:25: style: Parameter 'builder' can be declared as pointer to const. However it seems that 'type_bool' is a callback function, if 'builder' is declared with const you might also need to cast function pointer(s). [constParameterCallback] p11-kit-0.25.5/trust/builder.c:225:26: style: Parameter 'attr' can be declared as pointer to const. However it seems that 'type_bool' is a callback function, if 'attr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] p11-kit-0.25.5/trust/builder.c:232:26: style: Parameter 'builder' can be declared as pointer to const. However it seems that 'type_ulong' is a callback function, if 'builder' is declared with const you might also need to cast function pointer(s). [constParameterCallback] p11-kit-0.25.5/trust/builder.c:233:27: style: Parameter 'attr' can be declared as pointer to const. However it seems that 'type_ulong' is a callback function, if 'attr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] p11-kit-0.25.5/trust/builder.c:241:26: style: Parameter 'attr' can be declared as pointer to const. However it seems that 'type_utf8' is a callback function, if 'attr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] p11-kit-0.25.5/trust/builder.c:353:21: style: Parameter 'attr' can be declared as pointer to const. However it seems that 'type_false_or_time' is a callback function, if 'attr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] p11-kit-0.25.5/trust/builder.c:437:31: style: Parameter 'builder' can be declared as pointer to const. However it seems that 'common_populate' is a callback function, if 'builder' is declared with const you might also need to cast function pointer(s). [constParameterCallback] p11-kit-0.25.5/trust/test-pem.c:232:29: style: Parameter 'user_data' can be declared as pointer to const. However it seems that 'on_parse_pem_failure' is a callback function, if 'user_data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/p4est/p4est_2.3.6.orig.tar.xz p4est-2.3.6/example/mesh/mesh2.c:103:27: style: Parameter 'p4est' can be declared as pointer to const. However it seems that 'refine_uniform' is a callback function, if 'p4est' is declared with const you might also need to cast function pointer(s). [constParameterCallback] p4est-2.3.6/example/mesh/mesh2.c:104:36: style: Parameter 'quadrant' can be declared as pointer to const. However it seems that 'refine_uniform' is a callback function, if 'quadrant' is declared with const you might also need to cast function pointer(s). [constParameterCallback] p4est-2.3.6/example/simple/simple2.c:156:27: style: Parameter 'p4est' can be declared as pointer to const. However it seems that 'refine_evil_fn' is a callback function, if 'p4est' is declared with const you might also need to cast function pointer(s). [constParameterCallback] p4est-2.3.6/example/simple/simple2.c:157:36: style: Parameter 'quadrant' can be declared as pointer to const. However it seems that 'refine_evil_fn' is a callback function, if 'quadrant' is declared with const you might also need to cast function pointer(s). [constParameterCallback] p4est-2.3.6/example/simple/simple2.c:203:28: style: Parameter 'p4est' can be declared as pointer to const. However it seems that 'coarsen_evil_fn' is a callback function, if 'p4est' is declared with const you might also need to cast function pointer(s). [constParameterCallback] p4est-2.3.6/example/simple/simple2.c:204:37: style: Parameter 'q' can be declared as const array. However it seems that 'coarsen_evil_fn' is a callback function, if 'q' is declared with const you might also need to cast function pointer(s). [constParameterCallback] p4est-2.3.6/example/steps/p4est_step1.c:61:31: style: Parameter 'quadrant' can be declared as pointer to const. However it seems that 'refine_fn' is a callback function, if 'quadrant' is declared with const you might also need to cast function pointer(s). [constParameterCallback] p4est-2.3.6/example/steps/p4est_step2.c:57:22: style: Parameter 'p4est' can be declared as pointer to const. However it seems that 'refine_fn' is a callback function, if 'p4est' is declared with const you might also need to cast function pointer(s). [constParameterCallback] p4est-2.3.6/example/steps/p4est_step2.c:58:31: style: Parameter 'quadrant' can be declared as pointer to const. However it seems that 'refine_fn' is a callback function, if 'quadrant' is declared with const you might also need to cast function pointer(s). [constParameterCallback] p4est-2.3.6/example/simple/simple3.c:123:29: style: Parameter 'p8est' can be declared as pointer to const. However it seems that 'refine_sparse_fn' is a callback function, if 'p8est' is declared with const you might also need to cast function pointer(s). [constParameterCallback] p4est-2.3.6/example/simple/simple3.c:124:38: style: Parameter 'quadrant' can be declared as pointer to const. However it seems that 'refine_sparse_fn' is a callback function, if 'quadrant' is declared with const you might also need to cast function pointer(s). [constParameterCallback] p4est-2.3.6/sc/example/function/function.c:27:27: style: Parameter 'data' can be declared as pointer to const. However it seems that 'func_sqr' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] p4est-2.3.6/sc/example/function/function.c:33:28: style: Parameter 'data' can be declared as pointer to const. However it seems that 'func_sqrt' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] p4est-2.3.6/sc/example/function/function.c:39:27: style: Parameter 'data' can be declared as pointer to const. However it seems that 'func_sin' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] p4est-2.3.6/example/steps/p4est_step3.c:594:51: style: Parameter 'info' can be declared as pointer to const. However it seems that 'step3_quad_divergence' is a callback function, if 'info' is declared with const you might also need to cast function pointer(s). [constParameterCallback] p4est-2.3.6/example/steps/p4est_step3.c:757:51: style: Parameter 'info' can be declared as pointer to const. However it seems that 'step3_timestep_update' is a callback function, if 'info' is declared with const you might also need to cast function pointer(s). [constParameterCallback] p4est-2.3.6/example/steps/p4est_step3.c:791:53: style: Parameter 'info' can be declared as pointer to const. However it seems that 'step3_reset_derivatives' is a callback function, if 'info' is declared with const you might also need to cast function pointer(s). [constParameterCallback] p4est-2.3.6/example/steps/p4est_step3.c:931:47: style: Parameter 'info' can be declared as pointer to const. However it seems that 'step3_compute_max' is a callback function, if 'info' is declared with const you might also need to cast function pointer(s). [constParameterCallback] p4est-2.3.6/sc/src/sc_notify.c:1649:36: style: Parameter 'receivers' can be declared as pointer to const. However it seems that 'sc_notify_census_pcx' is a callback function, if 'receivers' is declared with const you might also need to cast function pointer(s). [constParameterCallback] p4est-2.3.6/sc/src/sc_notify.c:1649:61: style: Parameter 'notify' can be declared as pointer to const. However it seems that 'sc_notify_census_pcx' is a callback function, if 'notify' is declared with const you might also need to cast function pointer(s). [constParameterCallback] p4est-2.3.6/sc/src/sc_notify.c:1693:37: style: Parameter 'receivers' can be declared as pointer to const. However it seems that 'sc_notify_censusv_pcx' is a callback function, if 'receivers' is declared with const you might also need to cast function pointer(s). [constParameterCallback] p4est-2.3.6/sc/src/sc_notify.c:1693:61: style: Parameter 'in_offsets' can be declared as pointer to const. However it seems that 'sc_notify_censusv_pcx' is a callback function, if 'in_offsets' is declared with const you might also need to cast function pointer(s). [constParameterCallback] p4est-2.3.6/sc/src/sc_notify.c:1694:29: style: Parameter 'num_senders_size' can be declared as pointer to const. However it seems that 'sc_notify_censusv_pcx' is a callback function, if 'num_senders_size' is declared with const you might also need to cast function pointer(s). [constParameterCallback] p4est-2.3.6/sc/src/sc_notify.c:1694:61: style: Parameter 'notify' can be declared as pointer to const. However it seems that 'sc_notify_censusv_pcx' is a callback function, if 'notify' is declared with const you might also need to cast function pointer(s). [constParameterCallback] p4est-2.3.6/sc/src/sc_notify.c:1742:36: style: Parameter 'receivers' can be declared as pointer to const. However it seems that 'sc_notify_census_rsx' is a callback function, if 'receivers' is declared with const you might also need to cast function pointer(s). [constParameterCallback] p4est-2.3.6/sc/src/sc_notify.c:1742:61: style: Parameter 'notify' can be declared as pointer to const. However it seems that 'sc_notify_census_rsx' is a callback function, if 'notify' is declared with const you might also need to cast function pointer(s). [constParameterCallback] p4est-2.3.6/sc/src/sc_notify.c:1802:37: style: Parameter 'receivers' can be declared as pointer to const. However it seems that 'sc_notify_censusv_rsx' is a callback function, if 'receivers' is declared with const you might also need to cast function pointer(s). [constParameterCallback] p4est-2.3.6/sc/src/sc_notify.c:1802:61: style: Parameter 'in_offsets' can be declared as pointer to const. However it seems that 'sc_notify_censusv_rsx' is a callback function, if 'in_offsets' is declared with const you might also need to cast function pointer(s). [constParameterCallback] p4est-2.3.6/sc/src/sc_notify.c:1803:29: style: Parameter 'num_senders_size' can be declared as pointer to const. However it seems that 'sc_notify_censusv_rsx' is a callback function, if 'num_senders_size' is declared with const you might also need to cast function pointer(s). [constParameterCallback] p4est-2.3.6/sc/src/sc_notify.c:1803:61: style: Parameter 'notify' can be declared as pointer to const. However it seems that 'sc_notify_censusv_rsx' is a callback function, if 'notify' is declared with const you might also need to cast function pointer(s). [constParameterCallback] p4est-2.3.6/src/p4est_wrap.c:99:38: style: Parameter 'q' can be declared as const array. However it seems that 'coarsen_callback' is a callback function, if 'q' is declared with const you might also need to cast function pointer(s). [constParameterCallback] p4est-2.3.6/src/p4est_wrap.c:651:38: style: Parameter 'quadrant' can be declared as pointer to const. However it seems that 'partition_weight' is a callback function, if 'quadrant' is declared with const you might also need to cast function pointer(s). [constParameterCallback] p4est-2.3.6/src/p4est_search.c:779:68: style: Parameter 'data' can be declared as pointer to const. However it seems that 'p4est_traverse_type_tree' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] p4est-2.3.6/src/p6est.c:2455:52: style: Parameter 'column' can be declared as pointer to const. However it seems that 'p6est_layer_refine_thick_layer' is a callback function, if 'column' is declared with const you might also need to cast function pointer(s). [constParameterCallback] p4est-2.3.6/src/p6est.c:2456:52: style: Parameter 'layer' can be declared as pointer to const. However it seems that 'p6est_layer_refine_thick_layer' is a callback function, if 'layer' is declared with const you might also need to cast function pointer(s). [constParameterCallback] p4est-2.3.6/test/test_all6.c:108:20: style: Parameter 'p6est' can be declared as pointer to const. However it seems that 'init_fn' is a callback function, if 'p6est' is declared with const you might also need to cast function pointer(s). [constParameterCallback] p4est-2.3.6/test/test_all6.c:109:29: style: Parameter 'col' can be declared as pointer to const. However it seems that 'init_fn' is a callback function, if 'col' is declared with const you might also need to cast function pointer(s). [constParameterCallback] p4est-2.3.6/test/test_all6.c:109:53: style: Parameter 'layer' can be declared as pointer to const. However it seems that 'init_fn' is a callback function, if 'layer' is declared with const you might also need to cast function pointer(s). [constParameterCallback] p4est-2.3.6/test/test_all6.c:116:30: style: Parameter 'p6est' can be declared as pointer to const. However it seems that 'coarsen_column_fn' is a callback function, if 'p6est' is declared with const you might also need to cast function pointer(s). [constParameterCallback] p4est-2.3.6/test/test_all6.c:117:39: style: Parameter 'column' can be declared as const array. However it seems that 'coarsen_column_fn' is a callback function, if 'column' is declared with const you might also need to cast function pointer(s). [constParameterCallback] p4est-2.3.6/test/test_all6.c:123:22: style: Parameter 'p6est' can be declared as pointer to const. However it seems that 'weight_fn' is a callback function, if 'p6est' is declared with const you might also need to cast function pointer(s). [constParameterCallback] p4est-2.3.6/test/test_all6.c:124:31: style: Parameter 'col' can be declared as pointer to const. However it seems that 'weight_fn' is a callback function, if 'col' is declared with const you might also need to cast function pointer(s). [constParameterCallback] p4est-2.3.6/test/test_all6.c:124:55: style: Parameter 'layer' can be declared as pointer to const. However it seems that 'weight_fn' is a callback function, if 'layer' is declared with const you might also need to cast function pointer(s). [constParameterCallback] p4est-2.3.6/test/test_all6.c:130:29: style: Parameter 'p6est' can be declared as pointer to const. However it seems that 'coarsen_layer_fn' is a callback function, if 'p6est' is declared with const you might also need to cast function pointer(s). [constParameterCallback] p4est-2.3.6/test/test_all6.c:131:38: style: Parameter 'column' can be declared as pointer to const. However it seems that 'coarsen_layer_fn' is a callback function, if 'column' is declared with const you might also need to cast function pointer(s). [constParameterCallback] p4est-2.3.6/test/test_all6.c:131:65: style: Parameter 'layers' can be declared as const array. However it seems that 'coarsen_layer_fn' is a callback function, if 'layers' is declared with const you might also need to cast function pointer(s). [constParameterCallback] p4est-2.3.6/test/test_balance2.c:46:20: style: Parameter 'p4est' can be declared as pointer to const. However it seems that 'init_fn' is a callback function, if 'p4est' is declared with const you might also need to cast function pointer(s). [constParameterCallback] p4est-2.3.6/test/test_balance2.c:47:29: style: Parameter 'quadrant' can be declared as pointer to const. However it seems that 'init_fn' is a callback function, if 'quadrant' is declared with const you might also need to cast function pointer(s). [constParameterCallback] p4est-2.3.6/test/test_comm.c:45:22: style: Parameter 'p4est' can be declared as pointer to const. However it seems that 'refine_fn' is a callback function, if 'p4est' is declared with const you might also need to cast function pointer(s). [constParameterCallback] p4est-2.3.6/test/test_comm.c:46:31: style: Parameter 'quadrant' can be declared as pointer to const. However it seems that 'refine_fn' is a callback function, if 'quadrant' is declared with const you might also need to cast function pointer(s). [constParameterCallback] p4est-2.3.6/test/test_complete_subtree.c:47:39: style: Parameter 'quadrant' can be declared as pointer to const. However it seems that 'test_build_refine' is a callback function, if 'quadrant' is declared with const you might also need to cast function pointer(s). [constParameterCallback] p4est-2.3.6/test/test_nodes2.c:36:22: style: Parameter 'p4est' can be declared as pointer to const. However it seems that 'refine_fn' is a callback function, if 'p4est' is declared with const you might also need to cast function pointer(s). [constParameterCallback] p4est-2.3.6/test/test_nodes2.c:37:31: style: Parameter 'quadrant' can be declared as pointer to const. However it seems that 'refine_fn' is a callback function, if 'quadrant' is declared with const you might also need to cast function pointer(s). [constParameterCallback] p4est-2.3.6/test/test_partition_corr2.c:58:22: style: Parameter 'p4est' can be declared as pointer to const. However it seems that 'refine_fn' is a callback function, if 'p4est' is declared with const you might also need to cast function pointer(s). [constParameterCallback] p4est-2.3.6/test/test_partition_corr2.c:59:31: style: Parameter 'quadrant' can be declared as pointer to const. However it seems that 'refine_fn' is a callback function, if 'quadrant' is declared with const you might also need to cast function pointer(s). [constParameterCallback] p4est-2.3.6/test/test_partition2.c:58:22: style: Parameter 'p4est' can be declared as pointer to const. However it seems that 'refine_fn' is a callback function, if 'p4est' is declared with const you might also need to cast function pointer(s). [constParameterCallback] p4est-2.3.6/test/test_partition2.c:59:31: style: Parameter 'quadrant' can be declared as pointer to const. However it seems that 'refine_fn' is a callback function, if 'quadrant' is declared with const you might also need to cast function pointer(s). [constParameterCallback] p4est-2.3.6/test/test_partition2.c:82:23: style: Parameter 'p4est' can be declared as pointer to const. However it seems that 'weight_one' is a callback function, if 'p4est' is declared with const you might also need to cast function pointer(s). [constParameterCallback] p4est-2.3.6/test/test_partition2.c:83:32: style: Parameter 'quadrant' can be declared as pointer to const. However it seems that 'weight_one' is a callback function, if 'quadrant' is declared with const you might also need to cast function pointer(s). [constParameterCallback] p4est-2.3.6/test/test_partition2.c:89:24: style: Parameter 'p4est' can be declared as pointer to const. However it seems that 'weight_once' is a callback function, if 'p4est' is declared with const you might also need to cast function pointer(s). [constParameterCallback] p4est-2.3.6/test/test_partition2.c:90:33: style: Parameter 'quadrant' can be declared as pointer to const. However it seems that 'weight_once' is a callback function, if 'quadrant' is declared with const you might also need to cast function pointer(s). [constParameterCallback] p4est-2.3.6/test/test_partition2.c:101:33: style: Parameter 'quadrant' can be declared as pointer to const. However it seems that 'traverse_fn' is a callback function, if 'quadrant' is declared with const you might also need to cast function pointer(s). [constParameterCallback] p4est-2.3.6/test/test_partition2.c:101:72: style: Parameter 'point' can be declared as pointer to const. However it seems that 'traverse_fn' is a callback function, if 'point' is declared with const you might also need to cast function pointer(s). [constParameterCallback] p4est-2.3.6/test/test_plex2.c:162:31: style: Parameter 'p4est' can be declared as pointer to const. However it seems that 'refine_tree_one_fn' is a callback function, if 'p4est' is declared with const you might also need to cast function pointer(s). [constParameterCallback] p4est-2.3.6/test/test_plex2.c:163:40: style: Parameter 'quadrant' can be declared as pointer to const. However it seems that 'refine_tree_one_fn' is a callback function, if 'quadrant' is declared with const you might also need to cast function pointer(s). [constParameterCallback] p4est-2.3.6/test/test_quadrants2.c:30:24: style: Parameter 'p4est' can be declared as pointer to const. However it seems that 'refine_none' is a callback function, if 'p4est' is declared with const you might also need to cast function pointer(s). [constParameterCallback] p4est-2.3.6/test/test_quadrants2.c:30:77: style: Parameter 'q' can be declared as pointer to const. However it seems that 'refine_none' is a callback function, if 'q' is declared with const you might also need to cast function pointer(s). [constParameterCallback] p4est-2.3.6/test/test_quadrants2.c:36:24: style: Parameter 'p4est' can be declared as pointer to const. However it seems that 'refine_some' is a callback function, if 'p4est' is declared with const you might also need to cast function pointer(s). [constParameterCallback] p4est-2.3.6/test/test_quadrants2.c:36:77: style: Parameter 'q' can be declared as pointer to const. However it seems that 'refine_some' is a callback function, if 'q' is declared with const you might also need to cast function pointer(s). [constParameterCallback] p4est-2.3.6/test/test_search2.c:83:23: style: Parameter 'point' can be declared as pointer to const. However it seems that 'count_callback' is a callback function, if 'point' is declared with const you might also need to cast function pointer(s). [constParameterCallback] p4est-2.3.6/test/test_search2.c:103:28: style: Parameter 'p4est' can be declared as pointer to const. However it seems that 'search_callback' is a callback function, if 'p4est' is declared with const you might also need to cast function pointer(s). [constParameterCallback] p4est-2.3.6/test/test_search2.c:168:39: style: Parameter 'quadrant' can be declared as pointer to const. However it seems that 'test_build_refine' is a callback function, if 'quadrant' is declared with const you might also need to cast function pointer(s). [constParameterCallback] p4est-2.3.6/test/test_search2.c:181:31: style: Parameter 'p4est' can be declared as pointer to const. However it seems that 'test_build_coarsen' is a callback function, if 'p4est' is declared with const you might also need to cast function pointer(s). [constParameterCallback] p4est-2.3.6/test/test_search2.c:182:40: style: Parameter 'quadrants' can be declared as const array. However it seems that 'test_build_coarsen' is a callback function, if 'quadrants' is declared with const you might also need to cast function pointer(s). [constParameterCallback] p4est-2.3.6/test/test_search2.c:212:32: style: Parameter 'p4est' can be declared as pointer to const. However it seems that 'test_search_local_2' is a callback function, if 'p4est' is declared with const you might also need to cast function pointer(s). [constParameterCallback] p4est-2.3.6/test/test_search2.c:213:41: style: Parameter 'quadrant' can be declared as pointer to const. However it seems that 'test_search_local_2' is a callback function, if 'quadrant' is declared with const you might also need to cast function pointer(s). [constParameterCallback] p4est-2.3.6/test/test_search2.c:214:28: style: Parameter 'point' can be declared as pointer to const. However it seems that 'test_search_local_2' is a callback function, if 'point' is declared with const you might also need to cast function pointer(s). [constParameterCallback] p4est-2.3.6/test/test_search2.c:393:28: style: Parameter 'point' can be declared as pointer to const. However it seems that 'test_search_point_5' is a callback function, if 'point' is declared with const you might also need to cast function pointer(s). [constParameterCallback] p4est-2.3.6/test/test_order.c:77:23: style: Parameter 'p4est' can be declared as pointer to const. However it seems that 'weight_one' is a callback function, if 'p4est' is declared with const you might also need to cast function pointer(s). [constParameterCallback] p4est-2.3.6/test/test_order.c:78:32: style: Parameter 'quadrant' can be declared as pointer to const. However it seems that 'weight_one' is a callback function, if 'quadrant' is declared with const you might also need to cast function pointer(s). [constParameterCallback] p4est-2.3.6/test/test_order.c:328:24: style: Parameter 'p4est' can be declared as pointer to const. However it seems that 'weight_once' is a callback function, if 'p4est' is declared with const you might also need to cast function pointer(s). [constParameterCallback] p4est-2.3.6/test/test_order.c:329:33: style: Parameter 'quadrant' can be declared as pointer to const. However it seems that 'weight_once' is a callback function, if 'quadrant' is declared with const you might also need to cast function pointer(s). [constParameterCallback] p4est-2.3.6/test/test_quadrants3.c:31:24: style: Parameter 'p4est' can be declared as pointer to const. However it seems that 'refine_none' is a callback function, if 'p4est' is declared with const you might also need to cast function pointer(s). [constParameterCallback] p4est-2.3.6/test/test_quadrants3.c:31:77: style: Parameter 'q' can be declared as pointer to const. However it seems that 'refine_none' is a callback function, if 'q' is declared with const you might also need to cast function pointer(s). [constParameterCallback] p4est-2.3.6/test/test_quadrants3.c:37:24: style: Parameter 'p4est' can be declared as pointer to const. However it seems that 'refine_some' is a callback function, if 'p4est' is declared with const you might also need to cast function pointer(s). [constParameterCallback] p4est-2.3.6/test/test_quadrants3.c:37:77: style: Parameter 'q' can be declared as pointer to const. However it seems that 'refine_some' is a callback function, if 'q' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/pacemaker/pacemaker_3.0.1.orig.tar.gz pacemaker-Pacemaker-3.0.1/daemons/execd/remoted_schemas.c:28:79: style: Parameter 'ftwb' can be declared as pointer to const. However it seems that 'rm_files' is a callback function, if 'ftwb' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pacemaker-Pacemaker-3.0.1/daemons/fenced/cts-fence-helper.c:123:25: style: Parameter 'st' can be declared as pointer to const. However it seems that 'st_callback' is a callback function, if 'st' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pacemaker-Pacemaker-3.0.1/daemons/fenced/cts-fence-helper.c:565:41: style: Parameter 'user_data' can be declared as pointer to const. However it seems that 'trigger_iterate_mainloop_tests' is a callback function, if 'user_data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pacemaker-Pacemaker-3.0.1/lib/cluster/tests/cluster/pcmk_cluster_set_destroy_fn_test.c:18:22: style: Parameter 'arg' can be declared as pointer to const. However it seems that 'destroy_fn1' is a callback function, if 'arg' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pacemaker-Pacemaker-3.0.1/lib/cluster/tests/cluster/pcmk_cluster_set_destroy_fn_test.c:24:22: style: Parameter 'arg' can be declared as pointer to const. However it seems that 'destroy_fn2' is a callback function, if 'arg' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pacemaker-Pacemaker-3.0.1/daemons/execd/cts-exec-helper.c:228:39: style: Parameter 'event' can be declared as pointer to const. However it seems that 'connection_events' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pacemaker-Pacemaker-3.0.1/lib/common/tests/output/pcmk__call_message_test.c:16:36: style: Parameter 'out' can be declared as pointer to const. However it seems that 'default_message_fn' is a callback function, if 'out' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pacemaker-Pacemaker-3.0.1/lib/common/tests/output/pcmk__call_message_test.c:22:35: style: Parameter 'out' can be declared as pointer to const. However it seems that 'failed_message_fn' is a callback function, if 'out' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pacemaker-Pacemaker-3.0.1/lib/common/tests/output/pcmk__call_message_test.c:28:30: style: Parameter 'out' can be declared as pointer to const. However it seems that 'message_fn_1' is a callback function, if 'out' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pacemaker-Pacemaker-3.0.1/lib/common/tests/output/pcmk__call_message_test.c:34:30: style: Parameter 'out' can be declared as pointer to const. However it seems that 'message_fn_2' is a callback function, if 'out' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pacemaker-Pacemaker-3.0.1/lib/common/tests/output/pcmk__call_message_test.c:40:32: style: Parameter 'out' can be declared as pointer to const. However it seems that 'fake_text_init' is a callback function, if 'out' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pacemaker-Pacemaker-3.0.1/lib/common/tests/output/pcmk__call_message_test.c:45:37: style: Parameter 'out' can be declared as pointer to const. However it seems that 'fake_text_free_priv' is a callback function, if 'out' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pacemaker-Pacemaker-3.0.1/lib/common/tests/output/pcmk__output_free_test.c:16:33: style: Parameter 'out' can be declared as pointer to const. However it seems that 'null_message_fn' is a callback function, if 'out' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pacemaker-Pacemaker-3.0.1/lib/common/tests/output/pcmk__output_free_test.c:21:32: style: Parameter 'out' can be declared as pointer to const. However it seems that 'fake_text_init' is a callback function, if 'out' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pacemaker-Pacemaker-3.0.1/lib/common/tests/output/pcmk__output_free_test.c:26:37: style: Parameter 'out' can be declared as pointer to const. However it seems that 'fake_text_free_priv' is a callback function, if 'out' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pacemaker-Pacemaker-3.0.1/lib/common/tests/output/pcmk__output_new_test.c:20:32: style: Parameter 'out' can be declared as pointer to const. However it seems that 'fake_text_init' is a callback function, if 'out' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pacemaker-Pacemaker-3.0.1/lib/common/tests/output/pcmk__output_new_test.c:25:37: style: Parameter 'out' can be declared as pointer to const. However it seems that 'fake_text_free_priv' is a callback function, if 'out' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pacemaker-Pacemaker-3.0.1/lib/common/tests/output/pcmk__register_message_test.c:18:33: style: Parameter 'out' can be declared as pointer to const. However it seems that 'null_message_fn' is a callback function, if 'out' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pacemaker-Pacemaker-3.0.1/lib/common/tests/output/pcmk__register_message_test.c:23:35: style: Parameter 'out' can be declared as pointer to const. However it seems that 'null_message_fn_2' is a callback function, if 'out' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pacemaker-Pacemaker-3.0.1/lib/common/tests/output/pcmk__register_message_test.c:28:32: style: Parameter 'out' can be declared as pointer to const. However it seems that 'fake_text_init' is a callback function, if 'out' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pacemaker-Pacemaker-3.0.1/lib/common/tests/output/pcmk__register_message_test.c:33:37: style: Parameter 'out' can be declared as pointer to const. However it seems that 'fake_text_free_priv' is a callback function, if 'out' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pacemaker-Pacemaker-3.0.1/lib/common/tests/output/pcmk__register_messages_test.c:18:33: style: Parameter 'out' can be declared as pointer to const. However it seems that 'null_message_fn' is a callback function, if 'out' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pacemaker-Pacemaker-3.0.1/lib/common/tests/output/pcmk__register_messages_test.c:23:35: style: Parameter 'out' can be declared as pointer to const. However it seems that 'null_message_fn_2' is a callback function, if 'out' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pacemaker-Pacemaker-3.0.1/lib/common/tests/output/pcmk__register_messages_test.c:28:32: style: Parameter 'out' can be declared as pointer to const. However it seems that 'fake_text_init' is a callback function, if 'out' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pacemaker-Pacemaker-3.0.1/lib/common/tests/output/pcmk__register_messages_test.c:33:37: style: Parameter 'out' can be declared as pointer to const. However it seems that 'fake_text_free_priv' is a callback function, if 'out' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pacemaker-Pacemaker-3.0.1/lib/common/tests/schemas/pcmk__schema_init_test.c:40:79: style: Parameter 'ftwb' can be declared as pointer to const. However it seems that 'rm_files' is a callback function, if 'ftwb' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pacemaker-Pacemaker-3.0.1/lib/pacemaker/pcmk_cluster_queries.c:186:44: style: Parameter 'controld_api' can be declared as pointer to const. However it seems that 'controller_status_event_cb' is a callback function, if 'controld_api' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pacemaker-Pacemaker-3.0.1/lib/pacemaker/pcmk_cluster_queries.c:220:48: style: Parameter 'controld_api' can be declared as pointer to const. However it seems that 'designated_controller_event_cb' is a callback function, if 'controld_api' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pacemaker-Pacemaker-3.0.1/lib/pacemaker/pcmk_cluster_queries.c:253:36: style: Parameter 'controld_api' can be declared as pointer to const. However it seems that 'node_info_event_cb' is a callback function, if 'controld_api' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pacemaker-Pacemaker-3.0.1/lib/pacemaker/pcmk_cluster_queries.c:307:37: style: Parameter 'pacemakerd_api' can be declared as pointer to const. However it seems that 'pacemakerd_event_cb' is a callback function, if 'pacemakerd_api' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pacemaker-Pacemaker-3.0.1/lib/pacemaker/pcmk_cluster_queries.c:309:27: style: Parameter 'event_data' can be declared as pointer to const. However it seems that 'pacemakerd_event_cb' is a callback function, if 'event_data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pacemaker-Pacemaker-3.0.1/lib/pacemaker/pcmk_sched_nodes.c:209:58: style: Parameter 'data' can be declared as pointer to const. However it seems that 'compare_nodes' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pacemaker-Pacemaker-3.0.1/lib/pacemaker/pcmk_sched_promotable.c:321:47: style: Parameter 'data' can be declared as pointer to const. However it seems that 'add_promotion_priority_to_node_score' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pacemaker-Pacemaker-3.0.1/lib/pacemaker/pcmk_sched_promotable.c:397:62: style: Parameter 'user_data' can be declared as pointer to const. However it seems that 'set_promotion_priority_to_node_score' is a callback function, if 'user_data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pacemaker-Pacemaker-3.0.1/lib/pacemaker/pcmk_sched_promotable.c:944:47: style: Parameter 'user_data' can be declared as pointer to const. However it seems that 'set_instance_priority' is a callback function, if 'user_data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pacemaker-Pacemaker-3.0.1/lib/pacemaker/pcmk_sched_utilization.c:147:49: style: Parameter 'value' can be declared as pointer to const. However it seems that 'update_utilization_value' is a callback function, if 'value' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pacemaker-Pacemaker-3.0.1/lib/pacemaker/pcmk_sched_utilization.c:223:39: style: Parameter 'value' can be declared as pointer to const. However it seems that 'check_capacity' is a callback function, if 'value' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pacemaker-Pacemaker-3.0.1/tools/crm_rule.c:74:65: style: Parameter 'data' can be declared as pointer to const. However it seems that 'mode_cb' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/package-update-indicator/package-update-indicator_9.orig.tar.gz package-update-indicator-9/pui-application.c:672:38: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'pui_application_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] package-update-indicator-9/pui-application.c:697:17: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'pui_application_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] package-update-indicator-9/pui-backend.c:348:38: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'pui_backend_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] package-update-indicator-9/pui-backend.c:372:17: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'pui_backend_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] package-update-indicator-9/pui-backend.c:567:46: style: Parameter 'device' can be declared as pointer to const. However it seems that 'on_notify_device_charge_percentage' is a callback function, if 'device' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/packagekit/packagekit_1.3.1.orig.tar.xz PackageKit-1.3.1/backends/alpm/pk-alpm-search.c:33:39: style: Parameter 'backend' can be declared as pointer to const. However it seems that 'pk_backend_pattern_needle' is a callback function, if 'backend' is declared with const you might also need to cast function pointer(s). [constParameterCallback] PackageKit-1.3.1/backends/alpm/pk-alpm-search.c:71:35: style: Parameter 'pkg' can be declared as pointer to const. However it seems that 'pk_backend_match_all' is a callback function, if 'pkg' is declared with const you might also need to cast function pointer(s). [constParameterCallback] PackageKit-1.3.1/backends/alpm/pk-alpm-search.c:71:49: style: Parameter 'pattern' can be declared as pointer to const. However it seems that 'pk_backend_match_all' is a callback function, if 'pattern' is declared with const you might also need to cast function pointer(s). [constParameterCallback] PackageKit-1.3.1/backends/dnf/pk-backend-dnf.c:101:39: style: Parameter 'key' can be declared as pointer to const. However it seems that 'pk_backend_check_sack_timer' is a callback function, if 'key' is declared with const you might also need to cast function pointer(s). [constParameterCallback] PackageKit-1.3.1/client/pk-monitor.c:33:45: style: Parameter 'control' can be declared as pointer to const. However it seems that 'pk_monitor_installed_changed_cb' is a callback function, if 'control' is declared with const you might also need to cast function pointer(s). [constParameterCallback] PackageKit-1.3.1/client/pk-monitor.c:33:63: style: Parameter 'data' can be declared as pointer to const. However it seems that 'pk_monitor_installed_changed_cb' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] PackageKit-1.3.1/client/pk-monitor.c:39:45: style: Parameter 'control' can be declared as pointer to const. However it seems that 'pk_monitor_repo_list_changed_cb' is a callback function, if 'control' is declared with const you might also need to cast function pointer(s). [constParameterCallback] PackageKit-1.3.1/client/pk-monitor.c:39:63: style: Parameter 'data' can be declared as pointer to const. However it seems that 'pk_monitor_repo_list_changed_cb' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] PackageKit-1.3.1/client/pk-monitor.c:45:43: style: Parameter 'control' can be declared as pointer to const. However it seems that 'pk_monitor_updates_changed_cb' is a callback function, if 'control' is declared with const you might also need to cast function pointer(s). [constParameterCallback] PackageKit-1.3.1/client/pk-monitor.c:45:61: style: Parameter 'data' can be declared as pointer to const. However it seems that 'pk_monitor_updates_changed_cb' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] PackageKit-1.3.1/client/pk-monitor.c:51:44: style: Parameter 'control' can be declared as pointer to const. However it seems that 'pk_monitor_notify_connected_cb' is a callback function, if 'control' is declared with const you might also need to cast function pointer(s). [constParameterCallback] PackageKit-1.3.1/client/pk-monitor.c:59:41: style: Parameter 'control' can be declared as pointer to const. However it seems that 'pk_monitor_notify_locked_cb' is a callback function, if 'control' is declared with const you might also need to cast function pointer(s). [constParameterCallback] PackageKit-1.3.1/client/pk-monitor.c:67:49: style: Parameter 'control' can be declared as pointer to const. However it seems that 'pk_monitor_notify_network_status_cb' is a callback function, if 'control' is declared with const you might also need to cast function pointer(s). [constParameterCallback] PackageKit-1.3.1/client/pk-monitor.c:75:61: style: Parameter 'item' can be declared as pointer to const. However it seems that 'pk_monitor_media_change_required_cb' is a callback function, if 'item' is declared with const you might also need to cast function pointer(s). [constParameterCallback] PackageKit-1.3.1/client/pk-monitor.c:176:37: style: Parameter 'progress' can be declared as pointer to const. However it seems that 'pk_monitor_progress_cb' is a callback function, if 'progress' is declared with const you might also need to cast function pointer(s). [constParameterCallback] PackageKit-1.3.1/client/pk-offline-update.c:351:39: style: Parameter 'user_data' can be declared as pointer to const. However it seems that 'pk_offline_update_sigint_cb' is a callback function, if 'user_data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] PackageKit-1.3.1/lib/packagekit-glib2/pk-category.c:289:86: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'pk_category_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] PackageKit-1.3.1/lib/packagekit-glib2/pk-category.c:320:92: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'pk_category_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] PackageKit-1.3.1/contrib/command-not-found/pk-command-not-found.c:407:33: style: Parameter 'progress' can be declared as pointer to const. However it seems that 'pk_cnf_progress_cb' is a callback function, if 'progress' is declared with const you might also need to cast function pointer(s). [constParameterCallback] PackageKit-1.3.1/lib/packagekit-glib2/pk-debug.c:59:38: style: Parameter 'user_data' can be declared as pointer to const. However it seems that 'pk_debug_ignore_cb' is a callback function, if 'user_data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] PackageKit-1.3.1/lib/packagekit-glib2/pk-details.c:215:85: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'pk_details_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] PackageKit-1.3.1/lib/packagekit-glib2/pk-details.c:255:91: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'pk_details_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] PackageKit-1.3.1/lib/packagekit-glib2/pk-control.c:1690:85: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'pk_control_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] PackageKit-1.3.1/lib/packagekit-glib2/pk-control.c:1751:35: style: Parameter 'object' can be declared as pointer to const. However it seems that 'pk_control_set_property' is a callback function, if 'object' is declared with const you might also need to cast function pointer(s). [constParameterCallback] PackageKit-1.3.1/lib/packagekit-glib2/pk-control.c:1751:91: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'pk_control_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] PackageKit-1.3.1/lib/packagekit-glib2/pk-distro-upgrade.c:122:92: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'pk_distro_upgrade_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] PackageKit-1.3.1/lib/packagekit-glib2/pk-distro-upgrade.c:147:98: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'pk_distro_upgrade_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] PackageKit-1.3.1/lib/packagekit-glib2/pk-error.c:67:83: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'pk_error_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] PackageKit-1.3.1/lib/packagekit-glib2/pk-error.c:89:89: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'pk_error_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] PackageKit-1.3.1/lib/packagekit-glib2/pk-eula-required.c:137:91: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'pk_eula_required_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] PackageKit-1.3.1/lib/packagekit-glib2/pk-eula-required.c:165:97: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'pk_eula_required_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] PackageKit-1.3.1/lib/packagekit-glib2/pk-files.c:99:83: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'pk_files_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] PackageKit-1.3.1/lib/packagekit-glib2/pk-files.c:121:89: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'pk_files_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] PackageKit-1.3.1/lib/packagekit-glib2/pk-item-progress.c:110:91: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'pk_item_progress_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] PackageKit-1.3.1/lib/packagekit-glib2/pk-item-progress.c:135:97: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'pk_item_progress_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] PackageKit-1.3.1/lib/packagekit-glib2/pk-media-change-required.c:69:99: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'pk_media_change_required_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] PackageKit-1.3.1/lib/packagekit-glib2/pk-media-change-required.c:94:105: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'pk_media_change_required_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] PackageKit-1.3.1/lib/packagekit-glib2/pk-package.c:476:85: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'pk_package_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] PackageKit-1.3.1/lib/packagekit-glib2/pk-package.c:552:91: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'pk_package_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] PackageKit-1.3.1/lib/packagekit-glib2/pk-repo-detail.c:118:89: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'pk_repo_detail_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] PackageKit-1.3.1/lib/packagekit-glib2/pk-repo-detail.c:143:95: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'pk_repo_detail_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] PackageKit-1.3.1/lib/packagekit-glib2/pk-client.c:419:84: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'pk_client_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] PackageKit-1.3.1/lib/packagekit-glib2/pk-client.c:453:90: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'pk_client_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] PackageKit-1.3.1/lib/packagekit-glib2/pk-repo-signature-required.c:79:101: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'pk_repo_signature_required_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] PackageKit-1.3.1/lib/packagekit-glib2/pk-repo-signature-required.c:119:107: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'pk_repo_signature_required_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] PackageKit-1.3.1/lib/packagekit-glib2/pk-progress.c:96:86: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'pk_progress_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] PackageKit-1.3.1/lib/packagekit-glib2/pk-progress.c:1003:92: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'pk_progress_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] PackageKit-1.3.1/lib/packagekit-glib2/pk-require-restart.c:67:93: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'pk_require_restart_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] PackageKit-1.3.1/lib/packagekit-glib2/pk-require-restart.c:89:99: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'pk_require_restart_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] PackageKit-1.3.1/lib/packagekit-glib2/pk-results.c:86:85: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'pk_results_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] PackageKit-1.3.1/lib/packagekit-glib2/pk-results.c:114:91: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'pk_results_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] PackageKit-1.3.1/lib/packagekit-glib2/pk-source.c:66:84: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'pk_source_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] PackageKit-1.3.1/lib/packagekit-glib2/pk-source.c:88:90: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'pk_source_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] PackageKit-1.3.1/lib/packagekit-glib2/pk-transaction-list.c:173:53: style: Parameter 'control' can be declared as pointer to const. However it seems that 'pk_transaction_list_notify_connected_cb' is a callback function, if 'control' is declared with const you might also need to cast function pointer(s). [constParameterCallback] PackageKit-1.3.1/lib/packagekit-glib2/pk-transaction-past.c:261:94: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'pk_transaction_past_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] PackageKit-1.3.1/lib/packagekit-glib2/pk-transaction-past.c:301:100: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'pk_transaction_past_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] PackageKit-1.3.1/lib/packagekit-glib2/pk-update-detail.c:289:91: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'pk_update_detail_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] PackageKit-1.3.1/lib/packagekit-glib2/pk-update-detail.c:341:97: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'pk_update_detail_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] PackageKit-1.3.1/lib/packagekit-glib2/pk-task.c:2447:82: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'pk_task_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] PackageKit-1.3.1/lib/packagekit-glib2/pk-task.c:2478:88: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'pk_task_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] PackageKit-1.3.1/src/pk-direct.c:337:40: style: Parameter 'job' can be declared as pointer to const. However it seems that 'pk_direct_percentage_cb' is a callback function, if 'job' is declared with const you might also need to cast function pointer(s). [constParameterCallback] PackageKit-1.3.1/src/pk-direct.c:337:71: style: Parameter 'user_data' can be declared as pointer to const. However it seems that 'pk_direct_percentage_cb' is a callback function, if 'user_data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] PackageKit-1.3.1/src/pk-engine.c:1890:49: style: Parameter 'connection_' can be declared as pointer to const. However it seems that 'pk_engine_on_name_acquired_cb' is a callback function, if 'connection_' is declared with const you might also need to cast function pointer(s). [constParameterCallback] PackageKit-1.3.1/src/pk-engine.c:1892:20: style: Parameter 'user_data' can be declared as pointer to const. However it seems that 'pk_engine_on_name_acquired_cb' is a callback function, if 'user_data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] PackageKit-1.3.1/src/pk-self-test.c:101:41: style: Parameter 'backend' can be declared as pointer to const. However it seems that 'pk_test_backend_finished_cb' is a callback function, if 'backend' is declared with const you might also need to cast function pointer(s). [constParameterCallback] PackageKit-1.3.1/src/pk-self-test.c:101:76: style: Parameter 'user_data' can be declared as pointer to const. However it seems that 'pk_test_backend_finished_cb' is a callback function, if 'user_data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] PackageKit-1.3.1/src/pk-self-test.c:107:43: style: Parameter 'backend' can be declared as pointer to const. However it seems that 'pk_test_backend_watch_file_cb' is a callback function, if 'backend' is declared with const you might also need to cast function pointer(s). [constParameterCallback] PackageKit-1.3.1/src/pk-self-test.c:107:61: style: Parameter 'user_data' can be declared as pointer to const. However it seems that 'pk_test_backend_watch_file_cb' is a callback function, if 'user_data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] PackageKit-1.3.1/src/pk-self-test.c:130:53: style: Parameter 'job' can be declared as pointer to const. However it seems that 'pk_test_backend_func_immediate_false' is a callback function, if 'job' is declared with const you might also need to cast function pointer(s). [constParameterCallback] PackageKit-1.3.1/src/pk-self-test.c:131:21: style: Parameter 'params' can be declared as pointer to const. However it seems that 'pk_test_backend_func_immediate_false' is a callback function, if 'params' is declared with const you might also need to cast function pointer(s). [constParameterCallback] PackageKit-1.3.1/src/pk-self-test.c:132:20: style: Parameter 'user_data' can be declared as pointer to const. However it seems that 'pk_test_backend_func_immediate_false' is a callback function, if 'user_data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] PackageKit-1.3.1/src/pk-self-test.c:307:50: style: Parameter 'job' can be declared as pointer to const. However it seems that 'pk_test_backend_spawn_finished_cb' is a callback function, if 'job' is declared with const you might also need to cast function pointer(s). [constParameterCallback] PackageKit-1.3.1/src/pk-self-test.c:309:24: style: Parameter 'backend_spawn' can be declared as pointer to const. However it seems that 'pk_test_backend_spawn_finished_cb' is a callback function, if 'backend_spawn' is declared with const you might also need to cast function pointer(s). [constParameterCallback] PackageKit-1.3.1/src/pk-self-test.c:315:46: style: Parameter 'backend' can be declared as pointer to const. However it seems that 'pk_test_backend_spawn_package_cb' is a callback function, if 'backend' is declared with const you might also need to cast function pointer(s). [constParameterCallback] PackageKit-1.3.1/src/pk-self-test.c:317:23: style: Parameter 'backend_spawn' can be declared as pointer to const. However it seems that 'pk_test_backend_spawn_package_cb' is a callback function, if 'backend_spawn' is declared with const you might also need to cast function pointer(s). [constParameterCallback] PackageKit-1.3.1/src/pk-self-test.c:323:47: style: Parameter 'backend' can be declared as pointer to const. However it seems that 'pk_test_backend_spawn_packages_cb' is a callback function, if 'backend' is declared with const you might also need to cast function pointer(s). [constParameterCallback] PackageKit-1.3.1/src/pk-self-test.c:323:67: style: Parameter 'package_array' can be declared as pointer to const. However it seems that 'pk_test_backend_spawn_packages_cb' is a callback function, if 'package_array' is declared with const you might also need to cast function pointer(s). [constParameterCallback] PackageKit-1.3.1/src/pk-self-test.c:324:24: style: Parameter 'backend_spawn' can be declared as pointer to const. However it seems that 'pk_test_backend_spawn_packages_cb' is a callback function, if 'backend_spawn' is declared with const you might also need to cast function pointer(s). [constParameterCallback] PackageKit-1.3.1/src/pk-self-test.c:499:27: style: Parameter 'spawn' can be declared as pointer to const. However it seems that 'pk_test_exit_cb' is a callback function, if 'spawn' is declared with const you might also need to cast function pointer(s). [constParameterCallback] PackageKit-1.3.1/src/pk-self-test.c:499:65: style: Parameter 'user_data' can be declared as pointer to const. However it seems that 'pk_test_exit_cb' is a callback function, if 'user_data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] PackageKit-1.3.1/src/pk-self-test.c:508:29: style: Parameter 'spawn' can be declared as pointer to const. However it seems that 'pk_test_stdout_cb' is a callback function, if 'spawn' is declared with const you might also need to cast function pointer(s). [constParameterCallback] PackageKit-1.3.1/src/pk-self-test.c:508:64: style: Parameter 'user_data' can be declared as pointer to const. However it seems that 'pk_test_stdout_cb' is a callback function, if 'user_data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] PackageKit-1.3.1/src/pk-self-test.c:538:19: style: Parameter 'user_data' can be declared as pointer to const. However it seems that 'idle_cb' is a callback function, if 'user_data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] PackageKit-1.3.1/src/pk-self-test.c:888:47: style: Parameter 'transaction' can be declared as pointer to const. However it seems that 'pk_test_scheduler_finished_cb' is a callback function, if 'transaction' is declared with const you might also need to cast function pointer(s). [constParameterCallback] PackageKit-1.3.1/src/pk-self-test.c:888:105: style: Parameter 'user_data' can be declared as pointer to const. However it seems that 'pk_test_scheduler_finished_cb' is a callback function, if 'user_data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] PackageKit-1.3.1/src/pk-spawn.c:641:83: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'pk_spawn_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] PackageKit-1.3.1/src/pk-spawn.c:660:89: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'pk_spawn_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] PackageKit-1.3.1/client/pk-console.c:93:58: style: Parameter 'ctx' can be declared as pointer to const. However it seems that 'pk_console_package_cb' is a callback function, if 'ctx' is declared with const you might also need to cast function pointer(s). [constParameterCallback] PackageKit-1.3.1/client/pk-console.c:136:47: style: Parameter 'item' can be declared as pointer to const. However it seems that 'pk_console_transaction_cb' is a callback function, if 'item' is declared with const you might also need to cast function pointer(s). [constParameterCallback] PackageKit-1.3.1/client/pk-console.c:216:48: style: Parameter 'item' can be declared as pointer to const. However it seems that 'pk_console_distro_upgrade_cb' is a callback function, if 'item' is declared with const you might also need to cast function pointer(s). [constParameterCallback] PackageKit-1.3.1/client/pk-console.c:238:37: style: Parameter 'item' can be declared as pointer to const. However it seems that 'pk_console_category_cb' is a callback function, if 'item' is declared with const you might also need to cast function pointer(s). [constParameterCallback] PackageKit-1.3.1/client/pk-console.c:274:46: style: Parameter 'item' can be declared as pointer to const. However it seems that 'pk_console_update_detail_cb' is a callback function, if 'item' is declared with const you might also need to cast function pointer(s). [constParameterCallback] PackageKit-1.3.1/client/pk-console.c:380:42: style: Parameter 'item' can be declared as pointer to const. However it seems that 'pk_console_repo_detail_cb' is a callback function, if 'item' is declared with const you might also need to cast function pointer(s). [constParameterCallback] PackageKit-1.3.1/client/pk-console.c:412:50: style: Parameter 'item' can be declared as pointer to const. However it seems that 'pk_console_require_restart_cb' is a callback function, if 'item' is declared with const you might also need to cast function pointer(s). [constParameterCallback] PackageKit-1.3.1/client/pk-console.c:448:35: style: Parameter 'item' can be declared as pointer to const. However it seems that 'pk_console_details_cb' is a callback function, if 'item' is declared with const you might also need to cast function pointer(s). [constParameterCallback] PackageKit-1.3.1/client/pk-console.c:529:37: style: Parameter 'progress' can be declared as pointer to const. However it seems that 'pk_console_progress_cb' is a callback function, if 'progress' is declared with const you might also need to cast function pointer(s). [constParameterCallback] PackageKit-1.3.1/client/pk-console.c:1411:44: style: Parameter 'control_' can be declared as pointer to const. However it seems that 'pk_console_notify_connected_cb' is a callback function, if 'control_' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/pacman-package-manager/pacman-package-manager_7.0.0.orig.tar.xz pacman-7.0.0/lib/libalpm/package.c:79:46: style: Parameter 'pkg' can be declared as pointer to const. However it seems that '_pkg_get_base' is a callback function, if 'pkg' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pacman-7.0.0/lib/libalpm/package.c:80:46: style: Parameter 'pkg' can be declared as pointer to const. However it seems that '_pkg_get_desc' is a callback function, if 'pkg' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pacman-7.0.0/lib/libalpm/package.c:81:45: style: Parameter 'pkg' can be declared as pointer to const. However it seems that '_pkg_get_url' is a callback function, if 'pkg' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pacman-7.0.0/lib/libalpm/package.c:82:51: style: Parameter 'pkg' can be declared as pointer to const. However it seems that '_pkg_get_builddate' is a callback function, if 'pkg' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pacman-7.0.0/lib/libalpm/package.c:83:53: style: Parameter 'pkg' can be declared as pointer to const. However it seems that '_pkg_get_installdate' is a callback function, if 'pkg' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pacman-7.0.0/lib/libalpm/package.c:84:50: style: Parameter 'pkg' can be declared as pointer to const. However it seems that '_pkg_get_packager' is a callback function, if 'pkg' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pacman-7.0.0/lib/libalpm/package.c:85:46: style: Parameter 'pkg' can be declared as pointer to const. However it seems that '_pkg_get_arch' is a callback function, if 'pkg' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pacman-7.0.0/lib/libalpm/package.c:86:41: style: Parameter 'pkg' can be declared as pointer to const. However it seems that '_pkg_get_isize' is a callback function, if 'pkg' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pacman-7.0.0/lib/libalpm/package.c:87:53: style: Parameter 'pkg' can be declared as pointer to const. However it seems that '_pkg_get_reason' is a callback function, if 'pkg' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pacman-7.0.0/lib/libalpm/package.c:88:44: style: Parameter 'pkg' can be declared as pointer to const. However it seems that '_pkg_get_validation' is a callback function, if 'pkg' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pacman-7.0.0/lib/libalpm/package.c:89:43: style: Parameter 'pkg' can be declared as pointer to const. However it seems that '_pkg_has_scriptlet' is a callback function, if 'pkg' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pacman-7.0.0/lib/libalpm/package.c:91:51: style: Parameter 'pkg' can be declared as pointer to const. However it seems that '_pkg_get_licenses' is a callback function, if 'pkg' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pacman-7.0.0/lib/libalpm/package.c:92:49: style: Parameter 'pkg' can be declared as pointer to const. However it seems that '_pkg_get_groups' is a callback function, if 'pkg' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pacman-7.0.0/lib/libalpm/package.c:93:50: style: Parameter 'pkg' can be declared as pointer to const. However it seems that '_pkg_get_depends' is a callback function, if 'pkg' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pacman-7.0.0/lib/libalpm/package.c:94:53: style: Parameter 'pkg' can be declared as pointer to const. However it seems that '_pkg_get_optdepends' is a callback function, if 'pkg' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pacman-7.0.0/lib/libalpm/package.c:95:55: style: Parameter 'pkg' can be declared as pointer to const. However it seems that '_pkg_get_checkdepends' is a callback function, if 'pkg' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pacman-7.0.0/lib/libalpm/package.c:96:54: style: Parameter 'pkg' can be declared as pointer to const. However it seems that '_pkg_get_makedepends' is a callback function, if 'pkg' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pacman-7.0.0/lib/libalpm/package.c:97:52: style: Parameter 'pkg' can be declared as pointer to const. However it seems that '_pkg_get_conflicts' is a callback function, if 'pkg' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pacman-7.0.0/lib/libalpm/package.c:98:51: style: Parameter 'pkg' can be declared as pointer to const. However it seems that '_pkg_get_provides' is a callback function, if 'pkg' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pacman-7.0.0/lib/libalpm/package.c:99:51: style: Parameter 'pkg' can be declared as pointer to const. However it seems that '_pkg_get_replaces' is a callback function, if 'pkg' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pacman-7.0.0/lib/libalpm/package.c:101:49: style: Parameter 'pkg' can be declared as pointer to const. However it seems that '_pkg_get_backup' is a callback function, if 'pkg' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pacman-7.0.0/lib/libalpm/package.c:102:48: style: Parameter 'pkg' can be declared as pointer to const. However it seems that '_pkg_get_xdata' is a callback function, if 'pkg' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pacman-7.0.0/lib/libalpm/package.c:104:53: style: Parameter 'pkg' can be declared as pointer to const. However it seems that '_pkg_changelog_open' is a callback function, if 'pkg' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pacman-7.0.0/lib/libalpm/package.c:109:48: style: Parameter 'ptr' can be declared as pointer to const. However it seems that '_pkg_changelog_read' is a callback function, if 'ptr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pacman-7.0.0/lib/libalpm/package.c:110:46: style: Parameter 'fp' can be declared as pointer to const. However it seems that '_pkg_changelog_read' is a callback function, if 'fp' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pacman-7.0.0/lib/libalpm/package.c:116:16: style: Parameter 'fp' can be declared as pointer to const. However it seems that '_pkg_changelog_close' is a callback function, if 'fp' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pacman-7.0.0/lib/libalpm/package.c:121:59: style: Parameter 'pkg' can be declared as pointer to const. However it seems that '_pkg_mtree_open' is a callback function, if 'pkg' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pacman-7.0.0/lib/libalpm/package.c:127:26: style: Parameter 'archive' can be declared as pointer to const. However it seems that '_pkg_mtree_next' is a callback function, if 'archive' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pacman-7.0.0/lib/libalpm/package.c:133:26: style: Parameter 'archive' can be declared as pointer to const. However it seems that '_pkg_mtree_close' is a callback function, if 'archive' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pacman-7.0.0/lib/libalpm/package.c:138:47: style: Parameter 'pkg' can be declared as pointer to const. However it seems that '_pkg_force_load' is a callback function, if 'pkg' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pacman-7.0.0/lib/libalpm/hook.c:443:48: style: Parameter 'h1' can be declared as pointer to const. However it seems that '_alpm_hook_cmp' is a callback function, if 'h1' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pacman-7.0.0/lib/libalpm/hook.c:443:73: style: Parameter 'h2' can be declared as pointer to const. However it seems that '_alpm_hook_cmp' is a callback function, if 'h2' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pacman-7.0.0/src/pacman/conf.c:1232:9: style: Parameter 'key' can be declared as pointer to const. However it seems that '_parse_directive' is a callback function, if 'key' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/pads/pads_1.2.orig.tar.gz pads-1.2/src/output/output-fifo.c:195:25: style: Parameter 'rec' can be declared as pointer to const. However it seems that 'print_stat_fifo' is a callback function, if 'rec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/paflib/paflib_0.3.0.orig.tar.gz paflib-0.3.0/ebb/tests/test_ebb.c:50:25: style: Parameter 'context' can be declared as pointer to const. However it seems that 'ebb_handler_test' is a callback function, if 'context' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/paho.mqtt.c/paho.mqtt.c_1.3.15.orig.tar.gz paho.mqtt.c-1.3.15/src/MQTTPacket.c:500:76: style: Parameter 'data' can be declared as pointer to const. However it seems that 'MQTTPacket_header_only' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] paho.mqtt.c-1.3.15/src/samples/MQTTAsync_publish.c:41:36: style: Parameter 'cause' can be declared as pointer to const. However it seems that 'connlost' is a callback function, if 'cause' is declared with const you might also need to cast function pointer(s). [constParameterCallback] paho.mqtt.c-1.3.15/src/samples/MQTTAsync_publish.c:61:32: style: Parameter 'context' can be declared as pointer to const. However it seems that 'onDisconnectFailure' is a callback function, if 'context' is declared with const you might also need to cast function pointer(s). [constParameterCallback] paho.mqtt.c-1.3.15/src/samples/MQTTAsync_publish.c:61:64: style: Parameter 'response' can be declared as pointer to const. However it seems that 'onDisconnectFailure' is a callback function, if 'response' is declared with const you might also need to cast function pointer(s). [constParameterCallback] paho.mqtt.c-1.3.15/src/samples/MQTTAsync_publish.c:67:25: style: Parameter 'context' can be declared as pointer to const. However it seems that 'onDisconnect' is a callback function, if 'context' is declared with const you might also need to cast function pointer(s). [constParameterCallback] paho.mqtt.c-1.3.15/src/samples/MQTTAsync_publish.c:67:57: style: Parameter 'response' can be declared as pointer to const. However it seems that 'onDisconnect' is a callback function, if 'response' is declared with const you might also need to cast function pointer(s). [constParameterCallback] paho.mqtt.c-1.3.15/src/samples/MQTTAsync_publish.c:73:58: style: Parameter 'response' can be declared as pointer to const. However it seems that 'onSendFailure' is a callback function, if 'response' is declared with const you might also need to cast function pointer(s). [constParameterCallback] paho.mqtt.c-1.3.15/src/samples/MQTTAsync_publish.c:90:51: style: Parameter 'response' can be declared as pointer to const. However it seems that 'onSend' is a callback function, if 'response' is declared with const you might also need to cast function pointer(s). [constParameterCallback] paho.mqtt.c-1.3.15/src/samples/MQTTAsync_publish.c:108:29: style: Parameter 'context' can be declared as pointer to const. However it seems that 'onConnectFailure' is a callback function, if 'context' is declared with const you might also need to cast function pointer(s). [constParameterCallback] paho.mqtt.c-1.3.15/src/samples/MQTTAsync_publish.c:108:61: style: Parameter 'response' can be declared as pointer to const. However it seems that 'onConnectFailure' is a callback function, if 'response' is declared with const you might also need to cast function pointer(s). [constParameterCallback] paho.mqtt.c-1.3.15/src/samples/MQTTAsync_publish.c:137:26: style: Parameter 'context' can be declared as pointer to const. However it seems that 'messageArrived' is a callback function, if 'context' is declared with const you might also need to cast function pointer(s). [constParameterCallback] paho.mqtt.c-1.3.15/src/samples/MQTTAsync_publish.c:137:41: style: Parameter 'topicName' can be declared as pointer to const. However it seems that 'messageArrived' is a callback function, if 'topicName' is declared with const you might also need to cast function pointer(s). [constParameterCallback] paho.mqtt.c-1.3.15/src/samples/MQTTAsync_publish.c:137:85: style: Parameter 'm' can be declared as pointer to const. However it seems that 'messageArrived' is a callback function, if 'm' is declared with const you might also need to cast function pointer(s). [constParameterCallback] paho.mqtt.c-1.3.15/src/samples/MQTTAsync_publish_time.c:58:36: style: Parameter 'cause' can be declared as pointer to const. However it seems that 'connlost' is a callback function, if 'cause' is declared with const you might also need to cast function pointer(s). [constParameterCallback] paho.mqtt.c-1.3.15/src/samples/MQTTAsync_publish_time.c:78:32: style: Parameter 'context' can be declared as pointer to const. However it seems that 'onDisconnectFailure' is a callback function, if 'context' is declared with const you might also need to cast function pointer(s). [constParameterCallback] paho.mqtt.c-1.3.15/src/samples/MQTTAsync_publish_time.c:78:64: style: Parameter 'response' can be declared as pointer to const. However it seems that 'onDisconnectFailure' is a callback function, if 'response' is declared with const you might also need to cast function pointer(s). [constParameterCallback] paho.mqtt.c-1.3.15/src/samples/MQTTAsync_publish_time.c:84:25: style: Parameter 'context' can be declared as pointer to const. However it seems that 'onDisconnect' is a callback function, if 'context' is declared with const you might also need to cast function pointer(s). [constParameterCallback] paho.mqtt.c-1.3.15/src/samples/MQTTAsync_publish_time.c:84:57: style: Parameter 'response' can be declared as pointer to const. However it seems that 'onDisconnect' is a callback function, if 'response' is declared with const you might also need to cast function pointer(s). [constParameterCallback] paho.mqtt.c-1.3.15/src/samples/MQTTAsync_publish_time.c:90:58: style: Parameter 'response' can be declared as pointer to const. However it seems that 'onSendFailure' is a callback function, if 'response' is declared with const you might also need to cast function pointer(s). [constParameterCallback] paho.mqtt.c-1.3.15/src/samples/MQTTAsync_publish_time.c:107:19: style: Parameter 'context' can be declared as pointer to const. However it seems that 'onSend' is a callback function, if 'context' is declared with const you might also need to cast function pointer(s). [constParameterCallback] paho.mqtt.c-1.3.15/src/samples/MQTTAsync_publish_time.c:107:51: style: Parameter 'response' can be declared as pointer to const. However it seems that 'onSend' is a callback function, if 'response' is declared with const you might also need to cast function pointer(s). [constParameterCallback] paho.mqtt.c-1.3.15/src/samples/MQTTAsync_publish_time.c:113:29: style: Parameter 'context' can be declared as pointer to const. However it seems that 'onConnectFailure' is a callback function, if 'context' is declared with const you might also need to cast function pointer(s). [constParameterCallback] paho.mqtt.c-1.3.15/src/samples/MQTTAsync_publish_time.c:113:61: style: Parameter 'response' can be declared as pointer to const. However it seems that 'onConnectFailure' is a callback function, if 'response' is declared with const you might also need to cast function pointer(s). [constParameterCallback] paho.mqtt.c-1.3.15/src/samples/MQTTAsync_publish_time.c:120:22: style: Parameter 'context' can be declared as pointer to const. However it seems that 'onConnect' is a callback function, if 'context' is declared with const you might also need to cast function pointer(s). [constParameterCallback] paho.mqtt.c-1.3.15/src/samples/MQTTAsync_publish_time.c:120:54: style: Parameter 'response' can be declared as pointer to const. However it seems that 'onConnect' is a callback function, if 'response' is declared with const you might also need to cast function pointer(s). [constParameterCallback] paho.mqtt.c-1.3.15/src/samples/MQTTAsync_publish_time.c:126:26: style: Parameter 'context' can be declared as pointer to const. However it seems that 'messageArrived' is a callback function, if 'context' is declared with const you might also need to cast function pointer(s). [constParameterCallback] paho.mqtt.c-1.3.15/src/samples/MQTTAsync_publish_time.c:126:41: style: Parameter 'topicName' can be declared as pointer to const. However it seems that 'messageArrived' is a callback function, if 'topicName' is declared with const you might also need to cast function pointer(s). [constParameterCallback] paho.mqtt.c-1.3.15/src/samples/MQTTAsync_publish_time.c:126:85: style: Parameter 'm' can be declared as pointer to const. However it seems that 'messageArrived' is a callback function, if 'm' is declared with const you might also need to cast function pointer(s). [constParameterCallback] paho.mqtt.c-1.3.15/src/samples/MQTTAsync_subscribe.c:46:36: style: Parameter 'cause' can be declared as pointer to const. However it seems that 'connlost' is a callback function, if 'cause' is declared with const you might also need to cast function pointer(s). [constParameterCallback] paho.mqtt.c-1.3.15/src/samples/MQTTAsync_subscribe.c:79:32: style: Parameter 'context' can be declared as pointer to const. However it seems that 'onDisconnectFailure' is a callback function, if 'context' is declared with const you might also need to cast function pointer(s). [constParameterCallback] paho.mqtt.c-1.3.15/src/samples/MQTTAsync_subscribe.c:79:64: style: Parameter 'response' can be declared as pointer to const. However it seems that 'onDisconnectFailure' is a callback function, if 'response' is declared with const you might also need to cast function pointer(s). [constParameterCallback] paho.mqtt.c-1.3.15/src/samples/MQTTAsync_subscribe.c:85:25: style: Parameter 'context' can be declared as pointer to const. However it seems that 'onDisconnect' is a callback function, if 'context' is declared with const you might also need to cast function pointer(s). [constParameterCallback] paho.mqtt.c-1.3.15/src/samples/MQTTAsync_subscribe.c:85:57: style: Parameter 'response' can be declared as pointer to const. However it seems that 'onDisconnect' is a callback function, if 'response' is declared with const you might also need to cast function pointer(s). [constParameterCallback] paho.mqtt.c-1.3.15/src/samples/MQTTAsync_subscribe.c:91:24: style: Parameter 'context' can be declared as pointer to const. However it seems that 'onSubscribe' is a callback function, if 'context' is declared with const you might also need to cast function pointer(s). [constParameterCallback] paho.mqtt.c-1.3.15/src/samples/MQTTAsync_subscribe.c:91:56: style: Parameter 'response' can be declared as pointer to const. However it seems that 'onSubscribe' is a callback function, if 'response' is declared with const you might also need to cast function pointer(s). [constParameterCallback] paho.mqtt.c-1.3.15/src/samples/MQTTAsync_subscribe.c:97:31: style: Parameter 'context' can be declared as pointer to const. However it seems that 'onSubscribeFailure' is a callback function, if 'context' is declared with const you might also need to cast function pointer(s). [constParameterCallback] paho.mqtt.c-1.3.15/src/samples/MQTTAsync_subscribe.c:97:63: style: Parameter 'response' can be declared as pointer to const. However it seems that 'onSubscribeFailure' is a callback function, if 'response' is declared with const you might also need to cast function pointer(s). [constParameterCallback] paho.mqtt.c-1.3.15/src/samples/MQTTAsync_subscribe.c:104:29: style: Parameter 'context' can be declared as pointer to const. However it seems that 'onConnectFailure' is a callback function, if 'context' is declared with const you might also need to cast function pointer(s). [constParameterCallback] paho.mqtt.c-1.3.15/src/samples/MQTTAsync_subscribe.c:104:61: style: Parameter 'response' can be declared as pointer to const. However it seems that 'onConnectFailure' is a callback function, if 'response' is declared with const you might also need to cast function pointer(s). [constParameterCallback] paho.mqtt.c-1.3.15/src/samples/MQTTClient_publish_async.c:37:22: style: Parameter 'context' can be declared as pointer to const. However it seems that 'delivered' is a callback function, if 'context' is declared with const you might also need to cast function pointer(s). [constParameterCallback] paho.mqtt.c-1.3.15/src/samples/MQTTClient_publish_async.c:53:21: style: Parameter 'context' can be declared as pointer to const. However it seems that 'connlost' is a callback function, if 'context' is declared with const you might also need to cast function pointer(s). [constParameterCallback] paho.mqtt.c-1.3.15/src/samples/MQTTClient_publish_async.c:53:36: style: Parameter 'cause' can be declared as pointer to const. However it seems that 'connlost' is a callback function, if 'cause' is declared with const you might also need to cast function pointer(s). [constParameterCallback] paho.mqtt.c-1.3.15/src/samples/MQTTClient_subscribe.c:31:22: style: Parameter 'context' can be declared as pointer to const. However it seems that 'delivered' is a callback function, if 'context' is declared with const you might also need to cast function pointer(s). [constParameterCallback] paho.mqtt.c-1.3.15/src/samples/MQTTClient_subscribe.c:47:21: style: Parameter 'context' can be declared as pointer to const. However it seems that 'connlost' is a callback function, if 'context' is declared with const you might also need to cast function pointer(s). [constParameterCallback] paho.mqtt.c-1.3.15/src/samples/MQTTClient_subscribe.c:47:36: style: Parameter 'cause' can be declared as pointer to const. However it seems that 'connlost' is a callback function, if 'cause' is declared with const you might also need to cast function pointer(s). [constParameterCallback] paho.mqtt.c-1.3.15/src/samples/paho_c_sub.c:97:25: style: Parameter 'context' can be declared as pointer to const. However it seems that 'onDisconnect' is a callback function, if 'context' is declared with const you might also need to cast function pointer(s). [constParameterCallback] paho.mqtt.c-1.3.15/src/samples/paho_c_sub.c:97:57: style: Parameter 'response' can be declared as pointer to const. However it seems that 'onDisconnect' is a callback function, if 'response' is declared with const you might also need to cast function pointer(s). [constParameterCallback] paho.mqtt.c-1.3.15/src/samples/paho_c_sub.c:103:25: style: Parameter 'context' can be declared as pointer to const. However it seems that 'onSubscribe5' is a callback function, if 'context' is declared with const you might also need to cast function pointer(s). [constParameterCallback] paho.mqtt.c-1.3.15/src/samples/paho_c_sub.c:103:58: style: Parameter 'response' can be declared as pointer to const. However it seems that 'onSubscribe5' is a callback function, if 'response' is declared with const you might also need to cast function pointer(s). [constParameterCallback] paho.mqtt.c-1.3.15/src/samples/paho_c_sub.c:108:24: style: Parameter 'context' can be declared as pointer to const. However it seems that 'onSubscribe' is a callback function, if 'context' is declared with const you might also need to cast function pointer(s). [constParameterCallback] paho.mqtt.c-1.3.15/src/samples/paho_c_sub.c:108:56: style: Parameter 'response' can be declared as pointer to const. However it seems that 'onSubscribe' is a callback function, if 'response' is declared with const you might also need to cast function pointer(s). [constParameterCallback] paho.mqtt.c-1.3.15/src/samples/paho_c_sub.c:195:62: style: Parameter 'message' can be declared as pointer to const. However it seems that 'trace_callback' is a callback function, if 'message' is declared with const you might also need to cast function pointer(s). [constParameterCallback] paho.mqtt.c-1.3.15/src/samples/paho_c_pub.c:74:26: style: Parameter 'context' can be declared as pointer to const. However it seems that 'messageArrived' is a callback function, if 'context' is declared with const you might also need to cast function pointer(s). [constParameterCallback] paho.mqtt.c-1.3.15/src/samples/paho_c_pub.c:74:41: style: Parameter 'topicName' can be declared as pointer to const. However it seems that 'messageArrived' is a callback function, if 'topicName' is declared with const you might also need to cast function pointer(s). [constParameterCallback] paho.mqtt.c-1.3.15/src/samples/paho_c_pub.c:74:85: style: Parameter 'm' can be declared as pointer to const. However it seems that 'messageArrived' is a callback function, if 'm' is declared with const you might also need to cast function pointer(s). [constParameterCallback] paho.mqtt.c-1.3.15/src/samples/paho_c_pub.c:83:26: style: Parameter 'context' can be declared as pointer to const. However it seems that 'onDisconnect5' is a callback function, if 'context' is declared with const you might also need to cast function pointer(s). [constParameterCallback] paho.mqtt.c-1.3.15/src/samples/paho_c_pub.c:83:59: style: Parameter 'response' can be declared as pointer to const. However it seems that 'onDisconnect5' is a callback function, if 'response' is declared with const you might also need to cast function pointer(s). [constParameterCallback] paho.mqtt.c-1.3.15/src/samples/paho_c_pub.c:88:25: style: Parameter 'context' can be declared as pointer to const. However it seems that 'onDisconnect' is a callback function, if 'context' is declared with const you might also need to cast function pointer(s). [constParameterCallback] paho.mqtt.c-1.3.15/src/samples/paho_c_pub.c:88:57: style: Parameter 'response' can be declared as pointer to const. However it seems that 'onDisconnect' is a callback function, if 'response' is declared with const you might also need to cast function pointer(s). [constParameterCallback] paho.mqtt.c-1.3.15/src/samples/paho_c_pub.c:208:22: style: Parameter 'context' can be declared as pointer to const. However it seems that 'onPublish' is a callback function, if 'context' is declared with const you might also need to cast function pointer(s). [constParameterCallback] paho.mqtt.c-1.3.15/src/samples/paho_c_pub.c:208:54: style: Parameter 'response' can be declared as pointer to const. However it seems that 'onPublish' is a callback function, if 'response' is declared with const you might also need to cast function pointer(s). [constParameterCallback] paho.mqtt.c-1.3.15/src/samples/paho_c_pub.c:362:62: style: Parameter 'message' can be declared as pointer to const. However it seems that 'trace_callback' is a callback function, if 'message' is declared with const you might also need to cast function pointer(s). [constParameterCallback] paho.mqtt.c-1.3.15/src/samples/paho_cs_pub.c:131:26: style: Parameter 'context' can be declared as pointer to const. However it seems that 'messageArrived' is a callback function, if 'context' is declared with const you might also need to cast function pointer(s). [constParameterCallback] paho.mqtt.c-1.3.15/src/samples/paho_cs_pub.c:131:41: style: Parameter 'topicName' can be declared as pointer to const. However it seems that 'messageArrived' is a callback function, if 'topicName' is declared with const you might also need to cast function pointer(s). [constParameterCallback] paho.mqtt.c-1.3.15/src/samples/paho_cs_pub.c:131:86: style: Parameter 'm' can be declared as pointer to const. However it seems that 'messageArrived' is a callback function, if 'm' is declared with const you might also need to cast function pointer(s). [constParameterCallback] paho.mqtt.c-1.3.15/src/samples/paho_cs_pub.c:147:63: style: Parameter 'message' can be declared as pointer to const. However it seems that 'trace_callback' is a callback function, if 'message' is declared with const you might also need to cast function pointer(s). [constParameterCallback] paho.mqtt.c-1.3.15/src/samples/paho_cs_sub.c:135:63: style: Parameter 'message' can be declared as pointer to const. However it seems that 'trace_callback' is a callback function, if 'message' is declared with const you might also need to cast function pointer(s). [constParameterCallback] paho.mqtt.c-1.3.15/test/python/mqttclient_module.c:564:57: style: Parameter 'args' can be declared as pointer to const. However it seems that 'mqttv3_yield' is a callback function, if 'args' is declared with const you might also need to cast function pointer(s). [constParameterCallback] paho.mqtt.c-1.3.15/test/test1.c:444:35: style: Parameter 'context' can be declared as pointer to const. However it seems that 'test2_deliveryComplete' is a callback function, if 'context' is declared with const you might also need to cast function pointer(s). [constParameterCallback] paho.mqtt.c-1.3.15/test/test1.c:929:48: style: Parameter 'cause' can be declared as pointer to const. However it seems that 'test6_connectionLost' is a callback function, if 'cause' is declared with const you might also need to cast function pointer(s). [constParameterCallback] paho.mqtt.c-1.3.15/test/test1.c:936:35: style: Parameter 'context' can be declared as pointer to const. However it seems that 'test6_deliveryComplete' is a callback function, if 'context' is declared with const you might also need to cast function pointer(s). [constParameterCallback] paho.mqtt.c-1.3.15/test/test11.c:2085:62: style: Parameter 'message' can be declared as pointer to const. However it seems that 'trace_callback' is a callback function, if 'message' is declared with const you might also need to cast function pointer(s). [constParameterCallback] paho.mqtt.c-1.3.15/test/test4.c:1746:62: style: Parameter 'message' can be declared as pointer to const. However it seems that 'trace_callback' is a callback function, if 'message' is declared with const you might also need to cast function pointer(s). [constParameterCallback] paho.mqtt.c-1.3.15/test/test15.c:550:35: style: Parameter 'context' can be declared as pointer to const. However it seems that 'test2_deliveryComplete' is a callback function, if 'context' is declared with const you might also need to cast function pointer(s). [constParameterCallback] paho.mqtt.c-1.3.15/test/test3.c:487:41: style: Parameter 'context' can be declared as pointer to const. However it seems that 'multiThread_deliveryComplete' is a callback function, if 'context' is declared with const you might also need to cast function pointer(s). [constParameterCallback] paho.mqtt.c-1.3.15/test/test45.c:2037:62: style: Parameter 'message' can be declared as pointer to const. However it seems that 'trace_callback' is a callback function, if 'message' is declared with const you might also need to cast function pointer(s). [constParameterCallback] paho.mqtt.c-1.3.15/test/test6.c:293:35: style: Parameter 'context' can be declared as pointer to const. However it seems that 'control_connectionLost' is a callback function, if 'context' is declared with const you might also need to cast function pointer(s). [constParameterCallback] paho.mqtt.c-1.3.15/test/test6.c:293:50: style: Parameter 'cause' can be declared as pointer to const. However it seems that 'control_connectionLost' is a callback function, if 'cause' is declared with const you might also need to cast function pointer(s). [constParameterCallback] paho.mqtt.c-1.3.15/test/test6.c:444:63: style: Parameter 'response' can be declared as pointer to const. However it seems that 'client_onReconnect' is a callback function, if 'response' is declared with const you might also need to cast function pointer(s). [constParameterCallback] paho.mqtt.c-1.3.15/test/test6.c:632:24: style: Parameter 'context' can be declared as pointer to const. However it seems that 'messageSent' is a callback function, if 'context' is declared with const you might also need to cast function pointer(s). [constParameterCallback] paho.mqtt.c-1.3.15/test/test6.c:632:56: style: Parameter 'response' can be declared as pointer to const. However it seems that 'messageSent' is a callback function, if 'response' is declared with const you might also need to cast function pointer(s). [constParameterCallback] paho.mqtt.c-1.3.15/test/test6.c:763:61: style: Parameter 'response' can be declared as pointer to const. However it seems that 'client_onFailure' is a callback function, if 'response' is declared with const you might also need to cast function pointer(s). [constParameterCallback] paho.mqtt.c-1.3.15/test/test6.c:792:41: style: Parameter 'context' can be declared as pointer to const. However it seems that 'client_onCleanedDisconnected' is a callback function, if 'context' is declared with const you might also need to cast function pointer(s). [constParameterCallback] paho.mqtt.c-1.3.15/test/test6.c:792:73: style: Parameter 'response' can be declared as pointer to const. However it seems that 'client_onCleanedDisconnected' is a callback function, if 'response' is declared with const you might also need to cast function pointer(s). [constParameterCallback] paho.mqtt.c-1.3.15/test/test6.c:935:62: style: Parameter 'response' can be declared as pointer to const. However it seems that 'control_onFailure' is a callback function, if 'response' is declared with const you might also need to cast function pointer(s). [constParameterCallback] paho.mqtt.c-1.3.15/test/test6.c:962:62: style: Parameter 'message' can be declared as pointer to const. However it seems that 'trace_callback' is a callback function, if 'message' is declared with const you might also need to cast function pointer(s). [constParameterCallback] paho.mqtt.c-1.3.15/test/test8.c:1112:31: style: Parameter 'context' can be declared as pointer to const. However it seems that 'test6_onDisconnect' is a callback function, if 'context' is declared with const you might also need to cast function pointer(s). [constParameterCallback] paho.mqtt.c-1.3.15/test/test8.c:1112:63: style: Parameter 'response' can be declared as pointer to const. However it seems that 'test6_onDisconnect' is a callback function, if 'response' is declared with const you might also need to cast function pointer(s). [constParameterCallback] paho.mqtt.c-1.3.15/test/test8.c:1253:33: style: Parameter 'context' can be declared as pointer to const. However it seems that 'test6_connectionLost' is a callback function, if 'context' is declared with const you might also need to cast function pointer(s). [constParameterCallback] paho.mqtt.c-1.3.15/test/test8.c:1253:48: style: Parameter 'cause' can be declared as pointer to const. However it seems that 'test6_connectionLost' is a callback function, if 'cause' is declared with const you might also need to cast function pointer(s). [constParameterCallback] paho.mqtt.c-1.3.15/test/test8.c:1392:62: style: Parameter 'message' can be declared as pointer to const. However it seems that 'trace_callback' is a callback function, if 'message' is declared with const you might also need to cast function pointer(s). [constParameterCallback] paho.mqtt.c-1.3.15/test/test5.c:620:40: style: Parameter 'context' can be declared as pointer to const. However it seems that 'asyncTestOnDeliveryComplete' is a callback function, if 'context' is declared with const you might also need to cast function pointer(s). [constParameterCallback] paho.mqtt.c-1.3.15/test/test5.c:2690:59: style: Parameter 'message' can be declared as pointer to const. However it seems that 'handleTrace' is a callback function, if 'message' is declared with const you might also need to cast function pointer(s). [constParameterCallback] paho.mqtt.c-1.3.15/test/test95.c:2229:59: style: Parameter 'message' can be declared as pointer to const. However it seems that 'handleTrace' is a callback function, if 'message' is declared with const you might also need to cast function pointer(s). [constParameterCallback] paho.mqtt.c-1.3.15/test/test9.c:314:59: style: Parameter 'message' can be declared as pointer to const. However it seems that 'handleTrace' is a callback function, if 'message' is declared with const you might also need to cast function pointer(s). [constParameterCallback] paho.mqtt.c-1.3.15/test/test9.c:2515:64: style: Parameter 'response' can be declared as pointer to const. However it seems that 'test10onSendSuccess' is a callback function, if 'response' is declared with const you might also need to cast function pointer(s). [constParameterCallback] paho.mqtt.c-1.3.15/test/test_issue373.c:222:36: style: Parameter 'context' can be declared as pointer to const. However it seems that 'test373DeliveryComplete' is a callback function, if 'context' is declared with const you might also need to cast function pointer(s). [constParameterCallback] paho.mqtt.c-1.3.15/test/test_issue373.c:226:35: style: Parameter 'context' can be declared as pointer to const. However it seems that 'test373_onWriteSuccess' is a callback function, if 'context' is declared with const you might also need to cast function pointer(s). [constParameterCallback] paho.mqtt.c-1.3.15/test/test_issue373.c:226:67: style: Parameter 'response' can be declared as pointer to const. However it seems that 'test373_onWriteSuccess' is a callback function, if 'response' is declared with const you might also need to cast function pointer(s). [constParameterCallback] paho.mqtt.c-1.3.15/test/test_issue373.c:232:35: style: Parameter 'context' can be declared as pointer to const. However it seems that 'test373_onWriteFailure' is a callback function, if 'context' is declared with const you might also need to cast function pointer(s). [constParameterCallback] paho.mqtt.c-1.3.15/test/test_issue373.c:232:67: style: Parameter 'response' can be declared as pointer to const. However it seems that 'test373_onWriteFailure' is a callback function, if 'response' is declared with const you might also need to cast function pointer(s). [constParameterCallback] paho.mqtt.c-1.3.15/test/test_issue373.c:238:34: style: Parameter 'context' can be declared as pointer to const. However it seems that 'test373_messageArrived' is a callback function, if 'context' is declared with const you might also need to cast function pointer(s). [constParameterCallback] paho.mqtt.c-1.3.15/test/test_issue373.c:238:49: style: Parameter 'topicName' can be declared as pointer to const. However it seems that 'test373_messageArrived' is a callback function, if 'topicName' is declared with const you might also need to cast function pointer(s). [constParameterCallback] paho.mqtt.c-1.3.15/test/test_issue373.c:238:93: style: Parameter 'message' can be declared as pointer to const. However it seems that 'test373_messageArrived' is a callback function, if 'message' is declared with const you might also need to cast function pointer(s). [constParameterCallback] paho.mqtt.c-1.3.15/test/test_issue373.c:374:59: style: Parameter 'message' can be declared as pointer to const. However it seems that 'handleTrace' is a callback function, if 'message' is declared with const you might also need to cast function pointer(s). [constParameterCallback] paho.mqtt.c-1.3.15/test/test_mqtt4sync.c:393:35: style: Parameter 'context' can be declared as pointer to const. However it seems that 'test2_deliveryComplete' is a callback function, if 'context' is declared with const you might also need to cast function pointer(s). [constParameterCallback] paho.mqtt.c-1.3.15/test/test_persistence.c:531:59: style: Parameter 'message' can be declared as pointer to const. However it seems that 'handleTrace' is a callback function, if 'message' is declared with const you might also need to cast function pointer(s). [constParameterCallback] paho.mqtt.c-1.3.15/test_package/test_package.c:15:22: style: Parameter 'context' can be declared as pointer to const. However it seems that 'delivered' is a callback function, if 'context' is declared with const you might also need to cast function pointer(s). [constParameterCallback] paho.mqtt.c-1.3.15/test_package/test_package.c:39:21: style: Parameter 'context' can be declared as pointer to const. However it seems that 'connlost' is a callback function, if 'context' is declared with const you might also need to cast function pointer(s). [constParameterCallback] paho.mqtt.c-1.3.15/test_package/test_package.c:39:36: style: Parameter 'cause' can be declared as pointer to const. However it seems that 'connlost' is a callback function, if 'cause' is declared with const you might also need to cast function pointer(s). [constParameterCallback] paho.mqtt.c-1.3.15/test/test_sync_session_present.c:350:33: style: Parameter 'context' can be declared as pointer to const. However it seems that 'test1_connectionLost' is a callback function, if 'context' is declared with const you might also need to cast function pointer(s). [constParameterCallback] paho.mqtt.c-1.3.15/test/test_sync_session_present.c:350:48: style: Parameter 'cause' can be declared as pointer to const. However it seems that 'test1_connectionLost' is a callback function, if 'cause' is declared with const you might also need to cast function pointer(s). [constParameterCallback] paho.mqtt.c-1.3.15/test/test_sync_session_present.c:355:35: style: Parameter 'context' can be declared as pointer to const. However it seems that 'test1_deliveryComplete' is a callback function, if 'context' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/pam/pam_1.7.0.orig.tar.xz Linux-PAM-1.7.0/examples/vpass.c:13:62: style: Parameter 'UNUSED' can be declared as pointer to const. However it seems that 'test_conv' is a callback function, if 'UNUSED' is declared with const you might also need to cast function pointer(s). [constParameterCallback] Linux-PAM-1.7.0/tests/tst-pam_set_data.c:56:47: style: Parameter 'data' can be declared as pointer to const. However it seems that 'tst_cleanup' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/pam-pkcs11/pam-pkcs11_0.6.13.orig.tar.gz OpenSC-pam_pkcs11-87edc72/src/mappers/null_mapper.c:46:38: style: Parameter 'x509' can be declared as pointer to const. However it seems that 'mapper_find_user' is a callback function, if 'x509' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/pam-python/pam-python_1.1.0~git20220701.1d4e111.orig.tar.xz pam-python-1.1.0~git20220701.1d4e111/src/pam_python.c:1339:31: style: Parameter 'args' can be declared as pointer to const. However it seems that 'PamEnv_items' is a callback function, if 'args' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pam-python-1.1.0~git20220701.1d4e111/src/pam_python.c:1339:47: style: Parameter 'kwds' can be declared as pointer to const. However it seems that 'PamEnv_items' is a callback function, if 'kwds' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pam-python-1.1.0~git20220701.1d4e111/src/pam_python.c:1352:31: style: Parameter 'args' can be declared as pointer to const. However it seems that 'PamEnv_iteritems' is a callback function, if 'args' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pam-python-1.1.0~git20220701.1d4e111/src/pam_python.c:1352:47: style: Parameter 'kwds' can be declared as pointer to const. However it seems that 'PamEnv_iteritems' is a callback function, if 'kwds' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pam-python-1.1.0~git20220701.1d4e111/src/pam_python.c:1366:31: style: Parameter 'args' can be declared as pointer to const. However it seems that 'PamEnv_iterkeys' is a callback function, if 'args' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pam-python-1.1.0~git20220701.1d4e111/src/pam_python.c:1366:47: style: Parameter 'kwds' can be declared as pointer to const. However it seems that 'PamEnv_iterkeys' is a callback function, if 'kwds' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pam-python-1.1.0~git20220701.1d4e111/src/pam_python.c:1380:31: style: Parameter 'args' can be declared as pointer to const. However it seems that 'PamEnv_itervalues' is a callback function, if 'args' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pam-python-1.1.0~git20220701.1d4e111/src/pam_python.c:1380:47: style: Parameter 'kwds' can be declared as pointer to const. However it seems that 'PamEnv_itervalues' is a callback function, if 'kwds' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pam-python-1.1.0~git20220701.1d4e111/src/pam_python.c:1394:31: style: Parameter 'args' can be declared as pointer to const. However it seems that 'PamEnv_keys' is a callback function, if 'args' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pam-python-1.1.0~git20220701.1d4e111/src/pam_python.c:1394:47: style: Parameter 'kwds' can be declared as pointer to const. However it seems that 'PamEnv_keys' is a callback function, if 'kwds' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pam-python-1.1.0~git20220701.1d4e111/src/pam_python.c:1407:31: style: Parameter 'args' can be declared as pointer to const. However it seems that 'PamEnv_values' is a callback function, if 'args' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pam-python-1.1.0~git20220701.1d4e111/src/pam_python.c:1407:47: style: Parameter 'kwds' can be declared as pointer to const. However it seems that 'PamEnv_values' is a callback function, if 'kwds' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/pam-u2f/pam-u2f_1.4.0.orig.tar.gz pam_u2f-1.4.0/fuzz/wrap.c:283:29: style: Parameter 'handle' can be declared as pointer to const. However it seems that 'dev_close' is a callback function, if 'handle' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pam_u2f-1.4.0/fuzz/wrap.c:287:27: style: Parameter 'handle' can be declared as pointer to const. However it seems that 'dev_read' is a callback function, if 'handle' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pam_u2f-1.4.0/fuzz/wrap.c:292:28: style: Parameter 'handle' can be declared as pointer to const. However it seems that 'dev_write' is a callback function, if 'handle' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/pam-wrapper/pam-wrapper_1.1.8.orig.tar.xz pam-wrapper-1.1.8/src/pam_wrapper.c:701:19: style: Parameter 'ftwbuf' can be declared as pointer to const. However it seems that 'copy_ftw' is a callback function, if 'ftwbuf' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/paml/paml_4.9j+dfsg.orig.tar.xz paml4.9j/src/pamp.c:632:18: style: Parameter 'x' can be declared as const array. However it seems that 'testx' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] paml4.9j/src/baseml.c:1418:18: style: Parameter 'x' can be declared as const array. However it seems that 'testx' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] paml4.9j/src/codeml.c:1830:18: style: Parameter 'x' can be declared as const array. However it seems that 'testx' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] paml4.9j/src/codeml.c:4819:26: style: Parameter 'x' can be declared as const array. However it seems that 'lfun2AArev' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/pan/pan_0.164.orig.tar.gz pan-0.164/pan/gui/e-charset-combo-box.c:190:45: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'charset_combo_box_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pan-0.164/pan/gui/e-charset-combo-box.c:207:45: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'charset_combo_box_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pan-0.164/pan/gui/e-action-combo-box.c:90:50: style: Parameter 'combo_box' can be declared as pointer to const. However it seems that 'action_combo_box_render_pixbuf' is a callback function, if 'combo_box' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pan-0.164/pan/gui/e-action-combo-box.c:282:44: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'action_combo_box_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pan-0.164/pan/gui/e-action-combo-box.c:299:44: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'action_combo_box_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pan-0.164/pan/gui/body-pane.cc:612:54: style: Parameter 'event' can be declared as pointer to const. However it seems that 'text_key_pressed' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pan-0.164/pan/gui/body-pane.cc:1637:63: style: Parameter 'self_gpointer' can be declared as pointer to const. However it seems that 'expander_activated_cb' is a callback function, if 'self_gpointer' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pan-0.164/pan/gui/body-pane.cc:1672:36: style: Parameter 'w' can be declared as pointer to const. However it seems that 'show_cb' is a callback function, if 'w' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pan-0.164/pan/gui/body-pane.cc:1672:62: style: Parameter 'pane' can be declared as pointer to const. However it seems that 'show_cb' is a callback function, if 'pane' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pan-0.164/pan/gui/body-pane.cc:1731:48: style: Parameter 'text' can be declared as pointer to const. However it seems that 'text_size_allocated' is a callback function, if 'text' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pan-0.164/pan/gui/body-pane.cc:1732:52: style: Parameter 'allocation' can be declared as pointer to const. However it seems that 'text_size_allocated' is a callback function, if 'allocation' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pan-0.164/pan/gui/body-pane.cc:1733:46: style: Parameter 'pane' can be declared as pointer to const. However it seems that 'text_size_allocated' is a callback function, if 'pane' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pan-0.164/pan/gui/prefs.cc:241:53: style: Parameter 'alloc' can be declared as pointer to const. However it seems that 'window_size_allocated_cb' is a callback function, if 'alloc' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pan-0.164/pan/gui/server-ui.cc:129:36: style: Parameter 'w' can be declared as pointer to const. However it seems that 'ssl_changed_cb' is a callback function, if 'w' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pan-0.164/pan/gui/server-ui.cc:129:57: style: Parameter 'd' can be declared as pointer to const. However it seems that 'ssl_changed_cb' is a callback function, if 'd' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/pango1.0/pango1.0_1.56.3.orig.tar.xz pango-1.56.3/pango/itemize.c:740:33: style: Parameter 'fontset' can be declared as pointer to const. However it seems that 'get_font_foreach' is a callback function, if 'fontset' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pango-1.56.3/pango/fonts.c:2022:46: style: Parameter 'font' can be declared as pointer to const. However it seems that 'pango_font_default_get_languages' is a callback function, if 'font' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pango-1.56.3/pango/fonts.c:2028:42: style: Parameter 'font' can be declared as pointer to const. However it seems that 'pango_font_default_is_hinted' is a callback function, if 'font' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pango-1.56.3/pango/fonts.c:2615:46: style: Parameter 'list' can be declared as pointer to const. However it seems that 'pango_font_family_get_item_type' is a callback function, if 'list' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pango-1.56.3/pango/fonts.c:2667:58: style: Parameter 'family' can be declared as pointer to const. However it seems that 'pango_font_family_default_is_monospace' is a callback function, if 'family' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pango-1.56.3/pango/fonts.c:2673:57: style: Parameter 'family' can be declared as pointer to const. However it seems that 'pango_font_family_default_is_variable' is a callback function, if 'family' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pango-1.56.3/pango/fonts.c:2705:45: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'pango_font_family_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pango-1.56.3/pango/pango-fontmap.c:80:42: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'pango_font_map_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pango-1.56.3/pango/pango-fontmap.c:628:43: style: Parameter 'list' can be declared as pointer to const. However it seems that 'pango_font_map_get_item_type' is a callback function, if 'list' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pango-1.56.3/pango/pango-renderer.c:1469:53: style: Parameter 'run' can be declared as pointer to const. However it seems that 'pango_renderer_default_prepare_run' is a callback function, if 'run' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pango-1.56.3/tests/test-itemize.c:55:38: style: Parameter 'attr' can be declared as pointer to const. However it seems that 'affects_itemization' is a callback function, if 'attr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pango-1.56.3/tests/test-itemize.c:56:38: style: Parameter 'data' can be declared as pointer to const. However it seems that 'affects_itemization' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pango-1.56.3/tests/testboundaries.c:140:18: style: Parameter 'prev_attr' can be declared as pointer to const. However it seems that 'check_line_char' is a callback function, if 'prev_attr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pango-1.56.3/pango/pangofc-fontmap.c:325:53: style: Parameter 'key1' can be declared as pointer to const. However it seems that 'pango_fc_font_face_data_equal' is a callback function, if 'key1' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pango-1.56.3/pango/pangofc-fontmap.c:326:32: style: Parameter 'key2' can be declared as pointer to const. However it seems that 'pango_fc_font_face_data_equal' is a callback function, if 'key2' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pango-1.56.3/pango/pangofc-fontmap.c:1478:46: style: Parameter 'list' can be declared as pointer to const. However it seems that 'pango_fc_font_map_get_item_type' is a callback function, if 'list' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pango-1.56.3/pango/pangofc-fontmap.c:2589:42: style: Parameter 'fontmap' can be declared as pointer to const. However it seems that 'pango_fc_font_map_changed' is a callback function, if 'fontmap' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pango-1.56.3/pango/pangofc-fontmap.c:3470:44: style: Parameter 'list' can be declared as pointer to const. However it seems that 'pango_fc_family_get_item_type' is a callback function, if 'list' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pango-1.56.3/tests/testattributes.c:760:29: style: Parameter 'attribute' can be declared as pointer to const. However it seems that 'never_true' is a callback function, if 'attribute' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pango-1.56.3/tests/testattributes.c:760:49: style: Parameter 'user_data' can be declared as pointer to const. However it seems that 'never_true' is a callback function, if 'user_data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pango-1.56.3/tests/testattributes.c:766:30: style: Parameter 'attribute' can be declared as pointer to const. However it seems that 'just_weight' is a callback function, if 'attribute' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pango-1.56.3/tests/testattributes.c:766:50: style: Parameter 'user_data' can be declared as pointer to const. However it seems that 'just_weight' is a callback function, if 'user_data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pango-1.56.3/tests/test-shape.c:61:38: style: Parameter 'attr' can be declared as pointer to const. However it seems that 'affects_itemization' is a callback function, if 'attr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pango-1.56.3/tests/test-shape.c:62:38: style: Parameter 'data' can be declared as pointer to const. However it seems that 'affects_itemization' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pango-1.56.3/tests/test-shape.c:93:41: style: Parameter 'attr' can be declared as pointer to const. However it seems that 'affects_break_or_shape' is a callback function, if 'attr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pango-1.56.3/tests/test-shape.c:94:41: style: Parameter 'data' can be declared as pointer to const. However it seems that 'affects_break_or_shape' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pango-1.56.3/tests/testrandom.c:89:29: style: Parameter 'unused' can be declared as pointer to const. However it seems that 'compare_size' is a callback function, if 'unused' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pango-1.56.3/utils/viewer-cairo.c:98:36: style: Parameter 'instance' can be declared as pointer to const. However it seems that 'cairo_image_view_destroy' is a callback function, if 'instance' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pango-1.56.3/utils/viewer-render.c:814:19: style: Parameter 'data' can be declared as pointer to const. However it seems that 'show_version' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/pangoterm/pangoterm_0~bzr613.orig.tar.gz pangoterm-0~bzr613/main.c:54:65: style: Parameter 'user' can be declared as pointer to const. However it seems that 'write_master' is a callback function, if 'user' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pangoterm-0~bzr613/pangoterm.c:1635:69: style: Parameter 'event' can be declared as pointer to const. However it seems that 'widget_mousemove' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pangoterm-0~bzr613/pangoterm.c:1710:66: style: Parameter 'event' can be declared as pointer to const. However it seems that 'widget_scroll' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pangoterm-0~bzr613/pangoterm.c:1868:39: style: Parameter 'widget' can be declared as pointer to const. However it seems that 'widget_quit' is a callback function, if 'widget' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pangoterm-0~bzr613/pangoterm.c:1868:56: style: Parameter 'unused_data' can be declared as pointer to const. However it seems that 'widget_quit' is a callback function, if 'unused_data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/pangox-compat/pangox-compat_0.0.2.orig.tar.xz pangox-compat-0.0.2/pangox.c:888:25: style: Parameter 'glyph_info' can be declared as pointer to const. However it seems that 'get_subfonts_foreach' is a callback function, if 'glyph_info' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/papers/papers_48.5.orig.tar.xz papers-48.5/libdocument/backend/comics/comics-document.c:426:41: style: Parameter 'page' can be declared as pointer to const. However it seems that 'comics_document_get_page_size' is a callback function, if 'page' is declared with const you might also need to cast function pointer(s). [constParameterCallback] papers-48.5/libdocument/backend/djvu/djvu-document.c:323:39: style: Parameter 'page' can be declared as pointer to const. However it seems that 'djvu_document_get_page_size' is a callback function, if 'page' is declared with const you might also need to cast function pointer(s). [constParameterCallback] papers-48.5/libdocument/backend/djvu/djvu-document.c:420:40: style: Parameter 'page' can be declared as pointer to const. However it seems that 'djvu_document_get_page_label' is a callback function, if 'page' is declared with const you might also need to cast function pointer(s). [constParameterCallback] papers-48.5/libdocument/backend/djvu/djvu-document.c:718:44: style: Parameter 'page' can be declared as pointer to const. However it seems that 'djvu_selection_get_selected_text' is a callback function, if 'page' is declared with const you might also need to cast function pointer(s). [constParameterCallback] papers-48.5/libdocument/backend/djvu/djvu-document.c:746:47: style: Parameter 'page' can be declared as pointer to const. However it seems that 'djvu_document_text_get_text_mapping' is a callback function, if 'page' is declared with const you might also need to cast function pointer(s). [constParameterCallback] papers-48.5/libdocument/backend/djvu/djvu-document.c:809:56: style: Parameter 'rc' can be declared as pointer to const. However it seems that 'djvu_document_file_exporter_do_page' is a callback function, if 'rc' is declared with const you might also need to cast function pointer(s). [constParameterCallback] papers-48.5/libdocument/backend/djvu/djvu-document.c:842:64: style: Parameter 'exporter' can be declared as pointer to const. However it seems that 'djvu_document_file_exporter_get_capabilities' is a callback function, if 'exporter' is declared with const you might also need to cast function pointer(s). [constParameterCallback] papers-48.5/libdocument/backend/djvu/djvu-document.c:942:60: style: Parameter 'document' can be declared as pointer to const. However it seems that 'djvu_document_find_get_supported_options' is a callback function, if 'document' is declared with const you might also need to cast function pointer(s). [constParameterCallback] papers-48.5/libdocument/backend/djvu/djvu-document.c:956:41: style: Parameter 'page' can be declared as pointer to const. However it seems that 'djvu_document_links_get_links' is a callback function, if 'page' is declared with const you might also need to cast function pointer(s). [constParameterCallback] papers-48.5/libdocument/backend/tiff/tiff-document.c:470:60: style: Parameter 'fc' can be declared as pointer to const. However it seems that 'tiff_document_file_exporter_begin' is a callback function, if 'fc' is declared with const you might also need to cast function pointer(s). [constParameterCallback] papers-48.5/libdocument/backend/tiff/tiff-document.c:501:64: style: Parameter 'exporter' can be declared as pointer to const. However it seems that 'tiff_document_file_exporter_get_capabilities' is a callback function, if 'exporter' is declared with const you might also need to cast function pointer(s). [constParameterCallback] papers-48.5/libview/context/pps-annotations-context.c:159:51: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'pps_annotations_context_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] papers-48.5/thumbnailer/papers-thumbnailer.c:47:24: style: Parameter 'data' can be declared as pointer to const. However it seems that 'time_monitor' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] papers-48.5/libdocument/backend/pdf/pps-poppler.c:832:58: style: Parameter 'document_security' can be declared as pointer to const. However it seems that 'pdf_document_has_document_security' is a callback function, if 'document_security' is declared with const you might also need to cast function pointer(s). [constParameterCallback] papers-48.5/libdocument/backend/pdf/pps-poppler.c:1554:59: style: Parameter 'document_find' can be declared as pointer to const. However it seems that 'pdf_document_find_get_supported_options' is a callback function, if 'document_find' is declared with const you might also need to cast function pointer(s). [constParameterCallback] papers-48.5/libdocument/backend/pdf/pps-poppler.c:1819:63: style: Parameter 'exporter' can be declared as pointer to const. However it seems that 'pdf_document_file_exporter_get_capabilities' is a callback function, if 'exporter' is declared with const you might also need to cast function pointer(s). [constParameterCallback] papers-48.5/libdocument/backend/pdf/pps-poppler.c:4184:58: style: Parameter 'document' can be declared as pointer to const. However it seems that 'pdf_document_signatures_can_sign' is a callback function, if 'document' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/pappl/pappl_1.3.1.orig.tar.gz pappl-1.3.1/pappl/device.c:927:25: style: Parameter 'a' can be declared as pointer to const. However it seems that 'pappl_compare_schemes' is a callback function, if 'a' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pappl-1.3.1/pappl/device.c:928:25: style: Parameter 'b' can be declared as pointer to const. However it seems that 'pappl_compare_schemes' is a callback function, if 'b' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pappl-1.3.1/pappl/device-network.c:864:24: style: Parameter 'a' can be declared as pointer to const. However it seems that 'pappl_snmp_compare_devices' is a callback function, if 'a' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pappl-1.3.1/pappl/device-network.c:865:24: style: Parameter 'b' can be declared as pointer to const. However it seems that 'pappl_snmp_compare_devices' is a callback function, if 'b' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pappl-1.3.1/pappl/device-network.c:1125:17: style: Parameter 'data' can be declared as pointer to const. However it seems that 'pappl_snmp_open_cb' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pappl-1.3.1/pappl/link.c:163:30: style: Parameter 'a' can be declared as pointer to const. However it seems that 'compare_links' is a callback function, if 'a' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pappl-1.3.1/pappl/link.c:164:30: style: Parameter 'b' can be declared as pointer to const. However it seems that 'compare_links' is a callback function, if 'b' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pappl-1.3.1/pappl/link.c:175:26: style: Parameter 'l' can be declared as pointer to const. However it seems that 'copy_link' is a callback function, if 'l' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pappl-1.3.1/pappl/loc.c:612:35: style: Parameter 'a' can be declared as pointer to const. However it seems that 'locpair_compare' is a callback function, if 'a' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pappl-1.3.1/pappl/loc.c:613:35: style: Parameter 'b' can be declared as pointer to const. However it seems that 'locpair_compare' is a callback function, if 'b' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pappl-1.3.1/pappl/loc.c:624:32: style: Parameter 'pair' can be declared as pointer to const. However it seems that 'locpair_copy' is a callback function, if 'pair' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pappl-1.3.1/pappl/mainloop-subcommands.c:1521:26: style: Parameter 'a' can be declared as pointer to const. However it seems that 'compare_printers' is a callback function, if 'a' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pappl-1.3.1/pappl/mainloop-subcommands.c:1522:26: style: Parameter 'b' can be declared as pointer to const. However it seems that 'compare_printers' is a callback function, if 'b' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pappl-1.3.1/pappl/mainloop-subcommands.c:1847:15: style: Parameter 'data' can be declared as pointer to const. However it seems that 'device_error_cb' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pappl-1.3.1/pappl/mainloop-subcommands.c:1861:21: style: Parameter 'data' can be declared as pointer to const. However it seems that 'device_list_cb' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pappl-1.3.1/pappl/printer.c:940:34: style: Parameter 'a' can be declared as pointer to const. However it seems that 'compare_active_jobs' is a callback function, if 'a' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pappl-1.3.1/pappl/printer.c:941:34: style: Parameter 'b' can be declared as pointer to const. However it seems that 'compare_active_jobs' is a callback function, if 'b' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pappl-1.3.1/pappl/printer.c:952:31: style: Parameter 'a' can be declared as pointer to const. However it seems that 'compare_all_jobs' is a callback function, if 'a' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pappl-1.3.1/pappl/printer.c:953:31: style: Parameter 'b' can be declared as pointer to const. However it seems that 'compare_all_jobs' is a callback function, if 'b' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pappl-1.3.1/pappl/printer.c:964:37: style: Parameter 'a' can be declared as pointer to const. However it seems that 'compare_completed_jobs' is a callback function, if 'a' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pappl-1.3.1/pappl/printer.c:965:37: style: Parameter 'b' can be declared as pointer to const. However it seems that 'compare_completed_jobs' is a callback function, if 'b' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pappl-1.3.1/pappl/resource.c:468:38: style: Parameter 'a' can be declared as pointer to const. However it seems that 'compare_resources' is a callback function, if 'a' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pappl-1.3.1/pappl/resource.c:469:38: style: Parameter 'b' can be declared as pointer to const. However it seems that 'compare_resources' is a callback function, if 'b' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pappl-1.3.1/pappl/system-accessors.c:2550:39: style: Parameter 'a' can be declared as pointer to const. However it seems that 'compare_filters' is a callback function, if 'a' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pappl-1.3.1/pappl/system-accessors.c:2551:39: style: Parameter 'b' can be declared as pointer to const. However it seems that 'compare_filters' is a callback function, if 'b' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pappl-1.3.1/pappl/system-accessors.c:2567:32: style: Parameter 'a' can be declared as pointer to const. However it seems that 'compare_timers' is a callback function, if 'a' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pappl-1.3.1/pappl/system-accessors.c:2568:32: style: Parameter 'b' can be declared as pointer to const. However it seems that 'compare_timers' is a callback function, if 'b' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pappl-1.3.1/pappl/system-accessors.c:2588:35: style: Parameter 'f' can be declared as pointer to const. However it seems that 'copy_filter' is a callback function, if 'f' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pappl-1.3.1/pappl/system-printer.c:129:35: style: Parameter 'a' can be declared as pointer to const. However it seems that 'compare_printers' is a callback function, if 'a' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pappl-1.3.1/pappl/system-printer.c:130:35: style: Parameter 'b' can be declared as pointer to const. However it seems that 'compare_printers' is a callback function, if 'b' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pappl-1.3.1/pappl/system-subscription.c:288:27: style: Parameter 'a' can be declared as pointer to const. However it seems that 'compare_subscriptions' is a callback function, if 'a' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pappl-1.3.1/pappl/system-subscription.c:289:27: style: Parameter 'b' can be declared as pointer to const. However it seems that 'compare_subscriptions' is a callback function, if 'b' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pappl-1.3.1/testsuite/testmainloop.c:52:19: style: Parameter 'data' can be declared as pointer to const. However it seems that 'system_cb' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pappl-1.3.1/testsuite/testpappl.c:897:27: style: Parameter 'system' can be declared as pointer to const. However it seems that 'event_cb' is a callback function, if 'system' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pappl-1.3.1/testsuite/testpappl.c:898:27: style: Parameter 'printer' can be declared as pointer to const. However it seems that 'event_cb' is a callback function, if 'printer' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pappl-1.3.1/testsuite/testpappl.c:899:27: style: Parameter 'job' can be declared as pointer to const. However it seems that 'event_cb' is a callback function, if 'job' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pappl-1.3.1/testsuite/testpappl.c:901:27: style: Parameter 'data' can be declared as pointer to const. However it seems that 'event_cb' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pappl-1.3.1/testsuite/testpappl.c:3672:22: style: Parameter 'networks' can be declared as pointer to const. However it seems that 'test_network_set_cb' is a callback function, if 'networks' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pappl-1.3.1/testsuite/testpappl.c:3851:21: style: Parameter 'sys' can be declared as pointer to const. However it seems that 'test_wifi_join_cb' is a callback function, if 'sys' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pappl-1.3.1/testsuite/testpappl.c:3852:21: style: Parameter 'data' can be declared as pointer to const. However it seems that 'test_wifi_join_cb' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pappl-1.3.1/testsuite/testpappl.c:3957:21: style: Parameter 'sys' can be declared as pointer to const. However it seems that 'test_wifi_list_cb' is a callback function, if 'sys' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pappl-1.3.1/testsuite/testpappl.c:3958:21: style: Parameter 'data' can be declared as pointer to const. However it seems that 'test_wifi_list_cb' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pappl-1.3.1/testsuite/testpappl.c:4065:21: style: Parameter 'system' can be declared as pointer to const. However it seems that 'test_wifi_status_cb' is a callback function, if 'system' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pappl-1.3.1/testsuite/testpappl.c:4066:21: style: Parameter 'data' can be declared as pointer to const. However it seems that 'test_wifi_status_cb' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/par2cmdline/par2cmdline_1.0.0.orig.tar.bz2 par2cmdline-1.0.0/src/par2repairer.cpp:1154:63: style: Parameter 'low' can be declared as pointer to const. However it seems that 'SortSourceFilesByFileName' is a callback function, if 'low' is declared with const you might also need to cast function pointer(s). [constParameterCallback] par2cmdline-1.0.0/src/par2repairer.cpp:1155:63: style: Parameter 'high' can be declared as pointer to const. However it seems that 'SortSourceFilesByFileName' is a callback function, if 'high' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/parcellite/parcellite_1.2.1.orig.tar.gz parcellite-1.2.1/src/daemon.c:83:35: style: Parameter 'data' can be declared as pointer to const. However it seems that 'reset_daemon' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] parcellite-1.2.1/src/utils.c:549:36: style: Parameter 'src' can be declared as pointer to const. However it seems that 'fifo_read_cb' is a callback function, if 'src' is declared with const you might also need to cast function pointer(s). [constParameterCallback] parcellite-1.2.1/src/main.c:651:40: style: Parameter 'data' can be declared as pointer to const. However it seems that 'check_clipboards_tic' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] parcellite-1.2.1/src/main.c:736:46: style: Parameter 'button' can be declared as pointer to const. However it seems that 'edit_actions_selected' is a callback function, if 'button' is declared with const you might also need to cast function pointer(s). [constParameterCallback] parcellite-1.2.1/src/main.c:736:63: style: Parameter 'user_data' can be declared as pointer to const. However it seems that 'edit_actions_selected' is a callback function, if 'user_data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] parcellite-1.2.1/src/main.c:1163:47: style: Parameter 'menu_item' can be declared as pointer to const. However it seems that 'preferences_selected' is a callback function, if 'menu_item' is declared with const you might also need to cast function pointer(s). [constParameterCallback] parcellite-1.2.1/src/main.c:1163:67: style: Parameter 'user_data' can be declared as pointer to const. However it seems that 'preferences_selected' is a callback function, if 'user_data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] parcellite-1.2.1/src/main.c:1174:40: style: Parameter 'menu_item' can be declared as pointer to const. However it seems that 'quit_selected' is a callback function, if 'menu_item' is declared with const you might also need to cast function pointer(s). [constParameterCallback] parcellite-1.2.1/src/main.c:1174:60: style: Parameter 'user_data' can be declared as pointer to const. However it seems that 'quit_selected' is a callback function, if 'user_data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] parcellite-1.2.1/src/main.c:1722:40: style: Parameter 'menu_item' can be declared as pointer to const. However it seems that 'item_selected' is a callback function, if 'menu_item' is declared with const you might also need to cast function pointer(s). [constParameterCallback] parcellite-1.2.1/src/main.c:2065:39: style: Parameter 'm' can be declared as pointer to const. However it seems that '_show_history_menu' is a callback function, if 'm' is declared with const you might also need to cast function pointer(s). [constParameterCallback] parcellite-1.2.1/src/main.c:2065:51: style: Parameter 'data' can be declared as pointer to const. However it seems that '_show_history_menu' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] parcellite-1.2.1/src/main.c:2118:50: style: Parameter 'status_icon' can be declared as pointer to const. However it seems that 'show_parcellite_menu' is a callback function, if 'status_icon' is declared with const you might also need to cast function pointer(s). [constParameterCallback] parcellite-1.2.1/src/main.c:2118:108: style: Parameter 'data' can be declared as pointer to const. However it seems that 'show_parcellite_menu' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] parcellite-1.2.1/src/main.c:2194:27: style: Parameter 'keystring' can be declared as pointer to const. However it seems that 'history_hotkey' is a callback function, if 'keystring' is declared with const you might also need to cast function pointer(s). [constParameterCallback] parcellite-1.2.1/src/main.c:2194:47: style: Parameter 'user_data' can be declared as pointer to const. However it seems that 'history_hotkey' is a callback function, if 'user_data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] parcellite-1.2.1/src/main.c:2199:28: style: Parameter 'keystring' can be declared as pointer to const. However it seems that 'phistory_hotkey' is a callback function, if 'keystring' is declared with const you might also need to cast function pointer(s). [constParameterCallback] parcellite-1.2.1/src/main.c:2199:48: style: Parameter 'user_data' can be declared as pointer to const. However it seems that 'phistory_hotkey' is a callback function, if 'user_data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] parcellite-1.2.1/src/main.c:2206:27: style: Parameter 'keystring' can be declared as pointer to const. However it seems that 'actions_hotkey' is a callback function, if 'keystring' is declared with const you might also need to cast function pointer(s). [constParameterCallback] parcellite-1.2.1/src/main.c:2206:47: style: Parameter 'user_data' can be declared as pointer to const. However it seems that 'actions_hotkey' is a callback function, if 'user_data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/parlatype/parlatype_4.2.orig.tar.gz parlatype-4.2/libparlatype/src/gst/gstparlasphinx.c:385:96: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'gst_parlasphinx_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] parlatype-4.2/libparlatype/src/gst/gstparlasphinx.c:515:90: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'gst_parlasphinx_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] parlatype-4.2/libparlatype/tests/mock-plugin.c:113:44: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'pt_mock_plugin_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] parlatype-4.2/libparlatype/tests/mock-plugin.c:152:42: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'pt_mock_plugin_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] parlatype-4.2/libparlatype/tests/player.c:402:30: style: Parameter 'player' can be declared as pointer to const. However it seems that 'notify_speed_cb' is a callback function, if 'player' is declared with const you might also need to cast function pointer(s). [constParameterCallback] parlatype-4.2/libparlatype/tests/waveloader.c:287:28: style: Parameter 'wl' can be declared as pointer to const. However it seems that 'progress_cb' is a callback function, if 'wl' is declared with const you might also need to cast function pointer(s). [constParameterCallback] parlatype-4.2/libparlatype/tests/waveloader.c:297:38: style: Parameter 'wl' can be declared as pointer to const. However it seems that 'array_size_changed_cb' is a callback function, if 'wl' is declared with const you might also need to cast function pointer(s). [constParameterCallback] parlatype-4.2/src/editor-theme-selector.c:100:49: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'editor_theme_selector_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] parlatype-4.2/src/editor-theme-selector.c:119:51: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'editor_theme_selector_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] parlatype-4.2/src/pt-config-list.c:39:43: style: Parameter 'list' can be declared as pointer to const. However it seems that 'pt_config_list_get_item_type' is a callback function, if 'list' is declared with const you might also need to cast function pointer(s). [constParameterCallback] parlatype-4.2/src/pt-config-row.c:185:43: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'pt_config_row_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] parlatype-4.2/src/pt-config-row.c:208:41: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'pt_config_row_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] parlatype-4.2/src/pt-controller.c:63:43: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'pt_controller_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] parlatype-4.2/src/pt-controller.c:83:41: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'pt_controller_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] parlatype-4.2/src/pt-dbus-service.c:73:32: style: Parameter 'word' can be declared as pointer to const. However it seems that 'player_asr_final_cb' is a callback function, if 'word' is declared with const you might also need to cast function pointer(s). [constParameterCallback] parlatype-4.2/src/pt-dbus-service.c:88:37: style: Parameter 'word' can be declared as pointer to const. However it seems that 'player_asr_hypothesis_cb' is a callback function, if 'word' is declared with const you might also need to cast function pointer(s). [constParameterCallback] parlatype-4.2/src/pt-dbus-service.c:220:36: style: Parameter 'connection' can be declared as pointer to const. However it seems that 'on_name_acquired' is a callback function, if 'connection' is declared with const you might also need to cast function pointer(s). [constParameterCallback] parlatype-4.2/src/pt-dbus-service.c:222:36: style: Parameter 'user_data' can be declared as pointer to const. However it seems that 'on_name_acquired' is a callback function, if 'user_data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] parlatype-4.2/src/pt-dbus-service.c:227:32: style: Parameter 'connection' can be declared as pointer to const. However it seems that 'on_name_lost' is a callback function, if 'connection' is declared with const you might also need to cast function pointer(s). [constParameterCallback] parlatype-4.2/src/pt-dbus-service.c:229:32: style: Parameter 'user_data' can be declared as pointer to const. However it seems that 'on_name_lost' is a callback function, if 'user_data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] parlatype-4.2/src/pt-preferences.c:128:41: style: Parameter 'data' can be declared as pointer to const. However it seems that 'set_cursor_mapping' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] parlatype-4.2/src/pt-preferences.c:148:44: style: Parameter 'data' can be declared as pointer to const. However it seems that 'set_separator_mapping' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] parlatype-4.2/src/pt-preferences.c:180:44: style: Parameter 'data' can be declared as pointer to const. However it seems that 'set_delimiter_mapping' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] parlatype-4.2/src/pt-preferences.c:740:30: style: Parameter 'widget' can be declared as pointer to const. However it seems that 'prefs_destroy_cb' is a callback function, if 'widget' is declared with const you might also need to cast function pointer(s). [constParameterCallback] parlatype-4.2/src/pt-preferences.c:741:30: style: Parameter 'user_data' can be declared as pointer to const. However it seems that 'prefs_destroy_cb' is a callback function, if 'user_data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] parlatype-4.2/src/pt-prefs-install-row.c:183:48: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'pt_prefs_install_row_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] parlatype-4.2/src/pt-prefs-install-row.c:202:50: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'pt_prefs_install_row_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] parlatype-4.2/src/pt-window.c:821:33: style: Parameter 'key' can be declared as pointer to const. However it seems that 'settings_changed_cb' is a callback function, if 'key' is declared with const you might also need to cast function pointer(s). [constParameterCallback] parlatype-4.2/src/pt-window.c:865:50: style: Parameter 'data' can be declared as pointer to const. However it seems that 'map_milliseconds_to_seconds' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/parole/parole_4.20.0.orig.tar.xz parole-4.20.0/src/misc/parole-file.c:92:91: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'parole_file_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] parole-4.20.0/src/misc/parole-file.c:119:85: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'parole_file_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] parole-4.20.0/src/misc/parole-provider-player.c:61:55: style: Parameter 'klass' can be declared as pointer to const. However it seems that 'parole_provider_player_base_init' is a callback function, if 'klass' is declared with const you might also need to cast function pointer(s). [constParameterCallback] parole-4.20.0/src/misc/parole-provider-player.c:122:56: style: Parameter 'klass' can be declared as pointer to const. However it seems that 'parole_provider_player_class_init' is a callback function, if 'klass' is declared with const you might also need to cast function pointer(s). [constParameterCallback] parole-4.20.0/src/misc/parole-stream.c:141:52: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'parole_stream_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] parole-4.20.0/src/misc/parole-stream.c:241:52: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'parole_stream_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] parole-4.20.0/src/parole-medialist.c:461:69: style: Parameter 'filename' can be declared as pointer to const. However it seems that 'parole_media_list_iso_opened_cb' is a callback function, if 'filename' is declared with const you might also need to cast function pointer(s). [constParameterCallback] parole-4.20.0/src/parole-player.c:1250:45: style: Parameter 'stream' can be declared as pointer to const. However it seems that 'parole_player_seekable_notify' is a callback function, if 'stream' is declared with const you might also need to cast function pointer(s). [constParameterCallback] parole-4.20.0/src/parole-player.c:1923:55: style: Parameter 'event' can be declared as pointer to const. However it seems that 'parole_player_window_state_event' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). [constParameterCallback] parole-4.20.0/src/parole-player.c:2426:49: style: Parameter 'object' can be declared as pointer to const. However it seems that 'parole_player_set_property' is a callback function, if 'object' is declared with const you might also need to cast function pointer(s). [constParameterCallback] parole-4.20.0/src/parole-player.c:2429:52: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'parole_player_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] parole-4.20.0/src/parole-player.c:2442:49: style: Parameter 'object' can be declared as pointer to const. However it seems that 'parole_player_get_property' is a callback function, if 'object' is declared with const you might also need to cast function pointer(s). [constParameterCallback] parole-4.20.0/src/parole-player.c:2444:48: style: Parameter 'value' can be declared as pointer to const. However it seems that 'parole_player_get_property' is a callback function, if 'value' is declared with const you might also need to cast function pointer(s). [constParameterCallback] parole-4.20.0/src/parole-player.c:2445:52: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'parole_player_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] parole-4.20.0/src/parole-plugin-player.c:164:58: style: Parameter 'provider' can be declared as pointer to const. However it seems that 'parole_plugin_player_play_previous' is a callback function, if 'provider' is declared with const you might also need to cast function pointer(s). [constParameterCallback] parole-4.20.0/src/parole-plugin-player.c:171:54: style: Parameter 'provider' can be declared as pointer to const. However it seems that 'parole_plugin_player_play_next' is a callback function, if 'provider' is declared with const you might also need to cast function pointer(s). [constParameterCallback] parole-4.20.0/src/parole-plugin-player.c:189:54: style: Parameter 'provider' can be declared as pointer to const. However it seems that 'parole_plugin_player_volume_up' is a callback function, if 'provider' is declared with const you might also need to cast function pointer(s). [constParameterCallback] parole-4.20.0/src/parole-plugin-player.c:196:56: style: Parameter 'provider' can be declared as pointer to const. However it seems that 'parole_plugin_player_volume_down' is a callback function, if 'provider' is declared with const you might also need to cast function pointer(s). [constParameterCallback] parole-4.20.0/src/parole-plugin-player.c:288:62: style: Parameter 'event' can be declared as pointer to const. However it seems that 'parole_plugin_player_window_state_event' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). [constParameterCallback] parole-4.20.0/src/parole-plugins-manager.c:470:61: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'parole_plugins_manager_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] parole-4.20.0/src/parole-plugins-manager.c:488:61: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'parole_plugins_manager_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] parole-4.20.0/src/plugins/mpris2/mpris2-provider.c:897:35: style: Parameter 'connection' can be declared as pointer to const. However it seems that 'on_name_acquired' is a callback function, if 'connection' is declared with const you might also need to cast function pointer(s). [constParameterCallback] parole-4.20.0/src/plugins/mpris2/mpris2-provider.c:899:35: style: Parameter 'user_data' can be declared as pointer to const. However it seems that 'on_name_acquired' is a callback function, if 'user_data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] parole-4.20.0/src/plugins/mpris2/mpris2-provider.c:929:71: style: Parameter 'plugin' can be declared as pointer to const. However it seems that 'mpris2_provider_is_configurable' is a callback function, if 'plugin' is declared with const you might also need to cast function pointer(s). [constParameterCallback] parole-4.20.0/src/plugins/notify/notify-provider.c:213:71: style: Parameter 'plugin' can be declared as pointer to const. However it seems that 'notify_provider_is_configurable' is a callback function, if 'plugin' is declared with const you might also need to cast function pointer(s). [constParameterCallback] parole-4.20.0/src/plugins/sample/sample-provider.c:48:71: style: Parameter 'plugin' can be declared as pointer to const. However it seems that 'sample_provider_is_configurable' is a callback function, if 'plugin' is declared with const you might also need to cast function pointer(s). [constParameterCallback] parole-4.20.0/src/plugins/tray/tray-provider.c:292:58: style: Parameter 'event' can be declared as pointer to const. However it seems that 'button_press_event_cb' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). [constParameterCallback] parole-4.20.0/src/plugins/tray/tray-provider.c:300:52: style: Parameter 'event' can be declared as pointer to const. However it seems that 'scroll_event_cb' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). [constParameterCallback] parole-4.20.0/src/plugins/tray/tray-provider.c:402:69: style: Parameter 'plugin' can be declared as pointer to const. However it seems that 'tray_provider_is_configurable' is a callback function, if 'plugin' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/parser/parser_3.5.1.orig.tar.gz parser-3.5.1/src/classes/hash.C:514:28: style: Parameter 'r' can be declared as reference to const. However it seems that '_sort' is a callback function, if 'r' is declared with const you might also need to cast function pointer(s). [constParameterCallback] parser-3.5.1/src/classes/hash.C:514:45: style: Parameter 'params' can be declared as reference to const. However it seems that '_sort' is a callback function, if 'params' is declared with const you might also need to cast function pointer(s). [constParameterCallback] parser-3.5.1/src/lib/ltdl/lt_dlloader.c:48:37: style: Parameter 'userdata' can be declared as pointer to const. However it seems that 'loader_callback' is a callback function, if 'userdata' is declared with const you might also need to cast function pointer(s). [constParameterCallback] parser-3.5.1/src/lib/ltdl/ltdl.c:778:29: style: Parameter 'filename' can be declared as pointer to const. However it seems that 'find_handle_callback' is a callback function, if 'filename' is declared with const you might also need to cast function pointer(s). [constParameterCallback] parser-3.5.1/src/lib/ltdl/ltdl.c:1866:29: style: Parameter 'dirname' can be declared as pointer to const. However it seems that 'foreachfile_callback' is a callback function, if 'dirname' is declared with const you might also need to cast function pointer(s). [constParameterCallback] parser-3.5.1/src/main/pa_pool.C:36:59: style: Parameter 'cleanup_data' can be declared as pointer to const. However it seems that 'unregister_cleanup' is a callback function, if 'cleanup_data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] parser-3.5.1/src/targets/apache/mod_parser3.c:125:44: style: Parameter 's' can be declared as pointer to const. However it seems that 'parser_module_init' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] parser-3.5.1/src/targets/apache/mod_parser3.c:125:59: style: Parameter 'p' can be declared as pointer to const. However it seems that 'parser_module_init' is a callback function, if 'p' is declared with const you might also need to cast function pointer(s). [constParameterCallback] parser-3.5.1/src/targets/apache/mod_parser3.c:133:44: style: Parameter 's' can be declared as pointer to const. However it seems that 'parser_module_done' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] parser-3.5.1/src/targets/apache/mod_parser3.c:133:59: style: Parameter 'p' can be declared as pointer to const. However it seems that 'parser_module_done' is a callback function, if 'p' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/parser-mysql/parser-mysql_10.9.orig.tar.gz parser3mysql-10.9/libltdl/lt_dlloader.c:48:37: style: Parameter 'userdata' can be declared as pointer to const. However it seems that 'loader_callback' is a callback function, if 'userdata' is declared with const you might also need to cast function pointer(s). [constParameterCallback] parser3mysql-10.9/libltdl/ltdl.c:778:29: style: Parameter 'filename' can be declared as pointer to const. However it seems that 'find_handle_callback' is a callback function, if 'filename' is declared with const you might also need to cast function pointer(s). [constParameterCallback] parser3mysql-10.9/libltdl/ltdl.c:1866:29: style: Parameter 'dirname' can be declared as pointer to const. However it seems that 'foreachfile_callback' is a callback function, if 'dirname' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/partclone/partclone_0.3.37+repack.orig.tar.xz partclone-0.3.37/src/btrfs/kernel-lib/rbtree.c:439:52: style: Parameter 'node' can be declared as pointer to const. However it seems that 'dummy_propagate' is a callback function, if 'node' is declared with const you might also need to cast function pointer(s). [constParameterCallback] partclone-0.3.37/src/btrfs/kernel-lib/rbtree.c:439:74: style: Parameter 'stop' can be declared as pointer to const. However it seems that 'dummy_propagate' is a callback function, if 'stop' is declared with const you might also need to cast function pointer(s). [constParameterCallback] partclone-0.3.37/src/btrfs/kernel-lib/rbtree.c:440:47: style: Parameter 'old' can be declared as pointer to const. However it seems that 'dummy_copy' is a callback function, if 'old' is declared with const you might also need to cast function pointer(s). [constParameterCallback] partclone-0.3.37/src/btrfs/kernel-lib/rbtree.c:440:68: style: Parameter 'new' can be declared as pointer to const. However it seems that 'dummy_copy' is a callback function, if 'new' is declared with const you might also need to cast function pointer(s). [constParameterCallback] partclone-0.3.37/src/btrfs/kernel-lib/rbtree.c:441:49: style: Parameter 'old' can be declared as pointer to const. However it seems that 'dummy_rotate' is a callback function, if 'old' is declared with const you might also need to cast function pointer(s). [constParameterCallback] partclone-0.3.37/src/btrfs/kernel-lib/rbtree.c:441:70: style: Parameter 'new' can be declared as pointer to const. However it seems that 'dummy_rotate' is a callback function, if 'new' is declared with const you might also need to cast function pointer(s). [constParameterCallback] partclone-0.3.37/src/xfs/libxfs/cache.c:121:22: style: Parameter 'node' can be declared as pointer to const. However it seems that 'cache_zero_check' is a callback function, if 'node' is declared with const you might also need to cast function pointer(s). [constParameterCallback] partclone-0.3.37/src/xfs/libxfs/defer_item.c:48:21: style: Parameter 'tp' can be declared as pointer to const. However it seems that 'xfs_extent_free_create_intent' is a callback function, if 'tp' is declared with const you might also need to cast function pointer(s). [constParameterCallback] partclone-0.3.37/src/xfs/libxfs/defer_item.c:57:21: style: Parameter 'tp' can be declared as pointer to const. However it seems that 'xfs_extent_free_log_item' is a callback function, if 'tp' is declared with const you might also need to cast function pointer(s). [constParameterCallback] partclone-0.3.37/src/xfs/libxfs/defer_item.c:58:11: style: Parameter 'intent' can be declared as pointer to const. However it seems that 'xfs_extent_free_log_item' is a callback function, if 'intent' is declared with const you might also need to cast function pointer(s). [constParameterCallback] partclone-0.3.37/src/xfs/libxfs/defer_item.c:59:21: style: Parameter 'item' can be declared as pointer to const. However it seems that 'xfs_extent_free_log_item' is a callback function, if 'item' is declared with const you might also need to cast function pointer(s). [constParameterCallback] partclone-0.3.37/src/xfs/libxfs/defer_item.c:66:21: style: Parameter 'tp' can be declared as pointer to const. However it seems that 'xfs_extent_free_create_done' is a callback function, if 'tp' is declared with const you might also need to cast function pointer(s). [constParameterCallback] partclone-0.3.37/src/xfs/libxfs/defer_item.c:67:11: style: Parameter 'intent' can be declared as pointer to const. However it seems that 'xfs_extent_free_create_done' is a callback function, if 'intent' is declared with const you might also need to cast function pointer(s). [constParameterCallback] partclone-0.3.37/src/xfs/libxfs/defer_item.c:95:11: style: Parameter 'intent' can be declared as pointer to const. However it seems that 'xfs_extent_free_abort_intent' is a callback function, if 'intent' is declared with const you might also need to cast function pointer(s). [constParameterCallback] partclone-0.3.37/src/xfs/libxfs/defer_item.c:194:21: style: Parameter 'tp' can be declared as pointer to const. However it seems that 'xfs_rmap_update_create_intent' is a callback function, if 'tp' is declared with const you might also need to cast function pointer(s). [constParameterCallback] partclone-0.3.37/src/xfs/libxfs/defer_item.c:203:21: style: Parameter 'tp' can be declared as pointer to const. However it seems that 'xfs_rmap_update_log_item' is a callback function, if 'tp' is declared with const you might also need to cast function pointer(s). [constParameterCallback] partclone-0.3.37/src/xfs/libxfs/defer_item.c:204:11: style: Parameter 'intent' can be declared as pointer to const. However it seems that 'xfs_rmap_update_log_item' is a callback function, if 'intent' is declared with const you might also need to cast function pointer(s). [constParameterCallback] partclone-0.3.37/src/xfs/libxfs/defer_item.c:205:21: style: Parameter 'item' can be declared as pointer to const. However it seems that 'xfs_rmap_update_log_item' is a callback function, if 'item' is declared with const you might also need to cast function pointer(s). [constParameterCallback] partclone-0.3.37/src/xfs/libxfs/defer_item.c:212:21: style: Parameter 'tp' can be declared as pointer to const. However it seems that 'xfs_rmap_update_create_done' is a callback function, if 'tp' is declared with const you might also need to cast function pointer(s). [constParameterCallback] partclone-0.3.37/src/xfs/libxfs/defer_item.c:213:11: style: Parameter 'intent' can be declared as pointer to const. However it seems that 'xfs_rmap_update_create_done' is a callback function, if 'intent' is declared with const you might also need to cast function pointer(s). [constParameterCallback] partclone-0.3.37/src/xfs/libxfs/defer_item.c:258:11: style: Parameter 'intent' can be declared as pointer to const. However it seems that 'xfs_rmap_update_abort_intent' is a callback function, if 'intent' is declared with const you might also need to cast function pointer(s). [constParameterCallback] partclone-0.3.37/src/xfs/libxfs/defer_item.c:314:21: style: Parameter 'tp' can be declared as pointer to const. However it seems that 'xfs_refcount_update_create_intent' is a callback function, if 'tp' is declared with const you might also need to cast function pointer(s). [constParameterCallback] partclone-0.3.37/src/xfs/libxfs/defer_item.c:323:21: style: Parameter 'tp' can be declared as pointer to const. However it seems that 'xfs_refcount_update_log_item' is a callback function, if 'tp' is declared with const you might also need to cast function pointer(s). [constParameterCallback] partclone-0.3.37/src/xfs/libxfs/defer_item.c:324:11: style: Parameter 'intent' can be declared as pointer to const. However it seems that 'xfs_refcount_update_log_item' is a callback function, if 'intent' is declared with const you might also need to cast function pointer(s). [constParameterCallback] partclone-0.3.37/src/xfs/libxfs/defer_item.c:325:21: style: Parameter 'item' can be declared as pointer to const. However it seems that 'xfs_refcount_update_log_item' is a callback function, if 'item' is declared with const you might also need to cast function pointer(s). [constParameterCallback] partclone-0.3.37/src/xfs/libxfs/defer_item.c:332:21: style: Parameter 'tp' can be declared as pointer to const. However it seems that 'xfs_refcount_update_create_done' is a callback function, if 'tp' is declared with const you might also need to cast function pointer(s). [constParameterCallback] partclone-0.3.37/src/xfs/libxfs/defer_item.c:333:11: style: Parameter 'intent' can be declared as pointer to const. However it seems that 'xfs_refcount_update_create_done' is a callback function, if 'intent' is declared with const you might also need to cast function pointer(s). [constParameterCallback] partclone-0.3.37/src/xfs/libxfs/defer_item.c:386:11: style: Parameter 'intent' can be declared as pointer to const. However it seems that 'xfs_refcount_update_abort_intent' is a callback function, if 'intent' is declared with const you might also need to cast function pointer(s). [constParameterCallback] partclone-0.3.37/src/xfs/libxfs/defer_item.c:440:21: style: Parameter 'tp' can be declared as pointer to const. However it seems that 'xfs_bmap_update_create_intent' is a callback function, if 'tp' is declared with const you might also need to cast function pointer(s). [constParameterCallback] partclone-0.3.37/src/xfs/libxfs/defer_item.c:449:21: style: Parameter 'tp' can be declared as pointer to const. However it seems that 'xfs_bmap_update_log_item' is a callback function, if 'tp' is declared with const you might also need to cast function pointer(s). [constParameterCallback] partclone-0.3.37/src/xfs/libxfs/defer_item.c:450:11: style: Parameter 'intent' can be declared as pointer to const. However it seems that 'xfs_bmap_update_log_item' is a callback function, if 'intent' is declared with const you might also need to cast function pointer(s). [constParameterCallback] partclone-0.3.37/src/xfs/libxfs/defer_item.c:451:21: style: Parameter 'item' can be declared as pointer to const. However it seems that 'xfs_bmap_update_log_item' is a callback function, if 'item' is declared with const you might also need to cast function pointer(s). [constParameterCallback] partclone-0.3.37/src/xfs/libxfs/defer_item.c:458:21: style: Parameter 'tp' can be declared as pointer to const. However it seems that 'xfs_bmap_update_create_done' is a callback function, if 'tp' is declared with const you might also need to cast function pointer(s). [constParameterCallback] partclone-0.3.37/src/xfs/libxfs/defer_item.c:459:11: style: Parameter 'intent' can be declared as pointer to const. However it seems that 'xfs_bmap_update_create_done' is a callback function, if 'intent' is declared with const you might also need to cast function pointer(s). [constParameterCallback] partclone-0.3.37/src/xfs/libxfs/defer_item.c:498:11: style: Parameter 'intent' can be declared as pointer to const. However it seems that 'xfs_bmap_update_abort_intent' is a callback function, if 'intent' is declared with const you might also need to cast function pointer(s). [constParameterCallback] partclone-0.3.37/src/xfs/libxfs/xfs_alloc_btree.c:34:23: style: Parameter 'ptr' can be declared as pointer to const. However it seems that 'xfs_allocbt_set_root' is a callback function, if 'ptr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] partclone-0.3.37/src/xfs/libxfs/xfs_alloc_btree.c:86:19: style: Parameter 'bp' can be declared as pointer to const. However it seems that 'xfs_allocbt_free_block' is a callback function, if 'bp' is declared with const you might also need to cast function pointer(s). [constParameterCallback] partclone-0.3.37/src/xfs/libxfs/xfs_bmap_btree.c:280:19: style: Parameter 'bp' can be declared as pointer to const. However it seems that 'xfs_bmbt_free_block' is a callback function, if 'bp' is declared with const you might also need to cast function pointer(s). [constParameterCallback] partclone-0.3.37/src/xfs/libxfs/xfs_btree.c:4901:25: style: Parameter 'cur' can be declared as pointer to const. However it seems that 'xfs_btree_has_record_helper' is a callback function, if 'cur' is declared with const you might also need to cast function pointer(s). [constParameterCallback] partclone-0.3.37/src/xfs/libxfs/xfs_btree.c:4902:24: style: Parameter 'rec' can be declared as pointer to const. However it seems that 'xfs_btree_has_record_helper' is a callback function, if 'rec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] partclone-0.3.37/src/xfs/libxfs/xfs_btree.c:4903:11: style: Parameter 'priv' can be declared as pointer to const. However it seems that 'xfs_btree_has_record_helper' is a callback function, if 'priv' is declared with const you might also need to cast function pointer(s). [constParameterCallback] partclone-0.3.37/src/xfs/libxfs/xfs_da_btree.c:2016:22: style: Parameter 'args' can be declared as pointer to const. However it seems that 'xfs_da_compname' is a callback function, if 'args' is declared with const you might also need to cast function pointer(s). [constParameterCallback] partclone-0.3.37/src/xfs/libxfs/xfs_da_btree.c:2026:19: style: Parameter 'name' can be declared as pointer to const. However it seems that 'xfs_default_hashname' is a callback function, if 'name' is declared with const you might also need to cast function pointer(s). [constParameterCallback] partclone-0.3.37/src/xfs/libxfs/xfs_da_format.c:70:28: style: Parameter 'sfep' can be declared as pointer to const. However it seems that 'xfs_dir2_sfe_get_ftype' is a callback function, if 'sfep' is declared with const you might also need to cast function pointer(s). [constParameterCallback] partclone-0.3.37/src/xfs/libxfs/xfs_da_format.c:77:28: style: Parameter 'sfep' can be declared as pointer to const. However it seems that 'xfs_dir2_sfe_put_ftype' is a callback function, if 'sfep' is declared with const you might also need to cast function pointer(s). [constParameterCallback] partclone-0.3.37/src/xfs/libxfs/xfs_da_format.c:235:30: style: Parameter 'dep' can be declared as pointer to const. However it seems that 'xfs_dir2_data_get_ftype' is a callback function, if 'dep' is declared with const you might also need to cast function pointer(s). [constParameterCallback] partclone-0.3.37/src/xfs/libxfs/xfs_da_format.c:242:30: style: Parameter 'dep' can be declared as pointer to const. However it seems that 'xfs_dir2_data_put_ftype' is a callback function, if 'dep' is declared with const you might also need to cast function pointer(s). [constParameterCallback] partclone-0.3.37/src/xfs/libxfs/xfs_da_format.c:366:52: style: Parameter 'hdr' can be declared as pointer to const. However it seems that 'xfs_dir2_data_bestfree_p' is a callback function, if 'hdr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] partclone-0.3.37/src/xfs/libxfs/xfs_da_format.c:410:48: style: Parameter 'geo' can be declared as pointer to const. However it seems that 'xfs_dir2_max_leaf_ents' is a callback function, if 'geo' is declared with const you might also need to cast function pointer(s). [constParameterCallback] partclone-0.3.37/src/xfs/libxfs/xfs_da_format.c:417:44: style: Parameter 'lp' can be declared as pointer to const. However it seems that 'xfs_dir2_leaf_ents_p' is a callback function, if 'lp' is declared with const you might also need to cast function pointer(s). [constParameterCallback] partclone-0.3.37/src/xfs/libxfs/xfs_da_format.c:423:48: style: Parameter 'geo' can be declared as pointer to const. However it seems that 'xfs_dir3_max_leaf_ents' is a callback function, if 'geo' is declared with const you might also need to cast function pointer(s). [constParameterCallback] partclone-0.3.37/src/xfs/libxfs/xfs_da_format.c:504:44: style: Parameter 'dap' can be declared as pointer to const. However it seems that 'xfs_da2_node_tree_p' is a callback function, if 'dap' is declared with const you might also need to cast function pointer(s). [constParameterCallback] partclone-0.3.37/src/xfs/libxfs/xfs_da_format.c:576:49: style: Parameter 'geo' can be declared as pointer to const. However it seems that 'xfs_dir2_free_max_bests' is a callback function, if 'geo' is declared with const you might also need to cast function pointer(s). [constParameterCallback] partclone-0.3.37/src/xfs/libxfs/xfs_da_format.c:608:49: style: Parameter 'geo' can be declared as pointer to const. However it seems that 'xfs_dir3_free_max_bests' is a callback function, if 'geo' is declared with const you might also need to cast function pointer(s). [constParameterCallback] partclone-0.3.37/src/xfs/libxfs/xfs_dir2.c:59:19: style: Parameter 'name' can be declared as pointer to const. However it seems that 'xfs_ascii_ci_hashname' is a callback function, if 'name' is declared with const you might also need to cast function pointer(s). [constParameterCallback] partclone-0.3.37/src/xfs/libxfs/xfs_dir2.c:72:22: style: Parameter 'args' can be declared as pointer to const. However it seems that 'xfs_ascii_ci_compname' is a callback function, if 'args' is declared with const you might also need to cast function pointer(s). [constParameterCallback] partclone-0.3.37/src/xfs/libxfs/xfs_ialloc_btree.c:45:23: style: Parameter 'nptr' can be declared as pointer to const. However it seems that 'xfs_inobt_set_root' is a callback function, if 'nptr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] partclone-0.3.37/src/xfs/libxfs/xfs_ialloc_btree.c:59:23: style: Parameter 'nptr' can be declared as pointer to const. However it seems that 'xfs_finobt_set_root' is a callback function, if 'nptr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] partclone-0.3.37/src/xfs/libxfs/xfs_refcount_btree.c:35:23: style: Parameter 'ptr' can be declared as pointer to const. However it seems that 'xfs_refcountbt_set_root' is a callback function, if 'ptr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] partclone-0.3.37/src/xfs/libxfs/xfs_refcount_btree.c:102:19: style: Parameter 'bp' can be declared as pointer to const. However it seems that 'xfs_refcountbt_free_block' is a callback function, if 'bp' is declared with const you might also need to cast function pointer(s). [constParameterCallback] partclone-0.3.37/src/xfs/libxfs/xfs_rmap.c:2510:25: style: Parameter 'rec' can be declared as pointer to const. However it seems that 'xfs_rmap_has_other_keys_helper' is a callback function, if 'rec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] partclone-0.3.37/src/xfs/libxfs/xfs_rmap_btree.c:62:23: style: Parameter 'ptr' can be declared as pointer to const. However it seems that 'xfs_rmapbt_set_root' is a callback function, if 'ptr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] partclone-0.3.37/src/xfs/libxfs/xfs_rmap_btree.c:123:19: style: Parameter 'bp' can be declared as pointer to const. However it seems that 'xfs_rmapbt_free_block' is a callback function, if 'bp' is declared with const you might also need to cast function pointer(s). [constParameterCallback] partclone-0.3.37/src/xfs/libxfs/xfs_rtbitmap.c:34:18: style: Parameter 'bp' can be declared as pointer to const. However it seems that 'xfs_rtbuf_verify_read' is a callback function, if 'bp' is declared with const you might also need to cast function pointer(s). [constParameterCallback] partclone-0.3.37/src/xfs/libxfs/xfs_rtbitmap.c:41:18: style: Parameter 'bp' can be declared as pointer to const. However it seems that 'xfs_rtbuf_verify_write' is a callback function, if 'bp' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/parted/parted_3.6.orig.tar.xz parted-3.6/lib/malloc/dynarray_emplace_enlarge.c:31:40: style: Parameter 'scratch' can be declared as pointer to const. However it seems that '__libc_dynarray_emplace_enlarge' is a callback function, if 'scratch' is declared with const you might also need to cast function pointer(s). [constParameterCallback] parted-3.6/lib/malloc/dynarray_finalize.c:29:33: style: Parameter 'scratch' can be declared as pointer to const. However it seems that '__libc_dynarray_finalize' is a callback function, if 'scratch' is declared with const you might also need to cast function pointer(s). [constParameterCallback] parted-3.6/lib/malloc/dynarray_resize.c:31:31: style: Parameter 'scratch' can be declared as pointer to const. However it seems that '__libc_dynarray_resize' is a callback function, if 'scratch' is declared with const you might also need to cast function pointer(s). [constParameterCallback] parted-3.6/lib/tempname.c:126:17: style: Parameter 'tmpl' can be declared as pointer to const. However it seems that 'try_file' is a callback function, if 'tmpl' is declared with const you might also need to cast function pointer(s). [constParameterCallback] parted-3.6/lib/tempname.c:135:16: style: Parameter 'tmpl' can be declared as pointer to const. However it seems that 'try_dir' is a callback function, if 'tmpl' is declared with const you might also need to cast function pointer(s). [constParameterCallback] parted-3.6/lib/tempname.c:135:39: style: Parameter 'flags' can be declared as pointer to const. However it seems that 'try_dir' is a callback function, if 'flags' is declared with const you might also need to cast function pointer(s). [constParameterCallback] parted-3.6/lib/tempname.c:141:21: style: Parameter 'tmpl' can be declared as pointer to const. However it seems that 'try_nocreate' is a callback function, if 'tmpl' is declared with const you might also need to cast function pointer(s). [constParameterCallback] parted-3.6/libparted/arch/beos.c:327:26: style: Parameter 'dev' can be declared as pointer to const. However it seems that 'beos_is_busy' is a callback function, if 'dev' is declared with const you might also need to cast function pointer(s). [constParameterCallback] parted-3.6/libparted/arch/beos.c:373:31: style: Parameter 'dev' can be declared as pointer to const. However it seems that 'beos_refresh_open' is a callback function, if 'dev' is declared with const you might also need to cast function pointer(s). [constParameterCallback] parted-3.6/libparted/arch/beos.c:587:23: style: Parameter 'dev' can be declared as pointer to const. However it seems that 'beos_sync' is a callback function, if 'dev' is declared with const you might also need to cast function pointer(s). [constParameterCallback] parted-3.6/libparted/arch/beos.c:593:28: style: Parameter 'dev' can be declared as pointer to const. However it seems that 'beos_sync_fast' is a callback function, if 'dev' is declared with const you might also need to cast function pointer(s). [constParameterCallback] parted-3.6/libparted/arch/beos.c:619:28: style: Parameter 'disk' can be declared as pointer to const. However it seems that 'beos_disk_commit' is a callback function, if 'disk' is declared with const you might also need to cast function pointer(s). [constParameterCallback] parted-3.6/libparted/arch/gnu.c:405:25: style: Parameter 'dev' can be declared as pointer to const. However it seems that 'gnu_is_busy' is a callback function, if 'dev' is declared with const you might also need to cast function pointer(s). [constParameterCallback] parted-3.6/libparted/arch/gnu.c:411:22: style: Parameter 'dev' can be declared as pointer to const. However it seems that 'gnu_open' is a callback function, if 'dev' is declared with const you might also need to cast function pointer(s). [constParameterCallback] parted-3.6/libparted/arch/gnu.c:417:30: style: Parameter 'dev' can be declared as pointer to const. However it seems that 'gnu_refresh_open' is a callback function, if 'dev' is declared with const you might also need to cast function pointer(s). [constParameterCallback] parted-3.6/libparted/arch/gnu.c:783:23: style: Parameter 'dev' can be declared as pointer to const. However it seems that 'gnu_check' is a callback function, if 'dev' is declared with const you might also need to cast function pointer(s). [constParameterCallback] parted-3.6/libparted/arch/gnu.c:783:34: style: Parameter 'buffer' can be declared as pointer to const. However it seems that 'gnu_check' is a callback function, if 'buffer' is declared with const you might also need to cast function pointer(s). [constParameterCallback] parted-3.6/libparted/arch/linux.c:1629:27: style: Parameter 'dev' can be declared as pointer to const. However it seems that 'linux_is_busy' is a callback function, if 'dev' is declared with const you might also need to cast function pointer(s). [constParameterCallback] parted-3.6/libparted/arch/linux.c:1758:32: style: Parameter 'dev' can be declared as pointer to const. However it seems that 'linux_refresh_open' is a callback function, if 'dev' is declared with const you might also need to cast function pointer(s). [constParameterCallback] parted-3.6/libparted/labels/aix.c:188:36: style: Parameter 'part' can be declared as pointer to const. However it seems that 'aix_partition_align' is a callback function, if 'part' is declared with const you might also need to cast function pointer(s). [constParameterCallback] parted-3.6/libparted/labels/aix.c:196:40: style: Parameter 'part' can be declared as pointer to const. However it seems that 'aix_partition_enumerate' is a callback function, if 'part' is declared with const you might also need to cast function pointer(s). [constParameterCallback] parted-3.6/libparted/labels/aix.c:202:30: style: Parameter 'disk' can be declared as pointer to const. However it seems that 'aix_alloc_metadata' is a callback function, if 'disk' is declared with const you might also need to cast function pointer(s). [constParameterCallback] parted-3.6/libparted/labels/bsd.c:457:39: style: Parameter 'part' can be declared as pointer to const. However it seems that 'bsd_partition_set_flag' is a callback function, if 'part' is declared with const you might also need to cast function pointer(s). [constParameterCallback] parted-3.6/libparted/labels/dos.c:597:31: style: Parameter 'disk' can be declared as pointer to const. However it seems that 'msdos_disk_set_flag' is a callback function, if 'disk' is declared with const you might also need to cast function pointer(s). [constParameterCallback] parted-3.6/libparted/labels/dos.c:1729:44: style: Parameter 'part' can be declared as pointer to const. However it seems that 'msdos_partition_set_type_id' is a callback function, if 'part' is declared with const you might also need to cast function pointer(s). [constParameterCallback] parted-3.6/libparted/labels/dvh.c:706:39: style: Parameter 'part' can be declared as pointer to const. However it seems that 'dvh_partition_set_name' is a callback function, if 'part' is declared with const you might also need to cast function pointer(s). [constParameterCallback] parted-3.6/libparted/labels/gpt.c:1556:29: style: Parameter 'disk' can be declared as pointer to const. However it seems that 'gpt_disk_set_flag' is a callback function, if 'disk' is declared with const you might also need to cast function pointer(s). [constParameterCallback] parted-3.6/libparted/labels/gpt.c:1702:39: style: Parameter 'part' can be declared as pointer to const. However it seems that 'gpt_partition_set_name' is a callback function, if 'part' is declared with const you might also need to cast function pointer(s). [constParameterCallback] parted-3.6/libparted/labels/gpt.c:1758:44: style: Parameter 'part' can be declared as pointer to const. However it seems that 'gpt_partition_set_type_uuid' is a callback function, if 'part' is declared with const you might also need to cast function pointer(s). [constParameterCallback] parted-3.6/libparted/labels/loop.c:223:40: style: Parameter 'part' can be declared as pointer to const. However it seems that 'loop_partition_set_flag' is a callback function, if 'part' is declared with const you might also need to cast function pointer(s). [constParameterCallback] parted-3.6/libparted/labels/loop.c:268:31: style: Parameter 'disk' can be declared as pointer to const. However it seems that 'loop_alloc_metadata' is a callback function, if 'disk' is declared with const you might also need to cast function pointer(s). [constParameterCallback] parted-3.6/libparted/timer.c:99:26: style: Parameter 'timer' can be declared as pointer to const. However it seems that '_nest_handler' is a callback function, if 'timer' is declared with const you might also need to cast function pointer(s). [constParameterCallback] parted-3.6/parted/parted.c:210:27: style: Parameter 'timer' can be declared as pointer to const. However it seems that '_timer_handler' is a callback function, if 'timer' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/passenger/passenger_6.0.26+ds.orig.tar.xz passenger-release-6.0.26/src/agent/Core/ConfigChange.cpp:151:44: style: Parameter '_' can be declared as reference to const. However it seems that 'asyncPrepareConfigChangeForAdminPanelConnectorDone' is a callback function, if '_' is declared with const you might also need to cast function pointer(s). [constParameterCallback] passenger-release-6.0.26/src/agent/Core/ConfigChange.cpp:272:93: style: Parameter '_' can be declared as reference to const. However it seems that 'asyncCommitConfigChangeForAdminPanelConnectorDone' is a callback function, if '_' is declared with const you might also need to cast function pointer(s). [constParameterCallback] passenger-release-6.0.26/src/apache2_module/Config.cpp:183:42: style: Parameter 'cmd' can be declared as pointer to const. However it seems that 'cmd_passenger_enterprise_only' is a callback function, if 'cmd' is declared with const you might also need to cast function pointer(s). [constParameterCallback] passenger-release-6.0.26/src/apache2_module/Config.cpp:183:53: style: Parameter 'pcfg' can be declared as pointer to const. However it seems that 'cmd_passenger_enterprise_only' is a callback function, if 'pcfg' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/passwordsafe/passwordsafe_1.21.0+dfsg.orig.tar.xz pwsafe-1.21.0/src/ui/wxWidgets/wxUtilities.cpp:650:40: style: Parameter 'event' can be declared as reference to const. However it seems that 'OnPaint' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/pasystray/pasystray_0.8.2.orig.tar.gz pasystray-0.8.2/src/menu_info.c:484:30: style: Parameter 'key' can be declared as pointer to const. However it seems that 'name_equal' is a callback function, if 'key' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pasystray-0.8.2/src/menu_info.c:496:30: style: Parameter 'key' can be declared as pointer to const. However it seems that 'desc_equal' is a callback function, if 'key' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pasystray-0.8.2/src/menu_info.c:582:63: style: Parameter 'event' can be declared as pointer to const. However it seems that 'menu_info_item_scrolled' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pasystray-0.8.2/src/menu_info.c:651:43: style: Parameter 'item' can be declared as pointer to const. However it seems that 'menu_info_subitem_clicked' is a callback function, if 'item' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pasystray-0.8.2/src/menu_info.c:651:65: style: Parameter 'event' can be declared as pointer to const. However it seems that 'menu_info_subitem_clicked' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pasystray-0.8.2/src/menu_info.c:652:27: style: Parameter 'mii' can be declared as pointer to const. However it seems that 'menu_info_subitem_clicked' is a callback function, if 'mii' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pasystray-0.8.2/src/pulseaudio_action.c:330:52: style: Parameter 'c' can be declared as pointer to const. However it seems that 'pulseaudio_toggle_mute_success_cb' is a callback function, if 'c' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pasystray-0.8.2/src/pulseaudio_action.c:345:52: style: Parameter 'c' can be declared as pointer to const. However it seems that 'pulseaudio_module_load_success_cb' is a callback function, if 'c' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pasystray-0.8.2/src/pulseaudio_action.c:361:54: style: Parameter 'c' can be declared as pointer to const. However it seems that 'pulseaudio_module_unload_success_cb' is a callback function, if 'c' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/patch/patch_2.8.orig.tar.xz patch-2.8/lib/tempname.c:126:17: style: Parameter 'tmpl' can be declared as pointer to const. However it seems that 'try_file' is a callback function, if 'tmpl' is declared with const you might also need to cast function pointer(s). [constParameterCallback] patch-2.8/lib/tempname.c:135:16: style: Parameter 'tmpl' can be declared as pointer to const. However it seems that 'try_dir' is a callback function, if 'tmpl' is declared with const you might also need to cast function pointer(s). [constParameterCallback] patch-2.8/lib/tempname.c:135:39: style: Parameter 'flags' can be declared as pointer to const. However it seems that 'try_dir' is a callback function, if 'flags' is declared with const you might also need to cast function pointer(s). [constParameterCallback] patch-2.8/lib/tempname.c:141:21: style: Parameter 'tmpl' can be declared as pointer to const. However it seems that 'try_nocreate' is a callback function, if 'tmpl' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/paxtest/paxtest_0.9.15.orig.tar.gz paxtest-0.9.15/body.c:23:32: style: Parameter 'p' can be declared as pointer to const. However it seems that 'test_thread' is a callback function, if 'p' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/pcal/pcal_4.11.0.orig.tar.gz pcal-4.11.0/src/exprpars.c:214:33: style: Parameter 'ptop' can be declared as pointer to const. However it seems that 'do_and' is a callback function, if 'ptop' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pcal-4.11.0/src/exprpars.c:228:32: style: Parameter 'ptop' can be declared as pointer to const. However it seems that 'do_or' is a callback function, if 'ptop' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pcal-4.11.0/src/exprpars.c:242:33: style: Parameter 'ptop' can be declared as pointer to const. However it seems that 'do_xor' is a callback function, if 'ptop' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pcal-4.11.0/src/exprpars.c:256:36: style: Parameter 'ptop' can be declared as pointer to const. However it seems that 'do_negate' is a callback function, if 'ptop' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/pcb/pcb_4.2.2.orig.tar.gz pcb-4.2.2/gts/container.c:453:51: style: Parameter 'c' can be declared as pointer to const. However it seems that 'slist_container_size' is a callback function, if 'c' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pcb-4.2.2/gts/bbtree.c:184:45: style: Parameter 'p' can be declared as pointer to const. However it seems that 'bbox_foreach_vertex' is a callback function, if 'p' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pcb-4.2.2/gts/graph.c:412:37: style: Parameter 'n' can be declared as pointer to const. However it seems that 'fnode_write' is a callback function, if 'n' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pcb-4.2.2/gts/graph.c:486:70: style: Parameter 'c' can be declared as pointer to const. However it seems that 'gedge_remove_container' is a callback function, if 'c' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pcb-4.2.2/gts/graph.c:507:70: style: Parameter 'c' can be declared as pointer to const. However it seems that 'gedge_is_contained' is a callback function, if 'c' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pcb-4.2.2/gts/object.c:100:58: style: Parameter 'object' can be declared as pointer to const. However it seems that 'object_clone' is a callback function, if 'object' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pcb-4.2.2/gts/oocs.c:34:53: style: Parameter 'p' can be declared as pointer to const. However it seems that 'cluster_add' is a callback function, if 'p' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pcb-4.2.2/gts/surface.c:49:40: style: Parameter 'object' can be declared as pointer to const. However it seems that 'surface_write' is a callback function, if 'object' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pcb-4.2.2/src/dbus-pcbmain.c:251:43: style: Parameter 'conn' can be declared as pointer to const. However it seems that 'dispatch_status_changed' is a callback function, if 'conn' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pcb-4.2.2/src/dbus-pcbmain.c:252:11: style: Parameter 'data' can be declared as pointer to const. However it seems that 'dispatch_status_changed' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pcb-4.2.2/src/dbus.c:227:43: style: Parameter 'connection' can be declared as pointer to const. However it seems that 'unregister_dbus_handler' is a callback function, if 'connection' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pcb-4.2.2/src/dbus.c:227:61: style: Parameter 'data' can be declared as pointer to const. However it seems that 'unregister_dbus_handler' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pcb-4.2.2/src/autoroute.c:4653:35: style: Parameter 'cl' can be declared as pointer to const. However it seems that 'bad_boy' is a callback function, if 'cl' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pcb-4.2.2/src/djopt.c:152:28: style: Parameter 'data' can be declared as pointer to const. However it seems that 'djopt_get_auto_only' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pcb-4.2.2/src/flags.c:74:25: style: Parameter 'data' can be declared as pointer to const. However it seems that 'FlagCurrentStyle' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pcb-4.2.2/src/flags.c:89:17: style: Parameter 'data' can be declared as pointer to const. However it seems that 'FlagGrid' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pcb-4.2.2/src/flags.c:95:21: style: Parameter 'data' can be declared as pointer to const. However it seems that 'FlagGridSize' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pcb-4.2.2/src/flags.c:101:20: style: Parameter 'data' can be declared as pointer to const. However it seems that 'FlagUnitsMm' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pcb-4.2.2/src/flags.c:110:21: style: Parameter 'data' can be declared as pointer to const. However it seems that 'FlagUnitsMil' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pcb-4.2.2/src/flags.c:119:19: style: Parameter 'data' can be declared as pointer to const. However it seems that 'FlagBuffer' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pcb-4.2.2/src/flags.c:125:25: style: Parameter 'data' can be declared as pointer to const. However it seems that 'FlagElementName' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pcb-4.2.2/src/flags.c:158:22: style: Parameter 'data' can be declared as pointer to const. However it seems that 'FlagHaveRegex' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pcb-4.2.2/src/hid/common/extents.c:136:54: style: Parameter 'x' can be declared as pointer to const. However it seems that 'extents_fill_polygon' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pcb-4.2.2/src/hid/common/extents.c:136:64: style: Parameter 'y' can be declared as pointer to const. However it seems that 'extents_fill_polygon' is a callback function, if 'y' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pcb-4.2.2/src/hid/common/hidnogui.c:363:28: style: Parameter 'title' can be declared as pointer to const. However it seems that 'nogui_report_dialog' is a callback function, if 'title' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pcb-4.2.2/src/hid/common/hidnogui.c:363:41: style: Parameter 'msg' can be declared as pointer to const. However it seems that 'nogui_report_dialog' is a callback function, if 'msg' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pcb-4.2.2/src/hid/common/hidnogui.c:389:11: style: Parameter 'default_file' can be declared as pointer to const. However it seems that 'nogui_fileselect' is a callback function, if 'default_file' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pcb-4.2.2/src/hid/common/hidnogui.c:389:31: style: Parameter 'default_ext' can be declared as pointer to const. However it seems that 'nogui_fileselect' is a callback function, if 'default_ext' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pcb-4.2.2/src/hid/gtk/ghid-cell-renderer-visibility.c:54:58: style: Parameter 'cell_area' can be declared as pointer to const. However it seems that 'ghid_cell_renderer_visibility_get_size' is a callback function, if 'cell_area' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pcb-4.2.2/src/hid/gtk/ghid-main-menu.c:434:36: style: Parameter 'mm' can be declared as pointer to const. However it seems that 'ghid_main_menu_init' is a callback function, if 'mm' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pcb-4.2.2/src/hid/gtk/ghid-main-menu.c:440:47: style: Parameter 'klass' can be declared as pointer to const. However it seems that 'ghid_main_menu_class_init' is a callback function, if 'klass' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pcb-4.2.2/src/hid/gtk/ghid-route-style-selector.c:323:57: style: Parameter 'rss' can be declared as pointer to const. However it seems that 'ghid_route_style_selector_init' is a callback function, if 'rss' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pcb-4.2.2/src/hid/gtk/gui-command-window.c:290:45: style: Parameter 'widget' can be declared as pointer to const. However it seems that 'command_window_delete_event_cb' is a callback function, if 'widget' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pcb-4.2.2/src/hid/gtk/gui-command-window.c:290:64: style: Parameter 'event' can be declared as pointer to const. However it seems that 'command_window_delete_event_cb' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pcb-4.2.2/src/hid/gtk/gui-command-window.c:291:42: style: Parameter 'data' can be declared as pointer to const. However it seems that 'command_window_delete_event_cb' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pcb-4.2.2/src/hid/gtk/gui-command-window.c:299:33: style: Parameter 'widget' can be declared as pointer to const. However it seems that 'command_destroy_cb' is a callback function, if 'widget' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pcb-4.2.2/src/hid/gtk/gui-command-window.c:299:50: style: Parameter 'data' can be declared as pointer to const. However it seems that 'command_destroy_cb' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pcb-4.2.2/src/hid/gtk/gui-command-window.c:306:54: style: Parameter 'kev' can be declared as pointer to const. However it seems that 'command_escape_cb' is a callback function, if 'kev' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pcb-4.2.2/src/hid/gtk/gui-drc-window.c:86:29: style: Parameter 'widget' can be declared as pointer to const. However it seems that 'drc_destroy_cb' is a callback function, if 'widget' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pcb-4.2.2/src/hid/gtk/gui-drc-window.c:86:46: style: Parameter 'data' can be declared as pointer to const. However it seems that 'drc_destroy_cb' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pcb-4.2.2/src/hid/gtk/gui-drc-window.c:212:42: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'ghid_drc_violation_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pcb-4.2.2/src/hid/gtk/gui-drc-window.c:284:44: style: Parameter 'object' can be declared as pointer to const. However it seems that 'ghid_drc_violation_get_property' is a callback function, if 'object' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pcb-4.2.2/src/hid/gtk/gui-drc-window.c:285:15: style: Parameter 'value' can be declared as pointer to const. However it seems that 'ghid_drc_violation_get_property' is a callback function, if 'value' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pcb-4.2.2/src/hid/gtk/gui-drc-window.c:285:35: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'ghid_drc_violation_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pcb-4.2.2/src/hid/gtk/gui-drc-window.c:491:42: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'ghid_violation_renderer_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pcb-4.2.2/src/hid/gtk/gui-drc-window.c:558:49: style: Parameter 'object' can be declared as pointer to const. However it seems that 'ghid_violation_renderer_get_property' is a callback function, if 'object' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pcb-4.2.2/src/hid/gtk/gui-drc-window.c:559:16: style: Parameter 'value' can be declared as pointer to const. However it seems that 'ghid_violation_renderer_get_property' is a callback function, if 'value' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pcb-4.2.2/src/hid/gtk/gui-drc-window.c:559:36: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'ghid_violation_renderer_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pcb-4.2.2/src/hid/gtk/gui-keyref-window.c:331:32: style: Parameter 'widget' can be declared as pointer to const. However it seems that 'keyref_destroy_cb' is a callback function, if 'widget' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pcb-4.2.2/src/hid/gtk/gui-keyref-window.c:331:49: style: Parameter 'data' can be declared as pointer to const. However it seems that 'keyref_destroy_cb' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pcb-4.2.2/src/hid/gtk/gui-log-window.c:67:29: style: Parameter 'widget' can be declared as pointer to const. However it seems that 'log_destroy_cb' is a callback function, if 'widget' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pcb-4.2.2/src/hid/gtk/gui-log-window.c:67:46: style: Parameter 'data' can be declared as pointer to const. However it seems that 'log_destroy_cb' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pcb-4.2.2/src/hid/gtk/gui-misc.c:247:60: style: Parameter 'kev' can be declared as pointer to const. However it seems that 'loop_key_press_cb' is a callback function, if 'kev' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pcb-4.2.2/src/hid/gtk/gui-library-window.c:323:36: style: Parameter 'event' can be declared as pointer to const. However it seems that 'tree_row_key_pressed' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pcb-4.2.2/src/hid/gtk/gui-pinout-preview.c:193:42: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'ghid_pinout_preview_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pcb-4.2.2/src/hid/gtk/gui-pinout-preview.c:225:45: style: Parameter 'object' can be declared as pointer to const. However it seems that 'ghid_pinout_preview_get_property' is a callback function, if 'object' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pcb-4.2.2/src/hid/gtk/gui-pinout-preview.c:226:16: style: Parameter 'value' can be declared as pointer to const. However it seems that 'ghid_pinout_preview_get_property' is a callback function, if 'value' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pcb-4.2.2/src/hid/gtk/gui-pinout-preview.c:226:36: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'ghid_pinout_preview_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pcb-4.2.2/src/hid/gtk/gui-netlist-window.c:689:33: style: Parameter 'widget' can be declared as pointer to const. However it seems that 'netlist_destroy_cb' is a callback function, if 'widget' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pcb-4.2.2/src/hid/gtk/gui-netlist-window.c:689:52: style: Parameter 'out' can be declared as pointer to const. However it seems that 'netlist_destroy_cb' is a callback function, if 'out' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pcb-4.2.2/src/hid/gtk/gui-trackball.c:60:53: style: Parameter 'ev' can be declared as pointer to const. However it seems that 'button_press_cb' is a callback function, if 'ev' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pcb-4.2.2/src/hid/gtk/gui-trackball.c:96:55: style: Parameter 'ev' can be declared as pointer to const. However it seems that 'button_release_cb' is a callback function, if 'ev' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pcb-4.2.2/src/hid/gtk/gui-trackball.c:323:40: style: Parameter 'object' can be declared as pointer to const. However it seems that 'ghid_trackball_set_property' is a callback function, if 'object' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pcb-4.2.2/src/hid/gtk/gui-trackball.c:324:42: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'ghid_trackball_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pcb-4.2.2/src/hid/gtk/gui-trackball.c:347:40: style: Parameter 'object' can be declared as pointer to const. However it seems that 'ghid_trackball_get_property' is a callback function, if 'object' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pcb-4.2.2/src/hid/gtk/gui-trackball.c:348:16: style: Parameter 'value' can be declared as pointer to const. However it seems that 'ghid_trackball_get_property' is a callback function, if 'value' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pcb-4.2.2/src/hid/gtk/gui-trackball.c:348:36: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'ghid_trackball_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pcb-4.2.2/src/hid/lesstif/library.c:60:33: style: Parameter 'v' can be declared as pointer to const. However it seems that 'library_browse' is a callback function, if 'v' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pcb-4.2.2/src/hid/lesstif/library.c:60:59: style: Parameter 'cbs' can be declared as pointer to const. However it seems that 'library_browse' is a callback function, if 'cbs' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pcb-4.2.2/src/hid/lesstif/library.c:66:59: style: Parameter 'cbs' can be declared as pointer to const. However it seems that 'libnode_select' is a callback function, if 'cbs' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pcb-4.2.2/src/hid/lesstif/netlist.c:70:59: style: Parameter 'cbs' can be declared as pointer to const. However it seems that 'netlist_select' is a callback function, if 'cbs' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pcb-4.2.2/src/hid/lesstif/netlist.c:94:33: style: Parameter 'v' can be declared as pointer to const. However it seems that 'netlist_extend' is a callback function, if 'v' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pcb-4.2.2/src/hid/lesstif/netlist.c:94:59: style: Parameter 'cbs' can be declared as pointer to const. However it seems that 'netlist_extend' is a callback function, if 'cbs' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pcb-4.2.2/src/hid/lesstif/netlist.c:163:29: style: Parameter 'net' can be declared as pointer to const. However it seems that 'nbcb_find' is a callback function, if 'net' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pcb-4.2.2/src/hid/lesstif/netlist.c:224:63: style: Parameter 'cbs' can be declared as pointer to const. However it seems that 'netnode_browse' is a callback function, if 'cbs' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pcb-4.2.2/src/hid/lesstif/styles.c:264:65: style: Parameter 'cbs' can be declared as pointer to const. However it seems that 'style_selected' is a callback function, if 'cbs' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pcb-4.2.2/src/hid/lesstif/dialogs.c:41:43: style: Parameter 'cbs' can be declared as pointer to const. However it seems that 'dialog_callback' is a callback function, if 'cbs' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pcb-4.2.2/src/hid/lesstif/dialogs.c:304:28: style: Parameter 'up' can be declared as pointer to const. However it seems that 'log_clear' is a callback function, if 'up' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pcb-4.2.2/src/hid/lesstif/dialogs.c:304:38: style: Parameter 'cbp' can be declared as pointer to const. However it seems that 'log_clear' is a callback function, if 'cbp' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pcb-4.2.2/src/hid/lesstif/dialogs.c:312:30: style: Parameter 'up' can be declared as pointer to const. However it seems that 'log_dismiss' is a callback function, if 'up' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pcb-4.2.2/src/hid/lesstif/dialogs.c:312:40: style: Parameter 'cbp' can be declared as pointer to const. However it seems that 'log_dismiss' is a callback function, if 'cbp' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pcb-4.2.2/src/hid/lesstif/dialogs.c:1395:70: style: Parameter 'cbs' can be declared as pointer to const. However it seems that 'lgbutton_expose' is a callback function, if 'cbs' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pcb-4.2.2/src/hid/lesstif/dialogs.c:1897:45: style: Parameter 'v' can be declared as pointer to const. However it seems that 'attributes_revert_callback' is a callback function, if 'v' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pcb-4.2.2/src/hid/lesstif/dialogs.c:1897:54: style: Parameter 'cbs' can be declared as pointer to const. However it seems that 'attributes_revert_callback' is a callback function, if 'cbs' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pcb-4.2.2/src/polygon1.c:1609:20: style: Parameter 'cur' can be declared as pointer to const. However it seems that 'XorS_Rule' is a callback function, if 'cur' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pcb-4.2.2/src/polygon1.c:1625:45: style: Parameter 'cdir' can be declared as pointer to const. However it seems that 'IsectJ_Rule' is a callback function, if 'cdir' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pcb-4.2.2/src/polygon1.c:1632:45: style: Parameter 'cdir' can be declared as pointer to const. However it seems that 'UniteJ_Rule' is a callback function, if 'cdir' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pcb-4.2.2/src/polygon1.c:1639:28: style: Parameter 'v' can be declared as pointer to const. However it seems that 'XorJ_Rule' is a callback function, if 'v' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pcb-4.2.2/src/polygon1.c:1655:28: style: Parameter 'v' can be declared as pointer to const. However it seems that 'SubJ_Rule' is a callback function, if 'v' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pcb-4.2.2/src/puller.c:330:41: style: Parameter 'cl' can be declared as pointer to const. However it seems that 'line_callback' is a callback function, if 'cl' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pcb-4.2.2/src/puller.c:2559:30: style: Parameter 'line' can be declared as pointer to const. However it seems that 'mark_ends_pending' is a callback function, if 'line' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pcb-4.2.2/src/vendor.c:981:38: style: Parameter 'data' can be declared as pointer to const. However it seems that 'vendor_get_enabled' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pcb-4.2.2/src/toporouter.c:141:58: style: Parameter 'klass' can be declared as pointer to const. However it seems that 'toporouter_vertex_class_init' is a callback function, if 'klass' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pcb-4.2.2/src/toporouter.c:191:66: style: Parameter 'klass' can be declared as pointer to const. However it seems that 'toporouter_constraint_class_init' is a callback function, if 'klass' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pcb-4.2.2/src/toporouter.c:5943:54: style: Parameter 'a' can be declared as pointer to const. However it seems that 'compare_rubberband_arcs' is a callback function, if 'a' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pcb-4.2.2/src/toporouter.c:5943:86: style: Parameter 'b' can be declared as pointer to const. However it seems that 'compare_rubberband_arcs' is a callback function, if 'b' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/pcc-libs/pcc-libs_1.2.0~DEVEL+20211015.orig.tar.gz pcc-libs-20211015/libI77/lio.c:157:17: style: Parameter 'number' can be declared as pointer to const. However it seems that 'l_write' is a callback function, if 'number' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pcc-libs-20211015/libI77/lread.c:101:16: style: Parameter 'number' can be declared as pointer to const. However it seems that 'l_read' is a callback function, if 'number' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/pccts/pccts_1.33MR33.orig.tar.gz pccts-1.33MR33.orig/antlr/main.c:176:7: style: Parameter 's' can be declared as pointer to const. However it seems that 'pLLK' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pccts-1.33MR33.orig/antlr/main.c:177:7: style: Parameter 't' can be declared as pointer to const. However it seems that 'pLLK' is a callback function, if 't' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pccts-1.33MR33.orig/antlr/main.c:192:7: style: Parameter 's' can be declared as pointer to const. However it seems that 'pCk' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pccts-1.33MR33.orig/antlr/main.c:193:7: style: Parameter 't' can be declared as pointer to const. However it seems that 'pCk' is a callback function, if 't' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pccts-1.33MR33.orig/antlr/main.c:208:7: style: Parameter 's' can be declared as pointer to const. However it seems that 'pTab' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pccts-1.33MR33.orig/antlr/main.c:209:7: style: Parameter 't' can be declared as pointer to const. However it seems that 'pTab' is a callback function, if 't' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pccts-1.33MR33.orig/antlr/main.c:226:7: style: Parameter 's' can be declared as pointer to const. However it seems that 'pAAd' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pccts-1.33MR33.orig/antlr/main.c:227:7: style: Parameter 't' can be declared as pointer to const. However it seems that 'pAAd' is a callback function, if 't' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pccts-1.33MR33.orig/antlr/main.c:239:11: style: Parameter 's' can be declared as pointer to const. However it seems that 'pTreport' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pccts-1.33MR33.orig/antlr/main.c:240:11: style: Parameter 't' can be declared as pointer to const. However it seems that 'pTreport' is a callback function, if 't' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pccts-1.33MR33.orig/antlr/main.c:349:28: style: Parameter 's' can be declared as pointer to const. However it seems that 'pFr' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pccts-1.33MR33.orig/antlr/main.c:350:28: style: Parameter 's' can be declared as pointer to const. However it seems that 'pFe' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pccts-1.33MR33.orig/antlr/main.c:351:28: style: Parameter 's' can be declared as pointer to const. However it seems that 'pFl' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pccts-1.33MR33.orig/antlr/main.c:352:28: style: Parameter 's' can be declared as pointer to const. However it seems that 'pFm' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pccts-1.33MR33.orig/antlr/main.c:353:28: style: Parameter 's' can be declared as pointer to const. However it seems that 'pFt' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pccts-1.33MR33.orig/antlr/main.c:368:28: style: Parameter 's' can be declared as pointer to const. However it seems that 'pAA' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pccts-1.33MR33.orig/antlr/main.c:369:27: style: Parameter 's' can be declared as pointer to const. However it seems that 'pAAm' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pccts-1.33MR33.orig/antlr/main.c:371:30: style: Parameter 's' can be declared as pointer to const. However it seems that 'pFHdr' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pccts-1.33MR33.orig/antlr/main.c:387:7: style: Parameter 's' can be declared as pointer to const. However it seems that 'pPre' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pccts-1.33MR33.orig/antlr/main.c:399:7: style: Parameter 's' can be declared as pointer to const. However it seems that 'pOut' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pccts-1.33MR33.orig/antlr/main.c:483:7: style: Parameter 's' can be declared as pointer to const. However it seems that 'pTRes' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pccts-1.33MR33.orig/antlr/main.c:484:7: style: Parameter 't' can be declared as pointer to const. However it seems that 'pTRes' is a callback function, if 't' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pccts-1.33MR33.orig/antlr/main.c:1058:7: style: Parameter 's' can be declared as pointer to const. However it seems that 'dlgerror' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pccts-1.33MR33.orig/antlr/gen.c:3833:11: style: Parameter 'q' can be declared as pointer to const. However it seems that 'genEndBlk' is a callback function, if 'q' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pccts-1.33MR33.orig/antlr/gen.c:3843:11: style: Parameter 'q' can be declared as pointer to const. However it seems that 'genEndRule' is a callback function, if 'q' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pccts-1.33MR33.orig/dlg/main.c:92:8: style: Parameter 's' can be declared as pointer to const. However it seems that 'p_cl_name' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pccts-1.33MR33.orig/dlg/main.c:101:29: style: Parameter 's' can be declared as pointer to const. However it seems that 'p_mode_file' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pccts-1.33MR33.orig/dlg/main.c:102:26: style: Parameter 's' can be declared as pointer to const. However it seems that 'p_outdir' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pccts-1.33MR33.orig/sorcerer/main.c:78:7: style: Parameter 's' can be declared as pointer to const. However it seems that 'pOut' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pccts-1.33MR33.orig/support/DECmms/genmms.c:90:7: style: Parameter 's' can be declared as pointer to const. However it seems that 'pProj' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pccts-1.33MR33.orig/support/DECmms/genmms.c:98:7: style: Parameter 's' can be declared as pointer to const. However it seems that 'pUL' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pccts-1.33MR33.orig/support/DECmms/genmms.c:105:7: style: Parameter 's' can be declared as pointer to const. However it seems that 'pCPP' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pccts-1.33MR33.orig/support/DECmms/genmms.c:112:7: style: Parameter 's' can be declared as pointer to const. However it seems that 'pUT' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pccts-1.33MR33.orig/support/DECmms/genmms.c:120:7: style: Parameter 's' can be declared as pointer to const. However it seems that 'pTrees' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pccts-1.33MR33.orig/support/DECmms/genmms.c:127:7: style: Parameter 's' can be declared as pointer to const. However it seems that 'pHoist' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pccts-1.33MR33.orig/support/DECmms/genmms.c:183:7: style: Parameter 's' can be declared as pointer to const. However it seems that 'pOdir' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pccts-1.33MR33.orig/support/DECmms/genmms.c:195:7: style: Parameter 's' can be declared as pointer to const. However it seems that 'pHdr' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pccts-1.33MR33.orig/support/genmk/genmk_old.c:87:7: style: Parameter 's' can be declared as pointer to const. However it seems that 'pProj' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pccts-1.33MR33.orig/support/genmk/genmk_old.c:95:7: style: Parameter 's' can be declared as pointer to const. However it seems that 'pUL' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pccts-1.33MR33.orig/support/genmk/genmk_old.c:102:7: style: Parameter 's' can be declared as pointer to const. However it seems that 'pCPP' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pccts-1.33MR33.orig/support/genmk/genmk_old.c:109:7: style: Parameter 's' can be declared as pointer to const. However it seems that 'pUT' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pccts-1.33MR33.orig/support/genmk/genmk_old.c:117:7: style: Parameter 's' can be declared as pointer to const. However it seems that 'pTrees' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pccts-1.33MR33.orig/support/genmk/genmk_old.c:124:7: style: Parameter 's' can be declared as pointer to const. However it seems that 'pHoist' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pccts-1.33MR33.orig/support/genmk/genmk_old.c:180:7: style: Parameter 's' can be declared as pointer to const. However it seems that 'pOdir' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pccts-1.33MR33.orig/support/genmk/genmk_old.c:192:7: style: Parameter 's' can be declared as pointer to const. However it seems that 'pHdr' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pccts-1.33MR33.orig/support/genmk/genmk_old.c:205:7: style: Parameter 't' can be declared as pointer to const. However it seems that 'pCFiles' is a callback function, if 't' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pccts-1.33MR33.orig/support/genmk/genmk_old.c:216:7: style: Parameter 's' can be declared as pointer to const. However it seems that 'pCompiler' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pccts-1.33MR33.orig/support/genmk/genmk_old.c:229:7: style: Parameter 's' can be declared as pointer to const. However it seems that 'ppccts_path' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pccts-1.33MR33.orig/support/genmk/genmk.c:106:7: style: Parameter 's' can be declared as pointer to const. However it seems that 'pProj' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pccts-1.33MR33.orig/support/genmk/genmk.c:118:7: style: Parameter 's' can be declared as pointer to const. However it seems that 'pUL' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pccts-1.33MR33.orig/support/genmk/genmk.c:129:7: style: Parameter 's' can be declared as pointer to const. However it seems that 'pCPP' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pccts-1.33MR33.orig/support/genmk/genmk.c:140:7: style: Parameter 's' can be declared as pointer to const. However it seems that 'pUT' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pccts-1.33MR33.orig/support/genmk/genmk.c:152:7: style: Parameter 's' can be declared as pointer to const. However it seems that 'pTrees' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pccts-1.33MR33.orig/support/genmk/genmk.c:163:7: style: Parameter 's' can be declared as pointer to const. However it seems that 'pHoist' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pccts-1.33MR33.orig/support/genmk/genmk.c:300:7: style: Parameter 's' can be declared as pointer to const. However it seems that 'pOdir' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pccts-1.33MR33.orig/support/genmk/genmk.c:312:7: style: Parameter 's' can be declared as pointer to const. However it seems that 'pHdr' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pccts-1.33MR33.orig/support/genmk/genmk.c:324:7: style: Parameter 's' can be declared as pointer to const. However it seems that 'pCompiler' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pccts-1.33MR33.orig/support/genmk/genmk.c:338:7: style: Parameter 's' can be declared as pointer to const. However it seems that 'ppccts_path' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/pcm/pcm_202502.orig.tar.gz pcm-202502/src/pcm-accel-common.cpp:195:71: style: Parameter 'base_ctr' can be declared as reference to const. However it seems that 'idx_evt_parse_handler' is a callback function, if 'base_ctr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pcm-202502/src/pcm-iio.cpp:1978:71: style: Parameter 'base_ctr' can be declared as reference to const. However it seems that 'iio_evt_parse_handler' is a callback function, if 'base_ctr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/pcmanfm/pcmanfm_1.4.0.orig.tar.gz pcmanfm-1.4.0/src/app-config.c:1075:35: style: Parameter 'key' can be declared as pointer to const. However it seems that '_save_choice' is a callback function, if 'key' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/pcmanx-gtk2/pcmanx-gtk2_1.3.orig.tar.xz pcmanx-gtk2-1.3/libltdl/lt_dlloader.c:48:37: style: Parameter 'userdata' can be declared as pointer to const. However it seems that 'loader_callback' is a callback function, if 'userdata' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pcmanx-gtk2-1.3/libltdl/ltdl.c:775:29: style: Parameter 'filename' can be declared as pointer to const. However it seems that 'find_handle_callback' is a callback function, if 'filename' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pcmanx-gtk2-1.3/libltdl/ltdl.c:1863:29: style: Parameter 'dirname' can be declared as pointer to const. However it seems that 'foreachfile_callback' is a callback function, if 'dirname' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pcmanx-gtk2-1.3/src/docklet/clipboard.c:24:17: style: Parameter 'clipboard' can be declared as pointer to const. However it seems that 'clipboard_get_func' is a callback function, if 'clipboard' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pcmanx-gtk2-1.3/src/docklet/clipboard.c:25:21: style: Parameter 'selection_data' can be declared as pointer to const. However it seems that 'clipboard_get_func' is a callback function, if 'selection_data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pcmanx-gtk2-1.3/src/docklet/clipboard.c:27:12: style: Parameter 'user_data_or_owner' can be declared as pointer to const. However it seems that 'clipboard_get_func' is a callback function, if 'user_data_or_owner' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pcmanx-gtk2-1.3/src/docklet/clipboard.c:35:17: style: Parameter 'clipboard' can be declared as pointer to const. However it seems that 'clipboard_clear_func' is a callback function, if 'clipboard' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pcmanx-gtk2-1.3/src/docklet/clipboard.c:36:12: style: Parameter 'user_data_or_owner' can be declared as pointer to const. However it seems that 'clipboard_clear_func' is a callback function, if 'user_data_or_owner' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pcmanx-gtk2-1.3/src/core/termview.cpp:48:58: style: Parameter 'arg' can be declared as pointer to const. However it seems that 'on_im_commit' is a callback function, if 'arg' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/pcsc-cyberjack/pcsc-cyberjack_3.99.5final.sp17.orig.tar.bz2 pcsc-cyberjack-3.99.5final.SP17/cjeca32/ausb/ausb3.c:101:50: style: Parameter 'ah' can be declared as pointer to const. However it seems that 'ausb3_stop_interrupt' is a callback function, if 'ah' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/pcsxr/pcsxr_1.9.94.orig.tar.xz pcsxr/gui/Cheat.c:1045:56: style: Parameter 'widget' can be declared as pointer to const. However it seems that 'OnCheatSearchDlg_RestartClicked' is a callback function, if 'widget' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pcsxr/gui/Cheat.c:1045:73: style: Parameter 'user_data' can be declared as pointer to const. However it seems that 'OnCheatSearchDlg_RestartClicked' is a callback function, if 'user_data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pcsxr/gui/GtkGui.c:1069:30: style: Parameter 'widget' can be declared as pointer to const. However it seems that 'OnHelp_About' is a callback function, if 'widget' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pcsxr/gui/GtkGui.c:1069:47: style: Parameter 'user_data' can be declared as pointer to const. However it seems that 'OnHelp_About' is a callback function, if 'user_data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pcsxr/libpcsxcore/cdriso.c:1801:50: style: Parameter 'time' can be declared as pointer to const. However it seems that 'ISOreadTrack' is a callback function, if 'time' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pcsxr/libpcsxcore/cdriso.c:1835:45: style: Parameter 'time' can be declared as pointer to const. However it seems that 'ISOplay' is a callback function, if 'time' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pcsxr/libpcsxcore/plugins.c:209:48: style: Parameter 'pMem' can be declared as pointer to const. However it seems that 'GPU__getScreenPic' is a callback function, if 'pMem' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pcsxr/libpcsxcore/plugins.c:210:49: style: Parameter 'pMem' can be declared as pointer to const. However it seems that 'GPU__showScreenPic' is a callback function, if 'pMem' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pcsxr/libpcsxcore/plugins.c:271:40: style: Parameter 'sector' can be declared as pointer to const. However it seems that 'CDR__play' is a callback function, if 'sector' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pcsxr/libpcsxcore/plugins.c:287:37: style: Parameter 'filename' can be declared as pointer to const. However it seems that 'CDR__setfilename' is a callback function, if 'filename' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pcsxr/libpcsxcore/plugins.c:583:37: style: Parameter 'info' can be declared as pointer to const. However it seems that 'NET__setInfo' is a callback function, if 'info' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pcsxr/plugins/dfxvideo/prim.c:1514:28: style: Parameter 'bA' can be declared as pointer to const. However it seems that 'primNI' is a callback function, if 'bA' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pcsxr/plugins/peopsxgl/prim.c:4515:28: style: Parameter 'bA' can be declared as pointer to const. However it seems that 'primNI' is a callback function, if 'bA' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pcsxr/win32/plugins/dfxvideo/winsrc/cfg.c:1115:65: style: Parameter 'pddsd' can be declared as pointer to const. However it seems that 'EnumDisplayModesCallback' is a callback function, if 'pddsd' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pcsxr/win32/plugins/dfxvideo/winsrc/cfg.c:1116:55: style: Parameter 'pvContext' can be declared as pointer to const. However it seems that 'EnumDisplayModesCallback' is a callback function, if 'pvContext' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/pd-bassemu/pd-bassemu_0.3.orig.tar.gz pd-bassemu_0.3/bassemu~.c:475:37: style: Parameter 'x' can be declared as pointer to const. However it seems that 'bassemu_free' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/pd-bsaylor/pd-bsaylor_0.1.5.orig.tar.gz bsaylor-0.1.5/susloop~.c:35:48: style: Parameter 'in' can be declared as pointer to const. However it seems that 'susloop_forward' is a callback function, if 'in' is declared with const you might also need to cast function pointer(s). [constParameterCallback] bsaylor-0.1.5/susloop~.c:56:49: style: Parameter 'in' can be declared as pointer to const. However it seems that 'susloop_pingpong' is a callback function, if 'in' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/pd-chaos/pd-chaos_0.2.orig.tar.gz chaos-0.2/base.c:65:31: style: Parameter 'base' can be declared as pointer to const. However it seems that 'calc' is a callback function, if 'base' is declared with const you might also need to cast function pointer(s). [constParameterCallback] chaos-0.2/base3.c:65:32: style: Parameter 'base3' can be declared as pointer to const. However it seems that 'calc' is a callback function, if 'base3' is declared with const you might also need to cast function pointer(s). [constParameterCallback] chaos-0.2/dejong.c:74:33: style: Parameter 'dejong' can be declared as pointer to const. However it seems that 'calc' is a callback function, if 'dejong' is declared with const you might also need to cast function pointer(s). [constParameterCallback] chaos-0.2/attract1.c:80:35: style: Parameter 'attract1' can be declared as pointer to const. However it seems that 'calc' is a callback function, if 'attract1' is declared with const you might also need to cast function pointer(s). [constParameterCallback] chaos-0.2/henon.c:68:32: style: Parameter 'henon' can be declared as pointer to const. However it seems that 'calc' is a callback function, if 'henon' is declared with const you might also need to cast function pointer(s). [constParameterCallback] chaos-0.2/hopalong.c:71:35: style: Parameter 'hopalong' can be declared as pointer to const. However it seems that 'calc' is a callback function, if 'hopalong' is declared with const you might also need to cast function pointer(s). [constParameterCallback] chaos-0.2/latoocarfian.c:74:39: style: Parameter 'latoocarfian' can be declared as pointer to const. However it seems that 'calc' is a callback function, if 'latoocarfian' is declared with const you might also need to cast function pointer(s). [constParameterCallback] chaos-0.2/ikeda.c:74:32: style: Parameter 'ikeda' can be declared as pointer to const. However it seems that 'calc' is a callback function, if 'ikeda' is declared with const you might also need to cast function pointer(s). [constParameterCallback] chaos-0.2/latoomutalpha.c:74:40: style: Parameter 'latoomutalpha' can be declared as pointer to const. However it seems that 'calc' is a callback function, if 'latoomutalpha' is declared with const you might also need to cast function pointer(s). [constParameterCallback] chaos-0.2/latoomutbeta.c:74:39: style: Parameter 'latoomutbeta' can be declared as pointer to const. However it seems that 'calc' is a callback function, if 'latoomutbeta' is declared with const you might also need to cast function pointer(s). [constParameterCallback] chaos-0.2/latoomutgamma.c:74:40: style: Parameter 'latoomutgamma' can be declared as pointer to const. However it seems that 'calc' is a callback function, if 'latoomutgamma' is declared with const you might also need to cast function pointer(s). [constParameterCallback] chaos-0.2/logistic.c:62:35: style: Parameter 'logistic' can be declared as pointer to const. However it seems that 'calc' is a callback function, if 'logistic' is declared with const you might also need to cast function pointer(s). [constParameterCallback] chaos-0.2/lorenz.c:75:33: style: Parameter 'lorenz' can be declared as pointer to const. However it seems that 'calc' is a callback function, if 'lorenz' is declared with const you might also need to cast function pointer(s). [constParameterCallback] chaos-0.2/martin.c:65:33: style: Parameter 'martin' can be declared as pointer to const. However it seems that 'calc' is a callback function, if 'martin' is declared with const you might also need to cast function pointer(s). [constParameterCallback] chaos-0.2/lotkavolterra.c:74:40: style: Parameter 'lotkavolterra' can be declared as pointer to const. However it seems that 'calc' is a callback function, if 'lotkavolterra' is declared with const you might also need to cast function pointer(s). [constParameterCallback] chaos-0.2/mlogistic.c:62:36: style: Parameter 'mlogistic' can be declared as pointer to const. However it seems that 'calc' is a callback function, if 'mlogistic' is declared with const you might also need to cast function pointer(s). [constParameterCallback] chaos-0.2/popcorn.c:65:34: style: Parameter 'popcorn' can be declared as pointer to const. However it seems that 'calc' is a callback function, if 'popcorn' is declared with const you might also need to cast function pointer(s). [constParameterCallback] chaos-0.2/pickover.c:75:35: style: Parameter 'pickover' can be declared as pointer to const. However it seems that 'calc' is a callback function, if 'pickover' is declared with const you might also need to cast function pointer(s). [constParameterCallback] chaos-0.2/quadruptwo.c:71:37: style: Parameter 'quadruptwo' can be declared as pointer to const. However it seems that 'calc' is a callback function, if 'quadruptwo' is declared with const you might also need to cast function pointer(s). [constParameterCallback] chaos-0.2/standardmap.c:65:38: style: Parameter 'standardmap' can be declared as pointer to const. However it seems that 'calc' is a callback function, if 'standardmap' is declared with const you might also need to cast function pointer(s). [constParameterCallback] chaos-0.2/rossler.c:75:34: style: Parameter 'rossler' can be declared as pointer to const. However it seems that 'calc' is a callback function, if 'rossler' is declared with const you might also need to cast function pointer(s). [constParameterCallback] chaos-0.2/tent.c:62:31: style: Parameter 'tent' can be declared as pointer to const. However it seems that 'calc' is a callback function, if 'tent' is declared with const you might also need to cast function pointer(s). [constParameterCallback] chaos-0.2/threeply.c:71:35: style: Parameter 'threeply' can be declared as pointer to const. However it seems that 'calc' is a callback function, if 'threeply' is declared with const you might also need to cast function pointer(s). [constParameterCallback] chaos-0.2/three_d.c:78:34: style: Parameter 'three_d' can be declared as pointer to const. However it seems that 'calc' is a callback function, if 'three_d' is declared with const you might also need to cast function pointer(s). [constParameterCallback] chaos-0.2/tinkerbell.c:74:37: style: Parameter 'tinkerbell' can be declared as pointer to const. However it seems that 'calc' is a callback function, if 'tinkerbell' is declared with const you might also need to cast function pointer(s). [constParameterCallback] chaos-0.2/strange1.c:98:35: style: Parameter 'strange1' can be declared as pointer to const. However it seems that 'calc' is a callback function, if 'strange1' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/pd-creb/pd-creb_0.10.0.orig.tar.gz pd-creb-0.10.0/modules++/biquadseries~.cc:36:40: style: Parameter 'x' can be declared as pointer to const. However it seems that 'biquadseries_bang' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-creb-0.10.0/modules++/filterortho~.cc:36:38: style: Parameter 'x' can be declared as pointer to const. However it seems that 'filterortho_bang' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-creb-0.10.0/modules/cheby~.c:40:33: style: Parameter 'x' can be declared as pointer to const. However it seems that 'cheby_bang' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-creb-0.10.0/modules/dt_ms.c:58:33: style: Parameter 'x' can be declared as pointer to const. However it seems that 'dt_ms_free' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-creb-0.10.0/modules/dist~.c:52:24: style: Parameter 'x' can be declared as pointer to const. However it seems that 'dist_bang' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-creb-0.10.0/modules/dwt-common.h:211:30: style: Parameter 'x' can be declared as pointer to const. However it seems that 'dwt_print' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-creb-0.10.0/modules/dwt-common.h:225:45: style: Parameter 's' can be declared as pointer to const. However it seems that 'dwt_filter' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-creb-0.10.0/modules/dwt-common.h:211:30: style: Parameter 'x' can be declared as pointer to const. However it seems that 'dwt_print' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-creb-0.10.0/modules/dwt-common.h:225:45: style: Parameter 's' can be declared as pointer to const. However it seems that 'dwt_filter' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-creb-0.10.0/modules/ibfft~.c:145:34: style: Parameter 's' can be declared as pointer to const. However it seems that 'ibfft_new' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-creb-0.10.0/modules/fdn~.c:118:30: style: Parameter 'x' can be declared as pointer to const. However it seems that 'fdn_print' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-creb-0.10.0/modules/qmult~.c:138:33: style: Parameter 'x' can be declared as pointer to const. However it seems that 'qmult_free' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-creb-0.10.0/modules/qnorm~.c:110:33: style: Parameter 'x' can be declared as pointer to const. However it seems that 'qnorm_free' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-creb-0.10.0/modules/dwt-common.h:211:30: style: Parameter 'x' can be declared as pointer to const. However it seems that 'dwt_print' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-creb-0.10.0/modules/dwt-common.h:225:45: style: Parameter 's' can be declared as pointer to const. However it seems that 'dwt_filter' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-creb-0.10.0/modules/sbosc~.c:146:45: style: Parameter 'x' can be declared as pointer to const. However it seems that 'sbosc_tilde_free' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-creb-0.10.0/modules/dwt-common.h:211:30: style: Parameter 'x' can be declared as pointer to const. However it seems that 'dwt_print' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-creb-0.10.0/modules/dwt-common.h:225:45: style: Parameter 's' can be declared as pointer to const. However it seems that 'dwt_filter' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-creb-0.10.0/modules/resofilt~.c:367:39: style: Parameter 'x' can be declared as pointer to const. However it seems that 'resofilt_free' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-creb-0.10.0/modules/statwav~.c:136:49: style: Parameter 'x' can be declared as pointer to const. However it seems that 'statwav_tilde_free' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-creb-0.10.0/modules/scrollgrid1D~.c:173:47: style: Parameter 'x' can be declared as pointer to const. However it seems that 'scrollgrid1D_free' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-creb-0.10.0/modules/xfm~.c:216:29: style: Parameter 'x' can be declared as pointer to const. However it seems that 'xfm_free' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-creb-0.10.0/modules/tabreadmix~.c:283:55: style: Parameter 'x' can be declared as pointer to const. However it seems that 'tabreadmix_tilde_free' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/pd-csound/pd-csound_1.01.0.orig.tar.gz csound_pd-1.01.0/src/csoundapi_tilde.c:618:58: style: Parameter 'orc' can be declared as pointer to const. However it seems that 'csoundapi_compile' is a callback function, if 'orc' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/pd-cxc/pd-cxc_0.5.2.orig.tar.gz cxc-0.5.2/ENV.c:39:37: style: Parameter 's' can be declared as pointer to const. However it seems that 'ENV_getenv' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] cxc-0.5.2/hex2dec.c:33:52: style: Parameter 's' can be declared as pointer to const. However it seems that 'hex2dec_symbol' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] cxc-0.5.2/utime.c:60:33: style: Parameter 'x' can be declared as pointer to const. However it seems that 'help_utime' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/pd-cyclone/pd-cyclone_0.9.3+ds.orig.tar.xz pd-cyclone-cyclone_0.9.3/cyclone_objects/binaries/audio/capture.c:104:70: style: Parameter 'av' can be declared as pointer to const. However it seems that 'capture_writehook' is a callback function, if 'av' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-cyclone-cyclone_0.9.3/cyclone_objects/binaries/audio/capture.c:295:36: style: Parameter 's' can be declared as pointer to const. However it seems that 'capture_new' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-cyclone-cyclone_0.9.3/cyclone_objects/binaries/audio/onepole.c:111:36: style: Parameter 's' can be declared as pointer to const. However it seems that 'onepole_new' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-cyclone-cyclone_0.9.3/cyclone_objects/binaries/audio/matrix.c:103:48: style: Parameter 's' can be declared as pointer to const. However it seems that 'matrix_list' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-cyclone-cyclone_0.9.3/cyclone_objects/binaries/audio/matrix.c:165:51: style: Parameter 's' can be declared as pointer to const. However it seems that 'matrix_connect' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-cyclone-cyclone_0.9.3/cyclone_objects/binaries/audio/matrix.c:461:35: style: Parameter 's' can be declared as pointer to const. However it seems that 'matrix_new' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-cyclone-cyclone_0.9.3/cyclone_objects/binaries/audio/record.c:62:48: style: Parameter 's' can be declared as pointer to const. However it seems that 'record_list' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-cyclone-cyclone_0.9.3/cyclone_objects/binaries/audio/record.c:262:35: style: Parameter 's' can be declared as pointer to const. However it seems that 'record_new' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-cyclone-cyclone_0.9.3/cyclone_objects/binaries/audio/snapshot.c:141:37: style: Parameter 's' can be declared as pointer to const. However it seems that 'snapshot_new' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-cyclone-cyclone_0.9.3/cyclone_objects/binaries/audio/tanh.c:24:30: style: Parameter 'x' can be declared as pointer to const. However it seems that 'tanh_dsp' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-cyclone-cyclone_0.9.3/cyclone_objects/binaries/audio/trunc.c:22:32: style: Parameter 'x' can be declared as pointer to const. However it seems that 'trunc_dsp' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-cyclone-cyclone_0.9.3/cyclone_objects/binaries/audio/vectral.c:41:10: style: Parameter 'in1' can be declared as pointer to const. However it seems that 'vectral_perform_bypass' is a callback function, if 'in1' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-cyclone-cyclone_0.9.3/cyclone_objects/binaries/audio/vectral.c:41:24: style: Parameter 'in2' can be declared as pointer to const. However it seems that 'vectral_perform_bypass' is a callback function, if 'in2' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-cyclone-cyclone_0.9.3/cyclone_objects/binaries/audio/vectral.c:41:38: style: Parameter 'in3' can be declared as pointer to const. However it seems that 'vectral_perform_bypass' is a callback function, if 'in3' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-cyclone-cyclone_0.9.3/cyclone_objects/binaries/audio/vectral.c:64:10: style: Parameter 'in1' can be declared as pointer to const. However it seems that 'vectral_perform_slide' is a callback function, if 'in1' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-cyclone-cyclone_0.9.3/cyclone_objects/binaries/audio/vectral.c:64:24: style: Parameter 'in2' can be declared as pointer to const. However it seems that 'vectral_perform_slide' is a callback function, if 'in2' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-cyclone-cyclone_0.9.3/cyclone_objects/binaries/audio/vectral.c:64:38: style: Parameter 'in3' can be declared as pointer to const. However it seems that 'vectral_perform_slide' is a callback function, if 'in3' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-cyclone-cyclone_0.9.3/cyclone_objects/binaries/audio/vectral.c:89:10: style: Parameter 'in1' can be declared as pointer to const. However it seems that 'vectral_perform_clip' is a callback function, if 'in1' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-cyclone-cyclone_0.9.3/cyclone_objects/binaries/audio/vectral.c:89:24: style: Parameter 'in2' can be declared as pointer to const. However it seems that 'vectral_perform_clip' is a callback function, if 'in2' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-cyclone-cyclone_0.9.3/cyclone_objects/binaries/audio/vectral.c:89:38: style: Parameter 'in3' can be declared as pointer to const. However it seems that 'vectral_perform_clip' is a callback function, if 'in3' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-cyclone-cyclone_0.9.3/cyclone_objects/binaries/audio/vectral.c:141:56: style: Parameter 's' can be declared as pointer to const. However it seems that 'vectral_rampsmooth' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-cyclone-cyclone_0.9.3/cyclone_objects/binaries/audio/vectral.c:157:51: style: Parameter 's' can be declared as pointer to const. However it seems that 'vectral_slide' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-cyclone-cyclone_0.9.3/cyclone_objects/binaries/audio/vectral.c:174:55: style: Parameter 's' can be declared as pointer to const. However it seems that 'vectral_deltaclip' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-cyclone-cyclone_0.9.3/cyclone_objects/binaries/control/active.c:27:56: style: Parameter 's' can be declared as pointer to const. However it seems that 'mouse_proxy_any' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-cyclone-cyclone_0.9.3/cyclone_objects/binaries/control/active.c:35:51: style: Parameter 's' can be declared as pointer to const. However it seems that 'active_dofocus' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-cyclone-cyclone_0.9.3/cyclone_objects/binaries/audio/play.c:200:45: style: Parameter 's' can be declared as pointer to const. However it seems that 'play_start' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-cyclone-cyclone_0.9.3/cyclone_objects/binaries/audio/play.c:577:34: style: Parameter 's' can be declared as pointer to const. However it seems that 'play_new' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-cyclone-cyclone_0.9.3/cyclone_objects/binaries/control/append.c:71:71: style: Parameter 'av' can be declared as pointer to const. However it seems that 'append_anything' is a callback function, if 'av' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-cyclone-cyclone_0.9.3/cyclone_objects/binaries/control/append.c:144:35: style: Parameter 'x' can be declared as pointer to const. However it seems that 'append_bang' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-cyclone-cyclone_0.9.3/cyclone_objects/binaries/audio/wave.c:127:24: style: Parameter 'xin' can be declared as pointer to const. However it seems that 'wave_nointerp' is a callback function, if 'xin' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-cyclone-cyclone_0.9.3/cyclone_objects/binaries/audio/wave.c:127:38: style: Parameter 'sin' can be declared as pointer to const. However it seems that 'wave_nointerp' is a callback function, if 'sin' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-cyclone-cyclone_0.9.3/cyclone_objects/binaries/audio/wave.c:127:52: style: Parameter 'ein' can be declared as pointer to const. However it seems that 'wave_nointerp' is a callback function, if 'ein' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-cyclone-cyclone_0.9.3/cyclone_objects/binaries/audio/wave.c:150:24: style: Parameter 'xin' can be declared as pointer to const. However it seems that 'wave_linear' is a callback function, if 'xin' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-cyclone-cyclone_0.9.3/cyclone_objects/binaries/audio/wave.c:150:38: style: Parameter 'sin' can be declared as pointer to const. However it seems that 'wave_linear' is a callback function, if 'sin' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-cyclone-cyclone_0.9.3/cyclone_objects/binaries/audio/wave.c:150:52: style: Parameter 'ein' can be declared as pointer to const. However it seems that 'wave_linear' is a callback function, if 'ein' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-cyclone-cyclone_0.9.3/cyclone_objects/binaries/audio/wave.c:178:24: style: Parameter 'xin' can be declared as pointer to const. However it seems that 'wave_linlq' is a callback function, if 'xin' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-cyclone-cyclone_0.9.3/cyclone_objects/binaries/audio/wave.c:178:38: style: Parameter 'sin' can be declared as pointer to const. However it seems that 'wave_linlq' is a callback function, if 'sin' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-cyclone-cyclone_0.9.3/cyclone_objects/binaries/audio/wave.c:178:52: style: Parameter 'ein' can be declared as pointer to const. However it seems that 'wave_linlq' is a callback function, if 'ein' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-cyclone-cyclone_0.9.3/cyclone_objects/binaries/audio/wave.c:206:24: style: Parameter 'xin' can be declared as pointer to const. However it seems that 'wave_cosine' is a callback function, if 'xin' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-cyclone-cyclone_0.9.3/cyclone_objects/binaries/audio/wave.c:206:38: style: Parameter 'sin' can be declared as pointer to const. However it seems that 'wave_cosine' is a callback function, if 'sin' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-cyclone-cyclone_0.9.3/cyclone_objects/binaries/audio/wave.c:206:52: style: Parameter 'ein' can be declared as pointer to const. However it seems that 'wave_cosine' is a callback function, if 'ein' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-cyclone-cyclone_0.9.3/cyclone_objects/binaries/audio/wave.c:236:24: style: Parameter 'xin' can be declared as pointer to const. However it seems that 'wave_cubic' is a callback function, if 'xin' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-cyclone-cyclone_0.9.3/cyclone_objects/binaries/audio/wave.c:236:38: style: Parameter 'sin' can be declared as pointer to const. However it seems that 'wave_cubic' is a callback function, if 'sin' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-cyclone-cyclone_0.9.3/cyclone_objects/binaries/audio/wave.c:236:52: style: Parameter 'ein' can be declared as pointer to const. However it seems that 'wave_cubic' is a callback function, if 'ein' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-cyclone-cyclone_0.9.3/cyclone_objects/binaries/audio/wave.c:271:24: style: Parameter 'xin' can be declared as pointer to const. However it seems that 'wave_spline' is a callback function, if 'xin' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-cyclone-cyclone_0.9.3/cyclone_objects/binaries/audio/wave.c:271:38: style: Parameter 'sin' can be declared as pointer to const. However it seems that 'wave_spline' is a callback function, if 'sin' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-cyclone-cyclone_0.9.3/cyclone_objects/binaries/audio/wave.c:271:52: style: Parameter 'ein' can be declared as pointer to const. However it seems that 'wave_spline' is a callback function, if 'ein' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-cyclone-cyclone_0.9.3/cyclone_objects/binaries/audio/wave.c:305:34: style: Parameter 'x' can be declared as pointer to const. However it seems that 'wave_hermite' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-cyclone-cyclone_0.9.3/cyclone_objects/binaries/audio/wave.c:306:24: style: Parameter 'xin' can be declared as pointer to const. However it seems that 'wave_hermite' is a callback function, if 'xin' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-cyclone-cyclone_0.9.3/cyclone_objects/binaries/audio/wave.c:306:38: style: Parameter 'sin' can be declared as pointer to const. However it seems that 'wave_hermite' is a callback function, if 'sin' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-cyclone-cyclone_0.9.3/cyclone_objects/binaries/audio/wave.c:306:52: style: Parameter 'ein' can be declared as pointer to const. However it seems that 'wave_hermite' is a callback function, if 'ein' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-cyclone-cyclone_0.9.3/cyclone_objects/binaries/audio/wave.c:352:24: style: Parameter 'xin' can be declared as pointer to const. However it seems that 'wave_lagrange' is a callback function, if 'xin' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-cyclone-cyclone_0.9.3/cyclone_objects/binaries/audio/wave.c:352:38: style: Parameter 'sin' can be declared as pointer to const. However it seems that 'wave_lagrange' is a callback function, if 'sin' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-cyclone-cyclone_0.9.3/cyclone_objects/binaries/audio/wave.c:352:52: style: Parameter 'ein' can be declared as pointer to const. However it seems that 'wave_lagrange' is a callback function, if 'ein' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-cyclone-cyclone_0.9.3/cyclone_objects/binaries/control/capture.c:276:70: style: Parameter 'av' can be declared as pointer to const. However it seems that 'capture_writehook' is a callback function, if 'av' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-cyclone-cyclone_0.9.3/cyclone_objects/binaries/control/capture.c:438:50: style: Parameter 's' can be declared as pointer to const. However it seems that 'capture_list' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-cyclone-cyclone_0.9.3/cyclone_objects/binaries/control/capture.c:492:36: style: Parameter 's' can be declared as pointer to const. However it seems that 'capture_new' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-cyclone-cyclone_0.9.3/cyclone_objects/binaries/control/cycle.c:49:33: style: Parameter 'x' can be declared as pointer to const. However it seems that 'cycle_bang' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-cyclone-cyclone_0.9.3/cyclone_objects/binaries/control/coll.c:789:72: style: Parameter 'av' can be declared as pointer to const. However it seems that 'collcommon_readhook' is a callback function, if 'av' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-cyclone-cyclone_0.9.3/cyclone_objects/binaries/control/coll.c:845:73: style: Parameter 'av' can be declared as pointer to const. However it seems that 'collcommon_writehook' is a callback function, if 'av' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-cyclone-cyclone_0.9.3/cyclone_objects/binaries/control/coll.c:887:54: style: Parameter 's' can be declared as pointer to const. However it seems that 'collcommon_editorhook' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-cyclone-cyclone_0.9.3/cyclone_objects/binaries/control/coll.c:1214:44: style: Parameter 's' can be declared as pointer to const. However it seems that 'coll_list' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-cyclone-cyclone_0.9.3/cyclone_objects/binaries/control/coll.c:1224:67: style: Parameter 'av' can be declared as pointer to const. However it seems that 'coll_anything' is a callback function, if 'av' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-cyclone-cyclone_0.9.3/cyclone_objects/binaries/control/coll.c:1383:47: style: Parameter 's' can be declared as pointer to const. However it seems that 'coll_deassoc' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-cyclone-cyclone_0.9.3/cyclone_objects/binaries/control/coll.c:1762:48: style: Parameter 's' can be declared as pointer to const. However it seems that 'coll_filetype' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-cyclone-cyclone_0.9.3/cyclone_objects/binaries/control/coll.c:1935:33: style: Parameter 's' can be declared as pointer to const. However it seems that 'coll_new' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-cyclone-cyclone_0.9.3/cyclone_objects/binaries/control/fromsymbol.c:68:61: style: Parameter 's' can be declared as pointer to const. However it seems that 'fromsymbol_separator' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-cyclone-cyclone_0.9.3/cyclone_objects/binaries/control/fromsymbol.c:88:58: style: Parameter 's' can be declared as pointer to const. However it seems that 'fromsymbol_symbol' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-cyclone-cyclone_0.9.3/cyclone_objects/binaries/control/fromsymbol.c:134:56: style: Parameter 's' can be declared as pointer to const. However it seems that 'fromsymbol_list' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-cyclone-cyclone_0.9.3/cyclone_objects/binaries/control/fromsymbol.c:142:79: style: Parameter 'av' can be declared as pointer to const. However it seems that 'fromsymbol_anything' is a callback function, if 'av' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-cyclone-cyclone_0.9.3/cyclone_objects/binaries/control/fromsymbol.c:147:40: style: Parameter 's' can be declared as pointer to const. However it seems that 'fromsymbol_new' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-cyclone-cyclone_0.9.3/cyclone_objects/binaries/control/funbuff.c:321:49: style: Parameter 's' can be declared as pointer to const. However it seems that 'funbuff_set' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-cyclone-cyclone_0.9.3/cyclone_objects/binaries/control/funbuff.c:377:69: style: Parameter 'av' can be declared as pointer to const. However it seems that 'funbuff_readhook' is a callback function, if 'av' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-cyclone-cyclone_0.9.3/cyclone_objects/binaries/control/funbuff.c:407:70: style: Parameter 'av' can be declared as pointer to const. However it seems that 'funbuff_writehook' is a callback function, if 'av' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-cyclone-cyclone_0.9.3/cyclone_objects/binaries/control/comment.c:318:38: style: Parameter 'z' can be declared as pointer to const. However it seems that 'comment_grabbedkey' is a callback function, if 'z' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-cyclone-cyclone_0.9.3/cyclone_objects/binaries/control/comment.c:350:50: style: Parameter 'glist' can be declared as pointer to const. However it seems that 'comment_displace' is a callback function, if 'glist' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-cyclone-cyclone_0.9.3/cyclone_objects/binaries/control/comment.c:365:50: style: Parameter 'glist' can be declared as pointer to const. However it seems that 'comment_activate' is a callback function, if 'glist' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-cyclone-cyclone_0.9.3/cyclone_objects/binaries/control/comment.c:422:60: style: Parameter 'bindsym' can be declared as pointer to const. However it seems that 'comment__bbox_callback' is a callback function, if 'bindsym' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-cyclone-cyclone_0.9.3/cyclone_objects/binaries/control/comment.c:443:61: style: Parameter 's' can be declared as pointer to const. However it seems that 'comment__click_callback' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-cyclone-cyclone_0.9.3/cyclone_objects/binaries/control/comment.c:536:40: style: Parameter 'x' can be declared as pointer to const. However it seems that 'commentsink_anything' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-cyclone-cyclone_0.9.3/cyclone_objects/binaries/control/comment.c:536:53: style: Parameter 's' can be declared as pointer to const. However it seems that 'commentsink_anything' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-cyclone-cyclone_0.9.3/cyclone_objects/binaries/control/comment.c:762:55: style: Parameter 's' can be declared as pointer to const. However it seems that 'edit_proxy_any' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-cyclone-cyclone_0.9.3/cyclone_objects/binaries/control/comment.c:821:49: style: Parameter 's' can be declared as pointer to const. However it seems that 'comment_set' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-cyclone-cyclone_0.9.3/cyclone_objects/binaries/control/comment.c:833:52: style: Parameter 's' can be declared as pointer to const. However it seems that 'comment_append' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-cyclone-cyclone_0.9.3/cyclone_objects/binaries/control/comment.c:833:72: style: Parameter 'av' can be declared as pointer to const. However it seems that 'comment_append' is a callback function, if 'av' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-cyclone-cyclone_0.9.3/cyclone_objects/binaries/control/comment.c:857:53: style: Parameter 's' can be declared as pointer to const. However it seems that 'comment_prepend' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-cyclone-cyclone_0.9.3/cyclone_objects/binaries/control/comment.c:857:73: style: Parameter 'av' can be declared as pointer to const. However it seems that 'comment_prepend' is a callback function, if 'av' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-cyclone-cyclone_0.9.3/cyclone_objects/binaries/control/comment.c:961:51: style: Parameter 's' can be declared as pointer to const. However it seems that 'comment_width' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-cyclone-cyclone_0.9.3/cyclone_objects/binaries/control/comment.c:1062:48: style: Parameter 's' can be declared as pointer to const. However it seems that 'comment_ok' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-cyclone-cyclone_0.9.3/cyclone_objects/binaries/control/comment.c:1226:36: style: Parameter 's' can be declared as pointer to const. However it seems that 'comment_new' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-cyclone-cyclone_0.9.3/cyclone_objects/binaries/control/listfunnel.c:45:81: style: Parameter 'argv' can be declared as pointer to const. However it seems that 'listfunnel_anything' is a callback function, if 'argv' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-cyclone-cyclone_0.9.3/cyclone_objects/binaries/control/match.c:148:64: style: Parameter 'av' can be declared as pointer to const. However it seems that 'match_set' is a callback function, if 'av' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-cyclone-cyclone_0.9.3/cyclone_objects/binaries/control/mousefilter.c:231:61: style: Parameter 'p' can be declared as pointer to const. However it seems that 'mousefilter_proxy_anything' is a callback function, if 'p' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-cyclone-cyclone_0.9.3/cyclone_objects/binaries/control/mousefilter.c:231:74: style: Parameter 's' can be declared as pointer to const. However it seems that 'mousefilter_proxy_anything' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-cyclone-cyclone_0.9.3/cyclone_objects/binaries/control/mousefilter.c:231:95: style: Parameter 'argv' can be declared as pointer to const. However it seems that 'mousefilter_proxy_anything' is a callback function, if 'argv' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-cyclone-cyclone_0.9.3/cyclone_objects/binaries/control/mousestate.c:48:47: style: Parameter 'x' can be declared as pointer to const. However it seems that 'mousestate_anything' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-cyclone-cyclone_0.9.3/cyclone_objects/binaries/control/mousestate.c:49:15: style: Parameter 's' can be declared as pointer to const. However it seems that 'mousestate_anything' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-cyclone-cyclone_0.9.3/cyclone_objects/binaries/control/mousestate.c:49:34: style: Parameter 'av' can be declared as pointer to const. However it seems that 'mousestate_anything' is a callback function, if 'av' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-cyclone-cyclone_0.9.3/cyclone_objects/binaries/control/onebang.c:42:49: style: Parameter 'p' can be declared as pointer to const. However it seems that 'onebang_proxy_free' is a callback function, if 'p' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-cyclone-cyclone_0.9.3/cyclone_objects/binaries/control/pong.c:275:47: style: Parameter 's' can be declared as pointer to const. However it seems that 'pong_setmode' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-cyclone-cyclone_0.9.3/cyclone_objects/binaries/control/prob.c:128:44: style: Parameter 's' can be declared as pointer to const. However it seems that 'prob_list' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-cyclone-cyclone_0.9.3/cyclone_objects/binaries/control/prob.c:128:63: style: Parameter 'av' can be declared as pointer to const. However it seems that 'prob_list' is a callback function, if 'av' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-cyclone-cyclone_0.9.3/cyclone_objects/binaries/control/pv.c:53:35: style: Parameter 'pl' can be declared as pointer to const. However it seems that 'pvlist_bang' is a callback function, if 'pl' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-cyclone-cyclone_0.9.3/cyclone_objects/binaries/control/pv.c:54:36: style: Parameter 'pl' can be declared as pointer to const. However it seems that 'pvlist_float' is a callback function, if 'pl' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-cyclone-cyclone_0.9.3/cyclone_objects/binaries/control/pv.c:55:37: style: Parameter 'pl' can be declared as pointer to const. However it seems that 'pvlist_symbol' is a callback function, if 'pl' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-cyclone-cyclone_0.9.3/cyclone_objects/binaries/control/pv.c:55:51: style: Parameter 's' can be declared as pointer to const. However it seems that 'pvlist_symbol' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-cyclone-cyclone_0.9.3/cyclone_objects/binaries/control/pv.c:56:38: style: Parameter 'pl' can be declared as pointer to const. However it seems that 'pvlist_pointer' is a callback function, if 'pl' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-cyclone-cyclone_0.9.3/cyclone_objects/binaries/control/pv.c:56:54: style: Parameter 'gp' can be declared as pointer to const. However it seems that 'pvlist_pointer' is a callback function, if 'gp' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-cyclone-cyclone_0.9.3/cyclone_objects/binaries/control/pv.c:57:39: style: Parameter 'pl' can be declared as pointer to const. However it seems that 'pvlist_anything' is a callback function, if 'pl' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-cyclone-cyclone_0.9.3/cyclone_objects/binaries/control/pv.c:57:53: style: Parameter 's' can be declared as pointer to const. However it seems that 'pvlist_anything' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-cyclone-cyclone_0.9.3/cyclone_objects/binaries/control/pv.c:57:75: style: Parameter 'argv' can be declared as pointer to const. However it seems that 'pvlist_anything' is a callback function, if 'argv' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-cyclone-cyclone_0.9.3/cyclone_objects/binaries/control/pv.c:58:35: style: Parameter 'pl' can be declared as pointer to const. However it seems that 'pvlist_list' is a callback function, if 'pl' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-cyclone-cyclone_0.9.3/cyclone_objects/binaries/control/pv.c:58:49: style: Parameter 's' can be declared as pointer to const. However it seems that 'pvlist_list' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-cyclone-cyclone_0.9.3/cyclone_objects/binaries/control/pv.c:58:71: style: Parameter 'argv' can be declared as pointer to const. However it seems that 'pvlist_list' is a callback function, if 'argv' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-cyclone-cyclone_0.9.3/cyclone_objects/binaries/control/mtr.c:330:71: style: Parameter 'av' can be declared as pointer to const. However it seems that 'mtrack_readhook' is a callback function, if 'av' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-cyclone-cyclone_0.9.3/cyclone_objects/binaries/control/mtr.c:337:72: style: Parameter 'av' can be declared as pointer to const. However it seems that 'mtrack_writehook' is a callback function, if 'av' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-cyclone-cyclone_0.9.3/cyclone_objects/binaries/control/mtr.c:683:68: style: Parameter 'av' can be declared as pointer to const. However it seems that 'mtr_readhook' is a callback function, if 'av' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-cyclone-cyclone_0.9.3/cyclone_objects/binaries/control/mtr.c:689:69: style: Parameter 'av' can be declared as pointer to const. However it seems that 'mtr_writehook' is a callback function, if 'av' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-cyclone-cyclone_0.9.3/cyclone_objects/binaries/control/mtr.c:756:32: style: Parameter 's' can be declared as pointer to const. However it seems that 'mtr_new' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-cyclone-cyclone_0.9.3/cyclone_objects/binaries/control/scale.c:178:33: style: Parameter 'x' can be declared as pointer to const. However it seems that 'scaling' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-cyclone-cyclone_0.9.3/cyclone_objects/binaries/control/scale.c:193:38: style: Parameter 'x' can be declared as pointer to const. However it seems that 'clas_scaling' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-cyclone-cyclone_0.9.3/cyclone_objects/binaries/control/spell.c:36:33: style: Parameter 'x' can be declared as pointer to const. However it seems that 'spell_bang' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-cyclone-cyclone_0.9.3/cyclone_objects/binaries/control/seq.c:476:44: style: Parameter 's' can be declared as pointer to const. However it seems that 'seq_symbol' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-cyclone-cyclone_0.9.3/cyclone_objects/binaries/control/seq.c:481:42: style: Parameter 's' can be declared as pointer to const. However it seems that 'seq_list' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-cyclone-cyclone_0.9.3/cyclone_objects/binaries/control/seq.c:936:65: style: Parameter 'av' can be declared as pointer to const. However it seems that 'seq_readhook' is a callback function, if 'av' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-cyclone-cyclone_0.9.3/cyclone_objects/binaries/control/seq.c:942:66: style: Parameter 'av' can be declared as pointer to const. However it seems that 'seq_writehook' is a callback function, if 'av' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-cyclone-cyclone_0.9.3/cyclone_objects/binaries/control/seq.c:988:47: style: Parameter 's' can be declared as pointer to const. However it seems that 'seq_editorhook' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-cyclone-cyclone_0.9.3/cyclone_objects/binaries/control/thresh.c:63:67: style: Parameter 'av' can be declared as pointer to const. However it seems that 'thresh_list' is a callback function, if 'av' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-cyclone-cyclone_0.9.3/cyclone_objects/binaries/control/tosymbol.c:64:42: style: Parameter 'x' can be declared as pointer to const. However it seems that 'tosymbol_pointer' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-cyclone-cyclone_0.9.3/cyclone_objects/binaries/control/tosymbol.c:64:57: style: Parameter 'gp' can be declared as pointer to const. However it seems that 'tosymbol_pointer' is a callback function, if 'gp' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-cyclone-cyclone_0.9.3/cyclone_objects/binaries/control/table.c:269:73: style: Parameter 'av' can be declared as pointer to const. However it seems that 'tablecommon_readhook' is a callback function, if 'av' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-cyclone-cyclone_0.9.3/cyclone_objects/binaries/control/table.c:292:74: style: Parameter 'av' can be declared as pointer to const. However it seems that 'tablecommon_writehook' is a callback function, if 'av' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-cyclone-cyclone_0.9.3/cyclone_objects/binaries/control/table.c:326:55: style: Parameter 's' can be declared as pointer to const. However it seems that 'tablecommon_editorhook' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-cyclone-cyclone_0.9.3/cyclone_objects/binaries/control/table.c:518:45: style: Parameter 's' can be declared as pointer to const. However it seems that 'table_set' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-cyclone-cyclone_0.9.3/cyclone_objects/binaries/control/table.c:533:47: style: Parameter 's' can be declared as pointer to const. However it seems that 'table_flags' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-cyclone-cyclone_0.9.3/cyclone_objects/binaries/control/table.c:617:46: style: Parameter 's' can be declared as pointer to const. However it seems that 'table_send' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-cyclone-cyclone_0.9.3/cyclone_objects/binaries/control/table.c:692:46: style: Parameter 's' can be declared as pointer to const. However it seems that 'table_dump' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-cyclone-cyclone_0.9.3/cyclone_objects/binaries/control/table.c:692:65: style: Parameter 'av' can be declared as pointer to const. However it seems that 'table_dump' is a callback function, if 'av' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-cyclone-cyclone_0.9.3/cyclone_objects/binaries/control/table.c:746:34: style: Parameter 's' can be declared as pointer to const. However it seems that 'table_new' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-cyclone-cyclone_0.9.3/cyclone_objects/binaries/control/urn.c:91:32: style: Parameter 's' can be declared as pointer to const. However it seems that 'urn_new' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-cyclone-cyclone_0.9.3/shared/control/gui.c:40:45: style: Parameter 'snk' can be declared as pointer to const. However it seems that 'hammergui_anything' is a callback function, if 'snk' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-cyclone-cyclone_0.9.3/shared/control/gui.c:41:21: style: Parameter 's' can be declared as pointer to const. However it seems that 'hammergui_anything' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-cyclone-cyclone_0.9.3/shared/control/gui.c:41:40: style: Parameter 'av' can be declared as pointer to const. However it seems that 'hammergui_anything' is a callback function, if 'av' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-cyclone-cyclone_0.9.3/shared/common/file.c:507:49: style: Parameter 's' can be declared as pointer to const. However it seems that 'editor_addline' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-cyclone-cyclone_0.9.3/cyclone_objects/binaries/control/zl.c:292:31: style: Parameter 'x' can be declared as pointer to const. However it seems that 'zl_nop_count' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-cyclone-cyclone_0.9.3/cyclone_objects/binaries/control/zl.c:297:49: style: Parameter 'buf' can be declared as pointer to const. However it seems that 'zl_nop' is a callback function, if 'buf' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-cyclone-cyclone_0.9.3/cyclone_objects/binaries/control/zl.c:305:34: style: Parameter 'x' can be declared as pointer to const. However it seems that 'zl_ecils_intarg' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-cyclone-cyclone_0.9.3/cyclone_objects/binaries/control/zl.c:332:34: style: Parameter 'x' can be declared as pointer to const. However it seems that 'zl_group_intarg' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-cyclone-cyclone_0.9.3/cyclone_objects/binaries/control/zl.c:385:33: style: Parameter 'x' can be declared as pointer to const. However it seems that 'zl_iter_intarg' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-cyclone-cyclone_0.9.3/cyclone_objects/binaries/control/zl.c:446:31: style: Parameter 'x' can be declared as pointer to const. However it seems that 'zl_len_count' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-cyclone-cyclone_0.9.3/cyclone_objects/binaries/control/zl.c:451:49: style: Parameter 'buf' can be declared as pointer to const. However it seems that 'zl_len' is a callback function, if 'buf' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-cyclone-cyclone_0.9.3/cyclone_objects/binaries/control/zl.c:459:32: style: Parameter 'x' can be declared as pointer to const. However it seems that 'zl_nth_intarg' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-cyclone-cyclone_0.9.3/cyclone_objects/binaries/control/zl.c:464:46: style: Parameter 's' can be declared as pointer to const. However it seems that 'zl_nth_anyarg' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-cyclone-cyclone_0.9.3/cyclone_objects/binaries/control/zl.c:519:32: style: Parameter 'x' can be declared as pointer to const. However it seems that 'zl_mth_intarg' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-cyclone-cyclone_0.9.3/cyclone_objects/binaries/control/zl.c:524:46: style: Parameter 's' can be declared as pointer to const. However it seems that 'zl_mth_anyarg' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-cyclone-cyclone_0.9.3/cyclone_objects/binaries/control/zl.c:618:32: style: Parameter 'x' can be declared as pointer to const. However it seems that 'zl_rot_intarg' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-cyclone-cyclone_0.9.3/cyclone_objects/binaries/control/zl.c:709:34: style: Parameter 'x' can be declared as pointer to const. However it seems that 'zl_slice_intarg' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-cyclone-cyclone_0.9.3/cyclone_objects/binaries/control/zl.c:736:33: style: Parameter 'x' can be declared as pointer to const. However it seems that 'zl_sort_intarg' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-cyclone-cyclone_0.9.3/cyclone_objects/binaries/control/zl.c:833:31: style: Parameter 'x' can be declared as pointer to const. However it seems that 'zl_sub_count' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-cyclone-cyclone_0.9.3/cyclone_objects/binaries/control/zl.c:838:49: style: Parameter 'buf' can be declared as pointer to const. However it seems that 'zl_sub' is a callback function, if 'buf' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-cyclone-cyclone_0.9.3/cyclone_objects/binaries/control/zl.c:928:52: style: Parameter 'buf' can be declared as pointer to const. However it seems that 'zl_change' is a callback function, if 'buf' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-cyclone-cyclone_0.9.3/cyclone_objects/binaries/control/zl.c:1180:51: style: Parameter 'buf' can be declared as pointer to const. However it seems that 'zl_stack' is a callback function, if 'buf' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-cyclone-cyclone_0.9.3/cyclone_objects/binaries/control/zl.c:1256:49: style: Parameter 'buf' can be declared as pointer to const. However it seems that 'zl_sum' is a callback function, if 'buf' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-cyclone-cyclone_0.9.3/cyclone_objects/binaries/control/zl.c:1443:40: style: Parameter 's' can be declared as pointer to const. However it seems that 'zl_list' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-cyclone-cyclone_0.9.3/cyclone_objects/binaries/control/zl.c:1491:37: style: Parameter 'd' can be declared as pointer to const. However it seems that 'zlproxy_bang' is a callback function, if 'd' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-cyclone-cyclone_0.9.3/cyclone_objects/binaries/control/zl.c:1520:50: style: Parameter 's' can be declared as pointer to const. However it seems that 'zlproxy_list' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-cyclone-cyclone_0.9.3/cyclone_objects/binaries/control/zl.c:1548:40: style: Parameter 's' can be declared as pointer to const. However it seems that 'zl_mode' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-cyclone-cyclone_0.9.3/cyclone_objects/binaries/audio/scope.c:385:44: style: Parameter 'glist' can be declared as pointer to const. However it seems that 'scope_click' is a callback function, if 'glist' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-cyclone-cyclone_0.9.3/cyclone_objects/binaries/audio/scope.c:521:45: style: Parameter 's' can be declared as pointer to const. However it seems that 'scope_dim' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-cyclone-cyclone_0.9.3/cyclone_objects/binaries/audio/scope.c:562:55: style: Parameter 's' can be declared as pointer to const. However it seems that 'edit_proxy_any' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-cyclone-cyclone_0.9.3/cyclone_objects/binaries/audio/scope.c:875:50: style: Parameter 'owner' can be declared as pointer to const. However it seems that 'scope_properties' is a callback function, if 'owner' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-cyclone-cyclone_0.9.3/cyclone_objects/binaries/audio/scope.c:916:44: style: Parameter 's' can be declared as pointer to const. However it seems that 'scope_ok' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-cyclone-cyclone_0.9.3/cyclone_objects/binaries/audio/scope.c:1006:34: style: Parameter 's' can be declared as pointer to const. However it seems that 'scope_new' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/pd-ext13/pd-ext13_0.17.1.orig.tar.gz pd-ext13_0.17.1/filesize.c:38:54: style: Parameter 's' can be declared as pointer to const. However it seems that 'filesize_symbol' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-ext13_0.17.1/messages.c:18:32: style: Parameter 'x' can be declared as pointer to const. However it seems that 'messages_bang' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-ext13_0.17.1/streamin13~.c:157:43: style: Parameter 'x' can be declared as pointer to const. However it seems that 'streamin13_free' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-ext13_0.17.1/wavinfo.c:74:37: style: Parameter 'x' can be declared as pointer to const. However it seems that 'wavinfo_bang' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/pd-fftease/pd-fftease_3.0.1.orig.tar.gz pd-fftease-3.0.1/centerring~.c:67:53: style: Parameter 's' can be declared as pointer to const. However it seems that 'centerring_messages' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/pd-ggee/pd-ggee_0.28.orig.tar.gz ggee-0.28/control/rl.c:52:37: style: Parameter 's' can be declared as pointer to const. However it seems that 'lreceive_new' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ggee-0.28/control/rtout.c:29:34: style: Parameter 'x' can be declared as pointer to const. However it seems that 'rtout_float' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ggee-0.28/control/sinh.c:25:24: style: Parameter 'x' can be declared as pointer to const. However it seems that 'sinh_bang' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ggee-0.28/control/stripdir.c:22:46: style: Parameter 's' can be declared as pointer to const. However it seems that 'stripdir_symbol' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ggee-0.28/control/sl.c:52:34: style: Parameter 's' can be declared as pointer to const. However it seems that 'lsend_new' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ggee-0.28/control/shell.c:92:26: style: Parameter 'x' can be declared as pointer to const. However it seems that 'shell_bang' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ggee-0.28/experimental/stk.cpp:85:29: style: Parameter 'x' can be declared as pointer to const. However it seems that 'stk_bang' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ggee-0.28/gui/button.c:222:37: style: Parameter 'z' can be declared as pointer to const. However it seems that 'button_activate' is a callback function, if 'z' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ggee-0.28/gui/button.c:222:49: style: Parameter 'glist' can be declared as pointer to const. However it seems that 'button_activate' is a callback function, if 'glist' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ggee-0.28/control/serial_bird.c:142:58: style: Parameter 's' can be declared as pointer to const. However it seems that 'serial_bird_mode' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ggee-0.28/gui/gcanvas.c:233:38: style: Parameter 'z' can be declared as pointer to const. However it seems that 'gcanvas_activate' is a callback function, if 'z' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ggee-0.28/gui/gcanvas.c:233:50: style: Parameter 'glist' can be declared as pointer to const. However it seems that 'gcanvas_activate' is a callback function, if 'glist' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ggee-0.28/gui/gcanvas.c:328:49: style: Parameter 'c' can be declared as pointer to const. However it seems that 'gcanvas_rect' is a callback function, if 'c' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ggee-0.28/gui/gcanvas.c:342:49: style: Parameter 'c' can be declared as pointer to const. However it seems that 'gcanvas_line' is a callback function, if 'c' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ggee-0.28/gui/image.c:132:36: style: Parameter 'z' can be declared as pointer to const. However it seems that 'image_activate' is a callback function, if 'z' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ggee-0.28/gui/image.c:132:48: style: Parameter 'glist' can be declared as pointer to const. However it seems that 'image_activate' is a callback function, if 'glist' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ggee-0.28/gui/fatom.h:301:36: style: Parameter 'z' can be declared as pointer to const. However it seems that 'fatom_activate' is a callback function, if 'z' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ggee-0.28/gui/fatom.h:301:48: style: Parameter 'glist' can be declared as pointer to const. However it seems that 'fatom_activate' is a callback function, if 'glist' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ggee-0.28/gui/w_envgen.h:342:37: style: Parameter 'z' can be declared as pointer to const. However it seems that 'envgen_activate' is a callback function, if 'z' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ggee-0.28/gui/w_envgen.h:342:49: style: Parameter 'glist' can be declared as pointer to const. However it seems that 'envgen_activate' is a callback function, if 'glist' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ggee-0.28/gui/fatom.h:301:36: style: Parameter 'z' can be declared as pointer to const. However it seems that 'fatom_activate' is a callback function, if 'z' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ggee-0.28/gui/fatom.h:301:48: style: Parameter 'glist' can be declared as pointer to const. However it seems that 'fatom_activate' is a callback function, if 'glist' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ggee-0.28/gui/fatom.h:374:38: style: Parameter 'z' can be declared as pointer to const. However it seems that 'fatom_properties' is a callback function, if 'z' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ggee-0.28/gui/fatom.h:374:50: style: Parameter 'owner' can be declared as pointer to const. However it seems that 'fatom_properties' is a callback function, if 'owner' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ggee-0.28/gui/fatom.h:301:36: style: Parameter 'z' can be declared as pointer to const. However it seems that 'fatom_activate' is a callback function, if 'z' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ggee-0.28/gui/fatom.h:301:48: style: Parameter 'glist' can be declared as pointer to const. However it seems that 'fatom_activate' is a callback function, if 'glist' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ggee-0.28/other/messages.c:21:32: style: Parameter 'x' can be declared as pointer to const. However it seems that 'messages_bang' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ggee-0.28/gui/toddle.c:212:37: style: Parameter 'z' can be declared as pointer to const. However it seems that 'toddle_activate' is a callback function, if 'z' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ggee-0.28/gui/toddle.c:212:49: style: Parameter 'glist' can be declared as pointer to const. However it seems that 'toddle_activate' is a callback function, if 'glist' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ggee-0.28/gui/fatom.h:301:36: style: Parameter 'z' can be declared as pointer to const. However it seems that 'fatom_activate' is a callback function, if 'z' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ggee-0.28/gui/fatom.h:301:48: style: Parameter 'glist' can be declared as pointer to const. However it seems that 'fatom_activate' is a callback function, if 'glist' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ggee-0.28/signal/streamin~.c:279:39: style: Parameter 'x' can be declared as pointer to const. However it seems that 'streamin_free' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ggee-0.28/signal/streamout~.c:314:38: style: Parameter 'prot' can be declared as pointer to const. However it seems that 'streamout_new' is a callback function, if 'prot' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/pd-hcs/pd-hcs_0.2.1.orig.tar.gz hcs-0.2.1/classpath.c:93:40: style: Parameter 'x' can be declared as pointer to const. However it seems that 'classpath_add' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] hcs-0.2.1/classpath.c:93:53: style: Parameter 's' can be declared as pointer to const. However it seems that 'classpath_add' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] hcs-0.2.1/colorpanel.c:22:58: style: Parameter 's' can be declared as pointer to const. However it seems that 'colorpanel_symbol' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] hcs-0.2.1/colorpanel.c:58:60: style: Parameter 'color' can be declared as pointer to const. However it seems that 'colorpanel_callback' is a callback function, if 'color' is declared with const you might also need to cast function pointer(s). [constParameterCallback] hcs-0.2.1/helppath.c:88:38: style: Parameter 'x' can be declared as pointer to const. However it seems that 'helppath_add' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] hcs-0.2.1/helppath.c:88:51: style: Parameter 's' can be declared as pointer to const. However it seems that 'helppath_add' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] hcs-0.2.1/group.c:185:45: style: Parameter 's' can be declared as pointer to const. However it seems that 'group_set' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] hcs-0.2.1/passwd.c:134:47: style: Parameter 's' can be declared as pointer to const. However it seems that 'passwd_set' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] hcs-0.2.1/setenv.c:72:50: style: Parameter 's' can be declared as pointer to const. However it seems that 'setenv_symbol' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] hcs-0.2.1/split_path.c:28:51: style: Parameter 's' can be declared as pointer to const. However it seems that 'split_path_symbol' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] hcs-0.2.1/sys_gui.c:44:54: style: Parameter 's' can be declared as pointer to const. However it seems that 'sys_gui_anything' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] hcs-0.2.1/unsetenv.c:54:39: style: Parameter 'x' can be declared as pointer to const. However it seems that 'unsetenv_bang' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] hcs-0.2.1/usbhid/usbhid.c:420:48: style: Parameter 'vendor_id_hex' can be declared as pointer to const. However it seems that 'usbhid_open' is a callback function, if 'vendor_id_hex' is declared with const you might also need to cast function pointer(s). [constParameterCallback] hcs-0.2.1/usbhid/usbhid.c:420:73: style: Parameter 'product_id_hex' can be declared as pointer to const. However it seems that 'usbhid_open' is a callback function, if 'product_id_hex' is declared with const you might also need to cast function pointer(s). [constParameterCallback] hcs-0.2.1/usbhid/usbhid.c:558:35: style: Parameter 'x' can be declared as pointer to const. However it seems that 'usbhid_read' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] hcs-0.2.1/usbhid/usbhid.c:711:54: style: Parameter 's' can be declared as pointer to const. However it seems that 'usbhid_descriptor' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/pd-hid/pd-hid_0.7.orig.tar.gz pd-hid_0.7/hid.c:415:30: style: Parameter 'x' can be declared as pointer to const. However it seems that 'hid_debug' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/pd-iemguts/pd-iemguts_0.4.3.orig.tar.bz2 iemguts-v0.4.3/src/autoabstraction.c:109:49: style: Parameter 's' can be declared as pointer to const. However it seems that 'do_create_autoabstraction' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] iemguts-v0.4.3/src/canvasindex.c:54:59: style: Parameter 's' can be declared as pointer to const. However it seems that 'canvasindex_symbol' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/pd-iemlib/pd-iemlib_1.22.3.orig.tar.bz2 iemlib-v1.22-3/src/add2_comma.c:57:75: style: Parameter 'av' can be declared as pointer to const. However it seems that 'add2_comma_list' is a callback function, if 'av' is declared with const you might also need to cast function pointer(s). [constParameterCallback] iemlib-v1.22-3/src/add2_comma.c:72:79: style: Parameter 'av' can be declared as pointer to const. However it seems that 'add2_comma_anything' is a callback function, if 'av' is declared with const you might also need to cast function pointer(s). [constParameterCallback] iemlib-v1.22-3/src/bpe.c:72:61: style: Parameter 'av' can be declared as pointer to const. However it seems that 'bpe_list' is a callback function, if 'av' is declared with const you might also need to cast function pointer(s). [constParameterCallback] iemlib-v1.22-3/src/f2note.c:171:35: style: Parameter 'x' can be declared as pointer to const. However it seems that 'f2note_free' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] iemlib-v1.22-3/src/fade~.c:31:55: style: Parameter 's' can be declared as pointer to const. However it seems that 'fade_tilde_set' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] iemlib-v1.22-3/src/filter~.c:113:59: style: Parameter 'x' can be declared as pointer to const. However it seems that 'filter_tilde_sp_dummy' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] iemlib-v1.22-3/src/filter~.c:118:59: style: Parameter 'x' can be declared as pointer to const. However it seems that 'filter_tilde_dp_dummy' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] iemlib-v1.22-3/src/iem_pbank_csv.c:63:63: style: Parameter 'filename' can be declared as pointer to const. However it seems that 'iem_pbank_csv_write' is a callback function, if 'filename' is declared with const you might also need to cast function pointer(s). [constParameterCallback] iemlib-v1.22-3/src/iem_pbank_csv.c:63:83: style: Parameter 'format' can be declared as pointer to const. However it seems that 'iem_pbank_csv_write' is a callback function, if 'format' is declared with const you might also need to cast function pointer(s). [constParameterCallback] iemlib-v1.22-3/src/iem_pbank_csv.c:114:62: style: Parameter 'filename' can be declared as pointer to const. However it seems that 'iem_pbank_csv_read' is a callback function, if 'filename' is declared with const you might also need to cast function pointer(s). [constParameterCallback] iemlib-v1.22-3/src/iem_pbank_csv.c:114:82: style: Parameter 'format' can be declared as pointer to const. However it seems that 'iem_pbank_csv_read' is a callback function, if 'format' is declared with const you might also need to cast function pointer(s). [constParameterCallback] iemlib-v1.22-3/src/iem_symtoalist.c:26:66: style: Parameter 's' can be declared as pointer to const. However it seems that 'iem_symtoalist_symbol' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] iemlib-v1.22-3/src/init.c:82:63: style: Parameter 'av' can be declared as pointer to const. However it seems that 'init_list' is a callback function, if 'av' is declared with const you might also need to cast function pointer(s). [constParameterCallback] iemlib-v1.22-3/src/init.c:102:67: style: Parameter 'av' can be declared as pointer to const. However it seems that 'init_anything' is a callback function, if 'av' is declared with const you might also need to cast function pointer(s). [constParameterCallback] iemlib-v1.22-3/src/mergefilename.c:134:66: style: Parameter 's' can be declared as pointer to const. However it seems that 'mergefilename_anything' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] iemlib-v1.22-3/src/pre_inlet.c:63:41: style: Parameter 'x' can be declared as pointer to const. However it seems that 'pre_inlet_free' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] iemlib-v1.22-3/src/soundfile_info.c:243:64: style: Parameter 'filename' can be declared as pointer to const. However it seems that 'soundfile_info_read' is a callback function, if 'filename' is declared with const you might also need to cast function pointer(s). [constParameterCallback] iemlib-v1.22-3/src/t3_bpe.c:81:67: style: Parameter 'av' can be declared as pointer to const. However it seems that 't3_bpe_list' is a callback function, if 'av' is declared with const you might also need to cast function pointer(s). [constParameterCallback] iemlib-v1.22-3/src/toggle_mess.c:80:59: style: Parameter 'av' can be declared as pointer to const. However it seems that 'toggle_mess_new' is a callback function, if 'av' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/pd-iemmatrix/pd-iemmatrix_0.4.2.orig.tar.bz2 iemmatrix-v0.4.2/src/matrix.c:156:69: style: Parameter 'argv' can be declared as pointer to const. However it seems that 'matrix_list' is a callback function, if 'argv' is declared with const you might also need to cast function pointer(s). [constParameterCallback] iemmatrix-v0.4.2/src/mtx_eig.c:112:35: style: Parameter 'x' can be declared as pointer to const. However it seems that 'deleteMTXEig' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] iemmatrix-v0.4.2/src/mtx_index.c:48:58: style: Parameter 'argv' can be declared as pointer to const. However it seems that 'newMTXIndex' is a callback function, if 'argv' is declared with const you might also need to cast function pointer(s). [constParameterCallback] iemmatrix-v0.4.2/src/mtx_minmax.c:50:68: style: Parameter 'm_sym' can be declared as pointer to const. However it seems that 'mTXSetMinMaxMode' is a callback function, if 'm_sym' is declared with const you might also need to cast function pointer(s). [constParameterCallback] iemmatrix-v0.4.2/src/mtx_qr.c:86:33: style: Parameter 'x' can be declared as pointer to const. However it seems that 'deleteMTXQr' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] iemmatrix-v0.4.2/src/mtx_sndfileread.c:144:54: style: Parameter 'x' can be declared as pointer to const. However it seems that 'mtx_sndfileread_open' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] iemmatrix-v0.4.2/src/mtx_sndfileread.c:144:67: style: Parameter 's' can be declared as pointer to const. However it seems that 'mtx_sndfileread_open' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] iemmatrix-v0.4.2/src/mtx_sndfileread.c:145:44: style: Parameter 'type' can be declared as pointer to const. However it seems that 'mtx_sndfileread_open' is a callback function, if 'type' is declared with const you might also need to cast function pointer(s). [constParameterCallback] iemmatrix-v0.4.2/src/mtx_sndfileread.c:178:55: style: Parameter 'x' can be declared as pointer to const. However it seems that 'mtx_sndfileread_frame' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] iemmatrix-v0.4.2/src/mtx_sndfileread.c:219:56: style: Parameter 'x' can be declared as pointer to const. However it seems that 'mtx_sndfileread_frames' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] iemmatrix-v0.4.2/src/mtx_svd.c:91:35: style: Parameter 'x' can be declared as pointer to const. However it seems that 'deleteMTXSvd' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/pd-iemnet/pd-iemnet_0.3.0.orig.tar.bz2 iemnet-v0.3.0/tcpclient.c:172:57: style: Parameter 'hostname' can be declared as pointer to const. However it seems that 'tcpclient_connect' is a callback function, if 'hostname' is declared with const you might also need to cast function pointer(s). [constParameterCallback] iemnet-v0.3.0/udpclient.c:195:57: style: Parameter 'hostname' can be declared as pointer to const. However it seems that 'udpclient_connect' is a callback function, if 'hostname' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/pd-iemutils/pd-iemutils_0.0.20240903.orig.tar.gz iem_utils-0.0.20240903/iem_roomsim/src/early_reflections_2d.c:486:63: style: Parameter 'x' can be declared as pointer to const. However it seems that 'early_reflections_2d_free' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] iem_utils-0.0.20240903/iem_roomsim/src/early_reflections_3d.c:849:63: style: Parameter 'x' can be declared as pointer to const. However it seems that 'early_reflections_3d_free' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] iem_utils-0.0.20240903/iem_spec2/src/spec2_add_scalar~.c:93:67: style: Parameter 'x' can be declared as pointer to const. However it seems that 'spec2_add_scalar_tilde_free' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] iem_utils-0.0.20240903/iem_spec2/src/spec2_add~.c:89:53: style: Parameter 'x' can be declared as pointer to const. However it seems that 'spec2_add_tilde_free' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] iem_utils-0.0.20240903/iem_spec2/src/spec2_clip_max~.c:156:63: style: Parameter 'x' can be declared as pointer to const. However it seems that 'spec2_clip_max_tilde_free' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] iem_utils-0.0.20240903/iem_spec2/src/spec2_clip_min~.c:156:63: style: Parameter 'x' can be declared as pointer to const. However it seems that 'spec2_clip_min_tilde_free' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] iem_utils-0.0.20240903/iem_spec2/src/spec2_mul_scalar~.c:92:67: style: Parameter 'x' can be declared as pointer to const. However it seems that 'spec2_mul_scalar_tilde_free' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] iem_utils-0.0.20240903/iem_spec2/src/spec2_mul~.c:88:53: style: Parameter 'x' can be declared as pointer to const. However it seems that 'spec2_mul_tilde_free' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] iem_utils-0.0.20240903/iem_spec2/src/spec2_sub~.c:88:53: style: Parameter 'x' can be declared as pointer to const. However it seems that 'spec2_sub_tilde_free' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] iem_utils-0.0.20240903/iem_tab/src/tab_abs.c:120:37: style: Parameter 'x' can be declared as pointer to const. However it seems that 'tab_abs_free' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] iem_utils-0.0.20240903/iem_tab/src/tab_add.c:136:37: style: Parameter 'x' can be declared as pointer to const. However it seems that 'tab_add_free' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] iem_utils-0.0.20240903/iem_tab/src/tab_add_scalar.c:120:51: style: Parameter 'x' can be declared as pointer to const. However it seems that 'tab_add_scalar_free' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] iem_utils-0.0.20240903/iem_tab/src/tab_carth2polar.c:187:53: style: Parameter 'x' can be declared as pointer to const. However it seems that 'tab_carth2polar_free' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] iem_utils-0.0.20240903/iem_tab/src/tab_complex_inv.c:182:53: style: Parameter 'x' can be declared as pointer to const. However it seems that 'tab_complex_inv_free' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] iem_utils-0.0.20240903/iem_tab/src/tab_complex_mul.c:222:53: style: Parameter 'x' can be declared as pointer to const. However it seems that 'tab_complex_mul_free' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] iem_utils-0.0.20240903/iem_tab/src/tab_const.c:125:41: style: Parameter 'x' can be declared as pointer to const. However it seems that 'tab_const_free' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] iem_utils-0.0.20240903/iem_tab/src/tab_conv.c:365:39: style: Parameter 'x' can be declared as pointer to const. However it seems that 'tab_conv_free' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] iem_utils-0.0.20240903/iem_tab/src/tab_copy.c:116:39: style: Parameter 'x' can be declared as pointer to const. However it seems that 'tab_copy_free' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] iem_utils-0.0.20240903/iem_tab/src/tab_counter.c:159:45: style: Parameter 'x' can be declared as pointer to const. However it seems that 'tab_counter_free' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] iem_utils-0.0.20240903/iem_tab/src/tab_dbtopow.c:141:45: style: Parameter 'x' can be declared as pointer to const. However it seems that 'tab_dbtopow_free' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] iem_utils-0.0.20240903/iem_tab/src/tab_dbtorms.c:141:45: style: Parameter 'x' can be declared as pointer to const. However it seems that 'tab_dbtorms_free' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] iem_utils-0.0.20240903/iem_tab/src/tab_div.c:146:37: style: Parameter 'x' can be declared as pointer to const. However it seems that 'tab_div_free' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] iem_utils-0.0.20240903/iem_tab/src/tab_eq.c:149:35: style: Parameter 'x' can be declared as pointer to const. However it seems that 'tab_eq_free' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] iem_utils-0.0.20240903/iem_tab/src/tab_eq_scalar.c:133:49: style: Parameter 'x' can be declared as pointer to const. However it seems that 'tab_eq_scalar_free' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] iem_utils-0.0.20240903/iem_tab/src/tab_ge.c:149:35: style: Parameter 'x' can be declared as pointer to const. However it seems that 'tab_ge_free' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] iem_utils-0.0.20240903/iem_tab/src/tab_ge_scalar.c:133:49: style: Parameter 'x' can be declared as pointer to const. However it seems that 'tab_ge_scalar_free' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] iem_utils-0.0.20240903/iem_tab/src/tab_get_size.c:38:47: style: Parameter 'x' can be declared as pointer to const. However it seems that 'tab_get_size_free' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] iem_utils-0.0.20240903/iem_tab/src/tab_gt.c:149:35: style: Parameter 'x' can be declared as pointer to const. However it seems that 'tab_gt_free' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] iem_utils-0.0.20240903/iem_tab/src/tab_gt_scalar.c:133:49: style: Parameter 'x' can be declared as pointer to const. However it seems that 'tab_gt_scalar_free' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] iem_utils-0.0.20240903/iem_tab/src/tab_le.c:149:35: style: Parameter 'x' can be declared as pointer to const. However it seems that 'tab_le_free' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] iem_utils-0.0.20240903/iem_tab/src/tab_le_scalar.c:133:49: style: Parameter 'x' can be declared as pointer to const. However it seems that 'tab_le_scalar_free' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] iem_utils-0.0.20240903/iem_tab/src/tab_lt.c:150:35: style: Parameter 'x' can be declared as pointer to const. However it seems that 'tab_lt_free' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] iem_utils-0.0.20240903/iem_tab/src/tab_lt_scalar.c:133:49: style: Parameter 'x' can be declared as pointer to const. However it seems that 'tab_lt_scalar_free' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] iem_utils-0.0.20240903/iem_tab/src/tab_max_index.c:108:49: style: Parameter 'x' can be declared as pointer to const. However it seems that 'tab_max_index_free' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] iem_utils-0.0.20240903/iem_tab/src/tab_min_index.c:109:49: style: Parameter 'x' can be declared as pointer to const. However it seems that 'tab_min_index_free' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] iem_utils-0.0.20240903/iem_tab/src/tab_min_max.c:108:45: style: Parameter 'x' can be declared as pointer to const. However it seems that 'tab_min_max_free' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] iem_utils-0.0.20240903/iem_tab/src/tab_mls.c:213:37: style: Parameter 'x' can be declared as pointer to const. However it seems that 'tab_mls_free' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] iem_utils-0.0.20240903/iem_tab/src/tab_mul.c:137:37: style: Parameter 'x' can be declared as pointer to const. However it seems that 'tab_mul_free' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] iem_utils-0.0.20240903/iem_tab/src/tab_mul_scalar.c:121:51: style: Parameter 'x' can be declared as pointer to const. However it seems that 'tab_mul_scalar_free' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] iem_utils-0.0.20240903/iem_tab/src/tab_ne.c:150:35: style: Parameter 'x' can be declared as pointer to const. However it seems that 'tab_ne_free' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] iem_utils-0.0.20240903/iem_tab/src/tab_ne_scalar.c:133:49: style: Parameter 'x' can be declared as pointer to const. However it seems that 'tab_ne_scalar_free' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] iem_utils-0.0.20240903/iem_tab/src/tab_powtodb.c:140:45: style: Parameter 'x' can be declared as pointer to const. However it seems that 'tab_powtodb_free' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] iem_utils-0.0.20240903/iem_tab/src/tab_reverse.c:129:45: style: Parameter 'x' can be declared as pointer to const. However it seems that 'tab_reverse_free' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] iem_utils-0.0.20240903/iem_tab/src/tab_rmstodb.c:140:45: style: Parameter 'x' can be declared as pointer to const. However it seems that 'tab_rmstodb_free' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] iem_utils-0.0.20240903/iem_tab/src/tab_sqrt.c:149:39: style: Parameter 'x' can be declared as pointer to const. However it seems that 'tab_sqrt_free' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] iem_utils-0.0.20240903/iem_tab/src/tab_sub.c:137:37: style: Parameter 'x' can be declared as pointer to const. However it seems that 'tab_sub_free' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] iem_utils-0.0.20240903/iem_tab/src/tab_sum.c:96:37: style: Parameter 'x' can be declared as pointer to const. However it seems that 'tab_sum_free' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] iem_utils-0.0.20240903/punish/patcherize-plugin/patcherize.c:544:53: style: Parameter 's' can be declared as pointer to const. However it seems that 'canvas_patcherize' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/pd-lyonpotpourri/pd-lyonpotpourri_3.0.2.orig.tar.gz pd-lyonpotpourri-3.0.2/chopper~.c:123:30: style: Parameter 'x' can be declared as pointer to const. However it seems that 'chopper_seed' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-lyonpotpourri-3.0.2/function~.c:462:31: style: Parameter 'x' can be declared as pointer to const. However it seems that 'function_dsp' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-lyonpotpourri-3.0.2/granulesf~.c:142:34: style: Parameter 'x' can be declared as pointer to const. However it seems that 'granulesf_seed' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-lyonpotpourri-3.0.2/rtrig~.c:101:26: style: Parameter 'x' can be declared as pointer to const. However it seems that 'rtrig_free' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/pd-markex/pd-markex_0.85.orig.tar.gz pd-markex_0.85/strcat.c:24:40: style: Parameter 'sym' can be declared as pointer to const. However it seems that 'strcat_sym' is a callback function, if 'sym' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/pd-maxlib/pd-maxlib_1.6.0.orig.tar.gz pd-maxlib-1.6.0/src/allow.c:75:55: style: Parameter 'argv' can be declared as pointer to const. However it seems that 'allow_new' is a callback function, if 'argv' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-maxlib-1.6.0/src/average.c:147:37: style: Parameter 'x' can be declared as pointer to const. However it seems that 'average_free' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-maxlib-1.6.0/src/deny.c:77:54: style: Parameter 'argv' can be declared as pointer to const. However it seems that 'deny_new' is a callback function, if 'argv' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-maxlib-1.6.0/src/beat.c:358:31: style: Parameter 'x' can be declared as pointer to const. However it seems that 'beat_free' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-maxlib-1.6.0/src/listfifo.c:43:73: style: Parameter 'argv' can be declared as pointer to const. However it seems that 'listfifo_list' is a callback function, if 'argv' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-maxlib-1.6.0/src/listfunnel.c:37:77: style: Parameter 'argv' can be declared as pointer to const. However it seems that 'listfunnel_list' is a callback function, if 'argv' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-maxlib-1.6.0/src/match.c:197:64: style: Parameter 'av' can be declared as pointer to const. However it seems that 'match_set' is a callback function, if 'av' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-maxlib-1.6.0/src/nchange.c:46:36: style: Parameter 's' can be declared as pointer to const. However it seems that 'nchange_new' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-maxlib-1.6.0/src/mlife.c:263:35: style: Parameter 'mlp' can be declared as pointer to const. However it seems that 'ml_display' is a callback function, if 'mlp' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-maxlib-1.6.0/src/mlife.c:468:32: style: Parameter 'mlp' can be declared as pointer to const. However it seems that 'ml_free' is a callback function, if 'mlp' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-maxlib-1.6.0/src/netdist.c:159:53: style: Parameter 'hostname' can be declared as pointer to const. However it seems that 'netdist_connect' is a callback function, if 'hostname' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-maxlib-1.6.0/src/netdist.c:181:56: style: Parameter 'hostname' can be declared as pointer to const. However it seems that 'netdist_disconnect' is a callback function, if 'hostname' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-maxlib-1.6.0/src/netclient.c:146:57: style: Parameter 'hostname' can be declared as pointer to const. However it seems that 'netclient_connect' is a callback function, if 'hostname' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-maxlib-1.6.0/src/pitch.c:79:32: style: Parameter 'x' can be declared as pointer to const. However it seems that 'pitch_ft1' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-maxlib-1.6.0/src/netserver.c:204:41: style: Parameter 'x' can be declared as pointer to const. However it seems that 'netserver_send' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-maxlib-1.6.0/src/netserver.c:389:80: style: Parameter 'argv' can be declared as pointer to const. However it seems that 'netserver_broadcast' is a callback function, if 'argv' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-maxlib-1.6.0/src/remote.c:45:39: style: Parameter 'x' can be declared as pointer to const. However it seems that 'remote_anything' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-maxlib-1.6.0/src/score.c:242:33: style: Parameter 'x' can be declared as pointer to const. However it seems that 'score_free' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-maxlib-1.6.0/src/sync.c:67:65: style: Parameter 'at' can be declared as pointer to const. However it seems that 'sync_input' is a callback function, if 'at' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-maxlib-1.6.0/src/sync.c:162:48: style: Parameter 'mode' can be declared as pointer to const. However it seems that 'sync_set_mode' is a callback function, if 'mode' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-maxlib-1.6.0/src/subst.c:265:67: style: Parameter 'argv' can be declared as pointer to const. However it seems that 'subst_list' is a callback function, if 'argv' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-maxlib-1.6.0/src/subst.c:361:36: style: Parameter 'x' can be declared as pointer to const. However it seems that 'subst_display' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-maxlib-1.6.0/src/subst.c:393:33: style: Parameter 'x' can be declared as pointer to const. However it seems that 'subst_free' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-maxlib-1.6.0/src/unroute.c:47:70: style: Parameter 'argv' can be declared as pointer to const. However it seems that 'unroute_any' is a callback function, if 'argv' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-maxlib-1.6.0/src/unroute.c:64:71: style: Parameter 'argv' can be declared as pointer to const. However it seems that 'unroute_list' is a callback function, if 'argv' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-maxlib-1.6.0/src/unroute.c:89:70: style: Parameter 'argv' can be declared as pointer to const. However it seems that 'unroute_input' is a callback function, if 'argv' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-maxlib-1.6.0/src/unroute.c:122:57: style: Parameter 'argv' can be declared as pointer to const. However it seems that 'unroute_new' is a callback function, if 'argv' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-maxlib-1.6.0/src/velocity.c:75:39: style: Parameter 'x' can be declared as pointer to const. However it seems that 'velocity_free' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/pd-mjlib/pd-mjlib_0.2.0.orig.tar.gz pd-mjlib-0.2.0/src/about.c:50:33: style: Parameter 'x' can be declared as pointer to const. However it seems that 'about_free' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-mjlib-0.2.0/src/n2m.c:34:29: style: Parameter 'x' can be declared as pointer to const. However it seems that 'n2m_free' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-mjlib-0.2.0/src/synapseA~.c:69:51: style: Parameter 'x' can be declared as pointer to const. However it seems that 'synapseA_tilde_free' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/pd-moonlib/pd-moonlib_0.7.orig.tar.gz moonlib-0.7/basedir.c:40:51: style: Parameter 'sym' can be declared as pointer to const. However it seems that 'basedir_symbol' is a callback function, if 'sym' is declared with const you might also need to cast function pointer(s). [constParameterCallback] moonlib-0.7/absolutepath.c:84:61: style: Parameter 'sym' can be declared as pointer to const. However it seems that 'absolutepath_symbol' is a callback function, if 'sym' is declared with const you might also need to cast function pointer(s). [constParameterCallback] moonlib-0.7/dripchar.c:37:53: style: Parameter 'sym' can be declared as pointer to const. However it seems that 'dripchar_symbol' is a callback function, if 'sym' is declared with const you might also need to cast function pointer(s). [constParameterCallback] moonlib-0.7/dripchar.c:62:40: style: Parameter 'x' can be declared as pointer to const. However it seems that 'dripchar_float' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] moonlib-0.7/dispatch.c:87:75: style: Parameter 'argv' can be declared as pointer to const. However it seems that 'dispsnd_anything' is a callback function, if 'argv' is declared with const you might also need to cast function pointer(s). [constParameterCallback] moonlib-0.7/image.c:157:36: style: Parameter 'z' can be declared as pointer to const. However it seems that 'image_activate' is a callback function, if 'z' is declared with const you might also need to cast function pointer(s). [constParameterCallback] moonlib-0.7/image.c:157:48: style: Parameter 'glist' can be declared as pointer to const. However it seems that 'image_activate' is a callback function, if 'glist' is declared with const you might also need to cast function pointer(s). [constParameterCallback] moonlib-0.7/gamme.c:278:36: style: Parameter 'z' can be declared as pointer to const. However it seems that 'gamme_activate' is a callback function, if 'z' is declared with const you might also need to cast function pointer(s). [constParameterCallback] moonlib-0.7/gamme.c:278:48: style: Parameter 'glist' can be declared as pointer to const. However it seems that 'gamme_activate' is a callback function, if 'glist' is declared with const you might also need to cast function pointer(s). [constParameterCallback] moonlib-0.7/lcdbitmap.c:265:50: style: Parameter 'glist' can be declared as pointer to const. However it seems that 'lcdbitmap_select' is a callback function, if 'glist' is declared with const you might also need to cast function pointer(s). [constParameterCallback] moonlib-0.7/lcdbitmap.c:273:40: style: Parameter 'z' can be declared as pointer to const. However it seems that 'lcdbitmap_activate' is a callback function, if 'z' is declared with const you might also need to cast function pointer(s). [constParameterCallback] moonlib-0.7/lcdbitmap.c:273:52: style: Parameter 'glist' can be declared as pointer to const. However it seems that 'lcdbitmap_activate' is a callback function, if 'glist' is declared with const you might also need to cast function pointer(s). [constParameterCallback] moonlib-0.7/lcdbitmap.c:392:42: style: Parameter 'x' can be declared as pointer to const. However it seems that 'lcdbitmap_click' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] moonlib-0.7/s2f.c:32:43: style: Parameter 'sym' can be declared as pointer to const. However it seems that 's2f_symbol' is a callback function, if 'sym' is declared with const you might also need to cast function pointer(s). [constParameterCallback] moonlib-0.7/tabsort.c:109:35: style: Parameter 'x' can be declared as pointer to const. However it seems that 'tabsort_ff' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] moonlib-0.7/tabsort2.c:139:37: style: Parameter 'x' can be declared as pointer to const. However it seems that 'tabsort2_ff' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/pd-motex/pd-motex_1.1.4.orig.tar.gz pd-motex_1.1.4/getenv.c:68:40: style: Parameter 'f' can be declared as pointer to const. However it seems that 'getenv_set' is a callback function, if 'f' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-motex_1.1.4/ln~.c:119:26: style: Parameter 'x' can be declared as pointer to const. However it seems that 'ln_dsp' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-motex_1.1.4/system.c:39:45: style: Parameter 's' can be declared as pointer to const. However it seems that 'system_anything' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/pd-mrpeach/pd-mrpeach_0.1~svn17672.orig.tar.gz mrpeach/cmos/cd4000.c:73:35: style: Parameter 'x' can be declared as pointer to const. However it seems that 'cd4000_free' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] mrpeach/cmos/cd4001.c:58:35: style: Parameter 'x' can be declared as pointer to const. However it seems that 'cd4001_free' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] mrpeach/cmos/cd4002.c:88:35: style: Parameter 'x' can be declared as pointer to const. However it seems that 'cd4002_free' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] mrpeach/cmos/cd4008.c:168:35: style: Parameter 'x' can be declared as pointer to const. However it seems that 'cd4008_free' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] mrpeach/cmos/cd4011.c:58:35: style: Parameter 'x' can be declared as pointer to const. However it seems that 'cd4011_free' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] mrpeach/cmos/cd4012.c:88:35: style: Parameter 'x' can be declared as pointer to const. However it seems that 'cd4012_free' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] mrpeach/cmos/cd4013.c:151:35: style: Parameter 'x' can be declared as pointer to const. However it seems that 'cd4013_free' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] mrpeach/cmos/cd4014.c:204:35: style: Parameter 'x' can be declared as pointer to const. However it seems that 'cd4014_free' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] mrpeach/cmos/cd4015.c:94:35: style: Parameter 'x' can be declared as pointer to const. However it seems that 'cd4015_free' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] mrpeach/cmos/cd4017.c:112:35: style: Parameter 'x' can be declared as pointer to const. However it seems that 'cd4017_free' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] mrpeach/cmos/cd40193.c:205:37: style: Parameter 'x' can be declared as pointer to const. However it seems that 'cd40193_free' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] mrpeach/cmos/cd4023.c:73:35: style: Parameter 'x' can be declared as pointer to const. However it seems that 'cd4023_free' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] mrpeach/cmos/cd4024.c:91:35: style: Parameter 'x' can be declared as pointer to const. However it seems that 'cd4024_free' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] mrpeach/cmos/cd4025.c:73:35: style: Parameter 'x' can be declared as pointer to const. However it seems that 'cd4025_free' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] mrpeach/cmos/cd4027.c:176:35: style: Parameter 'x' can be declared as pointer to const. However it seems that 'cd4027_free' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] mrpeach/cmos/cd4070.c:58:35: style: Parameter 'x' can be declared as pointer to const. However it seems that 'cd4070_free' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] mrpeach/cmos/cd4071.c:58:35: style: Parameter 'x' can be declared as pointer to const. However it seems that 'cd4071_free' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] mrpeach/cmos/cd4072.c:88:35: style: Parameter 'x' can be declared as pointer to const. However it seems that 'cd4072_free' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] mrpeach/cmos/cd4073.c:73:35: style: Parameter 'x' can be declared as pointer to const. However it seems that 'cd4073_free' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] mrpeach/cmos/cd4075.c:73:35: style: Parameter 'x' can be declared as pointer to const. However it seems that 'cd4075_free' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] mrpeach/cmos/cd4076.c:209:35: style: Parameter 'x' can be declared as pointer to const. However it seems that 'cd4076_free' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] mrpeach/cmos/cd4081.c:58:35: style: Parameter 'x' can be declared as pointer to const. However it seems that 'cd4081_free' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] mrpeach/cmos/cd4082.c:88:35: style: Parameter 'x' can be declared as pointer to const. However it seems that 'cd4082_free' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] mrpeach/cmos/cd4094.c:145:35: style: Parameter 'x' can be declared as pointer to const. However it seems that 'cd4094_free' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] mrpeach/cmos/cd4516.c:210:35: style: Parameter 'x' can be declared as pointer to const. However it seems that 'cd4516_free' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] mrpeach/net/tcpclient.c:290:57: style: Parameter 'hostname' can be declared as pointer to const. However it seems that 'tcpclient_connect' is a callback function, if 'hostname' is declared with const you might also need to cast function pointer(s). [constParameterCallback] mrpeach/net/tcpsend.c:53:53: style: Parameter 'hostname' can be declared as pointer to const. However it seems that 'tcpsend_connect' is a callback function, if 'hostname' is declared with const you might also need to cast function pointer(s). [constParameterCallback] mrpeach/net/tcpserver.c:998:80: style: Parameter 'argv' can be declared as pointer to const. However it seems that 'tcpserver_broadcast' is a callback function, if 'argv' is declared with const you might also need to cast function pointer(s). [constParameterCallback] mrpeach/net/udpsend.c:71:53: style: Parameter 'hostname' can be declared as pointer to const. However it seems that 'udpsend_connect' is a callback function, if 'hostname' is declared with const you might also need to cast function pointer(s). [constParameterCallback] mrpeach/net/udpsndrcv.c:139:57: style: Parameter 'hostname' can be declared as pointer to const. However it seems that 'udpsndrcv_connect' is a callback function, if 'hostname' is declared with const you might also need to cast function pointer(s). [constParameterCallback] mrpeach/osc/packOSC.c:563:75: style: Parameter 'argv' can be declared as pointer to const. However it seems that 'packOSC_anything' is a callback function, if 'argv' is declared with const you might also need to cast function pointer(s). [constParameterCallback] mrpeach/osc/unpackOSC.c:108:41: style: Parameter 'x' can be declared as pointer to const. However it seems that 'unpackOSC_free' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] mrpeach/serializer/b2f.c:25:42: style: Parameter 's' can be declared as pointer to const. However it seems that 'b2f_list' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] mrpeach/serializer/b2f.c:64:29: style: Parameter 'x' can be declared as pointer to const. However it seems that 'b2f_free' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] mrpeach/serializer/f2b.c:39:29: style: Parameter 'x' can be declared as pointer to const. However it seems that 'f2b_free' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] mrpeach/serializer/sprint.c:72:48: style: Parameter 's' can be declared as pointer to const. However it seems that 'sprint_list' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] mrpeach/serializer/sprint.c:72:69: style: Parameter 'argv' can be declared as pointer to const. However it seems that 'sprint_list' is a callback function, if 'argv' is declared with const you might also need to cast function pointer(s). [constParameterCallback] mrpeach/serializer/sprint.c:93:52: style: Parameter 's' can be declared as pointer to const. However it seems that 'sprint_anything' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] mrpeach/serializer/sprint.c:93:73: style: Parameter 'argv' can be declared as pointer to const. However it seems that 'sprint_anything' is a callback function, if 'argv' is declared with const you might also need to cast function pointer(s). [constParameterCallback] mrpeach/tabfind/tabfind.c:43:71: style: Parameter 'argv' can be declared as pointer to const. However it seems that 'tabfind_list' is a callback function, if 'argv' is declared with const you might also need to cast function pointer(s). [constParameterCallback] mrpeach/tabfind/tabfind.c:92:37: style: Parameter 'x' can be declared as pointer to const. However it seems that 'tabfind_bang' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] mrpeach/xbee/packxbee.c:938:39: style: Parameter 'x' can be declared as pointer to const. However it seems that 'packxbee_free' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] mrpeach/xbee/unpackxbee.c:701:43: style: Parameter 'x' can be declared as pointer to const. However it seems that 'unpackxbee_free' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/pd-nusmuk/pd-nusmuk_20151113+repack.orig.tar.gz nusmuk/audio/tabread4c~.c:162:53: style: Parameter 'x' can be declared as pointer to const. However it seems that 'tabread4c_tilde_free' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] nusmuk/utils/pbank.c:192:57: style: Parameter 'argv' can be declared as pointer to const. However it seems that 'pbank_put' is a callback function, if 'argv' is declared with const you might also need to cast function pointer(s). [constParameterCallback] nusmuk/utils/pbank.c:512:61: style: Parameter 'argv' can be declared as pointer to const. However it seems that 'pbank_dump' is a callback function, if 'argv' is declared with const you might also need to cast function pointer(s). [constParameterCallback] nusmuk/utils/pbank.c:963:40: style: Parameter 'name' can be declared as pointer to const. However it seems that 'pbank_write' is a callback function, if 'name' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/pd-osc/pd-osc_0.3.orig.tar.gz osc-0.3/packOSC.c:549:75: style: Parameter 'argv' can be declared as pointer to const. However it seems that 'packOSC_anything' is a callback function, if 'argv' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/pd-pddp/pd-pddp_0.2.1.orig.tar.gz pddp-0.2.1/helplink.c:146:47: style: Parameter 'glist' can be declared as pointer to const. However it seems that 'helplink_click' is a callback function, if 'glist' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/pd-pdogg/pd-pdogg_0.25.1.orig.tar.gz pdogg-0.25.1/oggamp~.c:1210:55: style: Parameter 'url' can be declared as pointer to const. However it seems that 'oggamp_connect_url' is a callback function, if 'url' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pdogg-0.25.1/oggcast~.c:1242:54: style: Parameter 'password' can be declared as pointer to const. However it seems that 'oggcast_password' is a callback function, if 'password' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/pd-plugin/pd-plugin_0.2.1.orig.tar.gz pd-plugin_0.2.1/plugin~.c:90:60: style: Parameter 's_lib_name' can be declared as pointer to const. However it seems that 'plugin_tilde_new' is a callback function, if 's_lib_name' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-plugin_0.2.1/plugin~.c:268:45: style: Parameter 'ctrl_name' can be declared as pointer to const. However it seems that 'plugin_tilde_control' is a callback function, if 'ctrl_name' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-plugin_0.2.1/plugin~.c:377:62: style: Parameter 'plug_name' can be declared as pointer to const. However it seems that 'plugin_tilde_plug' is a callback function, if 'plug_name' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/pd-pmpd/pd-pmpd_0.14.2.orig.tar.gz pd-pmpd-0.14.2/tLink2D.c:40:31: style: Parameter 'x' can be declared as pointer to const. However it seems that 'tLink2D_reset' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-pmpd-0.14.2/tLink2D.c:44:32: style: Parameter 'x' can be declared as pointer to const. However it seems that 'tLink2D_resetF' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-pmpd-0.14.2/tLink2D.c:48:32: style: Parameter 'x' can be declared as pointer to const. However it seems that 'tLink2D_resetL' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-pmpd-0.14.2/tLink2D.c:52:30: style: Parameter 'x' can be declared as pointer to const. However it seems that 'tLink2D_setK' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-pmpd-0.14.2/tLink2D.c:56:30: style: Parameter 'x' can be declared as pointer to const. However it seems that 'tLink2D_setL' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-pmpd-0.14.2/tLink2D.c:60:30: style: Parameter 'x' can be declared as pointer to const. However it seems that 'tLink2D_setD' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-pmpd-0.14.2/tLink2D.c:64:31: style: Parameter 'x' can be declared as pointer to const. However it seems that 'tLink2D_setD2' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-pmpd-0.14.2/tLink2D.c:68:30: style: Parameter 'x' can be declared as pointer to const. However it seems that 'tLink2D_Lmin' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-pmpd-0.14.2/tLink2D.c:72:30: style: Parameter 'x' can be declared as pointer to const. However it seems that 'tLink2D_Lmax' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-pmpd-0.14.2/tLink3D.c:40:31: style: Parameter 'x' can be declared as pointer to const. However it seems that 'tLink3D_reset' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-pmpd-0.14.2/tLink3D.c:44:32: style: Parameter 'x' can be declared as pointer to const. However it seems that 'tLink3D_resetF' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-pmpd-0.14.2/tLink3D.c:48:32: style: Parameter 'x' can be declared as pointer to const. However it seems that 'tLink3D_resetL' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-pmpd-0.14.2/tLink3D.c:53:30: style: Parameter 'x' can be declared as pointer to const. However it seems that 'tLink3D_setK' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-pmpd-0.14.2/tLink3D.c:57:30: style: Parameter 'x' can be declared as pointer to const. However it seems that 'tLink3D_setL' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-pmpd-0.14.2/tLink3D.c:61:30: style: Parameter 'x' can be declared as pointer to const. However it seems that 'tLink3D_setD' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-pmpd-0.14.2/tLink3D.c:65:31: style: Parameter 'x' can be declared as pointer to const. However it seems that 'tLink3D_setD2' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-pmpd-0.14.2/tLink3D.c:69:30: style: Parameter 'x' can be declared as pointer to const. However it seems that 'tLink3D_Lmin' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-pmpd-0.14.2/tLink3D.c:73:30: style: Parameter 'x' can be declared as pointer to const. However it seems that 'tLink3D_Lmax' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/pd-smlib/pd-smlib_0.13.0.orig.tar.gz pd-smlib-0.13.0/source/SMLib.c:79:33: style: Parameter 'x' can be declared as pointer to const. However it seems that 'SMLib_help' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-smlib-0.13.0/source/vcog.c:13:47: style: Parameter 's' can be declared as pointer to const. However it seems that 'vcog_perform' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-smlib-0.13.0/source/vdelta.c:16:51: style: Parameter 's' can be declared as pointer to const. However it seems that 'vdelta_perform' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-smlib-0.13.0/source/vlavg.c:19:49: style: Parameter 's' can be declared as pointer to const. However it seems that 'vlavg_perform' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-smlib-0.13.0/source/vlmax.c:19:49: style: Parameter 's' can be declared as pointer to const. However it seems that 'vlmax_perform' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-smlib-0.13.0/source/vlmin.c:19:49: style: Parameter 's' can be declared as pointer to const. However it seems that 'vlmin_perform' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-smlib-0.13.0/source/vlrange.c:20:53: style: Parameter 's' can be declared as pointer to const. However it seems that 'vlrange_perform' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-smlib-0.13.0/source/vmax.c:17:47: style: Parameter 's' can be declared as pointer to const. However it seems that 'vmax_perform' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-smlib-0.13.0/source/vmin.c:17:47: style: Parameter 's' can be declared as pointer to const. However it seems that 'vmin_perform' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-smlib-0.13.0/source/vnmax.c:20:49: style: Parameter 's' can be declared as pointer to const. However it seems that 'vnmax_perform' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-smlib-0.13.0/source/vrms.c:13:47: style: Parameter 's' can be declared as pointer to const. However it seems that 'vrms_perform' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pd-smlib-0.13.0/source/vstd.c:13:47: style: Parameter 's' can be declared as pointer to const. However it seems that 'vstd_perform' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/pd-syslog/pd-syslog_0.1.orig.tar.gz syslog-0.1/syslog.c:59:39: style: Parameter 'x' can be declared as pointer to const. However it seems that 'syslog_anything' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] syslog-0.1/syslog.c:59:51: style: Parameter 's' can be declared as pointer to const. However it seems that 'syslog_anything' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] syslog-0.1/syslog.c:127:35: style: Parameter 'x' can be declared as pointer to const. However it seems that 'syslog_free' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] syslog-0.1/syslog.c:132:34: style: Parameter 's' can be declared as pointer to const. However it seems that 'syslog_new' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/pd-tclpd/pd-tclpd_0.3.2.orig.tar.gz tclpd-0.3.2/tcl_class.c:97:29: style: Parameter 'classsym' can be declared as pointer to const. However it seems that 'tclpd_new' is a callback function, if 'classsym' is declared with const you might also need to cast function pointer(s). [constParameterCallback] tclpd-0.3.2/tcl_proxyinlet.c:21:74: style: Parameter 'argv' can be declared as pointer to const. However it seems that 'proxyinlet_anything' is a callback function, if 'argv' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/pd-unauthorized/pd-unauthorized_0.1.orig.tar.gz unauthorized-0.1/cooled~.c:1306:48: style: Parameter 'soperator' can be declared as pointer to const. However it seems that 'cooled_loop' is a callback function, if 'soperator' is declared with const you might also need to cast function pointer(s). [constParameterCallback] unauthorized-0.1/countund.c:58:39: style: Parameter 'x' can be declared as pointer to const. However it seems that 'countund_free' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] unauthorized-0.1/exciter.c:627:37: style: Parameter 'x' can be declared as pointer to const. However it seems that 'exciter_dump' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] unauthorized-0.1/grid.c:687:31: style: Parameter 'x' can be declared as pointer to const. However it seems that 'grid_free' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] unauthorized-0.1/mp3amp~.c:1052:51: style: Parameter 'hostname' can be declared as pointer to const. However it seems that 'mp3amp_connect' is a callback function, if 'hostname' is declared with const you might also need to cast function pointer(s). [constParameterCallback] unauthorized-0.1/mp3amp~.c:1052:71: style: Parameter 'mountpoint' can be declared as pointer to const. However it seems that 'mp3amp_connect' is a callback function, if 'mountpoint' is declared with const you might also need to cast function pointer(s). [constParameterCallback] unauthorized-0.1/mp3cast~.c:440:53: style: Parameter 'hostname' can be declared as pointer to const. However it seems that 'mp3cast_connect' is a callback function, if 'hostname' is declared with const you might also need to cast function pointer(s). [constParameterCallback] unauthorized-0.1/mp3cast~.c:873:56: style: Parameter 'mount' can be declared as pointer to const. However it seems that 'mp3cast_mountpoint' is a callback function, if 'mount' is declared with const you might also need to cast function pointer(s). [constParameterCallback] unauthorized-0.1/mp3cast~.c:880:50: style: Parameter 'name' can be declared as pointer to const. However it seems that 'mp3cast_name' is a callback function, if 'name' is declared with const you might also need to cast function pointer(s). [constParameterCallback] unauthorized-0.1/mp3cast~.c:887:49: style: Parameter 'url' can be declared as pointer to const. However it seems that 'mp3cast_url' is a callback function, if 'url' is declared with const you might also need to cast function pointer(s). [constParameterCallback] unauthorized-0.1/mp3cast~.c:894:51: style: Parameter 'genre' can be declared as pointer to const. However it seems that 'mp3cast_genre' is a callback function, if 'genre' is declared with const you might also need to cast function pointer(s). [constParameterCallback] unauthorized-0.1/mp3cast~.c:917:57: style: Parameter 'description' can be declared as pointer to const. However it seems that 'mp3cast_description' is a callback function, if 'description' is declared with const you might also need to cast function pointer(s). [constParameterCallback] unauthorized-0.1/mp3fileout~.c:420:59: style: Parameter 'hostname' can be declared as pointer to const. However it seems that 'mp3fileout_connect' is a callback function, if 'hostname' is declared with const you might also need to cast function pointer(s). [constParameterCallback] unauthorized-0.1/mp3streamout~.c:411:63: style: Parameter 'hostname' can be declared as pointer to const. However it seems that 'mp3streamout_connect' is a callback function, if 'hostname' is declared with const you might also need to cast function pointer(s). [constParameterCallback] unauthorized-0.1/pianoroll.c:473:46: style: Parameter 'x' can be declared as pointer to const. However it seems that 'pianoroll_save_file' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] unauthorized-0.1/playlist.c:280:52: style: Parameter 'fname' can be declared as pointer to const. However it seems that 'playlist_font' is a callback function, if 'fname' is declared with const you might also need to cast function pointer(s). [constParameterCallback] unauthorized-0.1/playlist.c:280:69: style: Parameter 'fcase' can be declared as pointer to const. However it seems that 'playlist_font' is a callback function, if 'fcase' is declared with const you might also need to cast function pointer(s). [constParameterCallback] unauthorized-0.1/playlist.c:913:56: style: Parameter 'flocation' can be declared as pointer to const. However it seems that 'playlist_location' is a callback function, if 'flocation' is declared with const you might also need to cast function pointer(s). [constParameterCallback] unauthorized-0.1/randomblock~.c:56:45: style: Parameter 'x' can be declared as pointer to const. However it seems that 'randomblock_free' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] unauthorized-0.1/scrolllist.c:530:59: style: Parameter 's' can be declared as pointer to const. However it seems that 'scrolllist_bgcolor' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] unauthorized-0.1/scrolllist.c:541:59: style: Parameter 's' can be declared as pointer to const. However it seems that 'scrolllist_fgcolor' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] unauthorized-0.1/scrolllist.c:552:59: style: Parameter 's' can be declared as pointer to const. However it seems that 'scrolllist_secolor' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] unauthorized-0.1/scrolllist.c:630:56: style: Parameter 'fname' can be declared as pointer to const. However it seems that 'scrolllist_font' is a callback function, if 'fname' is declared with const you might also need to cast function pointer(s). [constParameterCallback] unauthorized-0.1/scrolllist.c:630:73: style: Parameter 'fcase' can be declared as pointer to const. However it seems that 'scrolllist_font' is a callback function, if 'fcase' is declared with const you might also need to cast function pointer(s). [constParameterCallback] unauthorized-0.1/scrolllist.c:645:55: style: Parameter 'fnewtext' can be declared as pointer to const. However it seems that 'scrolllist_add' is a callback function, if 'fnewtext' is declared with const you might also need to cast function pointer(s). [constParameterCallback] unauthorized-0.1/scrolllist.c:686:58: style: Parameter 'ftext' can be declared as pointer to const. However it seems that 'scrolllist_insert' is a callback function, if 'ftext' is declared with const you might also need to cast function pointer(s). [constParameterCallback] unauthorized-0.1/scrolllist.c:732:59: style: Parameter 'ftext' can be declared as pointer to const. However it seems that 'scrolllist_replace' is a callback function, if 'ftext' is declared with const you might also need to cast function pointer(s). [constParameterCallback] unauthorized-0.1/speexout~.c:289:55: style: Parameter 'hostname' can be declared as pointer to const. However it seems that 'speexout_connect' is a callback function, if 'hostname' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/pd-vbap/pd-vbap_1.2.1.orig.tar.gz vbap-1.2.1/vbap.h:139:23: style: Parameter 'x' can be declared as pointer to const. However it seems that 'traces' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] vbap-1.2.1/vbap.h:139:23: style: Parameter 'x' can be declared as pointer to const. However it seems that 'traces' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/pd-wiimote/pd-wiimote_0.3.2.orig.tar.gz wiimote-0.3.2/wiimote.c:676:34: style: Parameter 'nada' can be declared as pointer to const. However it seems that 'wiimote_dequeue' is a callback function, if 'nada' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/pd-zexy/pd-zexy_2.4.3.orig.tar.bz2 zexy-v2.4.3/src/0x3d0x3d0x7e.c:237:37: style: Parameter 'ZUNUSED_x' can be declared as pointer to const. However it seems that 'eq_tilde_help' is a callback function, if 'ZUNUSED_x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] zexy-v2.4.3/src/0x3c0x7e.c:237:37: style: Parameter 'ZUNUSED_x' can be declared as pointer to const. However it seems that 'lt_tilde_help' is a callback function, if 'ZUNUSED_x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] zexy-v2.4.3/src/0x260x260x7e.c:281:41: style: Parameter 'ZUNUSED_x' can be declared as pointer to const. However it seems that 'andand_tilde_help' is a callback function, if 'ZUNUSED_x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] zexy-v2.4.3/src/a2l.c:29:67: style: Parameter 'argv' can be declared as pointer to const. However it seems that 'a2l_anything' is a callback function, if 'argv' is declared with const you might also need to cast function pointer(s). [constParameterCallback] zexy-v2.4.3/src/0x3e0x7e.c:240:37: style: Parameter 'ZUNUSED_x' can be declared as pointer to const. However it seems that 'gt_tilde_help' is a callback function, if 'ZUNUSED_x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] zexy-v2.4.3/src/0x2e.c:159:37: style: Parameter 'ZUNUSED_x' can be declared as pointer to const. However it seems that 'scalmul_help' is a callback function, if 'ZUNUSED_x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] zexy-v2.4.3/src/0x7c0x7c0x7e.c:255:39: style: Parameter 'ZUNUSED_x' can be declared as pointer to const. However it seems that 'oror_tilde_help' is a callback function, if 'ZUNUSED_x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] zexy-v2.4.3/src/blockmirror~.c:84:47: style: Parameter 'ZUNUSED_x' can be declared as pointer to const. However it seems that 'blockmirror_helper' is a callback function, if 'ZUNUSED_x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] zexy-v2.4.3/src/blockshuffle~.c:122:49: style: Parameter 'ZUNUSED_x' can be declared as pointer to const. However it seems that 'blockshuffle_helper' is a callback function, if 'ZUNUSED_x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] zexy-v2.4.3/src/blockswap~.c:82:43: style: Parameter 'ZUNUSED_x' can be declared as pointer to const. However it seems that 'blockswap_helper' is a callback function, if 'ZUNUSED_x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] zexy-v2.4.3/src/date.c:127:31: style: Parameter 'ZUNUSED_x' can be declared as pointer to const. However it seems that 'help_date' is a callback function, if 'ZUNUSED_x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] zexy-v2.4.3/src/fifop.c:268:33: style: Parameter 'ZUNUSED_x' can be declared as pointer to const. However it seems that 'fifop_help' is a callback function, if 'ZUNUSED_x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] zexy-v2.4.3/src/glue.c:48:30: style: Parameter 'argv' can be declared as pointer to const. However it seems that 'glue_lst' is a callback function, if 'argv' is declared with const you might also need to cast function pointer(s). [constParameterCallback] zexy-v2.4.3/src/glue.c:108:31: style: Parameter 'ZUNUSED_x' can be declared as pointer to const. However it seems that 'glue_help' is a callback function, if 'ZUNUSED_x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] zexy-v2.4.3/src/fwriteln.c:76:53: style: Parameter 's' can be declared as pointer to const. However it seems that 'fwriteln_open' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] zexy-v2.4.3/src/fwriteln.c:76:65: style: Parameter 'type' can be declared as pointer to const. However it seems that 'fwriteln_open' is a callback function, if 'type' is declared with const you might also need to cast function pointer(s). [constParameterCallback] zexy-v2.4.3/src/fwriteln.c:107:54: style: Parameter 's' can be declared as pointer to const. However it seems that 'fwriteln_write' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] zexy-v2.4.3/src/freadln.c:79:63: style: Parameter 'type' can be declared as pointer to const. However it seems that 'freadln_open' is a callback function, if 'type' is declared with const you might also need to cast function pointer(s). [constParameterCallback] zexy-v2.4.3/src/lifop.c:274:32: style: Parameter 'ZUNUSED_x' can be declared as pointer to const. However it seems that 'lifop_help' is a callback function, if 'ZUNUSED_x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] zexy-v2.4.3/src/index.c:356:35: style: Parameter 'ZUNUSED_x' can be declared as pointer to const. However it seems that 'index_helper' is a callback function, if 'ZUNUSED_x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] zexy-v2.4.3/src/list2lists.c:135:42: style: Parameter 'ZUNUSED_x' can be declared as pointer to const. However it seems that 'list2lists_help' is a callback function, if 'ZUNUSED_x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] zexy-v2.4.3/src/lister.c:92:38: style: Parameter 'ZUNUSED_x' can be declared as pointer to const. However it seems that 'mypdlist_help' is a callback function, if 'ZUNUSED_x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] zexy-v2.4.3/src/list2symbol.c:116:42: style: Parameter 'argv' can be declared as pointer to const. However it seems that 'list2symbol_anything' is a callback function, if 'argv' is declared with const you might also need to cast function pointer(s). [constParameterCallback] zexy-v2.4.3/src/listfind.c:49:35: style: Parameter 'argv' can be declared as pointer to const. However it seems that 'listfind_list2' is a callback function, if 'argv' is declared with const you might also need to cast function pointer(s). [constParameterCallback] zexy-v2.4.3/src/listfind.c:221:38: style: Parameter 'ZUNUSED_x' can be declared as pointer to const. However it seems that 'listfind_help' is a callback function, if 'ZUNUSED_x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] zexy-v2.4.3/src/lpt.c:310:30: style: Parameter 'x' can be declared as pointer to const. However it seems that 'lpt_float' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] zexy-v2.4.3/src/lpt.c:311:32: style: Parameter 'x' can be declared as pointer to const. However it seems that 'lpt_control' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] zexy-v2.4.3/src/lpt.c:312:29: style: Parameter 'x' can be declared as pointer to const. However it seems that 'lpt_bang' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] zexy-v2.4.3/src/lpt.c:313:29: style: Parameter 'x' can be declared as pointer to const. However it seems that 'lpt_free' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] zexy-v2.4.3/src/lpt.c:317:32: style: Parameter 's' can be declared as pointer to const. However it seems that 'lpt_new' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] zexy-v2.4.3/src/lpt.c:440:30: style: Parameter 'ZUNUSED_x' can be declared as pointer to const. However it seems that 'lpt_helper' is a callback function, if 'ZUNUSED_x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] zexy-v2.4.3/src/makesymbol.c:342:45: style: Parameter 'ZUNUSED_x' can be declared as pointer to const. However it seems that 'makesymbol_helper' is a callback function, if 'ZUNUSED_x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] zexy-v2.4.3/src/matchbox.c:734:38: style: Parameter 'ZUNUSED_x' can be declared as pointer to const. However it seems that 'matchbox_help' is a callback function, if 'ZUNUSED_x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] zexy-v2.4.3/src/multiline~.c:288:32: style: Parameter 'ZUNUSED_x' can be declared as pointer to const. However it seems that 'mline_help' is a callback function, if 'ZUNUSED_x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] zexy-v2.4.3/src/operating_system.c:58:54: style: Parameter 'ZUNUSED_x' can be declared as pointer to const. However it seems that 'operating_system_help' is a callback function, if 'ZUNUSED_x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] zexy-v2.4.3/src/packel.c:80:37: style: Parameter 'argv' can be declared as pointer to const. However it seems that 'packel_anything' is a callback function, if 'argv' is declared with const you might also need to cast function pointer(s). [constParameterCallback] zexy-v2.4.3/src/prime.c:67:32: style: Parameter 'ZUNUSED_x' can be declared as pointer to const. However it seems that 'prime_help' is a callback function, if 'ZUNUSED_x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] zexy-v2.4.3/src/quantize~.c:80:47: style: Parameter 'ZUNUSED_x' can be declared as pointer to const. However it seems that 'quantize_tilde_helper' is a callback function, if 'ZUNUSED_x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] zexy-v2.4.3/src/regex.c:162:33: style: Parameter 'x' can be declared as pointer to const. However it seems that 'regex_case' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] zexy-v2.4.3/src/regex.c:176:34: style: Parameter 'x' can be declared as pointer to const. However it seems that 'regex_regex' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] zexy-v2.4.3/src/regex.c:176:46: style: Parameter 'ZUNUSED_s' can be declared as pointer to const. However it seems that 'regex_regex' is a callback function, if 'ZUNUSED_s' is declared with const you might also need to cast function pointer(s). [constParameterCallback] zexy-v2.4.3/src/regex.c:177:32: style: Parameter 'argv' can be declared as pointer to const. However it seems that 'regex_regex' is a callback function, if 'argv' is declared with const you might also need to cast function pointer(s). [constParameterCallback] zexy-v2.4.3/src/regex.c:204:35: style: Parameter 'x' can be declared as pointer to const. However it seems that 'regex_symbol' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] zexy-v2.4.3/src/regex.c:204:48: style: Parameter 'ZUNUSED_s' can be declared as pointer to const. However it seems that 'regex_symbol' is a callback function, if 'ZUNUSED_s' is declared with const you might also need to cast function pointer(s). [constParameterCallback] zexy-v2.4.3/src/regex.c:205:33: style: Parameter 'argv' can be declared as pointer to const. However it seems that 'regex_symbol' is a callback function, if 'argv' is declared with const you might also need to cast function pointer(s). [constParameterCallback] zexy-v2.4.3/src/regex.c:318:33: style: Parameter 'x' can be declared as pointer to const. However it seems that 'regex_free' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] zexy-v2.4.3/src/regex.c:335:32: style: Parameter 'ZUNUSED_x' can be declared as pointer to const. However it seems that 'regex_help' is a callback function, if 'ZUNUSED_x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] zexy-v2.4.3/src/sfplay.c:138:37: style: Parameter 'ZUNUSED_x' can be declared as pointer to const. However it seems that 'sfplay_helper' is a callback function, if 'ZUNUSED_x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] zexy-v2.4.3/src/msgfile.c:1334:37: style: Parameter 'ZUNUSED_x' can be declared as pointer to const. However it seems that 'msgfile_help' is a callback function, if 'ZUNUSED_x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] zexy-v2.4.3/src/sort.c:148:30: style: Parameter 'ZUNUSED_x' can be declared as pointer to const. However it seems that 'sort_help' is a callback function, if 'ZUNUSED_x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] zexy-v2.4.3/src/strcmp.c:94:50: style: Parameter 's' can be declared as pointer to const. However it seems that 'strcmp_symbol' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] zexy-v2.4.3/src/strcmp.c:172:34: style: Parameter 'ZUNUSED_x' can be declared as pointer to const. However it seems that 'strcmp_help' is a callback function, if 'ZUNUSED_x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] zexy-v2.4.3/src/symbol2list.c:162:45: style: Parameter 'ZUNUSED_x' can be declared as pointer to const. However it seems that 'symbol2list_free' is a callback function, if 'ZUNUSED_x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] zexy-v2.4.3/src/symbol2list.c:165:44: style: Parameter 'ZUNUSED_x' can be declared as pointer to const. However it seems that 'symbol2list_help' is a callback function, if 'ZUNUSED_x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] zexy-v2.4.3/src/tabread4~~.c:126:51: style: Parameter 'ZUNUSED_x' can be declared as pointer to const. However it seems that 'tabread4_tilde_free' is a callback function, if 'ZUNUSED_x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] zexy-v2.4.3/src/time.c:105:31: style: Parameter 'ZUNUSED_x' can be declared as pointer to const. However it seems that 'help_time' is a callback function, if 'ZUNUSED_x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] zexy-v2.4.3/src/wrap.c:74:30: style: Parameter 'ZUNUSED_x' can be declared as pointer to const. However it seems that 'wrap_help' is a callback function, if 'ZUNUSED_x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] zexy-v2.4.3/src/urn.c:150:28: style: Parameter 'ZUNUSED_x' can be declared as pointer to const. However it seems that 'urn_help' is a callback function, if 'ZUNUSED_x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/pdbg/pdbg_3.5.orig.tar.xz pdbg-3.5/libpdbg/cronus.c:83:48: style: Parameter 'target' can be declared as pointer to const. However it seems that 'cronus_release' is a callback function, if 'target' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pdbg-3.5/libpdbg/cronus.c:140:71: style: Parameter 'sbefifo' can be declared as pointer to const. However it seems that 'cronus_sbefifo_context' is a callback function, if 'sbefifo' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pdbg-3.5/libpdbg/host.c:55:35: style: Parameter 'pib' can be declared as pointer to const. However it seems that 'xscom_read' is a callback function, if 'pib' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pdbg-3.5/libpdbg/host.c:69:36: style: Parameter 'pib' can be declared as pointer to const. However it seems that 'xscom_write' is a callback function, if 'pib' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pdbg-3.5/libpdbg/kernel.c:63:43: style: Parameter 'fsi' can be declared as pointer to const. However it seems that 'kernel_fsi_getcfam' is a callback function, if 'fsi' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pdbg-3.5/libpdbg/kernel.c:90:43: style: Parameter 'fsi' can be declared as pointer to const. However it seems that 'kernel_fsi_putcfam' is a callback function, if 'fsi' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pdbg-3.5/libpdbg/kernel.c:217:43: style: Parameter 'pib' can be declared as pointer to const. However it seems that 'kernel_pib_getscom' is a callback function, if 'pib' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pdbg-3.5/libpdbg/kernel.c:230:43: style: Parameter 'pib' can be declared as pointer to const. However it seems that 'kernel_pib_putscom' is a callback function, if 'pib' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pdbg-3.5/libpdbg/htm.c:1461:43: style: Parameter 'target' can be declared as pointer to const. However it seems that 'chtm_probe' is a callback function, if 'target' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pdbg-3.5/libpdbg/p10_fapi_targets.c:491:50: style: Parameter 'target' can be declared as pointer to const. However it seems that 'no_translate' is a callback function, if 'target' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pdbg-3.5/libpdbg/sbefifo.c:386:56: style: Parameter 'target' can be declared as pointer to const. However it seems that 'sbefifo_thread_release' is a callback function, if 'target' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pdbg-3.5/libpdbg/sbefifo.c:767:71: style: Parameter 'sbefifo' can be declared as pointer to const. However it seems that 'sbefifo_op_get_context' is a callback function, if 'sbefifo' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pdbg-3.5/libpdbg/sbefifo.c:804:49: style: Parameter 'target' can be declared as pointer to const. However it seems that 'sbefifo_release' is a callback function, if 'target' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pdbg-3.5/src/main.c:575:1: style: Parameter 'args' can be declared as const array. However it seems that '__probe' is a callback function, if 'args' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pdbg-3.5/src/pdbgproxy.c:88:34: style: Parameter 'stack' can be declared as pointer to const. However it seems that 'set_thread' is a callback function, if 'stack' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pdbg-3.5/src/pdbgproxy.c:88:47: style: Parameter 'priv' can be declared as pointer to const. However it seems that 'set_thread' is a callback function, if 'priv' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pdbg-3.5/src/pdbgproxy.c:93:35: style: Parameter 'stack' can be declared as pointer to const. However it seems that 'stop_reason' is a callback function, if 'stack' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pdbg-3.5/src/pdbgproxy.c:93:48: style: Parameter 'priv' can be declared as pointer to const. However it seems that 'stop_reason' is a callback function, if 'priv' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pdbg-3.5/src/pdbgproxy.c:123:31: style: Parameter 'stack' can be declared as pointer to const. However it seems that 'get_spr' is a callback function, if 'stack' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pdbg-3.5/src/pdbgproxy.c:202:31: style: Parameter 'stack' can be declared as pointer to const. However it seems that 'get_mem' is a callback function, if 'stack' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pdbg-3.5/src/pdbgproxy.c:364:35: style: Parameter 'stack' can be declared as pointer to const. However it seems that 'cmd_default' is a callback function, if 'stack' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/pdfcube/pdfcube_0.0.5.orig.tar.gz pdfcube-0.0.5/src/pdfcube.cc:1363:33: style: Parameter 'widget' can be declared as pointer to const. However it seems that 'motion_notify_event' is a callback function, if 'widget' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pdfcube-0.0.5/src/pdfcube.cc:1363:58: style: Parameter 'event' can be declared as pointer to const. However it seems that 'motion_notify_event' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pdfcube-0.0.5/src/pdfcube.cc:1363:74: style: Parameter 'data' can be declared as pointer to const. However it seems that 'motion_notify_event' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pdfcube-0.0.5/src/pdfcube.cc:1392:32: style: Parameter 'widget' can be declared as pointer to const. However it seems that 'button_press_event' is a callback function, if 'widget' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pdfcube-0.0.5/src/pdfcube.cc:1392:57: style: Parameter 'event' can be declared as pointer to const. However it seems that 'button_press_event' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pdfcube-0.0.5/src/pdfcube.cc:1392:73: style: Parameter 'data' can be declared as pointer to const. However it seems that 'button_press_event' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pdfcube-0.0.5/src/pdfcube.cc:1422:51: style: Parameter 'event' can be declared as pointer to const. However it seems that 'key_press_event' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pdfcube-0.0.5/src/pdfcube.cc:1722:46: style: Parameter 'event' can be declared as pointer to const. However it seems that 'visibility_notify_event' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/pdm-backend/pdm-backend_2.4.5+ds1.orig.tar.xz pdm-backend-2.4.5+ds1/tests/fixtures/projects/demo-cextension-in-src/src/my_package/hellomodule.c:3:39: style: Parameter 'self' can be declared as pointer to const. However it seems that 'helloworld' is a callback function, if 'self' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pdm-backend-2.4.5+ds1/tests/fixtures/projects/demo-cextension-in-src/src/my_package/hellomodule.c:3:55: style: Parameter 'args' can be declared as pointer to const. However it seems that 'helloworld' is a callback function, if 'args' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pdm-backend-2.4.5+ds1/tests/fixtures/projects/demo-cextension/my_package/hellomodule.c:3:39: style: Parameter 'self' can be declared as pointer to const. However it seems that 'helloworld' is a callback function, if 'self' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pdm-backend-2.4.5+ds1/tests/fixtures/projects/demo-cextension/my_package/hellomodule.c:3:55: style: Parameter 'args' can be declared as pointer to const. However it seems that 'helloworld' is a callback function, if 'args' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/pdm-pep517/pdm-pep517_1.1.2+ds1.orig.tar.xz pdm-backend-1.1.2/tests/fixtures/projects/demo-cextension-in-src/src/my_package/hellomodule.c:3:39: style: Parameter 'self' can be declared as pointer to const. However it seems that 'helloworld' is a callback function, if 'self' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pdm-backend-1.1.2/tests/fixtures/projects/demo-cextension-in-src/src/my_package/hellomodule.c:3:55: style: Parameter 'args' can be declared as pointer to const. However it seems that 'helloworld' is a callback function, if 'args' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pdm-backend-1.1.2/tests/fixtures/projects/demo-cextension/my_package/hellomodule.c:3:39: style: Parameter 'self' can be declared as pointer to const. However it seems that 'helloworld' is a callback function, if 'self' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pdm-backend-1.1.2/tests/fixtures/projects/demo-cextension/my_package/hellomodule.c:3:55: style: Parameter 'args' can be declared as pointer to const. However it seems that 'helloworld' is a callback function, if 'args' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/pdns/pdns_5.0.0.orig.tar.bz2 pdns-5.0.0/pdns/packethandler.cc:2041:67: style: Parameter 'pkt' can be declared as reference to const. However it seems that 'opcodeNotify' is a callback function, if 'pkt' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pdns-5.0.0/pdns/packethandler.cc:2079:75: style: Parameter 'pkt' can be declared as reference to const. However it seems that 'opcodeNotImplemented' is a callback function, if 'pkt' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pdns-5.0.0/pdns/pdnsutil.cc:3250:67: style: Parameter 'cmds' can be declared as reference to const. However it seems that 'lmdbGetBackendVersion' is a callback function, if 'cmds' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pdns-5.0.0/pdns/pdnsutil.cc:3256:42: style: Parameter 'cmds' can be declared as reference to const. However it seems that 'testAlgorithm' is a callback function, if 'cmds' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pdns-5.0.0/pdns/pdnsutil.cc:3287:38: style: Parameter 'cmds' can be declared as reference to const. However it seems that 'ipDecrypt' is a callback function, if 'cmds' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pdns-5.0.0/pdns/pdnsutil.cc:3297:38: style: Parameter 'cmds' can be declared as reference to const. However it seems that 'ipEncrypt' is a callback function, if 'cmds' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pdns-5.0.0/pdns/pdnsutil.cc:3308:60: style: Parameter 'cmds' can be declared as reference to const. However it seems that 'testAlgorithms' is a callback function, if 'cmds' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pdns-5.0.0/pdns/pdnsutil.cc:3316:43: style: Parameter 'cmds' can be declared as reference to const. However it seems that 'listAlgorithms' is a callback function, if 'cmds' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pdns-5.0.0/pdns/pdnsutil.cc:3339:58: style: Parameter 'cmds' can be declared as reference to const. However it seems that 'createBindDb' is a callback function, if 'cmds' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pdns-5.0.0/pdns/pdnsutil.cc:3363:46: style: Parameter 'cmds' can be declared as reference to const. However it seems that 'rawLuaFromContent' is a callback function, if 'cmds' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pdns-5.0.0/pdns/pdnsutil.cc:3426:40: style: Parameter 'cmds' can be declared as reference to const. However it seems that 'rectifyZone' is a callback function, if 'cmds' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pdns-5.0.0/pdns/pdnsutil.cc:3441:44: style: Parameter 'cmds' can be declared as reference to const. However it seems that 'rectifyAllZones' is a callback function, if 'cmds' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pdns-5.0.0/pdns/pdnsutil.cc:3461:36: style: Parameter 'cmds' can be declared as reference to const. However it seems that 'benchDb' is a callback function, if 'cmds' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pdns-5.0.0/pdns/pdnsutil.cc:3467:42: style: Parameter 'cmds' can be declared as reference to const. However it seems that 'checkAllZones' is a callback function, if 'cmds' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pdns-5.0.0/pdns/pdnsutil.cc:3474:41: style: Parameter 'cmds' can be declared as reference to const. However it seems that 'listAllZones' is a callback function, if 'cmds' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pdns-5.0.0/pdns/pdnsutil.cc:3485:44: style: Parameter 'cmds' can be declared as reference to const. However it seems that 'listMemberZones' is a callback function, if 'cmds' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pdns-5.0.0/pdns/pdnsutil.cc:3502:41: style: Parameter 'cmds' can be declared as reference to const. However it seems that 'verifyCrypto' is a callback function, if 'cmds' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pdns-5.0.0/pdns/pdnsutil.cc:3873:38: style: Parameter 'cmds' can be declared as reference to const. However it seems that 'addRecord' is a callback function, if 'cmds' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pdns-5.0.0/pdns/pdnsutil.cc:3881:43: style: Parameter 'cmds' can be declared as reference to const. However it seems that 'addAutoprimary' is a callback function, if 'cmds' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pdns-5.0.0/pdns/pdnsutil.cc:3889:46: style: Parameter 'cmds' can be declared as reference to const. However it seems that 'removeAutoprimary' is a callback function, if 'cmds' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pdns-5.0.0/pdns/pdnsutil.cc:3897:63: style: Parameter 'cmds' can be declared as reference to const. However it seems that 'listAutoprimaries' is a callback function, if 'cmds' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pdns-5.0.0/pdns/pdnsutil.cc:3902:41: style: Parameter 'cmds' can be declared as reference to const. However it seems that 'replaceRRSet' is a callback function, if 'cmds' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pdns-5.0.0/pdns/pdnsutil.cc:3910:40: style: Parameter 'cmds' can be declared as reference to const. However it seems that 'deleteRRSet' is a callback function, if 'cmds' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pdns-5.0.0/pdns/pdnsutil.cc:3955:37: style: Parameter 'cmds' can be declared as reference to const. However it seems that 'listKeys' is a callback function, if 'cmds' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pdns-5.0.0/pdns/pdnsutil.cc:3986:39: style: Parameter 'cmds' can be declared as reference to const. However it seems that 'secureZone' is a callback function, if 'cmds' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pdns-5.0.0/pdns/pdnsutil.cc:4015:43: style: Parameter 'cmds' can be declared as reference to const. However it seems that 'secureAllZones' is a callback function, if 'cmds' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pdns-5.0.0/pdns/pdnsutil.cc:4345:42: style: Parameter 'cmds' can be declared as reference to const. However it seems that 'exportZoneKey' is a callback function, if 'cmds' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pdns-5.0.0/pdns/pdnsutil.cc:4359:45: style: Parameter 'cmds' can be declared as reference to const. However it seems that 'exportZoneKeyPEM' is a callback function, if 'cmds' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pdns-5.0.0/pdns/pdnsutil.cc:4512:44: style: Parameter 'cmds' can be declared as reference to const. However it seems that 'generateZoneKey' is a callback function, if 'cmds' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pdns-5.0.0/pdns/pdnsutil.cc:4638:58: style: Parameter 'cmds' can be declared as reference to const. However it seems that 'listTSIGKeys' is a callback function, if 'cmds' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pdns-5.0.0/pdns/pdnsutil.cc:4960:49: style: Parameter 'cmds' can be declared as reference to const. However it seems that 'HSM' is a callback function, if 'cmds' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pdns-5.0.0/pdns/pdnsutil.cc:4968:39: style: Parameter 'cmds' can be declared as reference to const. However it seems that 'B2BMigrate' is a callback function, if 'cmds' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pdns-5.0.0/pdns/pdnsutil.cc:5220:37: style: Parameter 'cmds' can be declared as reference to const. However it seems that 'listView' is a callback function, if 'cmds' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pdns-5.0.0/pdns/pdnsutil.cc:5237:38: style: Parameter 'cmds' can be declared as reference to const. However it seems that 'listViews' is a callback function, if 'cmds' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pdns-5.0.0/pdns/pdnsutil.cc:5295:40: style: Parameter 'cmds' can be declared as reference to const. However it seems that 'listNetwork' is a callback function, if 'cmds' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pdns-5.0.0/pdns/pdnsutil.cc:5313:39: style: Parameter 'cmds' can be declared as reference to const. However it seems that 'setNetwork' is a callback function, if 'cmds' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pdns-5.0.0/pdns/ws-auth.cc:1001:27: style: Parameter 'req' can be declared as pointer to const. However it seems that 'apiDocs' is a callback function, if 'req' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pdns-5.0.0/pdns/ws-auth.cc:1830:59: style: Parameter 'req' can be declared as pointer to const. However it seems that 'apiServerAutoprimaryDetailDELETE' is a callback function, if 'req' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pdns-5.0.0/pdns/ws-auth.cc:2723:44: style: Parameter 'req' can be declared as pointer to const. However it seems that 'apiServerViewsGET' is a callback function, if 'req' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/pdp/pdp_0.14.1+darcs20180201.orig.tar.gz pdp-0.14.1+darcs20180201/modules/generic/pdp_convert.c:42:61: style: Parameter 's' can be declared as pointer to const. However it seems that 'pdp_convert_input_0' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pdp-0.14.1+darcs20180201/modules/generic/pdp_description.c:37:71: style: Parameter 's' can be declared as pointer to const. However it seems that 'pdp_description_input_pdp' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pdp-0.14.1+darcs20180201/modules/generic/pdp_description.c:47:71: style: Parameter 's' can be declared as pointer to const. However it seems that 'pdp_description_input_dpd' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pdp-0.14.1+darcs20180201/modules/generic/pdp_description.c:58:77: style: Parameter 'x' can be declared as pointer to const. However it seems that 'pdp_description_free' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pdp-0.14.1+darcs20180201/modules/generic/pdp_inspect.c:82:69: style: Parameter 'x' can be declared as pointer to const. However it seems that 'pdp_inspect_free' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pdp-0.14.1+darcs20180201/modules/generic/pdp_del.c:45:53: style: Parameter 's' can be declared as pointer to const. However it seems that 'pdp_del_input_0' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pdp-0.14.1+darcs20180201/modules/generic/pdp_loop.c:62:55: style: Parameter 's' can be declared as pointer to const. However it seems that 'pdp_loop_input_0' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pdp-0.14.1+darcs20180201/modules/generic/pdp_reg.c:82:53: style: Parameter 's' can be declared as pointer to const. However it seems that 'pdp_reg_input_0' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pdp-0.14.1+darcs20180201/modules/generic/pdp_reg.c:103:53: style: Parameter 's' can be declared as pointer to const. However it seems that 'pdp_reg_input_1' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pdp-0.14.1+darcs20180201/modules/generic/pdp_snap.c:50:55: style: Parameter 's' can be declared as pointer to const. However it seems that 'pdp_snap_input_1' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pdp-0.14.1+darcs20180201/modules/generic/pdp_route.c:62:61: style: Parameter 's' can be declared as pointer to const. However it seems that 'pdp_route_input_0_dpd' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pdp-0.14.1+darcs20180201/modules/generic/pdp_route.c:90:65: style: Parameter 'x' can be declared as pointer to const. However it seems that 'pdp_route_free' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pdp-0.14.1+darcs20180201/modules/generic/pdp_udp_send.c:166:63: style: Parameter 's' can be declared as pointer to const. However it seems that 'pdp_udp_send_input_0' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pdp-0.14.1+darcs20180201/modules/generic/pdp_rawout.c:316:43: style: Parameter 's' can be declared as pointer to const. However it seems that 'pdp_in' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pdp-0.14.1+darcs20180201/modules/generic/pdp_trigger.c:68:50: style: Parameter 'x' can be declared as pointer to const. However it seems that 'pdp_trigger_input_pdp' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pdp-0.14.1+darcs20180201/modules/generic/pdp_trigger.c:93:50: style: Parameter 'x' can be declared as pointer to const. However it seems that 'pdp_trigger_input_dpd' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pdp-0.14.1+darcs20180201/modules/generic/pdp_trigger.c:93:63: style: Parameter 's' can be declared as pointer to const. However it seems that 'pdp_trigger_input_dpd' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pdp-0.14.1+darcs20180201/modules/image_io/pdp_glx.c:235:53: style: Parameter 's' can be declared as pointer to const. However it seems that 'pdp_glx_input_0' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pdp-0.14.1+darcs20180201/modules/image_io/pdp_sdl.c:200:35: style: Parameter 'x' can be declared as pointer to const. However it seems that 'fullscreen' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pdp-0.14.1+darcs20180201/modules/image_io/pdp_sdl.c:213:45: style: Parameter 's' can be declared as pointer to const. However it seems that 'input_0' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pdp-0.14.1+darcs20180201/modules/image_io/pdp_xv.c:206:51: style: Parameter 's' can be declared as pointer to const. However it seems that 'pdp_xv_input_0' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pdp-0.14.1+darcs20180201/modules/image_special/pdp_grey2mask.c:123:65: style: Parameter 's' can be declared as pointer to const. However it seems that 'pdp_grey2mask_input_0' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pdp-0.14.1+darcs20180201/modules/image_special/pdp_array.c:105:57: style: Parameter 's' can be declared as pointer to const. However it seems that 'pdp_array_input_0' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pdp-0.14.1+darcs20180201/modules/image_special/pdp_array.c:179:49: style: Parameter 'r' can be declared as pointer to const. However it seems that 'pdp_grey2array_new' is a callback function, if 'r' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pdp-0.14.1+darcs20180201/modules/image_special/pdp_cog.c:154:53: style: Parameter 's' can be declared as pointer to const. However it seems that 'pdp_cog_input_0' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pdp-0.14.1+darcs20180201/modules/image_special/pdp_scale.c:173:57: style: Parameter 's' can be declared as pointer to const. However it seems that 'pdp_scale_input_0' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pdp-0.14.1+darcs20180201/modules/image_special/pdp_scan.c:122:55: style: Parameter 's' can be declared as pointer to const. However it seems that 'pdp_scan_input_0' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pdp-0.14.1+darcs20180201/modules/image_special/pdp_histo.c:284:57: style: Parameter 's' can be declared as pointer to const. However it seems that 'pdp_histo_input_0' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pdp-0.14.1+darcs20180201/modules/image_special/pdp_scanxy.c:107:59: style: Parameter 's' can be declared as pointer to const. However it seems that 'pdp_scanxy_input_0' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pdp-0.14.1+darcs20180201/modules/image_special/pdp_scope.c:58:47: style: Parameter 's' can be declared as pointer to const. However it seems that 'pdp_scope_type' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pdp-0.14.1+darcs20180201/modules/matrix_basic/pdp_mat_vec.c:161:42: style: Parameter 'type' can be declared as pointer to const. However it seems that 'pdp_mat_vec_list2vec_new' is a callback function, if 'type' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pdp-0.14.1+darcs20180201/opengl/modules/pdp_3d_context.c:79:54: style: Parameter 'x' can be declared as pointer to const. However it seems that 'pdp_3d_context_process' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pdp-0.14.1+darcs20180201/opengl/modules/pdp_3d_for.c:41:59: style: Parameter 's' can be declared as pointer to const. However it seems that 'pdp_3d_for_input_0' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pdp-0.14.1+darcs20180201/opengl/modules/pdp_3d_for.c:62:43: style: Parameter 'x' can be declared as pointer to const. However it seems that 'pdp_3d_for_free' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pdp-0.14.1+darcs20180201/opengl/modules/pdp_3d_drawmesh.c:215:61: style: Parameter 's' can be declared as pointer to const. However it seems that 'pdp_3d_drawmesh_normal' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pdp-0.14.1+darcs20180201/opengl/modules/pdp_3d_draw.c:89:39: style: Parameter 'x' can be declared as pointer to const. However it seems that 'draw_clear' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pdp-0.14.1+darcs20180201/opengl/modules/pdp_3d_draw.c:95:40: style: Parameter 'x' can be declared as pointer to const. However it seems that 'draw_square' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pdp-0.14.1+darcs20180201/opengl/modules/pdp_3d_draw.c:113:41: style: Parameter 'x' can be declared as pointer to const. However it seems that 'draw_wsquare' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pdp-0.14.1+darcs20180201/opengl/modules/pdp_3d_draw.c:126:42: style: Parameter 'x' can be declared as pointer to const. However it seems that 'draw_triangle' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pdp-0.14.1+darcs20180201/opengl/modules/pdp_3d_draw.c:147:43: style: Parameter 'x' can be declared as pointer to const. However it seems that 'draw_wtriangle' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pdp-0.14.1+darcs20180201/opengl/modules/pdp_3d_draw.c:202:40: style: Parameter 'x' can be declared as pointer to const. However it seems that 'draw_wtorus' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pdp-0.14.1+darcs20180201/opengl/modules/pdp_3d_draw.c:216:39: style: Parameter 'x' can be declared as pointer to const. However it seems that 'draw_torus' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pdp-0.14.1+darcs20180201/opengl/modules/pdp_3d_draw.c:230:38: style: Parameter 'x' can be declared as pointer to const. However it seems that 'draw_cone' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pdp-0.14.1+darcs20180201/opengl/modules/pdp_3d_draw.c:244:39: style: Parameter 'x' can be declared as pointer to const. However it seems that 'draw_wcone' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pdp-0.14.1+darcs20180201/opengl/modules/pdp_3d_draw.c:258:41: style: Parameter 'x' can be declared as pointer to const. However it seems that 'draw_wteapot' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pdp-0.14.1+darcs20180201/opengl/modules/pdp_3d_draw.c:265:40: style: Parameter 'x' can be declared as pointer to const. However it seems that 'draw_teapot' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pdp-0.14.1+darcs20180201/opengl/modules/pdp_3d_draw.c:272:41: style: Parameter 'x' can be declared as pointer to const. However it seems that 'draw_wsphere' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pdp-0.14.1+darcs20180201/opengl/modules/pdp_3d_draw.c:302:40: style: Parameter 'x' can be declared as pointer to const. However it seems that 'draw_dodeca' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pdp-0.14.1+darcs20180201/opengl/modules/pdp_3d_draw.c:303:38: style: Parameter 'x' can be declared as pointer to const. However it seems that 'draw_octa' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pdp-0.14.1+darcs20180201/opengl/modules/pdp_3d_draw.c:304:39: style: Parameter 'x' can be declared as pointer to const. However it seems that 'draw_tetra' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pdp-0.14.1+darcs20180201/opengl/modules/pdp_3d_draw.c:305:39: style: Parameter 'x' can be declared as pointer to const. However it seems that 'draw_icosa' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pdp-0.14.1+darcs20180201/opengl/modules/pdp_3d_draw.c:307:41: style: Parameter 'x' can be declared as pointer to const. However it seems that 'draw_wdodeca' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pdp-0.14.1+darcs20180201/opengl/modules/pdp_3d_draw.c:308:39: style: Parameter 'x' can be declared as pointer to const. However it seems that 'draw_wocta' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pdp-0.14.1+darcs20180201/opengl/modules/pdp_3d_draw.c:309:40: style: Parameter 'x' can be declared as pointer to const. However it seems that 'draw_wtetra' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pdp-0.14.1+darcs20180201/opengl/modules/pdp_3d_draw.c:310:40: style: Parameter 'x' can be declared as pointer to const. However it seems that 'draw_wicosa' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pdp-0.14.1+darcs20180201/modules/matrix_basic/clusterstuff.c:405:57: style: Parameter 's' can be declared as pointer to const. However it seems that 'pdp_histo_input_0' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pdp-0.14.1+darcs20180201/opengl/system/pdp_3Dcontext_glx.c:70:36: style: Parameter 'dst' can be declared as pointer to const. However it seems that '_3Dcontext_copy' is a callback function, if 'dst' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pdp-0.14.1+darcs20180201/opengl/system/pdp_3Dcontext_glx.c:71:36: style: Parameter 'src' can be declared as pointer to const. However it seems that '_3Dcontext_copy' is a callback function, if 'src' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pdp-0.14.1+darcs20180201/opengl/system/pdp_3Dcontext_glx.c:76:38: style: Parameter 'dst' can be declared as pointer to const. However it seems that '_3Dcontext_reinit' is a callback function, if 'dst' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pdp-0.14.1+darcs20180201/opengl/modules/pdp_3d_view.c:65:39: style: Parameter 'x' can be declared as pointer to const. However it seems that 'view_rot2d' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pdp-0.14.1+darcs20180201/opengl/modules/pdp_3d_view.c:68:38: style: Parameter 'x' can be declared as pointer to const. However it seems that 'view_rotx' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pdp-0.14.1+darcs20180201/opengl/modules/pdp_3d_view.c:69:38: style: Parameter 'x' can be declared as pointer to const. However it seems that 'view_roty' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pdp-0.14.1+darcs20180201/opengl/modules/pdp_3d_view.c:70:38: style: Parameter 'x' can be declared as pointer to const. However it seems that 'view_rotz' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pdp-0.14.1+darcs20180201/opengl/modules/pdp_3d_view.c:71:38: style: Parameter 'x' can be declared as pointer to const. However it seems that 'view_rota' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pdp-0.14.1+darcs20180201/opengl/modules/pdp_3d_view.c:74:40: style: Parameter 'x' can be declared as pointer to const. However it seems that 'view_transx' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pdp-0.14.1+darcs20180201/opengl/modules/pdp_3d_view.c:75:40: style: Parameter 'x' can be declared as pointer to const. However it seems that 'view_transy' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pdp-0.14.1+darcs20180201/opengl/modules/pdp_3d_view.c:76:40: style: Parameter 'x' can be declared as pointer to const. However it seems that 'view_transz' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pdp-0.14.1+darcs20180201/opengl/modules/pdp_3d_view.c:77:42: style: Parameter 'x' can be declared as pointer to const. However it seems that 'view_transxyz' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pdp-0.14.1+darcs20180201/puredata/pdp_base.c:119:50: style: Parameter 's' can be declared as pointer to const. However it seems that 'pdp_base_input_hot' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pdp-0.14.1+darcs20180201/puredata/pdp_base.c:164:51: style: Parameter 's' can be declared as pointer to const. However it seems that 'pdp_base_input_cold' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pdp-0.14.1+darcs20180201/opengl/system/pdp_texture.c:210:19: style: Parameter 'dest_template' can be declared as pointer to const. However it seems that '_pdp_packet_texture_convert_texture_to_bitmap' is a callback function, if 'dest_template' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pdp-0.14.1+darcs20180201/opengl/system/pdp_texture.c:268:36: style: Parameter 'dst' can be declared as pointer to const. However it seems that '_pdp_tex_reinit' is a callback function, if 'dst' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pdp-0.14.1+darcs20180201/puredata/pdp_control.c:58:69: style: Parameter 'x' can be declared as pointer to const. However it seems that 'pdp_control_info' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pdp-0.14.1+darcs20180201/puredata/pdp_control.c:62:79: style: Parameter 'x' can be declared as pointer to const. However it seems that 'pdp_control_collectgarbage' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pdp-0.14.1+darcs20180201/puredata/pdp_control.c:69:78: style: Parameter 'x' can be declared as pointer to const. However it seems that 'pdp_control_set_mem_limit' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pdp-0.14.1+darcs20180201/puredata/pdp_control.c:80:71: style: Parameter 'x' can be declared as pointer to const. However it seems that 'pdp_control_thread' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pdp-0.14.1+darcs20180201/puredata/pdp_dpd_base.c:42:70: style: Parameter 's' can be declared as pointer to const. However it seems that '_pdp_dpd_base_context_input' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pdp-0.14.1+darcs20180201/puredata/pdp_ut.c:54:85: style: Parameter 'x' can be declared as pointer to const. However it seems that 'pdp_ut_addscaleclip_free' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pdp-0.14.1+darcs20180201/puredata/pdp_ut.c:123:67: style: Parameter 'x' can be declared as pointer to const. However it seems that 'pdp_ut_map_free' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pdp-0.14.1+darcs20180201/puredata/pdp_ut.c:214:81: style: Parameter 'x' can be declared as pointer to const. However it seems that 'pdp_ut_rgb2ycrcb_free' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pdp-0.14.1+darcs20180201/scaf/pdp/pdp_ca_system.c:282:75: style: Parameter 'template' can be declared as pointer to const. However it seems that '_ca_to_image' is a callback function, if 'template' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pdp-0.14.1+darcs20180201/scaf/pdp/pdp_ca_system.c:287:75: style: Parameter 'template' can be declared as pointer to const. However it seems that '_image_to_ca' is a callback function, if 'template' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pdp-0.14.1+darcs20180201/scaf/pdp/pdp_ca.c:451:51: style: Parameter 's' can be declared as pointer to const. However it seems that 'pdp_ca_input_0' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pdp-0.14.1+darcs20180201/scaf/pdp/pdp_ca.c:465:51: style: Parameter 's' can be declared as pointer to const. However it seems that 'pdp_ca_input_1' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pdp-0.14.1+darcs20180201/scaf/pdp/pdp_ca.c:785:61: style: Parameter 's' can be declared as pointer to const. However it seems that 'pdp_ca_conv_input_0' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pdp-0.14.1+darcs20180201/system/type/pdp_matrix.c:408:63: style: Parameter 'dst' can be declared as pointer to const. However it seems that '_pdp_matrix_reinit' is a callback function, if 'dst' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pdp-0.14.1+darcs20180201/system/type/pdp_matrix.c:412:64: style: Parameter 'dst' can be declared as pointer to const. However it seems that '_pdp_matrix_cleanup' is a callback function, if 'dst' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pdp-0.14.1+darcs20180201/system/type/pdp_matrix.c:611:69: style: Parameter 'type' can be declared as pointer to const. However it seems that 'pdp_matrix_factory' is a callback function, if 'type' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pdp-0.14.1+darcs20180201/system/zl/xv.c:52:59: style: Parameter 'dpy' can be declared as pointer to const. However it seems that 'error_handler' is a callback function, if 'dpy' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pdp-0.14.1+darcs20180201/system/zl/xv.c:53:63: style: Parameter 'e' can be declared as pointer to const. However it seems that 'error_handler' is a callback function, if 'e' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/pdsh/pdsh_2.35.orig.tar.gz pdsh-2.35/src/modules/execcmd.c:118:35: style: Parameter 'opt' can be declared as pointer to const. However it seems that 'mod_exec_postop' is a callback function, if 'opt' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pdsh-2.35/src/modules/dshgroup.c:179:41: style: Parameter 'opt' can be declared as pointer to const. However it seems that 'read_groupfile' is a callback function, if 'opt' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pdsh-2.35/src/modules/k4cmd.c:151:31: style: Parameter 'opt' can be declared as pointer to const. However it seems that 'k4cmd_init' is a callback function, if 'opt' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pdsh-2.35/src/modules/k4cmd.c:188:26: style: Parameter 'addr' can be declared as pointer to const. However it seems that 'k4cmd' is a callback function, if 'addr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pdsh-2.35/src/modules/k4cmd.c:188:53: style: Parameter 'remuser' can be declared as pointer to const. However it seems that 'k4cmd' is a callback function, if 'remuser' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pdsh-2.35/src/modules/k4cmd.c:188:68: style: Parameter 'cmd' can be declared as pointer to const. However it seems that 'k4cmd' is a callback function, if 'cmd' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pdsh-2.35/src/modules/machines.c:90:34: style: Parameter 'pdsh_opt' can be declared as pointer to const. However it seems that 'machines_opt_a' is a callback function, if 'pdsh_opt' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pdsh-2.35/src/modules/machines.c:90:59: style: Parameter 'arg' can be declared as pointer to const. However it seems that 'machines_opt_a' is a callback function, if 'arg' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pdsh-2.35/src/modules/machines.c:96:40: style: Parameter 'opt' can be declared as pointer to const. However it seems that 'read_machines' is a callback function, if 'opt' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pdsh-2.35/src/modules/netgroup.c:168:41: style: Parameter 'opt' can be declared as pointer to const. However it seems that 'read_netgroup' is a callback function, if 'opt' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pdsh-2.35/src/modules/nodeupdown.c:100:36: style: Parameter 'pdsh_opt' can be declared as pointer to const. However it seems that 'nodeupdown_opt_v' is a callback function, if 'pdsh_opt' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pdsh-2.35/src/modules/nodeupdown.c:100:61: style: Parameter 'arg' can be declared as pointer to const. However it seems that 'nodeupdown_opt_v' is a callback function, if 'arg' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pdsh-2.35/src/modules/sshcmd.c:264:39: style: Parameter 'luser' can be declared as pointer to const. However it seems that 'sshcmd' is a callback function, if 'luser' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pdsh-2.35/src/modules/mcmd.c:307:12: style: Parameter 'ahost' can be declared as pointer to const. However it seems that 'mcmd' is a callback function, if 'ahost' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pdsh-2.35/src/modules/mcmd.c:307:25: style: Parameter 'addr' can be declared as pointer to const. However it seems that 'mcmd' is a callback function, if 'addr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pdsh-2.35/src/modules/mcmd.c:307:52: style: Parameter 'remuser' can be declared as pointer to const. However it seems that 'mcmd' is a callback function, if 'remuser' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pdsh-2.35/src/modules/mcmd.c:307:67: style: Parameter 'cmd' can be declared as pointer to const. However it seems that 'mcmd' is a callback function, if 'cmd' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pdsh-2.35/src/modules/xcpucmd.c:125:33: style: Parameter 'opt' can be declared as pointer to const. However it seems that 'xcpucmd_init' is a callback function, if 'opt' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pdsh-2.35/src/modules/xcpucmd.c:290:40: style: Parameter 'locuser' can be declared as pointer to const. However it seems that 'xcpucmd' is a callback function, if 'locuser' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pdsh-2.35/src/modules/xcpucmd.c:290:55: style: Parameter 'remuser' can be declared as pointer to const. However it seems that 'xcpucmd' is a callback function, if 'remuser' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pdsh-2.35/src/modules/xrcmd.c:169:31: style: Parameter 'opt' can be declared as pointer to const. However it seems that 'xrcmd_init' is a callback function, if 'opt' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pdsh-2.35/src/modules/xrcmd.c:207:13: style: Parameter 'ahost' can be declared as pointer to const. However it seems that 'xrcmd' is a callback function, if 'ahost' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pdsh-2.35/src/modules/xrcmd.c:207:26: style: Parameter 'addr' can be declared as pointer to const. However it seems that 'xrcmd' is a callback function, if 'addr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pdsh-2.35/src/modules/xrcmd.c:207:38: style: Parameter 'locuser' can be declared as pointer to const. However it seems that 'xrcmd' is a callback function, if 'locuser' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pdsh-2.35/src/modules/xrcmd.c:207:53: style: Parameter 'remuser' can be declared as pointer to const. However it seems that 'xrcmd' is a callback function, if 'remuser' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pdsh-2.35/src/modules/xrcmd.c:208:13: style: Parameter 'cmd' can be declared as pointer to const. However it seems that 'xrcmd' is a callback function, if 'cmd' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pdsh-2.35/src/pdsh/mod.c:438:39: style: Parameter 'col' can be declared as pointer to const. However it seems that '_opt_print' is a callback function, if 'col' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pdsh-2.35/src/pdsh/mod.c:453:28: style: Parameter 'type' can be declared as pointer to const. However it seems that '_cmp_type' is a callback function, if 'type' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pdsh-2.35/src/pdsh/mod.c:934:44: style: Parameter 'filename' can be declared as pointer to const. However it seems that '_cmp_filenames' is a callback function, if 'filename' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pdsh-2.35/src/pdsh/rcmd.c:146:50: style: Parameter 'x' can be declared as pointer to const. However it seems that 'find_rcmd_module' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pdsh-2.35/src/pdsh/rcmd.c:146:59: style: Parameter 'name' can be declared as pointer to const. However it seems that 'find_rcmd_module' is a callback function, if 'name' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pdsh-2.35/src/pdsh/rcmd.c:151:46: style: Parameter 'x' can be declared as pointer to const. However it seems that 'find_host' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pdsh-2.35/src/pdsh/rcmd.c:151:55: style: Parameter 'hostname' can be declared as pointer to const. However it seems that 'find_host' is a callback function, if 'hostname' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pdsh-2.35/tests/test-modules/pcptest.c:104:38: style: Parameter 'opt' can be declared as pointer to const. However it seems that 'mod_pcptest_postop' is a callback function, if 'opt' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pdsh-2.35/src/pdsh/cbuf.c:1266:33: style: Parameter 'psrcfd' can be declared as pointer to const. However it seems that 'cbuf_get_fd' is a callback function, if 'psrcfd' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pdsh-2.35/src/pdsh/cbuf.c:1304:20: style: Parameter 'srcbuf' can be declared as pointer to const. However it seems that 'cbuf_put_fd' is a callback function, if 'srcbuf' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pdsh-2.35/src/pdsh/cbuf.c:1304:33: style: Parameter 'pdstfd' can be declared as pointer to const. However it seems that 'cbuf_put_fd' is a callback function, if 'pdstfd' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pdsh-2.35/src/pdsh/cbuf.c:1325:21: style: Parameter 'srcbuf' can be declared as pointer to const. However it seems that 'cbuf_put_mem' is a callback function, if 'srcbuf' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pdsh-2.35/src/pdsh/wcoll.c:62:28: style: Parameter 'a' can be declared as pointer to const. However it seems that 'strcmp_f' is a callback function, if 'a' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pdsh-2.35/src/pdsh/wcoll.c:62:37: style: Parameter 'b' can be declared as pointer to const. However it seems that 'strcmp_f' is a callback function, if 'b' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/peg/peg_0.1.20+really0.1.18.orig.tar.gz src/leg.leg:375:45: style: Parameter 'yy' can be declared as pointer to const. However it seems that 'yy_1_end_of_line' is a callback function, if 'yy' is declared with const you might also need to cast function pointer(s). [constParameterCallback] src/leg.leg:375:55: style: Parameter 'yytext' can be declared as pointer to const. However it seems that 'yy_1_end_of_line' is a callback function, if 'yytext' is declared with const you might also need to cast function pointer(s). [constParameterCallback] src/leg.leg:389:40: style: Parameter 'yy' can be declared as pointer to const. However it seems that 'yy_1_action' is a callback function, if 'yy' is declared with const you might also need to cast function pointer(s). [constParameterCallback] src/leg.leg:389:50: style: Parameter 'yytext' can be declared as pointer to const. However it seems that 'yy_1_action' is a callback function, if 'yytext' is declared with const you might also need to cast function pointer(s). [constParameterCallback] src/leg.leg:712:41: style: Parameter 'yy' can be declared as pointer to const. However it seems that 'yy_1_trailer' is a callback function, if 'yy' is declared with const you might also need to cast function pointer(s). [constParameterCallback] src/leg.leg:712:51: style: Parameter 'yytext' can be declared as pointer to const. However it seems that 'yy_1_trailer' is a callback function, if 'yytext' is declared with const you might also need to cast function pointer(s). [constParameterCallback] src/leg.leg:740:45: style: Parameter 'yy' can be declared as pointer to const. However it seems that 'yy_1_declaration' is a callback function, if 'yy' is declared with const you might also need to cast function pointer(s). [constParameterCallback] src/leg.leg:740:55: style: Parameter 'yytext' can be declared as pointer to const. However it seems that 'yy_1_declaration' is a callback function, if 'yytext' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/pekwm/pekwm_0.1.18.orig.tar.gz pekwm-release-0.1.18/src/x11.cc:67:27: style: Parameter 'dpy' can be declared as pointer to const. However it seems that 'handleXError' is a callback function, if 'dpy' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pekwm-release-0.1.18/src/x11.cc:67:45: style: Parameter 'ev' can be declared as pointer to const. However it seems that 'handleXError' is a callback function, if 'ev' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/peony/peony_4.0.0.2.orig.tar.gz peony/libpeony-qt/file-operation/file-operation-progress-bar.cpp:733:57: style: Parameter 'icon' can be declared as reference to const. However it seems that 'updateValue' is a callback function, if 'icon' is declared with const you might also need to cast function pointer(s). [constParameterCallback] peony/libpeony-qt/vfs/peony-search-vfs-file.cpp:130:49: style: Parameter 'file' can be declared as pointer to const. However it seems that 'peony_search_vfs_file_is_native' is a callback function, if 'file' is declared with const you might also need to cast function pointer(s). [constParameterCallback] peony/libpeony-qt/vfs/peony-search-vfs-file.cpp:135:59: style: Parameter 'file' can be declared as pointer to const. However it seems that 'peony_search_vfs_file_get_uri_sheceme' is a callback function, if 'file' is declared with const you might also need to cast function pointer(s). [constParameterCallback] peony/libpeony-qt/vfs/peony-search-vfs-file.cpp:188:45: style: Parameter 'file' can be declared as pointer to const. However it seems that 'peony_search_vfs_file_get_path' is a callback function, if 'file' is declared with const you might also need to cast function pointer(s). [constParameterCallback] peony/libpeony-qt/vfs/favorite-vfs-file.cpp:608:55: style: Parameter 'file' can be declared as pointer to const. However it seems that 'vfs_favorite_file_find_enclosing_mount' is a callback function, if 'file' is declared with const you might also need to cast function pointer(s). [constParameterCallback] peony/libpeony-qt/vfs/favorite-vfs-file.cpp:608:75: style: Parameter 'cancellable' can be declared as pointer to const. However it seems that 'vfs_favorite_file_find_enclosing_mount' is a callback function, if 'cancellable' is declared with const you might also need to cast function pointer(s). [constParameterCallback] peony/libpeony-qt/vfs/favorite-vfs-file.cpp:613:51: style: Parameter 'parent' can be declared as pointer to const. However it seems that 'vfs_favorite_file_get_relative_path' is a callback function, if 'parent' is declared with const you might also need to cast function pointer(s). [constParameterCallback] peony/libpeony-qt/vfs/favorite-vfs-file.cpp:613:66: style: Parameter 'descendant' can be declared as pointer to const. However it seems that 'vfs_favorite_file_get_relative_path' is a callback function, if 'descendant' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/pepper/pepper_0.3.3.orig.tar.gz pepper-0.3.3/src/backends/subversion.cpp:341:63: style: Parameter 'entry' can be declared as pointer to const. However it seems that 'logReceiver' is a callback function, if 'entry' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/perftest/perftest_25.01.0+0.80.orig.tar.gz perftest-25.01.0/src/host_memory.c:58:41: style: Parameter 'ctx' can be declared as pointer to const. However it seems that 'host_memory_init' is a callback function, if 'ctx' is declared with const you might also need to cast function pointer(s). [constParameterCallback] perftest-25.01.0/src/mmap_memory.c:43:41: style: Parameter 'ctx' can be declared as pointer to const. However it seems that 'mmap_memory_init' is a callback function, if 'ctx' is declared with const you might also need to cast function pointer(s). [constParameterCallback] perftest-25.01.0/src/mmap_memory.c:67:48: style: Parameter 'ctx' can be declared as pointer to const. However it seems that 'mmap_memory_free_buffer' is a callback function, if 'ctx' is declared with const you might also need to cast function pointer(s). [constParameterCallback] perftest-25.01.0/src/mmap_memory.c:67:74: style: Parameter 'addr' can be declared as pointer to const. However it seems that 'mmap_memory_free_buffer' is a callback function, if 'addr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] perftest-25.01.0/src/neuron_memory.c:114:50: style: Parameter 'ctx' can be declared as pointer to const. However it seems that 'neuron_memory_free_buffer' is a callback function, if 'ctx' is declared with const you might also need to cast function pointer(s). [constParameterCallback] perftest-25.01.0/src/neuron_memory.c:114:76: style: Parameter 'addr' can be declared as pointer to const. However it seems that 'neuron_memory_free_buffer' is a callback function, if 'addr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] perftest-25.01.0/src/perftest_communication.c:292:54: style: Parameter 'my_dest' can be declared as pointer to const. However it seems that 'ethernet_write_keys' is a callback function, if 'my_dest' is declared with const you might also need to cast function pointer(s). [constParameterCallback] perftest-25.01.0/src/perftest_communication.c:293:25: style: Parameter 'comm' can be declared as pointer to const. However it seems that 'ethernet_write_keys' is a callback function, if 'comm' is declared with const you might also need to cast function pointer(s). [constParameterCallback] perftest-25.01.0/src/perftest_communication.c:337:25: style: Parameter 'comm' can be declared as pointer to const. However it seems that 'ethernet_read_keys' is a callback function, if 'comm' is declared with const you might also need to cast function pointer(s). [constParameterCallback] perftest-25.01.0/src/perftest_communication.c:436:50: style: Parameter 'my_dest' can be declared as pointer to const. However it seems that 'rdma_write_keys' is a callback function, if 'my_dest' is declared with const you might also need to cast function pointer(s). [constParameterCallback] perftest-25.01.0/src/cuda_memory.h:38:74: style: Parameter 'params' can be declared as pointer to const. However it seems that 'cuda_memory_create' is a callback function, if 'params' is declared with const you might also need to cast function pointer(s). [constParameterCallback] perftest-25.01.0/src/rocm_memory.h:28:74: style: Parameter 'params' can be declared as pointer to const. However it seems that 'rocm_memory_create' is a callback function, if 'params' is declared with const you might also need to cast function pointer(s). [constParameterCallback] perftest-25.01.0/src/neuron_memory.h:32:76: style: Parameter 'params' can be declared as pointer to const. However it seems that 'neuron_memory_create' is a callback function, if 'params' is declared with const you might also need to cast function pointer(s). [constParameterCallback] perftest-25.01.0/src/hl_memory.h:26:72: style: Parameter 'params' can be declared as pointer to const. However it seems that 'hl_memory_create' is a callback function, if 'params' is declared with const you might also need to cast function pointer(s). [constParameterCallback] perftest-25.01.0/src/mlu_memory.h:28:73: style: Parameter 'params' can be declared as pointer to const. However it seems that 'mlu_memory_create' is a callback function, if 'params' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/perl/perl_5.42.0.orig.tar.xz perl-5.42.0/amigaos4/amigaos.c:420:94: style: Parameter 'message' can be declared as pointer to const. However it seems that 'size_env' is a callback function, if 'message' is declared with const you might also need to cast function pointer(s). [constParameterCallback] perl-5.42.0/amigaos4/amigaos.c:429:94: style: Parameter 'message' can be declared as pointer to const. However it seems that 'copy_env' is a callback function, if 'message' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/perl-tk/perl-tk_804.036+dfsg1.orig.tar.xz perl-tk-804.036+dfsg1/JPEG/jpeg/jcdctmgr.c:180:58: style: Parameter 'compptr' can be declared as pointer to const. However it seems that 'forward_DCT' is a callback function, if 'compptr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] perl-tk-804.036+dfsg1/JPEG/jpeg/jcdctmgr.c:270:64: style: Parameter 'compptr' can be declared as pointer to const. However it seems that 'forward_DCT_float' is a callback function, if 'compptr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] perl-tk-804.036+dfsg1/JPEG/jpeg/jcsample.c:140:61: style: Parameter 'compptr' can be declared as pointer to const. However it seems that 'int_downsample' is a callback function, if 'compptr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] perl-tk-804.036+dfsg1/JPEG/jpeg/jcsample.c:187:66: style: Parameter 'compptr' can be declared as pointer to const. However it seems that 'fullsize_downsample' is a callback function, if 'compptr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] perl-tk-804.036+dfsg1/JPEG/jpeg/jcsample.c:212:62: style: Parameter 'compptr' can be declared as pointer to const. However it seems that 'h2v1_downsample' is a callback function, if 'compptr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] perl-tk-804.036+dfsg1/JPEG/jpeg/jcsample.c:249:62: style: Parameter 'compptr' can be declared as pointer to const. However it seems that 'h2v2_downsample' is a callback function, if 'compptr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] perl-tk-804.036+dfsg1/JPEG/jpeg/jcsample.c:292:69: style: Parameter 'compptr' can be declared as pointer to const. However it seems that 'h2v2_smooth_downsample' is a callback function, if 'compptr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] perl-tk-804.036+dfsg1/JPEG/jpeg/jcsample.c:392:72: style: Parameter 'compptr' can be declared as pointer to const. However it seems that 'fullsize_smooth_downsample' is a callback function, if 'compptr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] perl-tk-804.036+dfsg1/JPEG/jpeg/jdsample.c:189:61: style: Parameter 'compptr' can be declared as pointer to const. However it seems that 'int_upsample' is a callback function, if 'compptr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] perl-tk-804.036+dfsg1/JPEG/jpeg/jdsample.c:304:68: style: Parameter 'compptr' can be declared as pointer to const. However it seems that 'h2v1_fancy_upsample' is a callback function, if 'compptr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] perl-tk-804.036+dfsg1/JPEG/jpeg/jdsample.c:345:68: style: Parameter 'compptr' can be declared as pointer to const. However it seems that 'h2v2_fancy_upsample' is a callback function, if 'compptr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] perl-tk-804.036+dfsg1/JPEG/jpeg/jmemansi.c:111:19: style: Parameter 'buffer_address' can be declared as pointer to const. However it seems that 'write_backing_store' is a callback function, if 'buffer_address' is declared with const you might also need to cast function pointer(s). [constParameterCallback] perl-tk-804.036+dfsg1/JPEG/jpeg/jmemname.c:218:19: style: Parameter 'buffer_address' can be declared as pointer to const. However it seems that 'write_backing_store' is a callback function, if 'buffer_address' is declared with const you might also need to cast function pointer(s). [constParameterCallback] perl-tk-804.036+dfsg1/objGlue.c:1290:24: style: Parameter 'obj' can be declared as pointer to const. However it seems that 'DummyFreeProc' is a callback function, if 'obj' is declared with const you might also need to cast function pointer(s). [constParameterCallback] perl-tk-804.036+dfsg1/pTk/XrmOption.c:476:11: style: Parameter 'winPtr' can be declared as pointer to const. However it seems that 'XrmOptionClassChanged' is a callback function, if 'winPtr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] perl-tk-804.036+dfsg1/pTk/mTk/additions/imgWindow.c:118:14: style: Parameter 'filename' can be declared as pointer to const. However it seems that 'ChanMatchWin' is a callback function, if 'filename' is declared with const you might also need to cast function pointer(s). [constParameterCallback] perl-tk-804.036+dfsg1/pTk/mTk/additions/imgWindow.c:119:14: style: Parameter 'format' can be declared as pointer to const. However it seems that 'ChanMatchWin' is a callback function, if 'format' is declared with const you might also need to cast function pointer(s). [constParameterCallback] perl-tk-804.036+dfsg1/pTk/mTk/additions/imgWindow.c:120:10: style: Parameter 'widthPtr' can be declared as pointer to const. However it seems that 'ChanMatchWin' is a callback function, if 'widthPtr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] perl-tk-804.036+dfsg1/pTk/mTk/additions/imgWindow.c:120:21: style: Parameter 'heightPtr' can be declared as pointer to const. However it seems that 'ChanMatchWin' is a callback function, if 'heightPtr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] perl-tk-804.036+dfsg1/pTk/mTk/additions/imgWindow.c:121:17: style: Parameter 'interp' can be declared as pointer to const. However it seems that 'ChanMatchWin' is a callback function, if 'interp' is declared with const you might also need to cast function pointer(s). [constParameterCallback] perl-tk-804.036+dfsg1/pTk/mTk/tclGeneric/regc_locale.c:964:16: style: Parameter 'x' can be declared as pointer to const. However it seems that 'cmp' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] perl-tk-804.036+dfsg1/pTk/mTk/tclGeneric/regc_locale.c:964:20: style: Parameter 'y' can be declared as pointer to const. However it seems that 'cmp' is a callback function, if 'y' is declared with const you might also need to cast function pointer(s). [constParameterCallback] perl-tk-804.036+dfsg1/pTk/mTk/tclGeneric/tclCompile.c:502:14: style: Parameter 'srcPtr' can be declared as pointer to const. However it seems that 'DupByteCodeInternalRep' is a callback function, if 'srcPtr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] perl-tk-804.036+dfsg1/pTk/mTk/tclGeneric/tclCompile.c:503:14: style: Parameter 'copyPtr' can be declared as pointer to const. However it seems that 'DupByteCodeInternalRep' is a callback function, if 'copyPtr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] perl-tk-804.036+dfsg1/pTk/mTk/tclGeneric/tclHash.c:810:20: style: Parameter 'tablePtr' can be declared as pointer to const. However it seems that 'AllocArrayEntry' is a callback function, if 'tablePtr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] perl-tk-804.036+dfsg1/pTk/mTk/tclGeneric/tclHash.c:892:20: style: Parameter 'tablePtr' can be declared as pointer to const. However it seems that 'HashArrayKey' is a callback function, if 'tablePtr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] perl-tk-804.036+dfsg1/pTk/mTk/tclGeneric/tclHash.c:995:20: style: Parameter 'tablePtr' can be declared as pointer to const. However it seems that 'HashStringKey' is a callback function, if 'tablePtr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] perl-tk-804.036+dfsg1/pTk/mTk/tclGeneric/tclInterp.c:1444:20: style: Parameter 'objv' can be declared as const array. However it seems that 'AliasObjCmd' is a callback function, if 'objv' is declared with const you might also need to cast function pointer(s). [constParameterCallback] perl-tk-804.036+dfsg1/pTk/mTk/tclGeneric/tclProc.c:1638:17: style: Parameter 'interp' can be declared as pointer to const. However it seems that 'ProcBodySetFromAny' is a callback function, if 'interp' is declared with const you might also need to cast function pointer(s). [constParameterCallback] perl-tk-804.036+dfsg1/pTk/mTk/tclGeneric/tclProc.c:1639:14: style: Parameter 'objPtr' can be declared as pointer to const. However it seems that 'ProcBodySetFromAny' is a callback function, if 'objPtr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] perl-tk-804.036+dfsg1/pTk/mTk/tclGeneric/tclProc.c:1669:14: style: Parameter 'objPtr' can be declared as pointer to const. However it seems that 'ProcBodyUpdateString' is a callback function, if 'objPtr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] perl-tk-804.036+dfsg1/pTk/mTk/tclUnix/tclUnixChan.c:496:17: style: Parameter 'buf' can be declared as pointer to const. However it seems that 'FileOutputProc' is a callback function, if 'buf' is declared with const you might also need to cast function pointer(s). [constParameterCallback] perl-tk-804.036+dfsg1/pTk/mTk/tclUnix/tclUnixChan.c:2147:17: style: Parameter 'buf' can be declared as pointer to const. However it seems that 'TcpOutputProc' is a callback function, if 'buf' is declared with const you might also need to cast function pointer(s). [constParameterCallback] perl-tk-804.036+dfsg1/pTk/mTk/tclUnix/tclUnixPipe.c:1049:17: style: Parameter 'buf' can be declared as pointer to const. However it seems that 'PipeOutputProc' is a callback function, if 'buf' is declared with const you might also need to cast function pointer(s). [constParameterCallback] perl-tk-804.036+dfsg1/pTk/mTk/tclUnix/tclXtNotify.c:271:15: style: Parameter 'timePtr' can be declared as pointer to const. However it seems that 'SetTimer' is a callback function, if 'timePtr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] perl-tk-804.036+dfsg1/pTk/mTk/tclUnix/tclXtNotify.c:313:19: style: Parameter 'id' can be declared as pointer to const. However it seems that 'TimerProc' is a callback function, if 'id' is declared with const you might also need to cast function pointer(s). [constParameterCallback] perl-tk-804.036+dfsg1/pTk/mTk/tclUnix/tclXtNotify.c:507:16: style: Parameter 'id' can be declared as pointer to const. However it seems that 'FileProc' is a callback function, if 'id' is declared with const you might also need to cast function pointer(s). [constParameterCallback] perl-tk-804.036+dfsg1/pTk/mTk/tixWin/tkConsole80.c:260:11: style: Parameter 'buf' can be declared as pointer to const. However it seems that 'ConsoleInput' is a callback function, if 'buf' is declared with const you might also need to cast function pointer(s). [constParameterCallback] perl-tk-804.036+dfsg1/pTk/mTk/tixWin/tkConsole80.c:263:10: style: Parameter 'errorCode' can be declared as pointer to const. However it seems that 'ConsoleInput' is a callback function, if 'errorCode' is declared with const you might also need to cast function pointer(s). [constParameterCallback] perl-tk-804.036+dfsg1/pTk/mTk/tixWin/tkConsole80.c:288:17: style: Parameter 'interp' can be declared as pointer to const. However it seems that 'ConsoleClose' is a callback function, if 'interp' is declared with const you might also need to cast function pointer(s). [constParameterCallback] perl-tk-804.036+dfsg1/pTk/mTk/tixWin/tkConsole80.c:347:17: style: Parameter 'handlePtr' can be declared as pointer to const. However it seems that 'ConsoleHandle' is a callback function, if 'handlePtr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] perl-tk-804.036+dfsg1/pTk/mTk/tixWin/tkConsole80.c:531:13: style: Parameter 'eventPtr' can be declared as pointer to const. However it seems that 'ConsoleEventProc' is a callback function, if 'eventPtr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] perl-tk-804.036+dfsg1/pTk/mTk/unix/tkUnixEmbed.c:375:13: style: Parameter 'eventPtr' can be declared as pointer to const. However it seems that 'EmbeddedEventProc' is a callback function, if 'eventPtr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] perl-tk-804.036+dfsg1/pTk/mTk/unix/tkUnixSend.c:1372:13: style: Parameter 'eventPtr' can be declared as pointer to const. However it seems that 'SendEventProc' is a callback function, if 'eventPtr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] perl-tk-804.036+dfsg1/pTk/mTk/unix/tkUnixSend.c:1843:22: style: Parameter 'eventPtr' can be declared as pointer to const. However it seems that 'SendRestrictProc' is a callback function, if 'eventPtr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] perl-tk-804.036+dfsg1/pTk/mTk/win/tkWinEmbed.c:346:13: style: Parameter 'eventPtr' can be declared as pointer to const. However it seems that 'EmbeddedEventProc' is a callback function, if 'eventPtr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] perl-tk-804.036+dfsg1/pTk/mTk/win/tkWinEmbed.c:491:13: style: Parameter 'eventPtr' can be declared as pointer to const. However it seems that 'ContainerEventProc' is a callback function, if 'eventPtr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] perl-tk-804.036+dfsg1/pTk/mTk/win/tkWinFont.c:2113:18: style: Parameter 'lfPtr' can be declared as pointer to const. However it seems that 'WinFontExistProc' is a callback function, if 'lfPtr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] perl-tk-804.036+dfsg1/pTk/mTk/win/tkWinFont.c:2114:20: style: Parameter 'tmPtr' can be declared as pointer to const. However it seems that 'WinFontExistProc' is a callback function, if 'tmPtr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] perl-tk-804.036+dfsg1/pTk/mTk/unix/tkUnixWm.c:3672:13: style: Parameter 'eventPtr' can be declared as pointer to const. However it seems that 'WmWaitMapProc' is a callback function, if 'eventPtr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] perl-tk-804.036+dfsg1/pTk/mTk/unix/tkUnixWm.c:5286:13: style: Parameter 'eventPtr' can be declared as pointer to const. However it seems that 'WaitRestrictProc' is a callback function, if 'eventPtr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] perl-tk-804.036+dfsg1/pTk/mTk/unix/tkUnixWm.c:6975:13: style: Parameter 'eventPtr' can be declared as pointer to const. However it seems that 'MenubarDestroyProc' is a callback function, if 'eventPtr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] perl-tk-804.036+dfsg1/pTk/ptkCanvGrid.c:621:13: style: Parameter 'pointPtr' can be declared as pointer to const. However it seems that 'GridToPoint' is a callback function, if 'pointPtr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] perl-tk-804.036+dfsg1/pTk/ptkCanvGrid.c:654:13: style: Parameter 'areaPtr' can be declared as pointer to const. However it seems that 'GridToArea' is a callback function, if 'areaPtr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] perl-tk-804.036+dfsg1/pTk/ptkCanvGrid.c:759:17: style: Parameter 'interp' can be declared as pointer to const. However it seems that 'GridToPostscript' is a callback function, if 'interp' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/persalys/persalys_18.1+ds.orig.tar.xz persalys-18.1/lib/src/view/PyConsole/PyConsole_Editor.cxx:132:50: style: Parameter 'c' can be declared as pointer to const. However it seems that 'PyConsole_CallbackStdout' is a callback function, if 'c' is declared with const you might also need to cast function pointer(s). [constParameterCallback] persalys-18.1/lib/src/view/PyConsole/PyConsole_Editor.cxx:142:50: style: Parameter 'c' can be declared as pointer to const. However it seems that 'PyConsole_CallbackStderr' is a callback function, if 'c' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/pesign/pesign_116.orig.tar.bz2 pesign-116/src/actions.c:32:20: style: Parameter 'arg' can be declared as pointer to const. However it seems that 'handle_bytes' is a callback function, if 'arg' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pesign-116/src/actions.c:40:36: style: Parameter 'algid' can be declared as pointer to const. However it seems that 'decryption_allowed' is a callback function, if 'algid' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pesign-116/src/actions.c:41:18: style: Parameter 'key' can be declared as pointer to const. However it seems that 'decryption_allowed' is a callback function, if 'key' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pesign-116/src/certdb.c:261:46: style: Parameter 'sig' can be declared as pointer to const. However it seems that 'check_hash' is a callback function, if 'sig' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pesign-116/src/certdb.c:261:63: style: Parameter 'sigtype' can be declared as pointer to const. However it seems that 'check_hash' is a callback function, if 'sigtype' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pesign-116/src/certdb.c:345:32: style: Parameter 'ctx' can be declared as pointer to const. However it seems that 'check_cert' is a callback function, if 'ctx' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pesign-116/src/certdb.c:345:63: style: Parameter 'sigtype' can be declared as pointer to const. However it seems that 'check_cert' is a callback function, if 'sigtype' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pesign-116/src/cms_common.c:899:32: style: Parameter 'cert' can be declared as pointer to const. However it seems that 'match_subject' is a callback function, if 'cert' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pesign-116/src/cms_common.c:899:44: style: Parameter 'cbdatap' can be declared as pointer to const. However it seems that 'match_subject' is a callback function, if 'cbdatap' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pesign-116/src/daemon.c:116:29: style: Parameter 'ctx' can be declared as pointer to const. However it seems that 'handle_kill_daemon' is a callback function, if 'ctx' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pesign-116/src/daemon.c:117:21: style: Parameter 'pollfd' can be declared as pointer to const. However it seems that 'handle_kill_daemon' is a callback function, if 'pollfd' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pesign-116/util/setupsb.c:437:29: style: Parameter 'systab' can be declared as pointer to const. However it seems that 'append_pk' is a callback function, if 'systab' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/pftools/pftools_3.2.12.orig.tar.gz pftools3-3.2.12/src/C/utils/sigfpe.c:251:28: style: Parameter 'sip' can be declared as pointer to const. However it seems that 'fhdl' is a callback function, if 'sip' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/pg-auto-failover/pg-auto-failover_2.2.orig.tar.gz pg_auto_failover-2.2/src/bin/pg_autoctl/monitor.c:267:18: style: Parameter 'channel' can be declared as pointer to const. However it seems that 'monitor_process_state_notification' is a callback function, if 'channel' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pg_auto_failover-2.2/src/bin/pg_autoctl/monitor.c:268:18: style: Parameter 'payload' can be declared as pointer to const. However it seems that 'monitor_process_state_notification' is a callback function, if 'payload' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/pg-hint-plan-17/pg-hint-plan-17_1.7.0.orig.tar.gz pg_hint_plan-REL17_1_7_0/pg_hint_plan.c:796:31: style: Parameter 'newval' can be declared as pointer to const. However it seems that 'enable_hint_table_check' is a callback function, if 'newval' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pg_hint_plan-REL17_1_7_0/pg_hint_plan.c:814:45: style: Parameter 'extra' can be declared as pointer to const. However it seems that 'assign_enable_hint_table' is a callback function, if 'extra' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/pg-squeeze/pg-squeeze_1.9.0.orig.tar.gz pg_squeeze-REL1_9_0/concurrent.c:611:41: style: Parameter 'ctx' can be declared as pointer to const. However it seems that 'plugin_shutdown' is a callback function, if 'ctx' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pg_squeeze-REL1_9_0/concurrent.c:625:42: style: Parameter 'ctx' can be declared as pointer to const. However it seems that 'plugin_begin_txn' is a callback function, if 'ctx' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pg_squeeze-REL1_9_0/concurrent.c:625:65: style: Parameter 'txn' can be declared as pointer to const. However it seems that 'plugin_begin_txn' is a callback function, if 'txn' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pg_squeeze-REL1_9_0/concurrent.c:631:43: style: Parameter 'ctx' can be declared as pointer to const. However it seems that 'plugin_commit_txn' is a callback function, if 'ctx' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pg_squeeze-REL1_9_0/concurrent.c:631:66: style: Parameter 'txn' can be declared as pointer to const. However it seems that 'plugin_commit_txn' is a callback function, if 'txn' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/pgagroal/pgagroal_1.6.0.orig.tar.gz pgagroal-1.6.0/src/libpgagroal/pipeline_perf.c:74:30: style: Parameter 'shmem' can be declared as pointer to const. However it seems that 'performance_initialize' is a callback function, if 'shmem' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pgagroal-1.6.0/src/libpgagroal/pipeline_perf.c:74:68: style: Parameter 'pipeline_shmem_size' can be declared as pointer to const. However it seems that 'performance_initialize' is a callback function, if 'pipeline_shmem_size' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pgagroal-1.6.0/src/libpgagroal/pipeline_perf.c:80:59: style: Parameter 'w' can be declared as pointer to const. However it seems that 'performance_start' is a callback function, if 'w' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pgagroal-1.6.0/src/libpgagroal/pipeline_perf.c:98:34: style: Parameter 'loop' can be declared as pointer to const. However it seems that 'performance_stop' is a callback function, if 'loop' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pgagroal-1.6.0/src/libpgagroal/pipeline_perf.c:98:58: style: Parameter 'w' can be declared as pointer to const. However it seems that 'performance_stop' is a callback function, if 'w' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pgagroal-1.6.0/src/libpgagroal/pipeline_perf.c:103:27: style: Parameter 'pipeline_shmem' can be declared as pointer to const. However it seems that 'performance_destroy' is a callback function, if 'pipeline_shmem' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pgagroal-1.6.0/src/libpgagroal/pipeline_session.c:133:55: style: Parameter 'w' can be declared as pointer to const. However it seems that 'session_start' is a callback function, if 'w' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pgagroal-1.6.0/src/libpgagroal/pipeline_session.c:164:54: style: Parameter 'w' can be declared as pointer to const. However it seems that 'session_stop' is a callback function, if 'w' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pgagroal-1.6.0/src/libpgagroal/pipeline_transaction.c:97:30: style: Parameter 'shmem' can be declared as pointer to const. However it seems that 'transaction_initialize' is a callback function, if 'shmem' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pgagroal-1.6.0/src/libpgagroal/pipeline_transaction.c:97:68: style: Parameter 'pipeline_shmem_size' can be declared as pointer to const. However it seems that 'transaction_initialize' is a callback function, if 'pipeline_shmem_size' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pgagroal-1.6.0/src/libpgagroal/pipeline_transaction.c:186:27: style: Parameter 'pipeline_shmem' can be declared as pointer to const. However it seems that 'transaction_destroy' is a callback function, if 'pipeline_shmem' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pgagroal-1.6.0/src/main.c:1750:27: style: Parameter 'loop' can be declared as pointer to const. However it seems that 'reload_cb' is a callback function, if 'loop' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pgagroal-1.6.0/src/main.c:1750:44: style: Parameter 'w' can be declared as pointer to const. However it seems that 'reload_cb' is a callback function, if 'w' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pgagroal-1.6.0/src/main.c:1777:29: style: Parameter 'loop' can be declared as pointer to const. However it seems that 'coredump_cb' is a callback function, if 'loop' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pgagroal-1.6.0/src/main.c:1777:46: style: Parameter 'w' can be declared as pointer to const. However it seems that 'coredump_cb' is a callback function, if 'w' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/pgbouncer/pgbouncer_1.24.1.orig.tar.gz pgbouncer-1.24.1/lib/usual/cxalloc.c:146:31: style: Parameter 'ctx' can be declared as pointer to const. However it seems that 'libc_alloc' is a callback function, if 'ctx' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pgbouncer-1.24.1/lib/usual/cxextra.c:297:44: style: Parameter 'ptr' can be declared as pointer to const. However it seems that 'tree_realloc' is a callback function, if 'ptr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pgbouncer-1.24.1/lib/usual/cxextra.c:314:40: style: Parameter 'ptr' can be declared as pointer to const. However it seems that 'tree_free' is a callback function, if 'ptr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pgbouncer-1.24.1/lib/usual/pgsocket.c:225:42: style: Parameter 'arg' can be declared as pointer to const. However it seems that 'custom_notice_receiver' is a callback function, if 'arg' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pgbouncer-1.24.1/src/main.c:501:69: style: Parameter 'arg' can be declared as pointer to const. However it seems that 'handle_sigterm' is a callback function, if 'arg' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pgbouncer-1.24.1/src/main.c:518:68: style: Parameter 'arg' can be declared as pointer to const. However it seems that 'handle_sigint' is a callback function, if 'arg' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pgbouncer-1.24.1/src/main.c:543:69: style: Parameter 'arg' can be declared as pointer to const. However it seems that 'handle_sigquit' is a callback function, if 'arg' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pgbouncer-1.24.1/src/main.c:550:57: style: Parameter 'arg' can be declared as pointer to const. However it seems that 'handle_sigusr1' is a callback function, if 'arg' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pgbouncer-1.24.1/src/main.c:560:57: style: Parameter 'arg' can be declared as pointer to const. However it seems that 'handle_sigusr2' is a callback function, if 'arg' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pgbouncer-1.24.1/src/main.c:598:56: style: Parameter 'arg' can be declared as pointer to const. However it seems that 'handle_sighup' is a callback function, if 'arg' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pgbouncer-1.24.1/src/pooler.c:300:68: style: Parameter 'arg' can be declared as pointer to const. However it seems that 'err_wait_func' is a callback function, if 'arg' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/pgcopydb/pgcopydb_0.17.orig.tar.gz pgcopydb-0.17/src/bin/lib/sqlite/shell.c:12791:32: style: Parameter 'azResults' can be declared as const array. However it seems that 'countNonzeros' is a callback function, if 'azResults' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pgcopydb-0.17/src/bin/lib/sqlite/sqlite3.c:31975:50: style: Parameter 'db' can be declared as pointer to const. However it seems that 'sqlite3_str_new' is a callback function, if 'db' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pgcopydb-0.17/src/bin/lib/sqlite/sqlite3.c:62381:10: style: Parameter 'pPager' can be declared as pointer to const. However it seems that 'getPageError' is a callback function, if 'pPager' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pgcopydb-0.17/src/bin/lib/sqlite/sqlite3.c:82146:57: style: Parameter 'p' can be declared as pointer to const. However it seems that 'sqlite3_backup_remaining' is a callback function, if 'p' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pgcopydb-0.17/src/bin/lib/sqlite/sqlite3.c:82160:57: style: Parameter 'p' can be declared as pointer to const. However it seems that 'sqlite3_backup_pagecount' is a callback function, if 'p' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pgcopydb-0.17/src/bin/lib/sqlite/sqlite3.c:90067:50: style: Parameter 'pVal' can be declared as pointer to const. However it seems that 'sqlite3_value_type' is a callback function, if 'pVal' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pgcopydb-0.17/src/bin/lib/sqlite/sqlite3.c:90151:54: style: Parameter 'pVal' can be declared as pointer to const. However it seems that 'sqlite3_value_encoding' is a callback function, if 'pVal' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pgcopydb-0.17/src/bin/lib/sqlite/sqlite3.c:90156:54: style: Parameter 'pVal' can be declared as pointer to const. However it seems that 'sqlite3_value_nochange' is a callback function, if 'pVal' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pgcopydb-0.17/src/bin/lib/sqlite/sqlite3.c:90161:54: style: Parameter 'pVal' can be declared as pointer to const. However it seems that 'sqlite3_value_frombind' is a callback function, if 'pVal' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pgcopydb-0.17/src/bin/lib/sqlite/sqlite3.c:90450:76: style: Parameter 'pValue' can be declared as pointer to const. However it seems that 'sqlite3_result_value' is a callback function, if 'pValue' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pgcopydb-0.17/src/bin/lib/sqlite/sqlite3.c:110101:71: style: Parameter 'p' can be declared as pointer to const. However it seems that 'gatherSelectWindowsSelectCallback' is a callback function, if 'p' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pgcopydb-0.17/src/bin/lib/sqlite/sqlite3.c:114719:48: style: Parameter 'pExpr' can be declared as pointer to const. However it seems that 'exprIdxCover' is a callback function, if 'pExpr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pgcopydb-0.17/src/bin/lib/sqlite/sqlite3.c:114812:52: style: Parameter 'pExpr' can be declared as pointer to const. However it seems that 'exprRefToSrcList' is a callback function, if 'pExpr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pgcopydb-0.17/src/bin/lib/sqlite/sqlite3.c:132355:55: style: Parameter 'pExpr' can be declared as pointer to const. However it seems that 'exprColumnFlagUnion' is a callback function, if 'pExpr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pgcopydb-0.17/src/bin/lib/sqlite/sqlite3.c:133553:59: style: Parameter 'pExpr' can be declared as pointer to const. However it seems that 'checkConstraintExprNode' is a callback function, if 'pExpr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pgcopydb-0.17/src/bin/lib/sqlite/sqlite3.c:140362:9: style: Parameter 'pAux' can be declared as pointer to const. However it seems that 'pragmaVtabConnect' is a callback function, if 'pAux' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pgcopydb-0.17/src/bin/lib/sqlite/sqlite3.c:155395:50: style: Parameter 'db' can be declared as pointer to const. However it seems that 'sqlite3_vtab_on_conflict' is a callback function, if 'db' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pgcopydb-0.17/src/bin/lib/sqlite/sqlite3.c:164233:66: style: Parameter 'pExpr' can be declared as pointer to const. However it seems that 'whereIsCoveringIndexWalkCallback' is a callback function, if 'pExpr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pgcopydb-0.17/src/bin/lib/sqlite/sqlite3.c:166394:59: style: Parameter 'pExpr' can be declared as pointer to const. However it seems that 'exprNodeIsDeterministic' is a callback function, if 'pExpr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pgcopydb-0.17/src/bin/lib/sqlite/sqlite3.c:168735:51: style: Parameter 'pWalker' can be declared as pointer to const. However it seems that 'sqlite3WindowExtraAggFuncDepth' is a callback function, if 'pWalker' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pgcopydb-0.17/src/bin/lib/sqlite/sqlite3.c:178989:53: style: Parameter 'db' can be declared as pointer to const. However it seems that 'sqlite3_db_mutex' is a callback function, if 'db' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pgcopydb-0.17/src/bin/lib/sqlite/sqlite3.c:179208:60: style: Parameter 'db' can be declared as pointer to const. However it seems that 'sqlite3_last_insert_rowid' is a callback function, if 'db' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pgcopydb-0.17/src/bin/lib/sqlite/sqlite3.c:179236:53: style: Parameter 'db' can be declared as pointer to const. However it seems that 'sqlite3_changes64' is a callback function, if 'db' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pgcopydb-0.17/src/bin/lib/sqlite/sqlite3.c:179252:59: style: Parameter 'db' can be declared as pointer to const. However it seems that 'sqlite3_total_changes64' is a callback function, if 'db' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pgcopydb-0.17/src/bin/lib/sqlite/sqlite3.c:181942:48: style: Parameter 'db' can be declared as pointer to const. However it seems that 'sqlite3_get_autocommit' is a callback function, if 'db' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pgcopydb-0.17/src/bin/pgcopydb/indexes.c:645:55: style: Parameter 'index' can be declared as pointer to const. However it seems that 'copydb_add_table_indexes_hook' is a callback function, if 'index' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pgcopydb-0.17/src/bin/pgcopydb/table-data.c:548:63: style: Parameter 'table' can be declared as pointer to const. However it seems that 'copydb_copy_supervisor_add_table_hook' is a callback function, if 'table' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pgcopydb-0.17/src/bin/pgcopydb/table-data.c:1403:53: style: Parameter 'stats' can be declared as pointer to const. However it seems that 'copydb_update_copy_stats_hook' is a callback function, if 'stats' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/pgpool2/pgpool2_4.6.3.orig.tar.gz pgpool-II-4.6.3/src/config/pool_config_variables.c:4309:53: style: Parameter 'newval' can be declared as pointer to const. However it seems that 'BackendFlagsAssignFunc' is a callback function, if 'newval' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pgpool-II-4.6.3/src/config/pool_config_variables.c:4465:30: style: Parameter 'newval' can be declared as pointer to const. However it seems that 'SyslogIdentProcessFunc' is a callback function, if 'newval' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pgpool-II-4.6.3/src/config/pool_config_variables.c:5019:41: style: Parameter 'newval' can be declared as pointer to const. However it seems that 'MakeDMLAdaptiveObjectRelationList' is a callback function, if 'newval' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pgpool-II-4.6.3/src/context/pool_session_context.c:900:31: style: Parameter 'arg' can be declared as pointer to const. However it seems that 'GetTranIsolationErrorCb' is a callback function, if 'arg' is declared with const you might also need to cast function pointer(s). [constParameterCallback] scan.l:1178:26: style: Parameter 'arg' can be declared as pointer to const. However it seems that 'scb_error_callback' is a callback function, if 'arg' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pgpool-II-4.6.3/src/utils/json.c:126:44: style: Parameter 'user_data' can be declared as pointer to const. However it seems that 'default_alloc' is a callback function, if 'user_data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pgpool-II-4.6.3/src/utils/pool_relcache.c:362:29: style: Parameter 'arg' can be declared as pointer to const. However it seems that 'SearchRelCacheErrorCb' is a callback function, if 'arg' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/pgqd/pgqd_3.5.orig.tar.gz pgqd-3.5/lib/usual/cxalloc.c:146:31: style: Parameter 'ctx' can be declared as pointer to const. However it seems that 'libc_alloc' is a callback function, if 'ctx' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pgqd-3.5/src/pgsocket.c:227:42: style: Parameter 'arg' can be declared as pointer to const. However it seems that 'custom_notice_receiver' is a callback function, if 'arg' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/pgtcl/pgtcl_3.1.1.orig.tar.gz pgtcl-3.1.1/generic/pgtclId.c:176:17: style: Parameter 'handlePtr' can be declared as pointer to const. However it seems that 'PgGetHandleProc' is a callback function, if 'handlePtr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pgtcl-3.1.1/generic/pgtclId.c:743:19: style: Parameter 'interp' can be declared as pointer to const. However it seems that 'PgDelConnectionId' is a callback function, if 'interp' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/pgvector/pgvector_0.8.1.orig.tar.gz pgvector-0.8.1/src/ivfscan.c:182:24: style: Parameter 'flinfo' can be declared as pointer to const. However it seems that 'ZeroDistance' is a callback function, if 'flinfo' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pgvector-0.8.1/src/ivfutils.c:279:51: style: Parameter 'x' can be declared as pointer to const. However it seems that 'BitUpdateCenter' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/phasex/phasex_0.14.97.orig.tar.gz phasex-0.14.97/src/gui_alsa.c:249:68: style: Parameter 'data' can be declared as pointer to const. However it seems that 'on_select_alsa_pcm_hw_device' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phasex-0.14.97/src/gui_alsa.c:278:63: style: Parameter 'data' can be declared as pointer to const. However it seems that 'on_select_alsa_seq_port' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phasex-0.14.97/src/gui_alsa.c:309:69: style: Parameter 'data' can be declared as pointer to const. However it seems that 'on_select_alsa_rawmidi_device' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phasex-0.14.97/src/gui_jack.c:89:64: style: Parameter 'data' can be declared as pointer to const. However it seems that 'on_select_jack_midi_port' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/phast/phast_1.7+dfsg.orig.tar.xz phast-1.7/src/lib/base/phast_hashtable.c:74:17: style: Parameter 'key1ptr' can be declared as pointer to const. However it seems that 'equal' is a callback function, if 'key1ptr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phast-1.7/src/lib/base/phast_hashtable.c:74:32: style: Parameter 'key2' can be declared as pointer to const. However it seems that 'equal' is a callback function, if 'key2' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/phoc/phoc_0.49.0.orig.tar.xz phoc-0.49.0/examples/device-state.c:20:36: style: Parameter 'data' can be declared as pointer to const. However it seems that 'tablet_mode_switch_disabled' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/examples/device-state.c:21:66: style: Parameter 'zphoc_tablet_mode_switch_v1' can be declared as pointer to const. However it seems that 'tablet_mode_switch_disabled' is a callback function, if 'zphoc_tablet_mode_switch_v1' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/examples/device-state.c:27:35: style: Parameter 'data' can be declared as pointer to const. However it seems that 'tablet_mode_switch_enabled' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/examples/device-state.c:28:65: style: Parameter 'zphoc_tablet_mode_switch_v1' can be declared as pointer to const. However it seems that 'tablet_mode_switch_enabled' is a callback function, if 'zphoc_tablet_mode_switch_v1' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/examples/device-state.c:40:26: style: Parameter 'data' can be declared as pointer to const. However it seems that 'lid_switch_closed' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/examples/device-state.c:41:48: style: Parameter 'zphoc_lid_switch_v1' can be declared as pointer to const. However it seems that 'lid_switch_closed' is a callback function, if 'zphoc_lid_switch_v1' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/examples/device-state.c:47:26: style: Parameter 'data' can be declared as pointer to const. However it seems that 'lid_switch_opened' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/examples/device-state.c:48:48: style: Parameter 'zphoc_lid_switch_v1' can be declared as pointer to const. However it seems that 'lid_switch_opened' is a callback function, if 'zphoc_lid_switch_v1' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/examples/device-state.c:94:29: style: Parameter 'data' can be declared as pointer to const. However it seems that 'handle_global_remove' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/examples/device-state.c:94:55: style: Parameter 'registry' can be declared as pointer to const. However it seems that 'handle_global_remove' is a callback function, if 'registry' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/examples/idle.c:43:29: style: Parameter 'data' can be declared as pointer to const. However it seems that 'handle_global_remove' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/examples/idle.c:43:55: style: Parameter 'registry' can be declared as pointer to const. However it seems that 'handle_global_remove' is a callback function, if 'registry' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/examples/idle.c:54:21: style: Parameter 'data' can be declared as pointer to const. However it seems that 'handle_idled' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/examples/idle.c:54:60: style: Parameter 'timer' can be declared as pointer to const. However it seems that 'handle_idled' is a callback function, if 'timer' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/examples/idle.c:60:23: style: Parameter 'data' can be declared as pointer to const. However it seems that 'handle_resumed' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/examples/idle.c:60:62: style: Parameter 'timer' can be declared as pointer to const. However it seems that 'handle_resumed' is a callback function, if 'timer' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/examples/phosh-private.c:31:29: style: Parameter 'data' can be declared as pointer to const. However it seems that 'handle_global_remove' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/examples/phosh-private.c:31:55: style: Parameter 'registry' can be declared as pointer to const. However it seems that 'handle_global_remove' is a callback function, if 'registry' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/src/anim/timed-animation.c:190:50: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phoc_timed_animation_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/src/anim/timed-animation.c:218:48: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phoc_timed_animation_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/src/anim/property-easer.c:179:49: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phoc_property_easer_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/src/anim/property-easer.c:207:47: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phoc_property_easer_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/examples/layer-shell-effects.c:77:26: style: Parameter 'data' can be declared as pointer to const. However it seems that 'touch_handle_down' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/examples/layer-shell-effects.c:77:49: style: Parameter 'wl_touch_' can be declared as pointer to const. However it seems that 'touch_handle_down' is a callback function, if 'wl_touch_' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/examples/layer-shell-effects.c:78:71: style: Parameter 'surface' can be declared as pointer to const. However it seems that 'touch_handle_down' is a callback function, if 'surface' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/examples/layer-shell-effects.c:85:24: style: Parameter 'data' can be declared as pointer to const. However it seems that 'touch_handle_up' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/examples/layer-shell-effects.c:85:47: style: Parameter 'wl_touch_' can be declared as pointer to const. However it seems that 'touch_handle_up' is a callback function, if 'wl_touch_' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/examples/layer-shell-effects.c:92:28: style: Parameter 'data' can be declared as pointer to const. However it seems that 'touch_handle_motion' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/examples/layer-shell-effects.c:92:51: style: Parameter 'wl_touch_' can be declared as pointer to const. However it seems that 'touch_handle_motion' is a callback function, if 'wl_touch_' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/examples/layer-shell-effects.c:98:27: style: Parameter 'data' can be declared as pointer to const. However it seems that 'touch_handle_frame' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/examples/layer-shell-effects.c:98:50: style: Parameter 'wl_touch_' can be declared as pointer to const. However it seems that 'touch_handle_frame' is a callback function, if 'wl_touch_' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/examples/layer-shell-effects.c:103:28: style: Parameter 'data' can be declared as pointer to const. However it seems that 'touch_handle_cancel' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/examples/layer-shell-effects.c:103:51: style: Parameter 'wl_touch_' can be declared as pointer to const. However it seems that 'touch_handle_cancel' is a callback function, if 'wl_touch_' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/examples/layer-shell-effects.c:109:27: style: Parameter 'data' can be declared as pointer to const. However it seems that 'touch_handle_shape' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/examples/layer-shell-effects.c:109:50: style: Parameter 'wl_touch_' can be declared as pointer to const. However it seems that 'touch_handle_shape' is a callback function, if 'wl_touch_' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/examples/layer-shell-effects.c:115:33: style: Parameter 'data' can be declared as pointer to const. However it seems that 'touch_handle_orientation' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/examples/layer-shell-effects.c:115:56: style: Parameter 'wl_touch_' can be declared as pointer to const. However it seems that 'touch_handle_orientation' is a callback function, if 'wl_touch_' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/examples/layer-shell-effects.c:236:25: style: Parameter 'data' can be declared as pointer to const. However it seems that 'wl_pointer_leave' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/examples/layer-shell-effects.c:236:50: style: Parameter 'wl_pointer' can be declared as pointer to const. However it seems that 'wl_pointer_leave' is a callback function, if 'wl_pointer' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/examples/layer-shell-effects.c:237:55: style: Parameter 'surface' can be declared as pointer to const. However it seems that 'wl_pointer_leave' is a callback function, if 'surface' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/examples/layer-shell-effects.c:252:26: style: Parameter 'data' can be declared as pointer to const. However it seems that 'wl_pointer_button' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/examples/layer-shell-effects.c:252:51: style: Parameter 'wl_pointer' can be declared as pointer to const. However it seems that 'wl_pointer_button' is a callback function, if 'wl_pointer' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/examples/layer-shell-effects.c:267:24: style: Parameter 'data' can be declared as pointer to const. However it seems that 'wl_pointer_axis' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/examples/layer-shell-effects.c:267:49: style: Parameter 'wl_pointer' can be declared as pointer to const. However it seems that 'wl_pointer_axis' is a callback function, if 'wl_pointer' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/examples/layer-shell-effects.c:274:25: style: Parameter 'data' can be declared as pointer to const. However it seems that 'wl_pointer_frame' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/examples/layer-shell-effects.c:274:50: style: Parameter 'wl_pointer' can be declared as pointer to const. However it seems that 'wl_pointer_frame' is a callback function, if 'wl_pointer' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/examples/layer-shell-effects.c:280:31: style: Parameter 'data' can be declared as pointer to const. However it seems that 'wl_pointer_axis_source' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/examples/layer-shell-effects.c:280:56: style: Parameter 'wl_pointer' can be declared as pointer to const. However it seems that 'wl_pointer_axis_source' is a callback function, if 'wl_pointer' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/examples/layer-shell-effects.c:287:29: style: Parameter 'data' can be declared as pointer to const. However it seems that 'wl_pointer_axis_stop' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/examples/layer-shell-effects.c:287:54: style: Parameter 'wl_pointer' can be declared as pointer to const. However it seems that 'wl_pointer_axis_stop' is a callback function, if 'wl_pointer' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/examples/layer-shell-effects.c:294:33: style: Parameter 'data' can be declared as pointer to const. However it seems that 'wl_pointer_axis_discrete' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/examples/layer-shell-effects.c:294:58: style: Parameter 'wl_pointer' can be declared as pointer to const. However it seems that 'wl_pointer_axis_discrete' is a callback function, if 'wl_pointer' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/examples/layer-shell-effects.c:313:27: style: Parameter 'data' can be declared as pointer to const. However it seems that 'wl_keyboard_keymap' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/examples/layer-shell-effects.c:313:53: style: Parameter 'wl_keyboard' can be declared as pointer to const. However it seems that 'wl_keyboard_keymap' is a callback function, if 'wl_keyboard' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/examples/layer-shell-effects.c:320:26: style: Parameter 'data' can be declared as pointer to const. However it seems that 'wl_keyboard_enter' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/examples/layer-shell-effects.c:320:52: style: Parameter 'wl_keyboard' can be declared as pointer to const. However it seems that 'wl_keyboard_enter' is a callback function, if 'wl_keyboard' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/examples/layer-shell-effects.c:321:56: style: Parameter 'surface' can be declared as pointer to const. However it seems that 'wl_keyboard_enter' is a callback function, if 'surface' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/examples/layer-shell-effects.c:321:82: style: Parameter 'keys' can be declared as pointer to const. However it seems that 'wl_keyboard_enter' is a callback function, if 'keys' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/examples/layer-shell-effects.c:327:26: style: Parameter 'data' can be declared as pointer to const. However it seems that 'wl_keyboard_leave' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/examples/layer-shell-effects.c:327:52: style: Parameter 'wl_keyboard' can be declared as pointer to const. However it seems that 'wl_keyboard_leave' is a callback function, if 'wl_keyboard' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/examples/layer-shell-effects.c:328:56: style: Parameter 'surface' can be declared as pointer to const. However it seems that 'wl_keyboard_leave' is a callback function, if 'surface' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/examples/layer-shell-effects.c:334:24: style: Parameter 'data' can be declared as pointer to const. However it seems that 'wl_keyboard_key' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/examples/layer-shell-effects.c:334:50: style: Parameter 'wl_keyboard' can be declared as pointer to const. However it seems that 'wl_keyboard_key' is a callback function, if 'wl_keyboard' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/examples/layer-shell-effects.c:341:30: style: Parameter 'data' can be declared as pointer to const. However it seems that 'wl_keyboard_modifiers' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/examples/layer-shell-effects.c:341:56: style: Parameter 'wl_keyboard' can be declared as pointer to const. However it seems that 'wl_keyboard_modifiers' is a callback function, if 'wl_keyboard' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/examples/layer-shell-effects.c:349:32: style: Parameter 'data' can be declared as pointer to const. However it seems that 'wl_keyboard_repeat_info' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/examples/layer-shell-effects.c:349:58: style: Parameter 'wl_keyboard' can be declared as pointer to const. However it seems that 'wl_keyboard_repeat_info' is a callback function, if 'wl_keyboard' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/examples/layer-shell-effects.c:383:25: style: Parameter 'data' can be declared as pointer to const. However it seems that 'seat_handle_name' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/examples/layer-shell-effects.c:383:47: style: Parameter 'wl_seat' can be declared as pointer to const. However it seems that 'seat_handle_name' is a callback function, if 'wl_seat' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/examples/layer-shell-effects.c:397:72: style: Parameter 'drag_surface_' can be declared as pointer to const. However it seems that 'drag_surface_handle_drag_end' is a callback function, if 'drag_surface_' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/examples/layer-shell-effects.c:414:71: style: Parameter 'drag_surface_' can be declared as pointer to const. However it seems that 'drag_surface_handle_dragged' is a callback function, if 'drag_surface_' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/examples/layer-shell-effects.c:467:29: style: Parameter 'data' can be declared as pointer to const. However it seems that 'handle_global_remove' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/examples/layer-shell-effects.c:467:55: style: Parameter 'registry' can be declared as pointer to const. However it seems that 'handle_global_remove' is a callback function, if 'registry' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/src/cairo-texture.c:40:36: style: Parameter 'wlr_buffer' can be declared as pointer to const. However it seems that 'buffer_destroy' is a callback function, if 'wlr_buffer' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/src/cairo-texture.c:62:48: style: Parameter 'wlr_buffer' can be declared as pointer to const. However it seems that 'buffer_end_data_ptr_access' is a callback function, if 'wlr_buffer' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/src/cairo-texture.c:77:48: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phoc_cairo_texture_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/src/cairo-texture.c:99:46: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phoc_cairo_texture_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/src/color-rect.c:60:45: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phoc_color_rect_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/src/color-rect.c:107:43: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phoc_color_rect_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/src/cutouts-overlay.c:76:50: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phoc_cutouts_overlay_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/src/cutouts-overlay.c:95:48: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phoc_cutouts_overlay_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/src/debug-control.c:152:48: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phoc_debug_control_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/src/debug-control.c:174:46: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phoc_debug_control_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/src/device-state.c:320:47: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phoc_device_state_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/src/device-state.c:339:45: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phoc_device_state_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/src/gesture-single.c:50:49: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phoc_gesture_single_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/src/gesture-single.c:70:47: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phoc_gesture_single_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/src/gesture-single.c:170:47: style: Parameter 'sequence' can be declared as pointer to const. However it seems that 'phoc_gesture_single_cancel' is a callback function, if 'sequence' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/src/gtk-shell.c:85:39: style: Parameter 'client' can be declared as pointer to const. However it seems that 'handle_set_modal' is a callback function, if 'client' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/src/gtk-shell.c:86:39: style: Parameter 'resource' can be declared as pointer to const. However it seems that 'handle_set_modal' is a callback function, if 'resource' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/src/gtk-shell.c:93:41: style: Parameter 'client' can be declared as pointer to const. However it seems that 'handle_unset_modal' is a callback function, if 'client' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/src/gtk-shell.c:94:41: style: Parameter 'resource' can be declared as pointer to const. However it seems that 'handle_unset_modal' is a callback function, if 'resource' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/src/gtk-shell.c:101:37: style: Parameter 'client' can be declared as pointer to const. However it seems that 'handle_present' is a callback function, if 'client' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/src/gtk-shell.c:102:37: style: Parameter 'resource' can be declared as pointer to const. However it seems that 'handle_present' is a callback function, if 'resource' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/src/gtk-shell.c:351:41: style: Parameter 'client' can be declared as pointer to const. However it seems that 'handle_system_bell' is a callback function, if 'client' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/src/gtk-shell.c:352:41: style: Parameter 'resource' can be declared as pointer to const. However it seems that 'handle_system_bell' is a callback function, if 'resource' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/src/gtk-shell.c:353:41: style: Parameter 'surface' can be declared as pointer to const. However it seems that 'handle_system_bell' is a callback function, if 'surface' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/src/input-device.c:86:47: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phoc_input_device_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/src/input-device.c:112:45: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phoc_input_device_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/src/cursor.c:648:41: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phoc_cursor_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/src/cursor.c:667:39: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phoc_cursor_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/src/cursor.c:1833:47: style: Parameter 'data' can be declared as pointer to const. However it seems that 'handle_constraint_commit' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/src/gesture.c:78:40: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phoc_gesture_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/src/gesture.c:95:42: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phoc_gesture_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/src/gesture.c:501:50: style: Parameter 'self' can be declared as pointer to const. However it seems that 'phoc_gesture_filter_event_impl' is a callback function, if 'self' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/src/output-shield.c:93:48: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phoc_output_shield_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/src/output-shield.c:115:46: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phoc_output_shield_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/src/outputs-states.c:71:49: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phoc_outputs_states_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/src/outputs-states.c:90:47: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phoc_outputs_states_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/src/phosh-private.c:92:46: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phoc_phosh_private_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/src/phosh-private.c:216:81: style: Parameter 'wl_client' can be declared as pointer to const. However it seems that 'phoc_phosh_private_keyboard_event_grab_accelerator_request' is a callback function, if 'wl_client' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/src/layer-shell.c:267:33: style: Parameter 'desktop' can be declared as pointer to const. However it seems that 'view_arrange_iter' is a callback function, if 'desktop' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/src/render.c:99:43: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phoc_renderer_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/src/render.c:118:41: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phoc_renderer_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/src/render.c:173:46: style: Parameter 'box' can be declared as pointer to const. However it seems that 'render_surface_iterator' is a callback function, if 'box' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/src/shortcuts-inhibit.c:78:61: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phoc_keyboard_shortcuts_inhibit_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/src/subsurface.c:155:45: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phoc_subsurface_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/src/subsurface.c:174:43: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phoc_subsurface_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/src/spinner.c:312:42: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phoc_spinner_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/src/spinner.c:349:40: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phoc_spinner_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/src/surface.c:93:42: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phoc_surface_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/src/surface.c:112:40: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phoc_surface_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/src/output.c:218:41: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phoc_output_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/src/output.c:239:39: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phoc_output_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/src/output.c:1647:93: style: Parameter '_box' can be declared as pointer to const. However it seems that 'damage_surface_iterator' is a callback function, if '_box' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/src/output.c:2154:53: style: Parameter 'info' can be declared as pointer to const. However it seems that 'find_cb_by_animatable' is a callback function, if 'info' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/src/view-deco.c:162:44: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phoc_view_deco_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/src/view-deco.c:181:42: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phoc_view_deco_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/src/xdg-popup.c:170:44: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phoc_xdg_popup_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/src/xdg-popup.c:189:42: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phoc_xdg_popup_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/subprojects/gvdb/gvdb/gvdb-builder.c:191:29: style: Parameter 'key' can be declared as pointer to const. However it seems that 'hash_table_insert' is a callback function, if 'key' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/src/xwayland-surface.c:80:23: style: Parameter 'view' can be declared as pointer to const. However it seems that 'set_active' is a callback function, if 'view' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/src/xwayland-surface.c:194:19: style: Parameter 'view' can be declared as pointer to const. However it seems that '_close' is a callback function, if 'view' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/src/xwayland-surface.c:204:25: style: Parameter 'view' can be declared as pointer to const. However it seems that 'want_scaling' is a callback function, if 'view' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/src/xwayland-surface.c:228:26: style: Parameter 'view' can be declared as pointer to const. However it seems that 'set_maximized' is a callback function, if 'view' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/src/xwayland-surface.c:238:26: style: Parameter 'view' can be declared as pointer to const. However it seems that 'set_fullscreen' is a callback function, if 'view' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/src/xwayland-surface.c:271:51: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phoc_xwayland_surface_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/subprojects/wlroots-0.19.x/backend/headless/output.c:82:50: style: Parameter 'wlr_output' can be declared as pointer to const. However it seems that 'output_set_cursor' is a callback function, if 'wlr_output' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/subprojects/wlroots-0.19.x/backend/headless/output.c:83:22: style: Parameter 'buffer' can be declared as pointer to const. However it seems that 'output_set_cursor' is a callback function, if 'buffer' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/subprojects/wlroots-0.19.x/backend/headless/output.c:87:51: style: Parameter 'wlr_output' can be declared as pointer to const. However it seems that 'output_move_cursor' is a callback function, if 'wlr_output' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/subprojects/wlroots-0.19.x/backend/wayland/backend.c:132:56: style: Parameter 'data' can be declared as pointer to const. However it seems that 'linux_dmabuf_feedback_v1_handle_done' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/subprojects/wlroots-0.19.x/backend/wayland/backend.c:133:40: style: Parameter 'feedback' can be declared as pointer to const. However it seems that 'linux_dmabuf_feedback_v1_handle_done' is a callback function, if 'feedback' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/subprojects/wlroots-0.19.x/backend/wayland/backend.c:155:20: style: Parameter 'dev_id_arr' can be declared as pointer to const. However it seems that 'linux_dmabuf_feedback_v1_handle_main_device' is a callback function, if 'dev_id_arr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/subprojects/wlroots-0.19.x/backend/wayland/backend.c:197:20: style: Parameter 'dev_id_arr' can be declared as pointer to const. However it seems that 'linux_dmabuf_feedback_v1_handle_tranche_target_device' is a callback function, if 'dev_id_arr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/subprojects/wlroots-0.19.x/backend/wayland/backend.c:231:65: style: Parameter 'data' can be declared as pointer to const. However it seems that 'linux_dmabuf_feedback_v1_handle_tranche_flags' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/subprojects/wlroots-0.19.x/backend/wayland/backend.c:232:40: style: Parameter 'feedback' can be declared as pointer to const. However it seems that 'linux_dmabuf_feedback_v1_handle_tranche_flags' is a callback function, if 'feedback' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/subprojects/wlroots-0.19.x/backend/wayland/backend.c:315:44: style: Parameter 'data' can be declared as pointer to const. However it seems that 'legacy_drm_handle_format' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/subprojects/wlroots-0.19.x/backend/wayland/backend.c:315:65: style: Parameter 'drm' can be declared as pointer to const. However it seems that 'legacy_drm_handle_format' is a callback function, if 'drm' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/subprojects/wlroots-0.19.x/backend/wayland/backend.c:320:51: style: Parameter 'data' can be declared as pointer to const. However it seems that 'legacy_drm_handle_authenticated' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/subprojects/wlroots-0.19.x/backend/wayland/backend.c:320:72: style: Parameter 'drm' can be declared as pointer to const. However it seems that 'legacy_drm_handle_authenticated' is a callback function, if 'drm' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/subprojects/wlroots-0.19.x/backend/wayland/backend.c:324:50: style: Parameter 'data' can be declared as pointer to const. However it seems that 'legacy_drm_handle_capabilities' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/subprojects/wlroots-0.19.x/backend/wayland/backend.c:324:71: style: Parameter 'drm' can be declared as pointer to const. However it seems that 'legacy_drm_handle_capabilities' is a callback function, if 'drm' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/subprojects/wlroots-0.19.x/backend/wayland/pointer.c:31:65: style: Parameter 'wl_pointer' can be declared as pointer to const. However it seems that 'pointer_handle_enter' is a callback function, if 'wl_pointer' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/subprojects/wlroots-0.19.x/backend/wayland/seat.c:21:42: style: Parameter 'data' can be declared as pointer to const. However it seems that 'keyboard_handle_keymap' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/subprojects/wlroots-0.19.x/backend/wayland/seat.c:21:68: style: Parameter 'wl_keyboard' can be declared as pointer to const. However it seems that 'keyboard_handle_keymap' is a callback function, if 'wl_keyboard' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/subprojects/wlroots-0.19.x/backend/wayland/seat.c:81:47: style: Parameter 'data' can be declared as pointer to const. However it seems that 'keyboard_handle_repeat_info' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/subprojects/wlroots-0.19.x/backend/wayland/seat.c:82:23: style: Parameter 'wl_keyboard' can be declared as pointer to const. However it seems that 'keyboard_handle_repeat_info' is a callback function, if 'wl_keyboard' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/subprojects/wlroots-0.19.x/backend/wayland/seat.c:215:38: style: Parameter 'data' can be declared as pointer to const. However it seems that 'touch_handle_shape' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/subprojects/wlroots-0.19.x/backend/wayland/seat.c:215:61: style: Parameter 'wl_touch' can be declared as pointer to const. However it seems that 'touch_handle_shape' is a callback function, if 'wl_touch' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/subprojects/wlroots-0.19.x/backend/wayland/seat.c:220:44: style: Parameter 'data' can be declared as pointer to const. However it seems that 'touch_handle_orientation' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/subprojects/wlroots-0.19.x/backend/wayland/seat.c:220:67: style: Parameter 'wl_touch' can be declared as pointer to const. However it seems that 'touch_handle_orientation' is a callback function, if 'wl_touch' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/subprojects/wlroots-0.19.x/backend/wayland/tablet_v2.c:183:20: style: Parameter 'buttons' can be declared as pointer to const. However it seems that 'handle_tablet_pad_group_buttons' is a callback function, if 'buttons' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/subprojects/wlroots-0.19.x/backend/wayland/tablet_v2.c:244:48: style: Parameter 'data' can be declared as pointer to const. However it seems that 'handle_tablet_pad_group_done' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/subprojects/wlroots-0.19.x/backend/wayland/tablet_v2.c:245:35: style: Parameter 'pad_group' can be declared as pointer to const. However it seems that 'handle_tablet_pad_group_done' is a callback function, if 'pad_group' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/subprojects/wlroots-0.19.x/backend/wayland/tablet_v2.c:355:42: style: Parameter 'tablet_p' can be declared as pointer to const. However it seems that 'handle_tablet_pad_enter' is a callback function, if 'tablet_p' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/subprojects/wlroots-0.19.x/backend/wayland/tablet_v2.c:364:43: style: Parameter 'data' can be declared as pointer to const. However it seems that 'handle_tablet_pad_leave' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/subprojects/wlroots-0.19.x/backend/wayland/tablet_v2.c:365:29: style: Parameter 'zwp_tablet_pad_v2' can be declared as pointer to const. However it seems that 'handle_tablet_pad_leave' is a callback function, if 'zwp_tablet_pad_v2' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/subprojects/wlroots-0.19.x/backend/wayland/tablet_v2.c:366:39: style: Parameter 'surface' can be declared as pointer to const. However it seems that 'handle_tablet_pad_leave' is a callback function, if 'surface' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/subprojects/wlroots-0.19.x/backend/wayland/tablet_v2.c:419:43: style: Parameter 'data' can be declared as pointer to const. However it seems that 'handle_tablet_tool_done' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/subprojects/wlroots-0.19.x/backend/wayland/tablet_v2.c:420:30: style: Parameter 'id' can be declared as pointer to const. However it seems that 'handle_tablet_tool_done' is a callback function, if 'id' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/subprojects/wlroots-0.19.x/backend/wayland/output.c:90:60: style: Parameter 'data' can be declared as pointer to const. However it seems that 'presentation_feedback_handle_sync_output' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/subprojects/wlroots-0.19.x/backend/wayland/tablet_v2.c:500:25: style: Parameter 'tablet_id' can be declared as pointer to const. However it seems that 'handle_tablet_tool_proximity_in' is a callback function, if 'tablet_id' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/subprojects/wlroots-0.19.x/backend/wayland/output.c:91:36: style: Parameter 'feedback' can be declared as pointer to const. However it seems that 'presentation_feedback_handle_sync_output' is a callback function, if 'feedback' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/subprojects/wlroots-0.19.x/backend/wayland/output.c:91:64: style: Parameter 'output' can be declared as pointer to const. However it seems that 'presentation_feedback_handle_sync_output' is a callback function, if 'output' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/subprojects/wlroots-0.19.x/backend/wayland/output.c:1015:51: style: Parameter '_output' can be declared as pointer to const. However it seems that 'output_move_cursor' is a callback function, if '_output' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/subprojects/wlroots-0.19.x/backend/wayland/output.c:1035:23: style: Parameter 'xdg_surface' can be declared as pointer to const. However it seems that 'xdg_surface_handle_configure' is a callback function, if 'xdg_surface' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/subprojects/wlroots-0.19.x/backend/wayland/output.c:1076:24: style: Parameter 'xdg_toplevel' can be declared as pointer to const. However it seems that 'xdg_toplevel_handle_configure' is a callback function, if 'xdg_toplevel' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/subprojects/wlroots-0.19.x/backend/wayland/output.c:1090:24: style: Parameter 'xdg_toplevel' can be declared as pointer to const. However it seems that 'xdg_toplevel_handle_close' is a callback function, if 'xdg_toplevel' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/subprojects/wlroots-0.19.x/examples/cairo-buffer.c:46:65: style: Parameter 'wlr_buffer' can be declared as pointer to const. However it seems that 'cairo_buffer_end_data_ptr_access' is a callback function, if 'wlr_buffer' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/subprojects/wlroots-0.19.x/examples/embedded.c:86:49: style: Parameter 'data' can be declared as pointer to const. However it seems that 'xdg_toplevel_handle_configure' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/subprojects/wlroots-0.19.x/examples/embedded.c:87:24: style: Parameter 'xdg_toplevel' can be declared as pointer to const. However it seems that 'xdg_toplevel_handle_configure' is a callback function, if 'xdg_toplevel' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/subprojects/wlroots-0.19.x/examples/embedded.c:88:20: style: Parameter 'states' can be declared as pointer to const. However it seems that 'xdg_toplevel_handle_configure' is a callback function, if 'states' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/subprojects/wlroots-0.19.x/examples/embedded.c:110:40: style: Parameter 'data' can be declared as pointer to const. However it seems that 'handle_global_remove' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/subprojects/wlroots-0.19.x/examples/embedded.c:110:66: style: Parameter 'registry' can be declared as pointer to const. However it seems that 'handle_global_remove' is a callback function, if 'registry' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/subprojects/wlroots-0.19.x/backend/x11/output.c:551:51: style: Parameter '_output' can be declared as pointer to const. However it seems that 'output_move_cursor' is a callback function, if '_output' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/subprojects/wlroots-0.19.x/render/allocator/drm_dumb.c:124:68: style: Parameter 'wlr_buffer' can be declared as pointer to const. However it seems that 'drm_dumb_buffer_end_data_ptr_access' is a callback function, if 'wlr_buffer' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/subprojects/wlroots-0.19.x/render/allocator/shm.c:47:63: style: Parameter 'wlr_buffer' can be declared as pointer to const. However it seems that 'shm_buffer_end_data_ptr_access' is a callback function, if 'wlr_buffer' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/subprojects/wlroots-0.19.x/types/buffer/readonly_data.c:41:73: style: Parameter 'wlr_buffer' can be declared as pointer to const. However it seems that 'readonly_data_buffer_end_data_ptr_access' is a callback function, if 'wlr_buffer' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/subprojects/wlroots-0.19.x/types/data_device/wlr_drag.c:182:69: style: Parameter 'grab' can be declared as pointer to const. However it seems that 'drag_handle_pointer_enter' is a callback function, if 'grab' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/subprojects/wlroots-0.19.x/types/data_device/wlr_drag.c:188:75: style: Parameter 'grab' can be declared as pointer to const. However it seems that 'drag_handle_pointer_clear_focus' is a callback function, if 'grab' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/subprojects/wlroots-0.19.x/types/data_device/wlr_drag.c:193:70: style: Parameter 'grab' can be declared as pointer to const. However it seems that 'drag_handle_pointer_motion' is a callback function, if 'grab' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/subprojects/wlroots-0.19.x/types/data_device/wlr_drag.c:233:74: style: Parameter 'grab' can be declared as pointer to const. However it seems that 'drag_handle_pointer_button' is a callback function, if 'grab' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/subprojects/wlroots-0.19.x/types/data_device/wlr_drag.c:258:68: style: Parameter 'grab' can be declared as pointer to const. However it seems that 'drag_handle_pointer_axis' is a callback function, if 'grab' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/subprojects/wlroots-0.19.x/types/data_device/wlr_drag.c:265:70: style: Parameter 'grab' can be declared as pointer to const. However it seems that 'drag_handle_pointer_cancel' is a callback function, if 'grab' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/subprojects/wlroots-0.19.x/types/data_device/wlr_drag.c:280:68: style: Parameter 'grab' can be declared as pointer to const. However it seems that 'drag_handle_touch_down' is a callback function, if 'grab' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/subprojects/wlroots-0.19.x/types/data_device/wlr_drag.c:281:42: style: Parameter 'point' can be declared as pointer to const. However it seems that 'drag_handle_touch_down' is a callback function, if 'point' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/subprojects/wlroots-0.19.x/types/data_device/wlr_drag.c:286:66: style: Parameter 'grab' can be declared as pointer to const. However it seems that 'drag_handle_touch_up' is a callback function, if 'grab' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/subprojects/wlroots-0.19.x/types/data_device/wlr_drag.c:287:42: style: Parameter 'point' can be declared as pointer to const. However it seems that 'drag_handle_touch_up' is a callback function, if 'point' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/subprojects/wlroots-0.19.x/types/data_device/wlr_drag.c:301:66: style: Parameter 'grab' can be declared as pointer to const. However it seems that 'drag_handle_touch_motion' is a callback function, if 'grab' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/subprojects/wlroots-0.19.x/types/data_device/wlr_drag.c:314:65: style: Parameter 'grab' can be declared as pointer to const. However it seems that 'drag_handle_touch_enter' is a callback function, if 'grab' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/subprojects/wlroots-0.19.x/types/data_device/wlr_drag.c:320:66: style: Parameter 'grab' can be declared as pointer to const. However it seems that 'drag_handle_touch_cancel' is a callback function, if 'grab' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/subprojects/wlroots-0.19.x/types/data_device/wlr_drag.c:334:71: style: Parameter 'grab' can be declared as pointer to const. However it seems that 'drag_handle_keyboard_enter' is a callback function, if 'grab' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/subprojects/wlroots-0.19.x/types/data_device/wlr_drag.c:335:23: style: Parameter 'surface' can be declared as pointer to const. However it seems that 'drag_handle_keyboard_enter' is a callback function, if 'surface' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/subprojects/wlroots-0.19.x/types/data_device/wlr_drag.c:340:77: style: Parameter 'grab' can be declared as pointer to const. However it seems that 'drag_handle_keyboard_clear_focus' is a callback function, if 'grab' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/subprojects/wlroots-0.19.x/types/data_device/wlr_drag.c:344:69: style: Parameter 'grab' can be declared as pointer to const. However it seems that 'drag_handle_keyboard_key' is a callback function, if 'grab' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/subprojects/wlroots-0.19.x/types/data_device/wlr_drag.c:349:75: style: Parameter 'grab' can be declared as pointer to const. However it seems that 'drag_handle_keyboard_modifiers' is a callback function, if 'grab' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/subprojects/wlroots-0.19.x/types/data_device/wlr_drag.c:356:72: style: Parameter 'grab' can be declared as pointer to const. However it seems that 'drag_handle_keyboard_cancel' is a callback function, if 'grab' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/subprojects/wlroots-0.19.x/types/seat/wlr_seat_keyboard.c:33:68: style: Parameter 'grab' can be declared as pointer to const. However it seems that 'default_keyboard_cancel' is a callback function, if 'grab' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/subprojects/wlroots-0.19.x/types/seat/wlr_seat_touch.c:17:27: style: Parameter 'point' can be declared as pointer to const. However it seems that 'default_touch_up' is a callback function, if 'point' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/subprojects/wlroots-0.19.x/types/seat/wlr_seat_touch.c:22:42: style: Parameter 'point' can be declared as pointer to const. However it seems that 'default_touch_motion' is a callback function, if 'point' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/subprojects/wlroots-0.19.x/types/seat/wlr_seat_touch.c:29:61: style: Parameter 'grab' can be declared as pointer to const. However it seems that 'default_touch_enter' is a callback function, if 'grab' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/subprojects/wlroots-0.19.x/types/seat/wlr_seat_touch.c:30:42: style: Parameter 'point' can be declared as pointer to const. However it seems that 'default_touch_enter' is a callback function, if 'point' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/subprojects/wlroots-0.19.x/types/seat/wlr_seat_touch.c:38:62: style: Parameter 'grab' can be declared as pointer to const. However it seems that 'default_touch_cancel' is a callback function, if 'grab' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/subprojects/wlroots-0.19.x/types/seat/wlr_seat_pointer.c:41:66: style: Parameter 'grab' can be declared as pointer to const. However it seems that 'default_pointer_cancel' is a callback function, if 'grab' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/subprojects/wlroots-0.19.x/types/tablet_v2/wlr_tablet_v2_pad.c:689:63: style: Parameter 'grab' can be declared as pointer to const. However it seems that 'default_pad_cancel' is a callback function, if 'grab' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/subprojects/wlroots-0.19.x/types/tablet_v2/wlr_tablet_v2_tool.c:695:65: style: Parameter 'grab' can be declared as pointer to const. However it seems that 'default_tool_cancel' is a callback function, if 'grab' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/subprojects/wlroots-0.19.x/types/tablet_v2/wlr_tablet_v2_tool.c:749:34: style: Parameter 'grab' can be declared as pointer to const. However it seems that 'implicit_tool_proximity_in' is a callback function, if 'grab' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/subprojects/wlroots-0.19.x/types/tablet_v2/wlr_tablet_v2_tool.c:762:73: style: Parameter 'grab' can be declared as pointer to const. However it seems that 'implicit_tool_proximity_out' is a callback function, if 'grab' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/subprojects/wlroots-0.19.x/types/wlr_compositor.c:1188:61: style: Parameter 'surface' can be declared as pointer to const. However it seems that 'handle_bounding_box_surface' is a callback function, if 'surface' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/subprojects/wlroots-0.19.x/types/wlr_single_pixel_buffer_v1.c:70:59: style: Parameter 'wlr_buffer' can be declared as pointer to const. However it seems that 'buffer_end_data_ptr_access' is a callback function, if 'wlr_buffer' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/subprojects/wlroots-0.19.x/types/wlr_xdg_dialog_v1.c:31:53: style: Parameter 'addon' can be declared as pointer to const. However it seems that 'surface_addon_destroy' is a callback function, if 'addon' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/subprojects/wlroots-0.19.x/types/xdg_shell/wlr_xdg_popup.c:109:68: style: Parameter 'grab' can be declared as pointer to const. However it seems that 'xdg_keyboard_grab_enter' is a callback function, if 'grab' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/subprojects/wlroots-0.19.x/types/xdg_shell/wlr_xdg_popup.c:110:23: style: Parameter 'surface' can be declared as pointer to const. However it seems that 'xdg_keyboard_grab_enter' is a callback function, if 'surface' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/subprojects/wlroots-0.19.x/types/xdg_shell/wlr_xdg_popup.c:115:74: style: Parameter 'grab' can be declared as pointer to const. However it seems that 'xdg_keyboard_grab_clear_focus' is a callback function, if 'grab' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/subprojects/wlroots-0.19.x/types/xdg_shell/wlr_xdg_popup.c:165:62: style: Parameter 'grab' can be declared as pointer to const. However it seems that 'xdg_touch_grab_enter' is a callback function, if 'grab' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/subprojects/wlroots-0.19.x/types/xdg_shell/wlr_xdg_popup.c:166:42: style: Parameter 'point' can be declared as pointer to const. However it seems that 'xdg_touch_grab_enter' is a callback function, if 'point' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/tests/test-property-easer.c:36:43: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phoc_test_obj_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/tests/test-property-easer.c:61:41: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phoc_test_obj_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/tests/test-phosh-private.c:89:73: style: Parameter 'kbevent' can be declared as pointer to const. However it seems that 'keyboard_event_handle_grab_failed' is a callback function, if 'kbevent' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/tests/test-phosh-private.c:103:74: style: Parameter 'kbevent' can be declared as pointer to const. However it seems that 'keyboard_event_handle_grab_success' is a callback function, if 'kbevent' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/tests/test-timed-animation.c:36:43: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phoc_test_obj_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/tests/test-timed-animation.c:58:41: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phoc_test_obj_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/tests/testlib.c:141:23: style: Parameter 'data' can be declared as pointer to const. However it seems that 'buffer_release' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/tests/testlib.c:141:47: style: Parameter 'buffer' can be declared as pointer to const. However it seems that 'buffer_release' is a callback function, if 'buffer' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/tests/testlib.c:158:31: style: Parameter 'data' can be declared as pointer to const. However it seems that 'output_handle_geometry' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/tests/testlib.c:158:55: style: Parameter 'wl_output' can be declared as pointer to const. However it seems that 'output_handle_geometry' is a callback function, if 'wl_output' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/tests/testlib.c:185:27: style: Parameter 'data' can be declared as pointer to const. However it seems that 'output_handle_done' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/tests/testlib.c:185:51: style: Parameter 'wl_output' can be declared as pointer to const. However it seems that 'output_handle_done' is a callback function, if 'wl_output' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/tests/testlib.c:192:52: style: Parameter 'wl_output' can be declared as pointer to const. However it seems that 'output_handle_scale' is a callback function, if 'wl_output' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/tests/testlib.c:234:73: style: Parameter 'data' can be declared as pointer to const. However it seems that 'foreign_toplevel_handle_app_id' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/tests/testlib.c:235:73: style: Parameter 'handle' can be declared as pointer to const. However it seems that 'foreign_toplevel_handle_app_id' is a callback function, if 'handle' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/tests/testlib.c:242:79: style: Parameter 'data' can be declared as pointer to const. However it seems that 'foreign_toplevel_handle_output_enter' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/tests/testlib.c:243:79: style: Parameter 'handle' can be declared as pointer to const. However it seems that 'foreign_toplevel_handle_output_enter' is a callback function, if 'handle' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/tests/testlib.c:244:79: style: Parameter 'output' can be declared as pointer to const. However it seems that 'foreign_toplevel_handle_output_enter' is a callback function, if 'output' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/tests/testlib.c:250:79: style: Parameter 'data' can be declared as pointer to const. However it seems that 'foreign_toplevel_handle_output_leave' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/tests/testlib.c:251:79: style: Parameter 'handle' can be declared as pointer to const. However it seems that 'foreign_toplevel_handle_output_leave' is a callback function, if 'handle' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/tests/testlib.c:252:79: style: Parameter 'output' can be declared as pointer to const. However it seems that 'foreign_toplevel_handle_output_leave' is a callback function, if 'output' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/tests/testlib.c:258:72: style: Parameter 'data' can be declared as pointer to const. However it seems that 'foreign_toplevel_handle_state' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/tests/testlib.c:259:72: style: Parameter 'handle' can be declared as pointer to const. However it seems that 'foreign_toplevel_handle_state' is a callback function, if 'handle' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/tests/testlib.c:260:72: style: Parameter 'state' can be declared as pointer to const. However it seems that 'foreign_toplevel_handle_state' is a callback function, if 'state' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/tests/testlib.c:266:71: style: Parameter 'data' can be declared as pointer to const. However it seems that 'foreign_toplevel_handle_done' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/tests/testlib.c:267:71: style: Parameter 'handle' can be declared as pointer to const. However it seems that 'foreign_toplevel_handle_done' is a callback function, if 'handle' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/tests/testlib.c:316:84: style: Parameter 'data' can be declared as pointer to const. However it seems that 'foreign_toplevel_manager_handle_finished' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/tests/testlib.c:317:84: style: Parameter 'handle' can be declared as pointer to const. However it seems that 'foreign_toplevel_manager_handle_finished' is a callback function, if 'handle' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/tests/testlib.c:381:52: style: Parameter 'data' can be declared as pointer to const. However it seems that 'registry_handle_global_remove' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/tests/testlib.c:382:52: style: Parameter 'registry' can be declared as pointer to const. However it seems that 'registry_handle_global_remove' is a callback function, if 'registry' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/tests/testlib.c:868:65: style: Parameter 'xdg_toplevel' can be declared as pointer to const. However it seems that 'xdg_toplevel_handle_configure' is a callback function, if 'xdg_toplevel' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/tests/testlib.c:883:63: style: Parameter 'xdg_surface' can be declared as pointer to const. However it seems that 'xdg_surface_handle_configure' is a callback function, if 'xdg_surface' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/tests/testlib.c:898:34: style: Parameter 'data' can be declared as pointer to const. However it seems that 'xdg_toplevel_handle_close' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phoc-0.49.0/tests/testlib.c:898:61: style: Parameter 'xdg_surface' can be declared as pointer to const. However it seems that 'xdg_toplevel_handle_close' is a callback function, if 'xdg_surface' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/phodav/phodav_3.0.orig.tar.xz phodav-3.0/bin/avahi-common.c:155:31: style: Parameter 'client' can be declared as pointer to const. However it seems that 'mdns_state_changed' is a callback function, if 'client' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phodav-3.0/bin/avahi-common.c:155:69: style: Parameter 'user_data' can be declared as pointer to const. However it seems that 'mdns_state_changed' is a callback function, if 'user_data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phodav-3.0/libphodav/phodav-method-put.c:34:42: style: Parameter 'chunk' can be declared as pointer to const. However it seems that 'method_put_got_chunk' is a callback function, if 'chunk' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phodav-3.0/libphodav/phodav-method-propfind.c:339:55: style: Parameter 'pf' can be declared as pointer to const. However it seems that 'prop_quota_available' is a callback function, if 'pf' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phodav-3.0/libphodav/phodav-method-propfind.c:381:50: style: Parameter 'pf' can be declared as pointer to const. However it seems that 'prop_quota_used' is a callback function, if 'pf' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phodav-3.0/libphodav/phodav-virtual-dir.c:401:32: style: Parameter 'file' can be declared as pointer to const. However it seems that 'phodav_virtual_dir_dup' is a callback function, if 'file' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phodav-3.0/libphodav/phodav-virtual-dir.c:414:34: style: Parameter 'file1' can be declared as pointer to const. However it seems that 'phodav_virtual_dir_equal' is a callback function, if 'file1' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phodav-3.0/libphodav/phodav-virtual-dir.c:415:34: style: Parameter 'file2' can be declared as pointer to const. However it seems that 'phodav_virtual_dir_equal' is a callback function, if 'file2' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phodav-3.0/libphodav/phodav-virtual-dir.c:421:38: style: Parameter 'file' can be declared as pointer to const. However it seems that 'phodav_virtual_dir_is_native' is a callback function, if 'file' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phodav-3.0/libphodav/phodav-virtual-dir.c:427:49: style: Parameter 'file' can be declared as pointer to const. However it seems that 'phodav_virtual_dir_has_uri_scheme' is a callback function, if 'file' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phodav-3.0/libphodav/phodav-virtual-dir.c:434:43: style: Parameter 'file' can be declared as pointer to const. However it seems that 'phodav_virtual_dir_get_uri_scheme' is a callback function, if 'file' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phodav-3.0/libphodav/phodav-virtual-dir.c:440:36: style: Parameter 'file' can be declared as pointer to const. However it seems that 'phodav_virtual_dir_get_uri' is a callback function, if 'file' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phodav-3.0/libphodav/phodav-virtual-dir.c:446:43: style: Parameter 'file' can be declared as pointer to const. However it seems that 'phodav_virtual_dir_get_parse_name' is a callback function, if 'file' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phodav-3.0/libphodav/phodav-virtual-dir.c:452:43: style: Parameter 'prefix' can be declared as pointer to const. However it seems that 'phodav_virtual_dir_prefix_matches' is a callback function, if 'prefix' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phodav-3.0/libphodav/phodav-virtual-dir.c:453:43: style: Parameter 'file' can be declared as pointer to const. However it seems that 'phodav_virtual_dir_prefix_matches' is a callback function, if 'file' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phodav-3.0/libphodav/phodav-virtual-dir.c:459:46: style: Parameter 'parent' can be declared as pointer to const. However it seems that 'phodav_virtual_dir_get_relative_path' is a callback function, if 'parent' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phodav-3.0/libphodav/phodav-virtual-dir.c:460:46: style: Parameter 'descendant' can be declared as pointer to const. However it seems that 'phodav_virtual_dir_get_relative_path' is a callback function, if 'descendant' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phodav-3.0/libphodav/phodav-server.c:244:43: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phodav_server_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/phog/phog_0.1.3.orig.tar.bz2 phog-0.1.3/src/arrow.c:99:39: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phog_arrow_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phog-0.1.3/src/arrow.c:117:41: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phog_arrow_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phog-0.1.3/src/batteryinfo.c:45:47: style: Parameter 'object' can be declared as pointer to const. However it seems that 'phog_battery_info_set_property' is a callback function, if 'object' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phog-0.1.3/src/batteryinfo.c:48:48: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phog_battery_info_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phog-0.1.3/src/batteryinfo.c:62:46: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phog_battery_info_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phog-0.1.3/src/connectivity-info.c:51:51: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phog_connectivity_info_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phog-0.1.3/src/greetd-session.c:45:43: style: Parameter 'object' can be declared as pointer to const. However it seems that 'phog_greetd_session_constructed' is a callback function, if 'object' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phog-0.1.3/src/fader.c:48:41: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phog_fader_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phog-0.1.3/src/fader.c:72:39: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phog_fader_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phog-0.1.3/src/drag-surface.c:70:48: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phog_drag_surface_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phog-0.1.3/src/drag-surface.c:108:46: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phog_drag_surface_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phog-0.1.3/src/keyboard-events.c:55:33: style: Parameter 'data' can be declared as pointer to const. However it seems that 'handle_grab_failed_event' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phog-0.1.3/src/keyboard-events.c:56:64: style: Parameter 'kbevent' can be declared as pointer to const. However it seems that 'handle_grab_failed_event' is a callback function, if 'kbevent' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phog-0.1.3/src/keyboard-events.c:101:35: style: Parameter 'data' can be declared as pointer to const. However it seems that 'handle_ungrab_failed_event' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phog-0.1.3/src/keyboard-events.c:102:66: style: Parameter 'kbevent' can be declared as pointer to const. However it seems that 'handle_ungrab_failed_event' is a callback function, if 'kbevent' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phog-0.1.3/src/keyboard-events.c:131:41: style: Parameter 'action_name' can be declared as pointer to const. However it seems that 'on_action_removed' is a callback function, if 'action_name' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phog-0.1.3/src/keypad.c:95:42: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phog_keypad_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phog-0.1.3/src/keypad.c:123:40: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phog_keypad_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phog-0.1.3/src/lockscreen-manager.c:267:54: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phog_lockscreen_manager_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phog-0.1.3/src/lockscreen-manager.c:286:52: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phog_lockscreen_manager_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phog-0.1.3/src/layersurface.c:110:53: style: Parameter 'surface' can be declared as pointer to const. However it seems that 'layer_surface_closed' is a callback function, if 'surface' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phog-0.1.3/src/layersurface.c:133:49: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phog_layer_surface_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phog-0.1.3/src/layersurface.c:209:47: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phog_layer_surface_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phog-0.1.3/src/main.c:25:16: style: Parameter 'unused' can be declared as pointer to const. However it seems that 'quit' is a callback function, if 'unused' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phog-0.1.3/src/monitor/monitor.c:307:41: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phog_monitor_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phog-0.1.3/src/monitor/monitor.c:326:39: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phog_monitor_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phog-0.1.3/src/osk-manager.c:57:45: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phog_osk_manager_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phog-0.1.3/src/monitor/head.c:240:55: style: Parameter 'head' can be declared as pointer to const. However it seems that 'head_handle_current_mode' is a callback function, if 'head' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phog-0.1.3/src/monitor/head.c:241:55: style: Parameter 'wlr_mode' can be declared as pointer to const. However it seems that 'head_handle_current_mode' is a callback function, if 'wlr_mode' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phog-0.1.3/src/monitor/head.c:380:40: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phog_head_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phog-0.1.3/src/monitor/head.c:399:38: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phog_head_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phog-0.1.3/src/settings.c:65:42: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phog_settings_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phog-0.1.3/src/settings.c:84:42: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phog_settings_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phog-0.1.3/src/phog-wayland.c:201:41: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phog_wayland_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phog-0.1.3/src/phog-wayland.c:235:25: style: Parameter 'data' can be declared as pointer to const. However it seems that 'seat_handle_name' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phog-0.1.3/src/phog-wayland.c:236:35: style: Parameter 'wl_seat' can be declared as pointer to const. However it seems that 'seat_handle_name' is a callback function, if 'wl_seat' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phog-0.1.3/src/status-icon.c:48:47: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phog_status_icon_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phog-0.1.3/src/status-icon.c:75:47: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phog_status_icon_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phog-0.1.3/src/top-panel.c:170:54: style: Parameter 'event' can be declared as pointer to const. However it seems that 'on_key_press_event' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phog-0.1.3/src/top-panel.c:395:60: style: Parameter 'event' can be declared as pointer to const. However it seems that 'on_configure_event' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phog-0.1.3/src/toplevel-manager.c:50:38: style: Parameter 'object' can be declared as pointer to const. However it seems that 'phog_toplevel_set_property' is a callback function, if 'object' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phog-0.1.3/src/toplevel-manager.c:53:39: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phog_toplevel_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phog-0.1.3/src/toplevel-manager.c:63:39: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phog_toplevel_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phog-0.1.3/src/toplevel-manager.c:147:9: style: Parameter 'data' can be declared as pointer to const. However it seems that 'handle_zwlr_foreign_toplevel_manager_finished' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phog-0.1.3/src/toplevel-manager.c:148:44: style: Parameter 'zwlr_foreign_toplevel_manager_v1' can be declared as pointer to const. However it seems that 'handle_zwlr_foreign_toplevel_manager_finished' is a callback function, if 'zwlr_foreign_toplevel_manager_v1' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phog-0.1.3/src/monitor-manager.c:974:36: style: Parameter 'connection' can be declared as pointer to const. However it seems that 'on_name_acquired' is a callback function, if 'connection' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phog-0.1.3/src/monitor-manager.c:976:36: style: Parameter 'user_data' can be declared as pointer to const. However it seems that 'on_name_acquired' is a callback function, if 'user_data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phog-0.1.3/src/monitor-manager.c:983:32: style: Parameter 'connection' can be declared as pointer to const. However it seems that 'on_name_lost' is a callback function, if 'connection' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phog-0.1.3/src/monitor-manager.c:985:32: style: Parameter 'user_data' can be declared as pointer to const. However it seems that 'on_name_lost' is a callback function, if 'user_data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phog-0.1.3/src/monitor-manager.c:1269:50: style: Parameter 'object' can be declared as pointer to const. However it seems that 'phog_monitor_manager_set_property' is a callback function, if 'object' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phog-0.1.3/src/monitor-manager.c:1272:51: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phog_monitor_manager_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phog-0.1.3/src/monitor-manager.c:1286:49: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phog_monitor_manager_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phog-0.1.3/src/toplevel.c:57:43: style: Parameter 'zwlr_foreign_toplevel_handle_v1' can be declared as pointer to const. However it seems that 'handle_zwlr_foreign_toplevel_handle_title' is a callback function, if 'zwlr_foreign_toplevel_handle_v1' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phog-0.1.3/src/toplevel.c:72:43: style: Parameter 'zwlr_foreign_toplevel_handle_v1' can be declared as pointer to const. However it seems that 'handle_zwlr_foreign_toplevel_handle_app_id' is a callback function, if 'zwlr_foreign_toplevel_handle_v1' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phog-0.1.3/src/toplevel.c:86:9: style: Parameter 'data' can be declared as pointer to const. However it seems that 'handle_zwlr_foreign_toplevel_handle_output_enter' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phog-0.1.3/src/toplevel.c:87:43: style: Parameter 'zwlr_foreign_toplevel_handle_v1' can be declared as pointer to const. However it seems that 'handle_zwlr_foreign_toplevel_handle_output_enter' is a callback function, if 'zwlr_foreign_toplevel_handle_v1' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phog-0.1.3/src/toplevel.c:88:21: style: Parameter 'output' can be declared as pointer to const. However it seems that 'handle_zwlr_foreign_toplevel_handle_output_enter' is a callback function, if 'output' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phog-0.1.3/src/toplevel.c:95:9: style: Parameter 'data' can be declared as pointer to const. However it seems that 'handle_zwlr_foreign_toplevel_handle_output_leave' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phog-0.1.3/src/toplevel.c:96:43: style: Parameter 'zwlr_foreign_toplevel_handle_v1' can be declared as pointer to const. However it seems that 'handle_zwlr_foreign_toplevel_handle_output_leave' is a callback function, if 'zwlr_foreign_toplevel_handle_v1' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phog-0.1.3/src/toplevel.c:97:21: style: Parameter 'output' can be declared as pointer to const. However it seems that 'handle_zwlr_foreign_toplevel_handle_output_leave' is a callback function, if 'output' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phog-0.1.3/src/toplevel.c:215:39: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phog_toplevel_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phog-0.1.3/src/toplevel.c:234:39: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phog_toplevel_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phog-0.1.3/src/wifiinfo.c:49:43: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phog_wifi_info_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phog-0.1.3/src/shell.c:236:77: style: Parameter 'settings' can be declared as pointer to const. However it seems that 'on_gtk_theme_name_changed' is a callback function, if 'settings' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phog-0.1.3/src/shell.c:290:39: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phog_shell_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phog-0.1.3/src/shell.c:313:39: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phog_shell_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phog-0.1.3/src/wwan-info.c:52:43: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phog_wwan_info_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phog-0.1.3/src/wwan-info.c:71:43: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phog_wwan_info_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phog-0.1.3/src/wifimanager.c:180:46: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phog_wifi_manager_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phog-0.1.3/src/wwan/wwan-manager.c:45:46: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phog_wwan_manager_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phog-0.1.3/src/wwan/phog-wwan-ofono.c:232:45: style: Parameter 'object' can be declared as pointer to const. However it seems that 'phog_wwan_ofono_set_property' is a callback function, if 'object' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phog-0.1.3/src/wwan/phog-wwan-ofono.c:235:46: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phog_wwan_ofono_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phog-0.1.3/src/wwan/phog-wwan-ofono.c:246:44: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phog_wwan_ofono_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phog-0.1.3/src/wwan/phog-wwan-ofono.c:526:59: style: Parameter 'source_object' can be declared as pointer to const. However it seems that 'phog_wwan_ofono_on_ofono_manager_created' is a callback function, if 'source_object' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phog-0.1.3/src/wwan/phog-wwan-mm.c:311:41: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phog_wwan_mm_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phog-0.1.3/tests/test-keypad.c:16:23: style: Parameter 'widget' can be declared as pointer to const. However it seems that 'notify_cb' is a callback function, if 'widget' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phog-0.1.3/tests/test-keypad.c:17:23: style: Parameter 'data' can be declared as pointer to const. However it seems that 'notify_cb' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phog-0.1.3/tests/test-idle-manager.c:34:22: style: Parameter 'unused' can be declared as pointer to const. However it seems that 'stop_shell' is a callback function, if 'unused' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phog-0.1.3/tests/test-idle-manager.c:121:23: style: Parameter 'data' can be declared as pointer to const. However it seems that 'timeout_cb' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phog-0.1.3/tests/testlib-full-shell.c:21:22: style: Parameter 'unused' can be declared as pointer to const. However it seems that 'stop_shell' is a callback function, if 'unused' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phog-0.1.3/tests/testlib-head-stub.c:19:40: style: Parameter 'data' can be declared as pointer to const. However it seems that 'zwlr_output_mode_v1_handle_size' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phog-0.1.3/tests/testlib-head-stub.c:19:74: style: Parameter 'wlr_mode' can be declared as pointer to const. However it seems that 'zwlr_output_mode_v1_handle_size' is a callback function, if 'wlr_mode' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phog-0.1.3/tests/testlib-head-stub.c:26:65: style: Parameter 'data' can be declared as pointer to const. However it seems that 'zwlr_output_mode_v1_handle_refresh' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phog-0.1.3/tests/testlib-head-stub.c:27:65: style: Parameter 'wlr_mode' can be declared as pointer to const. However it seems that 'zwlr_output_mode_v1_handle_refresh' is a callback function, if 'wlr_mode' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phog-0.1.3/tests/testlib-head-stub.c:34:67: style: Parameter 'data' can be declared as pointer to const. However it seems that 'zwlr_output_mode_v1_handle_preferred' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phog-0.1.3/tests/testlib-head-stub.c:35:67: style: Parameter 'wlr_mode' can be declared as pointer to const. However it seems that 'zwlr_output_mode_v1_handle_preferred' is a callback function, if 'wlr_mode' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phog-0.1.3/tests/testlib-head-stub.c:41:66: style: Parameter 'data' can be declared as pointer to const. However it seems that 'zwlr_output_mode_v1_handle_finished' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phog-0.1.3/tests/testlib-head-stub.c:42:66: style: Parameter 'wlr_mode' can be declared as pointer to const. However it seems that 'zwlr_output_mode_v1_handle_finished' is a callback function, if 'wlr_mode' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phog-0.1.3/tests/testlib-head-stub.c:54:47: style: Parameter 'data' can be declared as pointer to const. However it seems that 'head_handle_name' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phog-0.1.3/tests/testlib-head-stub.c:55:47: style: Parameter 'head' can be declared as pointer to const. However it seems that 'head_handle_name' is a callback function, if 'head' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phog-0.1.3/tests/testlib-head-stub.c:62:54: style: Parameter 'data' can be declared as pointer to const. However it seems that 'head_handle_description' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phog-0.1.3/tests/testlib-head-stub.c:63:54: style: Parameter 'head' can be declared as pointer to const. However it seems that 'head_handle_description' is a callback function, if 'head' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phog-0.1.3/tests/testlib-head-stub.c:70:35: style: Parameter 'data' can be declared as pointer to const. However it seems that 'head_handle_physical_size' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phog-0.1.3/tests/testlib-head-stub.c:71:57: style: Parameter 'head' can be declared as pointer to const. However it seems that 'head_handle_physical_size' is a callback function, if 'head' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phog-0.1.3/tests/testlib-head-stub.c:88:50: style: Parameter 'data' can be declared as pointer to const. However it seems that 'head_handle_enabled' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phog-0.1.3/tests/testlib-head-stub.c:89:50: style: Parameter 'head' can be declared as pointer to const. However it seems that 'head_handle_enabled' is a callback function, if 'head' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phog-0.1.3/tests/testlib-head-stub.c:96:55: style: Parameter 'data' can be declared as pointer to const. However it seems that 'head_handle_current_mode' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phog-0.1.3/tests/testlib-head-stub.c:97:55: style: Parameter 'head' can be declared as pointer to const. However it seems that 'head_handle_current_mode' is a callback function, if 'head' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phog-0.1.3/tests/testlib-head-stub.c:98:55: style: Parameter 'wlr_mode' can be declared as pointer to const. However it seems that 'head_handle_current_mode' is a callback function, if 'wlr_mode' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phog-0.1.3/tests/testlib-head-stub.c:104:29: style: Parameter 'data' can be declared as pointer to const. However it seems that 'head_handle_position' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phog-0.1.3/tests/testlib-head-stub.c:105:51: style: Parameter 'head' can be declared as pointer to const. However it seems that 'head_handle_position' is a callback function, if 'head' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phog-0.1.3/tests/testlib-head-stub.c:112:52: style: Parameter 'data' can be declared as pointer to const. However it seems that 'head_handle_transform' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phog-0.1.3/tests/testlib-head-stub.c:113:52: style: Parameter 'head' can be declared as pointer to const. However it seems that 'head_handle_transform' is a callback function, if 'head' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phog-0.1.3/tests/testlib-head-stub.c:120:48: style: Parameter 'data' can be declared as pointer to const. However it seems that 'head_handle_scale' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phog-0.1.3/tests/testlib-head-stub.c:121:48: style: Parameter 'head' can be declared as pointer to const. However it seems that 'head_handle_scale' is a callback function, if 'head' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phog-0.1.3/tests/testlib-head-stub.c:128:51: style: Parameter 'data' can be declared as pointer to const. However it seems that 'head_handle_finished' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phog-0.1.3/tests/testlib-head-stub.c:129:51: style: Parameter 'head' can be declared as pointer to const. However it seems that 'head_handle_finished' is a callback function, if 'head' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phog-0.1.3/tests/testlib-head-stub.c:134:25: style: Parameter 'data' can be declared as pointer to const. However it seems that 'head_handle_make' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phog-0.1.3/tests/testlib-head-stub.c:135:47: style: Parameter 'zwlr_output_head_v1' can be declared as pointer to const. However it seems that 'head_handle_make' is a callback function, if 'zwlr_output_head_v1' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phog-0.1.3/tests/testlib-head-stub.c:142:26: style: Parameter 'data' can be declared as pointer to const. However it seems that 'head_handle_model' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phog-0.1.3/tests/testlib-head-stub.c:143:48: style: Parameter 'zwlr_output_head_v1' can be declared as pointer to const. However it seems that 'head_handle_model' is a callback function, if 'zwlr_output_head_v1' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phog-0.1.3/tests/testlib-head-stub.c:149:46: style: Parameter 'data' can be declared as pointer to const. However it seems that 'head_handle_serial_number' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phog-0.1.3/tests/testlib-head-stub.c:150:68: style: Parameter 'zwlr_output_head_v1' can be declared as pointer to const. However it seems that 'head_handle_serial_number' is a callback function, if 'zwlr_output_head_v1' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phog-0.1.3/tests/testlib-head-stub.c:184:43: style: Parameter 'data' can be declared as pointer to const. However it seems that 'zwlr_output_manager_v1_handle_done' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phog-0.1.3/tests/testlib-head-stub.c:185:68: style: Parameter 'manager' can be declared as pointer to const. However it seems that 'zwlr_output_manager_v1_handle_done' is a callback function, if 'manager' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/phosh/phosh_0.49.0.orig.tar.xz phosh-0.49.0/plugins/caffeine-quick-setting/caffeine-quick-setting.c:67:58: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_caffeine_quick_setting_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/plugins/caffeine-quick-setting/caffeine-quick-setting.c:86:56: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_caffeine_quick_setting_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/plugins/emergency-info/emergency-info-row.c:35:50: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_emergency_info_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/plugins/emergency-info/emergency-info-row.c:53:48: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_emergency_info_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/plugins/emergency-info/prefs/emergency-info-prefs-row.c:64:55: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_emergency_info_pref_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/plugins/emergency-info/prefs/emergency-info-prefs-row.c:82:53: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_emergency_info_pref_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/plugins/launcher-box/launcher-item.c:47:49: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_launcher_item_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/plugins/launcher-box/launcher-item.c:78:35: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_launcher_item_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/plugins/launcher-box/launcher-row.c:100:48: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_launcher_row_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/plugins/launcher-box/launcher-row.c:119:46: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_launcher_row_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/plugins/pomodoro-quick-setting/prefs/pomodoro-quick-setting-prefs.c:55:79: style: Parameter 'user_data' can be declared as pointer to const. However it seems that 'duration_set_mapping' is a callback function, if 'user_data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/plugins/pomodoro-quick-setting/pomodoro-quick-setting.c:216:58: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_pomodoro_quick_setting_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/plugins/pomodoro-quick-setting/pomodoro-quick-setting.c:235:56: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_pomodoro_quick_setting_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/plugins/scaling-quick-setting/scale-row.c:75:45: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_scale_row_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/plugins/scaling-quick-setting/scale-row.c:96:43: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_scale_row_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/plugins/simple-custom-quick-setting/simple-custom-quick-setting.c:45:51: style: Parameter 'self' can be declared as pointer to const. However it seems that 'on_footer_clicked' is a callback function, if 'self' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/plugins/ticket-box/ticket-row.c:36:46: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_ticket_row_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/plugins/ticket-box/ticket-row.c:59:44: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_ticket_row_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/plugins/ticket-box/ticket.c:32:42: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_ticket_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/plugins/ticket-box/ticket.c:54:40: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_ticket_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/plugins/upcoming-events/calendar-event.c:45:50: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_calendar_event_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/plugins/upcoming-events/calendar-event.c:81:48: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_calendar_event_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/plugins/upcoming-events/event-list.c:178:46: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_event_list_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/plugins/upcoming-events/event-list.c:203:44: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_event_list_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/plugins/upcoming-events/upcoming-event.c:196:50: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_upcoming_event_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/plugins/upcoming-events/upcoming-event.c:237:48: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_upcoming_event_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/searchd/search-provider.c:178:51: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_search_provider_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/searchd/search-provider.c:213:49: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_search_provider_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/ambient.c:72:43: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_ambient_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/ambient.c:92:41: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_ambient_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/activity.c:106:42: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_activity_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/activity.c:157:42: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_activity_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/activity.c:378:45: style: Parameter 'widget' can be declared as pointer to const. However it seems that 'phosh_activity_get_request_mode' is a callback function, if 'widget' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/activity.c:484:54: style: Parameter 'event' can be declared as pointer to const. However it seems that 'phosh_activity_enter_notify_event' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/activity.c:499:54: style: Parameter 'event' can be declared as pointer to const. However it seems that 'phosh_activity_leave_notify_event' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/activity.c:526:63: style: Parameter 'event' can be declared as pointer to const. However it seems that 'phosh_activity_key_press_event' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/app-grid-base-button.c:46:56: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_app_grid_base_button_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/app-grid-base-button.c:67:54: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_app_grid_base_button_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/app-auth-prompt.c:83:51: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_app_auth_prompt_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/app-auth-prompt.c:120:49: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_app_auth_prompt_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/app-auth-prompt.c:257:52: style: Parameter 'builder' can be declared as pointer to const. However it seems that 'add_choice_to_gvariant' is a callback function, if 'builder' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/app-grid-folder-button.c:47:58: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_app_grid_folder_button_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/app-grid-folder-button.c:66:56: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_app_grid_folder_button_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/app-grid-button.c:72:51: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_app_grid_button_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/app-grid-button.c:97:49: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_app_grid_button_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/app-list-model.c:75:33: style: Parameter 'list' can be declared as pointer to const. However it seems that 'list_get_item_type' is a callback function, if 'list' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/arrow.c:99:39: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_arrow_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/arrow.c:117:41: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_arrow_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/auth-prompt-option.c:32:52: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_auth_prompt_option_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/auth-prompt-option.c:55:52: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_auth_prompt_option_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/app-grid.c:83:44: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_app_grid_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/app-grid.c:102:42: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_app_grid_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/background-image.c:98:52: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_background_image_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/background-image.c:117:50: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_background_image_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/batteryinfo.c:53:48: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_battery_info_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/batteryinfo.c:72:46: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_battery_info_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/batteryinfo.c:93:44: style: Parameter 'device' can be declared as pointer to const. However it seems that 'on_property_changed' is a callback function, if 'device' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/background.c:91:46: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_background_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/background.c:110:44: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_background_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/bt-device-row.c:128:49: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_bt_device_row_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/bt-info.c:51:41: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_bt_info_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/call-notification.c:193:53: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_call_notification_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/call-notification.c:212:51: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_call_notification_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/bt-manager.c:100:44: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_bt_manager_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/call.c:219:40: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_call_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/call.c:239:38: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_call_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/cell-broadcast-prompt.c:75:57: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_cell_broadcast_prompt_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/cell-broadcast-prompt.c:94:55: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_cell_broadcast_prompt_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/cell-broadcast-manager.c:65:40: style: Parameter 'self' can be declared as pointer to const. However it seems that 'on_new_cbm' is a callback function, if 'self' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/cell-broadcast-manager.c:88:58: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_cell_broadcast_manager_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/cell-broadcast-manager.c:107:56: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_cell_broadcast_manager_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/calls-manager.c:244:47: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_calls_manager_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/calls-manager.c:352:59: style: Parameter 'list' can be declared as pointer to const. However it seems that 'phosh_calls_manager_list_model_get_item_type' is a callback function, if 'list' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/clamp.c:60:39: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_clamp_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/clamp.c:80:41: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_clamp_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/connectivity-info.c:54:53: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_connectivity_info_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/connectivity-info.c:73:51: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_connectivity_info_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/connectivity-manager.c:142:54: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_connectivity_manager_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/docked-info.c:48:45: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_docked_info_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/emergency-contact-row.c:75:49: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'emergency_contact_row_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/emergency-contact-row.c:95:51: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'emergency_contact_row_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/drag-surface.c:71:48: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_drag_surface_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/drag-surface.c:109:46: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_drag_surface_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/docked-manager.c:67:48: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_docked_manager_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/docked-manager.c:92:50: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_docked_manager_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/emergency-contact.c:54:45: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'emergency_contact_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/emergency-contact.c:82:47: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'emergency_contact_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/emergency-calls-manager.c:248:51: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'emergency_calls_manager_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/fading-label.c:185:46: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_fading_label_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/fading-label.c:207:48: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_fading_label_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/fader.c:71:41: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_fader_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/fader.c:100:39: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_fader_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/end-session-dialog.c:421:54: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_end_session_dialog_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/fake-clock.c:105:46: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_fake_clock_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/end-session-dialog.c:448:52: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_end_session_dialog_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/fake-clock.c:124:44: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_fake_clock_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/favorite-list-model.c:69:33: style: Parameter 'list' can be declared as pointer to const. However it seems that 'list_get_item_type' is a callback function, if 'list' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/feedback-manager.c:71:50: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_feedback_manager_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/feedback-status-page.c:95:56: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_feedback_status_page_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/feedback-status-page.c:114:54: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_feedback_status_page_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/folder-info.c:74:47: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_folder_info_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/folder-info.c:96:45: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_folder_info_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/feedbackinfo.c:46:49: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_feedback_info_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/feedbackinfo.c:63:47: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_feedback_info_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/gtk-mount-manager.c:309:32: style: Parameter 'connection' can be declared as pointer to const. However it seems that 'on_name_lost' is a callback function, if 'connection' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/gtk-mount-manager.c:311:32: style: Parameter 'user_data' can be declared as pointer to const. However it seems that 'on_name_lost' is a callback function, if 'user_data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/gtk-list-models/gtkfilterlistmodel.c:300:51: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'gtk_filter_list_model_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/gtk-list-models/gtkfilterlistmodel.c:324:50: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'gtk_filter_list_model_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/gtk-list-models/gtksortlistmodel.c:222:49: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'gtk_sort_list_model_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/gtk-list-models/gtksortlistmodel.c:246:48: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'gtk_sort_list_model_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/hks-info.c:51:42: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_hks_info_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/hks-info.c:73:44: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_hks_info_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/gtk-mount-prompt.c:269:52: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_gtk_mount_prompt_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/gtk-mount-prompt.c:306:50: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_gtk_mount_prompt_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/keyboard-events.c:92:33: style: Parameter 'data' can be declared as pointer to const. However it seems that 'handle_grab_failed_event' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/keyboard-events.c:93:64: style: Parameter 'kbevent' can be declared as pointer to const. However it seems that 'handle_grab_failed_event' is a callback function, if 'kbevent' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/keyboard-events.c:138:35: style: Parameter 'data' can be declared as pointer to const. However it seems that 'handle_ungrab_failed_event' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/keyboard-events.c:139:66: style: Parameter 'kbevent' can be declared as pointer to const. However it seems that 'handle_ungrab_failed_event' is a callback function, if 'kbevent' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/keyboard-events.c:169:41: style: Parameter 'action_name' can be declared as pointer to const. However it seems that 'on_action_removed' is a callback function, if 'action_name' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/hks-manager.c:88:45: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_hks_manager_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/keypad.c:96:42: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_keypad_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/keypad.c:124:40: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_keypad_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/home.c:109:40: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_home_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/home.c:132:38: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_home_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/home.c:195:57: style: Parameter 'event' can be declared as pointer to const. However it seems that 'on_configure_event' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/location-info.c:48:47: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_location_info_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/location-info.c:67:49: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_location_info_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/layersurface.c:119:53: style: Parameter 'surface' can be declared as pointer to const. However it seems that 'layer_surface_closed' is a callback function, if 'surface' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/layersurface.c:199:49: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_layer_surface_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/layersurface.c:275:47: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_layer_surface_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/layersurface.c:426:57: style: Parameter 'layer_surface' can be declared as pointer to const. However it seems that 'phosh_layer_surface_configured_impl' is a callback function, if 'layer_surface' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/location-manager.c:144:50: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_location_manager_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/location-manager.c:166:52: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_location_manager_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/lockscreen-manager.c:418:54: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_lockscreen_manager_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/lockscreen-manager.c:440:52: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_lockscreen_manager_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/main.c:30:16: style: Parameter 'unused' can be declared as pointer to const. However it seems that 'quit' is a callback function, if 'unused' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/metainfo-cache.c:108:48: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_metainfo_cache_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/lockscreen.c:155:46: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_lockscreen_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/lockscreen.c:178:44: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_lockscreen_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/mode-manager.c:64:46: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_mode_manager_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/media-player.c:107:46: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_media_player_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/monitor/monitor.c:183:34: style: Parameter 'data' can be declared as pointer to const. However it seems that 'xdg_output_v1_handle_done' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/monitor/monitor.c:184:51: style: Parameter 'zxdg_output_v1' can be declared as pointer to const. However it seems that 'xdg_output_v1_handle_done' is a callback function, if 'zxdg_output_v1' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/monitor/monitor.c:306:41: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_monitor_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/monitor/monitor.c:325:39: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_monitor_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/monitor/head.c:211:55: style: Parameter 'head' can be declared as pointer to const. However it seems that 'head_handle_current_mode' is a callback function, if 'head' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/monitor/head.c:212:55: style: Parameter 'wlr_mode' can be declared as pointer to const. However it seems that 'head_handle_current_mode' is a callback function, if 'wlr_mode' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/monitor/head.c:351:40: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_head_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/monitor/head.c:370:38: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_head_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/mpris-manager.c:73:47: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_mpris_manager_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/notifications/notification-banner.c:152:55: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_notification_banner_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/notifications/notification-banner.c:172:53: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_notification_banner_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/network-auth-manager.c:630:55: style: Parameter 'agent' can be declared as pointer to const. However it seems that 'secret_request_cancelled_cb' is a callback function, if 'agent' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/monitor-manager.c:891:36: style: Parameter 'connection' can be declared as pointer to const. However it seems that 'on_name_acquired' is a callback function, if 'connection' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/monitor-manager.c:893:36: style: Parameter 'user_data' can be declared as pointer to const. However it seems that 'on_name_acquired' is a callback function, if 'user_data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/monitor-manager.c:900:32: style: Parameter 'connection' can be declared as pointer to const. However it seems that 'on_name_lost' is a callback function, if 'connection' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/monitor-manager.c:902:32: style: Parameter 'user_data' can be declared as pointer to const. However it seems that 'on_name_lost' is a callback function, if 'user_data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/monitor-manager.c:1200:51: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_monitor_manager_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/monitor-manager.c:1219:49: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_monitor_manager_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/notifications/notification-content.c:269:55: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_notification_content_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/notifications/notification-content.c:296:53: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_notification_content_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/notifications/notification-frame.c:90:54: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_notification_frame_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/notifications/notification-frame.c:115:52: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_notification_frame_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/notifications/notification-list.c:77:33: style: Parameter 'list' can be declared as pointer to const. However it seems that 'list_get_item_type' is a callback function, if 'list' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/notifications/notification-source.c:70:54: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_notification_source_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/notifications/notification-source.c:89:53: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_notification_source_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/notifications/notification-source.c:136:33: style: Parameter 'list' can be declared as pointer to const. However it seems that 'list_get_item_type' is a callback function, if 'list' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/osd-window.c:107:46: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_osd_window_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/osd-window.c:142:44: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_osd_window_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/notifications/notify-feedback.c:346:51: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_notify_feedback_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/notifications/notify-feedback.c:365:49: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_notify_feedback_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/notifications/notification.c:85:48: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_notification_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/notifications/notification.c:146:46: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_notification_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/notifications/timestamp-label.c:276:49: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_timestamp_label_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/notifications/timestamp-label.c:295:51: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_timestamp_label_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/osk-manager.c:60:45: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_osk_manager_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/plugin-loader.c:47:49: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_plugin_loader_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/plugin-loader.c:71:47: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_plugin_loader_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/phosh-wayland.c:185:41: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_wayland_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/phosh-wayland.c:217:25: style: Parameter 'data' can be declared as pointer to const. However it seems that 'seat_handle_name' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/phosh-wayland.c:217:47: style: Parameter 'wl_seat' can be declared as pointer to const. However it seems that 'seat_handle_name' is a callback function, if 'wl_seat' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/overview.c:81:42: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_overview_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/polkit-auth-prompt.c:192:54: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_polkit_auth_prompt_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/polkit-auth-prompt.c:264:49: style: Parameter 'request' can be declared as pointer to const. However it seems that 'on_auth_session_request' is a callback function, if 'request' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/polkit-auth-prompt.c:285:52: style: Parameter 'text' can be declared as pointer to const. However it seems that 'on_auth_session_show_error' is a callback function, if 'text' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/polkit-auth-prompt.c:295:51: style: Parameter 'text' can be declared as pointer to const. However it seems that 'on_auth_session_show_info' is a callback function, if 'text' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/polkit-auth-agent.c:304:37: style: Parameter 'cancellable' can be declared as pointer to const. However it seems that 'on_request_cancelled' is a callback function, if 'cancellable' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/polkit-auth-agent.c:327:48: style: Parameter 'identities' can be declared as pointer to const. However it seems that 'initiate_authentication' is a callback function, if 'identities' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/portal-access-manager.c:147:36: style: Parameter 'connection' can be declared as pointer to const. However it seems that 'on_name_acquired' is a callback function, if 'connection' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/portal-access-manager.c:149:36: style: Parameter 'user_data' can be declared as pointer to const. However it seems that 'on_name_acquired' is a callback function, if 'user_data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/portal-access-manager.c:155:32: style: Parameter 'connection' can be declared as pointer to const. However it seems that 'on_name_lost' is a callback function, if 'connection' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/portal-access-manager.c:157:32: style: Parameter 'user_data' can be declared as pointer to const. However it seems that 'on_name_lost' is a callback function, if 'user_data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/power-menu.c:59:46: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_power_menu_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/power-menu.c:78:44: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_power_menu_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/proximity.c:217:42: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_proximity_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/proximity.c:241:42: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_proximity_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/quick-setting.c:107:49: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_quick_setting_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/quick-setting.c:143:47: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_quick_setting_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/revealer.c:68:44: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_revealer_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/revealer.c:96:42: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_revealer_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/rotateinfo.c:166:45: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_rotate_info_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/quick-settings-box.c:64:54: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_quick_settings_box_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/quick-settings-box.c:88:52: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_quick_settings_box_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/quick-settings-box.c:273:55: style: Parameter 'widget' can be declared as pointer to const. However it seems that 'phosh_quick_settings_box_get_request_mode' is a callback function, if 'widget' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/quick-settings-box.c:576:65: style: Parameter 'child' can be declared as pointer to const. However it seems that 'on_hide_status' is a callback function, if 'child' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/rotation-manager.c:368:64: style: Parameter 'sensor' can be declared as pointer to const. However it seems that 'on_accelerometer_orientation_changed' is a callback function, if 'sensor' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/rotation-manager.c:400:52: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_rotation_manager_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/rotation-manager.c:433:50: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_rotation_manager_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/screen-saver-manager.c:242:54: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_screen_saver_manager_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/screen-saver-manager.c:267:54: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_screen_saver_manager_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/screen-saver-manager.c:603:32: style: Parameter 'connection' can be declared as pointer to const. However it seems that 'on_name_lost' is a callback function, if 'connection' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/screen-saver-manager.c:605:32: style: Parameter 'user_data' can be declared as pointer to const. However it seems that 'on_name_lost' is a callback function, if 'user_data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/settings/audio-device-row.c:83:52: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_audio_device_row_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/settings/audio-device-row.c:102:50: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_audio_device_row_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/session-manager.c:156:49: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_session_manager_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/session-manager.c:246:54: style: Parameter 'self' can be declared as pointer to const. However it seems that 'on_stop' is a callback function, if 'self' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/session-manager.c:247:54: style: Parameter 'object' can be declared as pointer to const. However it seems that 'on_stop' is a callback function, if 'object' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/settings/audio-device.c:44:48: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_audio_device_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/settings/audio-device.c:72:46: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_audio_device_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/settings/audio-devices.c:58:49: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_audio_devices_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/settings/audio-devices.c:80:47: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_audio_devices_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/settings/audio-devices.c:102:45: style: Parameter 'list' can be declared as pointer to const. However it seems that 'phosh_list_model_get_item_type' is a callback function, if 'list' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/settings.c:98:44: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_settings_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/settings.c:117:42: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_settings_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/screenshot-manager.c:745:65: style: Parameter 'frame' can be declared as pointer to const. However it seems that 'screencopy_frame_handle_ready' is a callback function, if 'frame' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/screenshot-manager.c:1251:32: style: Parameter 'connection' can be declared as pointer to const. However it seems that 'on_name_lost' is a callback function, if 'connection' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/screenshot-manager.c:1253:32: style: Parameter 'user_data' can be declared as pointer to const. However it seems that 'on_name_lost' is a callback function, if 'user_data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/settings/audio-settings.c:277:48: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_audio_settings_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/settings/gvc-channel-bar.c:244:46: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'gvc_channel_bar_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/settings/gvc-channel-bar.c:269:44: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'gvc_channel_bar_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/splash-manager.c:50:50: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_splash_manager_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/splash-manager.c:69:48: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_splash_manager_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/status-icon.c:56:47: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_status_icon_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/status-icon.c:88:45: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_status_icon_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/splash.c:83:42: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_splash_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/splash.c:106:40: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_splash_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/splash.c:167:61: style: Parameter 'event' can be declared as pointer to const. However it seems that 'phosh_splash_key_press_event' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/status-page-placeholder.c:65:59: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_status_page_placeholder_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/status-page-placeholder.c:90:57: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_status_page_placeholder_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/style-manager.c:122:85: style: Parameter 'settings' can be declared as pointer to const. However it seems that 'on_gtk_theme_name_changed' is a callback function, if 'settings' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/style-manager.c:160:47: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_style_manager_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/status-page.c:65:47: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_status_page_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/status-page.c:92:45: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_status_page_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/swipe-away-bin.c:171:48: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_swipe_away_bin_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/swipe-away-bin.c:198:50: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_swipe_away_bin_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/swipe-away-bin.c:418:57: style: Parameter 'swipeable' can be declared as pointer to const. However it seems that 'phosh_swipe_away_bin_get_cancel_progress' is a callback function, if 'swipeable' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/swipe-away-bin.c:458:50: style: Parameter 'swipeable' can be declared as pointer to const. However it seems that 'phosh_swipe_away_bin_switch_child' is a callback function, if 'swipeable' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/system-modal-dialog.c:109:55: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_system_modal_dialog_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/system-modal-dialog.c:128:53: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_system_modal_dialog_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/system-modal.c:79:48: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_system_modal_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/system-modal.c:99:46: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_system_modal_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/thumbnail.c:39:45: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_thumbnail_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/thumbnail.c:59:43: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_thumbnail_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/system-prompter.c:63:32: style: Parameter 'connection' can be declared as pointer to const. However it seems that 'on_name_lost' is a callback function, if 'connection' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/system-prompter.c:65:24: style: Parameter 'user_data' can be declared as pointer to const. However it seems that 'on_name_lost' is a callback function, if 'user_data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/system-prompter.c:79:36: style: Parameter 'connection' can be declared as pointer to const. However it seems that 'on_name_acquired' is a callback function, if 'connection' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/system-prompter.c:81:28: style: Parameter 'user_data' can be declared as pointer to const. However it seems that 'on_name_acquired' is a callback function, if 'user_data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/top-panel-bg.c:42:46: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_top_panel_bg_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/system-prompt.c:115:49: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_system_prompt_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/system-prompt.c:176:47: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_system_prompt_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/system-prompt.c:272:49: style: Parameter 'prompt' can be declared as pointer to const. However it seems that 'phosh_system_prompt_password_finish' is a callback function, if 'prompt' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/system-prompt.c:336:48: style: Parameter 'prompt' can be declared as pointer to const. However it seems that 'phosh_system_prompt_confirm_finish' is a callback function, if 'prompt' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/toplevel-manager.c:55:42: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_toplevel_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/toplevel-manager.c:140:89: style: Parameter 'data' can be declared as pointer to const. However it seems that 'handle_zwlr_foreign_toplevel_manager_finished' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/toplevel-manager.c:141:89: style: Parameter 'unused' can be declared as pointer to const. However it seems that 'handle_zwlr_foreign_toplevel_manager_finished' is a callback function, if 'unused' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/toplevel-thumbnail.c:76:31: style: Parameter 'data' can be declared as pointer to const. However it seems that 'screencopy_handle_flags' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/toplevel-thumbnail.c:77:58: style: Parameter 'zwlr_screencopy_frame_v1' can be declared as pointer to const. However it seems that 'screencopy_handle_flags' is a callback function, if 'zwlr_screencopy_frame_v1' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/toplevel-thumbnail.c:94:33: style: Parameter 'data' can be declared as pointer to const. However it seems that 'screencopy_handle_failed' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/toplevel-thumbnail.c:95:60: style: Parameter 'zwlr_screencopy_frame_v1' can be declared as pointer to const. However it seems that 'screencopy_handle_failed' is a callback function, if 'zwlr_screencopy_frame_v1' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/toplevel-thumbnail.c:101:33: style: Parameter 'data' can be declared as pointer to const. However it seems that 'screencopy_handle_damage' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/toplevel-thumbnail.c:102:60: style: Parameter 'zwlr_screencopy_frame_v1' can be declared as pointer to const. However it seems that 'screencopy_handle_damage' is a callback function, if 'zwlr_screencopy_frame_v1' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/top-panel.c:113:45: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_top_panel_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/top-panel.c:132:43: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_top_panel_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/top-panel.c:690:61: style: Parameter 'event' can be declared as pointer to const. However it seems that 'on_configure_event' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/shell.c:474:41: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_shell_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/shell.c:505:39: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_shell_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/shell.c:1215:34: style: Parameter 'self' can be declared as pointer to const. However it seems that 'get_lockscreen_type' is a callback function, if 'self' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/torch-info.c:50:44: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_torch_info_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/toplevel.c:58:43: style: Parameter 'zwlr_foreign_toplevel_handle_v1' can be declared as pointer to const. However it seems that 'handle_zwlr_foreign_toplevel_handle_title' is a callback function, if 'zwlr_foreign_toplevel_handle_v1' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/toplevel.c:73:43: style: Parameter 'zwlr_foreign_toplevel_handle_v1' can be declared as pointer to const. However it seems that 'handle_zwlr_foreign_toplevel_handle_app_id' is a callback function, if 'zwlr_foreign_toplevel_handle_v1' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/toplevel.c:87:9: style: Parameter 'data' can be declared as pointer to const. However it seems that 'handle_zwlr_foreign_toplevel_handle_output_enter' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/toplevel.c:88:43: style: Parameter 'zwlr_foreign_toplevel_handle_v1' can be declared as pointer to const. However it seems that 'handle_zwlr_foreign_toplevel_handle_output_enter' is a callback function, if 'zwlr_foreign_toplevel_handle_v1' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/toplevel.c:89:21: style: Parameter 'output' can be declared as pointer to const. However it seems that 'handle_zwlr_foreign_toplevel_handle_output_enter' is a callback function, if 'output' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/toplevel.c:96:9: style: Parameter 'data' can be declared as pointer to const. However it seems that 'handle_zwlr_foreign_toplevel_handle_output_leave' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/toplevel.c:97:43: style: Parameter 'zwlr_foreign_toplevel_handle_v1' can be declared as pointer to const. However it seems that 'handle_zwlr_foreign_toplevel_handle_output_leave' is a callback function, if 'zwlr_foreign_toplevel_handle_v1' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/toplevel.c:98:21: style: Parameter 'output' can be declared as pointer to const. However it seems that 'handle_zwlr_foreign_toplevel_handle_output_leave' is a callback function, if 'output' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/toplevel.c:233:44: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_toplevel_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/toplevel.c:252:42: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_toplevel_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/torch-manager.c:134:47: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_torch_manager_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/vpn-info.c:48:42: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_vpn_info_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/widget-box.c:95:46: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_widget_box_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/widget-box.c:118:35: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_widget_box_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/wall-clock.c:59:44: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_wall_clock_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/vpn-manager.c:112:45: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_vpn_manager_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/wifi-info.c:49:43: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_wifi_info_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/wifi-network-row.c:103:52: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_wifi_network_row_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/wifi-network.c:53:48: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_wifi_network_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/wifi-network.c:81:46: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_wifi_network_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/wwan-info.c:54:43: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_wwan_info_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/wwan-info.c:73:43: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_wwan_info_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/wifi-manager.c:581:46: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_wifi_manager_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/wwan/phosh-wwan-ofono.c:239:46: style: Parameter 'object' can be declared as pointer to const. However it seems that 'phosh_wwan_ofono_set_property' is a callback function, if 'object' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/wwan/phosh-wwan-ofono.c:242:46: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_wwan_ofono_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/wwan/phosh-wwan-ofono.c:253:44: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_wwan_ofono_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/wwan/phosh-wwan-ofono.c:518:36: style: Parameter 'source_object' can be declared as pointer to const. However it seems that 'on_ofono_manager_created' is a callback function, if 'source_object' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/wwan/phosh-wwan-mm.c:261:41: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_wwan_mm_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/src/wwan/wwan-manager.c:191:46: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_wwan_manager_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/subprojects/gvc/gvc-mixer-event-role.c:129:51: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'gvc_mixer_event_role_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/subprojects/gvc/gvc-mixer-event-role.c:147:49: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'gvc_mixer_event_role_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/subprojects/gvc/gvc-mixer-card.c:308:54: style: Parameter 'a' can be declared as pointer to const. However it seems that 'gvc_mixer_card_profile_compare' is a callback function, if 'a' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/subprojects/gvc/gvc-mixer-card.c:309:54: style: Parameter 'b' can be declared as pointer to const. However it seems that 'gvc_mixer_card_profile_compare' is a callback function, if 'b' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/subprojects/gvc/gvc-mixer-card.c:407:45: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'gvc_mixer_card_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/subprojects/gvc/gvc-mixer-card.c:440:43: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'gvc_mixer_card_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/subprojects/libcall-ui/examples/cui-demo-call.c:61:41: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'cui_demo_call_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/subprojects/libcall-ui/examples/cui-demo-call.c:100:43: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'cui_demo_call_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/subprojects/gvc/gvc-mixer-stream.c:610:33: style: Parameter 'a' can be declared as pointer to const. However it seems that 'sort_ports' is a callback function, if 'a' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/subprojects/gvc/gvc-mixer-stream.c:611:33: style: Parameter 'b' can be declared as pointer to const. However it seems that 'sort_ports' is a callback function, if 'b' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/subprojects/gvc/gvc-mixer-stream.c:659:47: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'gvc_mixer_stream_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/subprojects/gvc/gvc-mixer-stream.c:731:45: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'gvc_mixer_stream_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/subprojects/gvc/gvc-mixer-stream.c:819:52: style: Parameter 'stream' can be declared as pointer to const. However it seems that 'gvc_mixer_stream_real_change_port' is a callback function, if 'stream' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/subprojects/gvc/gvc-mixer-stream.c:826:52: style: Parameter 'stream' can be declared as pointer to const. However it seems that 'gvc_mixer_stream_real_push_volume' is a callback function, if 'stream' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/subprojects/gvc/gvc-mixer-stream.c:832:56: style: Parameter 'stream' can be declared as pointer to const. However it seems that 'gvc_mixer_stream_real_change_is_muted' is a callback function, if 'stream' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/subprojects/gvc/gvc-mixer-ui-device.c:87:51: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'gvc_mixer_ui_device_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/subprojects/gvc/gvc-mixer-ui-device.c:126:50: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'gvc_mixer_ui_device_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/subprojects/libcall-ui/src/cui-dialpad.c:61:39: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'cui_dialpad_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/subprojects/libcall-ui/src/cui-dialpad.c:79:41: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'cui_dialpad_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/subprojects/libcall-ui/src/cui-encryption-indicator.c:67:29: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/subprojects/libcall-ui/src/cui-encryption-indicator.c:87:27: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/subprojects/libcall-ui/src/cui-call-display.c:123:35: style: Parameter 'togglebutton' can be declared as pointer to const. However it seems that 'hold_toggled_cb' is a callback function, if 'togglebutton' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/subprojects/libcall-ui/src/cui-call-display.c:124:35: style: Parameter 'self' can be declared as pointer to const. However it seems that 'hold_toggled_cb' is a callback function, if 'self' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/subprojects/libcall-ui/src/cui-call-display.c:152:38: style: Parameter 'button' can be declared as pointer to const. However it seems that 'add_call_clicked_cb' is a callback function, if 'button' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/subprojects/libcall-ui/src/cui-call-display.c:153:38: style: Parameter 'self' can be declared as pointer to const. However it seems that 'add_call_clicked_cb' is a callback function, if 'self' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/subprojects/libcall-ui/src/cui-call-display.c:367:34: style: Parameter 'call' can be declared as pointer to const. However it seems that 'on_call_unrefed' is a callback function, if 'call' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/subprojects/libcall-ui/src/cui-call-display.c:386:44: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'cui_call_display_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/subprojects/libcall-ui/src/cui-call-display.c:404:46: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'cui_call_display_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/subprojects/libcall-ui/src/cui-keypad-button.c:64:47: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'cui_keypad_button_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/subprojects/libcall-ui/src/cui-keypad-button.c:92:45: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'cui_keypad_button_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/subprojects/libcall-ui/tests/dummy-call.c:49:42: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'cui_dummy_call_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/subprojects/libcall-ui/src/cui-keypad.c:163:40: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'cui_keypad_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/subprojects/libcall-ui/src/cui-keypad.c:200:38: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'cui_keypad_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/tests/services/testlib-search-provider.c:131:51: style: Parameter 'self' can be declared as pointer to const. However it seems that 'handle_activate_result' is a callback function, if 'self' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/tests/services/testlib-search-provider.c:132:51: style: Parameter 'invocation' can be declared as pointer to const. However it seems that 'handle_activate_result' is a callback function, if 'invocation' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/tests/services/testlib-search-provider.c:133:51: style: Parameter 'identifier' can be declared as pointer to const. However it seems that 'handle_activate_result' is a callback function, if 'identifier' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/tests/services/testlib-search-provider.c:142:49: style: Parameter 'self' can be declared as pointer to const. However it seems that 'handle_launch_search' is a callback function, if 'self' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/tests/services/testlib-search-provider.c:143:49: style: Parameter 'invocation' can be declared as pointer to const. However it seems that 'handle_launch_search' is a callback function, if 'invocation' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/subprojects/libcall-ui/tests/test-keypad.c:19:23: style: Parameter 'widget' can be declared as pointer to const. However it seems that 'notify_cb' is a callback function, if 'widget' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/subprojects/libcall-ui/tests/test-keypad.c:20:23: style: Parameter 'data' can be declared as pointer to const. However it seems that 'notify_cb' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/tests/stubs/evil-icon.c:33:30: style: Parameter 'self' can be declared as pointer to const. However it seems that 'phosh_evil_icon_hash' is a callback function, if 'self' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/tests/stubs/evil-icon.c:40:31: style: Parameter 'self' can be declared as pointer to const. However it seems that 'phosh_evil_icon_equal' is a callback function, if 'self' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/tests/stubs/evil-icon.c:40:44: style: Parameter 'other' can be declared as pointer to const. However it seems that 'phosh_evil_icon_equal' is a callback function, if 'other' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/tests/stubs/evil-icon.c:47:35: style: Parameter 'self' can be declared as pointer to const. However it seems that 'phosh_evil_icon_serialize' is a callback function, if 'self' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/tests/test-keypad.c:16:23: style: Parameter 'widget' can be declared as pointer to const. However it seems that 'notify_cb' is a callback function, if 'widget' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/tests/test-keypad.c:17:23: style: Parameter 'data' can be declared as pointer to const. However it seems that 'notify_cb' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/tests/test-idle-manager.c:39:23: style: Parameter 'data' can be declared as pointer to const. However it seems that 'timeout_cb' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/tests/test-mount-notification.c:24:30: style: Parameter 'mount' can be declared as pointer to const. However it seems that 'test_dummy_get_name' is a callback function, if 'mount' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/tests/test-mount-notification.c:31:30: style: Parameter 'mount' can be declared as pointer to const. However it seems that 'test_dummy_get_root' is a callback function, if 'mount' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/tests/test-notification-banner.c:16:20: style: Parameter 'source' can be declared as pointer to const. However it seems that 'notified' is a callback function, if 'source' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/tests/test-notification-banner.c:16:40: style: Parameter 'param' can be declared as pointer to const. However it seems that 'notified' is a callback function, if 'param' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/tests/test-notification-banner.c:16:56: style: Parameter 'data' can be declared as pointer to const. However it seems that 'notified' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/tests/test-notification-frame.c:16:30: style: Parameter 'noti' can be declared as pointer to const. However it seems that 'actioned' is a callback function, if 'noti' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/tests/test-notification-content.c:115:30: style: Parameter 'noti' can be declared as pointer to const. However it seems that 'actioned' is a callback function, if 'noti' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/tests/test-notification-list.c:177:28: style: Parameter 'list' can be declared as pointer to const. However it seems that 'items_changed' is a callback function, if 'list' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/tests/test-notification-list.c:181:28: style: Parameter 'data' can be declared as pointer to const. However it seems that 'items_changed' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/tests/test-notification.c:19:20: style: Parameter 'source' can be declared as pointer to const. However it seems that 'notified' is a callback function, if 'source' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/tests/test-notification.c:19:40: style: Parameter 'param' can be declared as pointer to const. However it seems that 'notified' is a callback function, if 'param' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/tests/test-notification.c:19:56: style: Parameter 'data' can be declared as pointer to const. However it seems that 'notified' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/tests/test-notification.c:194:30: style: Parameter 'noti' can be declared as pointer to const. However it seems that 'actioned' is a callback function, if 'noti' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/tests/testlib-head-stub.c:19:40: style: Parameter 'data' can be declared as pointer to const. However it seems that 'zwlr_output_mode_v1_handle_size' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/tests/testlib-head-stub.c:19:74: style: Parameter 'wlr_mode' can be declared as pointer to const. However it seems that 'zwlr_output_mode_v1_handle_size' is a callback function, if 'wlr_mode' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/tests/testlib-head-stub.c:26:65: style: Parameter 'data' can be declared as pointer to const. However it seems that 'zwlr_output_mode_v1_handle_refresh' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/tests/testlib-head-stub.c:27:65: style: Parameter 'wlr_mode' can be declared as pointer to const. However it seems that 'zwlr_output_mode_v1_handle_refresh' is a callback function, if 'wlr_mode' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/tests/testlib-head-stub.c:34:67: style: Parameter 'data' can be declared as pointer to const. However it seems that 'zwlr_output_mode_v1_handle_preferred' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/tests/testlib-head-stub.c:35:67: style: Parameter 'wlr_mode' can be declared as pointer to const. However it seems that 'zwlr_output_mode_v1_handle_preferred' is a callback function, if 'wlr_mode' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/tests/testlib-head-stub.c:41:66: style: Parameter 'data' can be declared as pointer to const. However it seems that 'zwlr_output_mode_v1_handle_finished' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/tests/testlib-head-stub.c:42:66: style: Parameter 'wlr_mode' can be declared as pointer to const. However it seems that 'zwlr_output_mode_v1_handle_finished' is a callback function, if 'wlr_mode' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/tests/testlib-head-stub.c:54:47: style: Parameter 'data' can be declared as pointer to const. However it seems that 'head_handle_name' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/tests/testlib-head-stub.c:55:47: style: Parameter 'head' can be declared as pointer to const. However it seems that 'head_handle_name' is a callback function, if 'head' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/tests/testlib-head-stub.c:62:54: style: Parameter 'data' can be declared as pointer to const. However it seems that 'head_handle_description' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/tests/testlib-head-stub.c:63:54: style: Parameter 'head' can be declared as pointer to const. However it seems that 'head_handle_description' is a callback function, if 'head' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/tests/testlib-head-stub.c:70:35: style: Parameter 'data' can be declared as pointer to const. However it seems that 'head_handle_physical_size' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/tests/testlib-head-stub.c:71:57: style: Parameter 'head' can be declared as pointer to const. However it seems that 'head_handle_physical_size' is a callback function, if 'head' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/tests/testlib-head-stub.c:88:50: style: Parameter 'data' can be declared as pointer to const. However it seems that 'head_handle_enabled' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/tests/testlib-head-stub.c:89:50: style: Parameter 'head' can be declared as pointer to const. However it seems that 'head_handle_enabled' is a callback function, if 'head' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/tests/testlib-head-stub.c:96:55: style: Parameter 'data' can be declared as pointer to const. However it seems that 'head_handle_current_mode' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/tests/testlib-head-stub.c:97:55: style: Parameter 'head' can be declared as pointer to const. However it seems that 'head_handle_current_mode' is a callback function, if 'head' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/tests/testlib-head-stub.c:98:55: style: Parameter 'wlr_mode' can be declared as pointer to const. However it seems that 'head_handle_current_mode' is a callback function, if 'wlr_mode' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/tests/testlib-head-stub.c:104:29: style: Parameter 'data' can be declared as pointer to const. However it seems that 'head_handle_position' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/tests/testlib-head-stub.c:105:51: style: Parameter 'head' can be declared as pointer to const. However it seems that 'head_handle_position' is a callback function, if 'head' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/tests/testlib-head-stub.c:112:52: style: Parameter 'data' can be declared as pointer to const. However it seems that 'head_handle_transform' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/tests/testlib-head-stub.c:113:52: style: Parameter 'head' can be declared as pointer to const. However it seems that 'head_handle_transform' is a callback function, if 'head' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/tests/testlib-head-stub.c:120:48: style: Parameter 'data' can be declared as pointer to const. However it seems that 'head_handle_scale' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/tests/testlib-head-stub.c:121:48: style: Parameter 'head' can be declared as pointer to const. However it seems that 'head_handle_scale' is a callback function, if 'head' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/tests/testlib-head-stub.c:128:51: style: Parameter 'data' can be declared as pointer to const. However it seems that 'head_handle_finished' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/tests/testlib-head-stub.c:129:51: style: Parameter 'head' can be declared as pointer to const. However it seems that 'head_handle_finished' is a callback function, if 'head' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/tests/testlib-head-stub.c:134:25: style: Parameter 'data' can be declared as pointer to const. However it seems that 'head_handle_make' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/tests/testlib-head-stub.c:135:47: style: Parameter 'zwlr_output_head_v1' can be declared as pointer to const. However it seems that 'head_handle_make' is a callback function, if 'zwlr_output_head_v1' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/tests/testlib-head-stub.c:142:26: style: Parameter 'data' can be declared as pointer to const. However it seems that 'head_handle_model' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/tests/testlib-head-stub.c:143:48: style: Parameter 'zwlr_output_head_v1' can be declared as pointer to const. However it seems that 'head_handle_model' is a callback function, if 'zwlr_output_head_v1' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/tests/testlib-head-stub.c:149:46: style: Parameter 'data' can be declared as pointer to const. However it seems that 'head_handle_serial_number' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/tests/testlib-head-stub.c:150:68: style: Parameter 'zwlr_output_head_v1' can be declared as pointer to const. However it seems that 'head_handle_serial_number' is a callback function, if 'zwlr_output_head_v1' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/tests/testlib-head-stub.c:184:43: style: Parameter 'data' can be declared as pointer to const. However it seems that 'zwlr_output_manager_v1_handle_done' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/tests/testlib-head-stub.c:185:68: style: Parameter 'manager' can be declared as pointer to const. However it seems that 'zwlr_output_manager_v1_handle_done' is a callback function, if 'manager' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/tests/testlib-full-shell.c:30:22: style: Parameter 'unused' can be declared as pointer to const. However it seems that 'stop_shell' is a callback function, if 'unused' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-0.49.0/tools/image-notify.c:35:25: style: Parameter 'app' can be declared as pointer to const. However it seems that 'activate' is a callback function, if 'app' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/phosh-mobile-settings/phosh-mobile-settings_0.49.0.orig.tar.xz phosh-mobile-settings-0.49.0/src/mobile-settings-application.c:94:55: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'mobile_settings_application_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-mobile-settings-0.49.0/src/mobile-settings-application.c:146:52: style: Parameter 'data' can be declared as pointer to const. However it seems that 'registry_handle_global_remove' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-mobile-settings-0.49.0/src/mobile-settings-application.c:147:52: style: Parameter 'registry' can be declared as pointer to const. However it seems that 'registry_handle_global_remove' is a callback function, if 'registry' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-mobile-settings-0.49.0/src/ms-audio-device.c:46:45: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'ms_audio_device_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-mobile-settings-0.49.0/src/ms-audio-device.c:74:43: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'ms_audio_device_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-mobile-settings-0.49.0/src/ms-audio-device-row.c:139:49: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'ms_audio_device_row_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-mobile-settings-0.49.0/src/ms-audio-device-row.c:158:47: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'ms_audio_device_row_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-mobile-settings-0.49.0/src/ms-alerts-panel.c:286:45: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'ms_alerts_panel_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-mobile-settings-0.49.0/src/ms-alerts-panel.c:308:43: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'ms_alerts_panel_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-mobile-settings-0.49.0/src/ms-completer-info.c:46:47: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'ms_completer_info_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-mobile-settings-0.49.0/src/ms-completer-info.c:74:45: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'ms_completer_info_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-mobile-settings-0.49.0/src/ms-audio-devices.c:57:46: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'ms_audio_devices_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-mobile-settings-0.49.0/src/ms-audio-devices.c:79:44: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'ms_audio_devices_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-mobile-settings-0.49.0/src/ms-audio-devices.c:101:42: style: Parameter 'list' can be declared as pointer to const. However it seems that 'ms_list_model_get_item_type' is a callback function, if 'list' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-mobile-settings-0.49.0/src/ms-cb-message-row.c:156:47: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'ms_cb_message_row_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-mobile-settings-0.49.0/src/ms-cb-message-row.c:175:45: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'ms_cb_message_row_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-mobile-settings-0.49.0/src/ms-compositor-panel.c:77:52: style: Parameter 'user_data' can be declared as pointer to const. However it seems that 'create_scale_to_fit_row' is a callback function, if 'user_data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-mobile-settings-0.49.0/src/ms-feedback-row.c:45:45: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'ms_feedback_row_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-mobile-settings-0.49.0/src/ms-feedback-row.c:64:43: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'ms_feedback_row_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-mobile-settings-0.49.0/src/ms-head-tracker.c:72:67: style: Parameter 'data' can be declared as pointer to const. However it seems that 'zwlr_output_mode_v1_handle_preferred' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-mobile-settings-0.49.0/src/ms-head-tracker.c:73:67: style: Parameter 'wlr_mode' can be declared as pointer to const. However it seems that 'zwlr_output_mode_v1_handle_preferred' is a callback function, if 'wlr_mode' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-mobile-settings-0.49.0/src/ms-head-tracker.c:97:59: style: Parameter 'zwlr_output_head_v1' can be declared as pointer to const. However it seems that 'handle_zwlr_output_head_name' is a callback function, if 'zwlr_output_head_v1' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-mobile-settings-0.49.0/src/ms-head-tracker.c:221:59: style: Parameter 'zwlr_output_head_v1' can be declared as pointer to const. However it seems that 'handle_zwlr_output_head_make' is a callback function, if 'zwlr_output_head_v1' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-mobile-settings-0.49.0/src/ms-head-tracker.c:235:60: style: Parameter 'zwlr_output_head_v1' can be declared as pointer to const. However it seems that 'handle_zwlr_output_head_model' is a callback function, if 'zwlr_output_head_v1' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-mobile-settings-0.49.0/src/ms-head-tracker.c:249:68: style: Parameter 'zwlr_output_head_v1' can be declared as pointer to const. However it seems that 'handle_zwlr_output_head_serial_number' is a callback function, if 'zwlr_output_head_v1' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-mobile-settings-0.49.0/src/ms-head-tracker.c:339:69: style: Parameter 'data' can be declared as pointer to const. However it seems that 'handle_zwlr_output_manager_finished' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-mobile-settings-0.49.0/src/ms-head-tracker.c:340:69: style: Parameter 'zwlr_output_manager_v1' can be declared as pointer to const. However it seems that 'handle_zwlr_output_manager_finished' is a callback function, if 'zwlr_output_manager_v1' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-mobile-settings-0.49.0/src/ms-head-tracker.c:357:45: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'ms_head_tracker_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-mobile-settings-0.49.0/src/ms-head-tracker.c:376:43: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'ms_head_tracker_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-mobile-settings-0.49.0/src/ms-lockscreen-panel.c:87:94: style: Parameter 'data' can be declared as pointer to const. However it seems that 'double_to_uint32_set_mapping' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-mobile-settings-0.49.0/src/ms-osk-add-layout-dialog.c:130:54: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'ms_osk_add_layout_dialog_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-mobile-settings-0.49.0/src/ms-feedback-panel.c:628:47: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'ms_feedback_panel_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-mobile-settings-0.49.0/src/ms-feedback-panel.c:647:45: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'ms_feedback_panel_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-mobile-settings-0.49.0/src/ms-feedback-panel.c:676:46: style: Parameter 'user_data' can be declared as pointer to const. However it seems that 'max_haptic_strength_set' is a callback function, if 'user_data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-mobile-settings-0.49.0/src/ms-osk-layout-row.c:152:47: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'ms_osk_layout_row_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-mobile-settings-0.49.0/src/ms-osk-layout-row.c:171:45: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'ms_osk_layout_row_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-mobile-settings-0.49.0/src/ms-osk-layout.c:47:43: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'ms_osk_layout_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-mobile-settings-0.49.0/src/ms-osk-layout.c:72:41: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'ms_osk_layout_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-mobile-settings-0.49.0/src/ms-panel.c:36:38: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'ms_panel_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-mobile-settings-0.49.0/src/ms-panel.c:55:36: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'ms_panel_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-mobile-settings-0.49.0/src/ms-panel-switcher.c:162:47: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'ms_panel_switcher_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-mobile-settings-0.49.0/src/ms-panel-switcher.c:181:45: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'ms_panel_switcher_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-mobile-settings-0.49.0/src/ms-plugin-panel.c:35:45: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'ms_plugin_panel_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-mobile-settings-0.49.0/src/ms-plugin-panel.c:56:43: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'ms_plugin_panel_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-mobile-settings-0.49.0/src/ms-plugin-loader.c:39:46: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'ms_plugin_loader_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-mobile-settings-0.49.0/src/ms-plugin-loader.c:63:44: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'ms_plugin_loader_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-mobile-settings-0.49.0/src/ms-overview-panel.c:57:59: style: Parameter 'response' can be declared as pointer to const. However it seems that 'on_reset_favorites_response' is a callback function, if 'response' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-mobile-settings-0.49.0/src/ms-overview-panel.c:124:35: style: Parameter 'value' can be declared as pointer to const. However it seems that 'on_drop_flowbox' is a callback function, if 'value' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-mobile-settings-0.49.0/src/ms-overview-panel.c:171:27: style: Parameter 'value' can be declared as pointer to const. However it seems that 'on_drop' is a callback function, if 'value' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-mobile-settings-0.49.0/src/ms-plugin-row.c:74:43: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'ms_plugin_row_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-mobile-settings-0.49.0/src/ms-plugin-row.c:107:41: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'ms_plugin_row_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-mobile-settings-0.49.0/src/ms-scale-to-fit-row.c:45:49: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'ms_scale_to_fit_row_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-mobile-settings-0.49.0/src/ms-scale-to-fit-row.c:68:47: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'ms_scale_to_fit_row_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-mobile-settings-0.49.0/src/ms-toplevel-tracker.c:57:43: style: Parameter 'zwlr_foreign_toplevel_handle_v1' can be declared as pointer to const. However it seems that 'handle_zwlr_foreign_toplevel_handle_title' is a callback function, if 'zwlr_foreign_toplevel_handle_v1' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-mobile-settings-0.49.0/src/ms-toplevel-tracker.c:92:56: style: Parameter 'data' can be declared as pointer to const. However it seems that 'handle_zwlr_foreign_toplevel_handle_output_enter' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-mobile-settings-0.49.0/src/ms-toplevel-tracker.c:93:43: style: Parameter 'zwlr_foreign_toplevel_handle_v1' can be declared as pointer to const. However it seems that 'handle_zwlr_foreign_toplevel_handle_output_enter' is a callback function, if 'zwlr_foreign_toplevel_handle_v1' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-mobile-settings-0.49.0/src/ms-toplevel-tracker.c:94:21: style: Parameter 'output' can be declared as pointer to const. However it seems that 'handle_zwlr_foreign_toplevel_handle_output_enter' is a callback function, if 'output' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-mobile-settings-0.49.0/src/ms-toplevel-tracker.c:100:56: style: Parameter 'data' can be declared as pointer to const. However it seems that 'handle_zwlr_foreign_toplevel_handle_output_leave' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-mobile-settings-0.49.0/src/ms-toplevel-tracker.c:101:43: style: Parameter 'zwlr_foreign_toplevel_handle_v1' can be declared as pointer to const. However it seems that 'handle_zwlr_foreign_toplevel_handle_output_leave' is a callback function, if 'zwlr_foreign_toplevel_handle_v1' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-mobile-settings-0.49.0/src/ms-toplevel-tracker.c:102:21: style: Parameter 'output' can be declared as pointer to const. However it seems that 'handle_zwlr_foreign_toplevel_handle_output_leave' is a callback function, if 'output' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-mobile-settings-0.49.0/src/ms-toplevel-tracker.c:108:50: style: Parameter 'data' can be declared as pointer to const. However it seems that 'handle_zwlr_foreign_toplevel_handle_state' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-mobile-settings-0.49.0/src/ms-toplevel-tracker.c:109:43: style: Parameter 'zwlr_foreign_toplevel_handle_v1' can be declared as pointer to const. However it seems that 'handle_zwlr_foreign_toplevel_handle_state' is a callback function, if 'zwlr_foreign_toplevel_handle_v1' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-mobile-settings-0.49.0/src/ms-toplevel-tracker.c:110:20: style: Parameter 'state' can be declared as pointer to const. However it seems that 'handle_zwlr_foreign_toplevel_handle_state' is a callback function, if 'state' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-mobile-settings-0.49.0/src/ms-toplevel-tracker.c:116:49: style: Parameter 'data' can be declared as pointer to const. However it seems that 'handle_zwlr_foreign_toplevel_handle_done' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-mobile-settings-0.49.0/src/ms-toplevel-tracker.c:117:43: style: Parameter 'zwlr_foreign_toplevel_handle_v1' can be declared as pointer to const. However it seems that 'handle_zwlr_foreign_toplevel_handle_done' is a callback function, if 'zwlr_foreign_toplevel_handle_v1' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-mobile-settings-0.49.0/src/ms-toplevel-tracker.c:124:43: style: Parameter 'zwlr_foreign_toplevel_handle_v1' can be declared as pointer to const. However it seems that 'handle_zwlr_foreign_toplevel_handle_closed' is a callback function, if 'zwlr_foreign_toplevel_handle_v1' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-mobile-settings-0.49.0/src/ms-toplevel-tracker.c:202:54: style: Parameter 'data' can be declared as pointer to const. However it seems that 'handle_zwlr_foreign_toplevel_manager_finished' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-mobile-settings-0.49.0/src/ms-toplevel-tracker.c:203:44: style: Parameter 'zwlr_foreign_toplevel_manager_v1' can be declared as pointer to const. However it seems that 'handle_zwlr_foreign_toplevel_manager_finished' is a callback function, if 'zwlr_foreign_toplevel_manager_v1' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-mobile-settings-0.49.0/src/ms-toplevel-tracker.c:219:49: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'ms_toplevel_tracker_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-mobile-settings-0.49.0/src/ms-toplevel-tracker.c:238:47: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'ms_toplevel_tracker_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-mobile-settings-0.49.0/src/ms-sound-row.c:337:42: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'ms_sound_row_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-mobile-settings-0.49.0/src/ms-sound-row.c:362:40: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'ms_sound_row_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-mobile-settings-0.49.0/src/pmos-tweaks/ms-tweaks-page-builder.c:488:56: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'ms_tweaks_preferences_page_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-mobile-settings-0.49.0/src/pmos-tweaks/ms-tweaks-page-builder.c:507:54: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'ms_tweaks_preferences_page_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-mobile-settings-0.49.0/subprojects/gvc/gvc-mixer-event-role.c:129:51: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'gvc_mixer_event_role_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-mobile-settings-0.49.0/subprojects/gvc/gvc-mixer-event-role.c:147:49: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'gvc_mixer_event_role_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-mobile-settings-0.49.0/subprojects/gvc/gvc-mixer-card.c:308:54: style: Parameter 'a' can be declared as pointer to const. However it seems that 'gvc_mixer_card_profile_compare' is a callback function, if 'a' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-mobile-settings-0.49.0/subprojects/gvc/gvc-mixer-card.c:309:54: style: Parameter 'b' can be declared as pointer to const. However it seems that 'gvc_mixer_card_profile_compare' is a callback function, if 'b' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-mobile-settings-0.49.0/subprojects/gvc/gvc-mixer-card.c:407:45: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'gvc_mixer_card_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-mobile-settings-0.49.0/subprojects/gvc/gvc-mixer-card.c:440:43: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'gvc_mixer_card_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-mobile-settings-0.49.0/subprojects/gvc/gvc-mixer-ui-device.c:87:51: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'gvc_mixer_ui_device_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-mobile-settings-0.49.0/subprojects/gvc/gvc-mixer-ui-device.c:126:50: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'gvc_mixer_ui_device_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-mobile-settings-0.49.0/subprojects/gvc/gvc-mixer-stream.c:610:33: style: Parameter 'a' can be declared as pointer to const. However it seems that 'sort_ports' is a callback function, if 'a' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-mobile-settings-0.49.0/subprojects/gvc/gvc-mixer-stream.c:611:33: style: Parameter 'b' can be declared as pointer to const. However it seems that 'sort_ports' is a callback function, if 'b' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-mobile-settings-0.49.0/subprojects/gvc/gvc-mixer-stream.c:659:47: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'gvc_mixer_stream_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-mobile-settings-0.49.0/subprojects/gvc/gvc-mixer-stream.c:731:45: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'gvc_mixer_stream_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-mobile-settings-0.49.0/subprojects/gvc/gvc-mixer-stream.c:819:52: style: Parameter 'stream' can be declared as pointer to const. However it seems that 'gvc_mixer_stream_real_change_port' is a callback function, if 'stream' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-mobile-settings-0.49.0/subprojects/gvc/gvc-mixer-stream.c:826:52: style: Parameter 'stream' can be declared as pointer to const. However it seems that 'gvc_mixer_stream_real_push_volume' is a callback function, if 'stream' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-mobile-settings-0.49.0/subprojects/gvc/gvc-mixer-stream.c:832:56: style: Parameter 'stream' can be declared as pointer to const. However it seems that 'gvc_mixer_stream_real_change_is_muted' is a callback function, if 'stream' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-mobile-settings-0.49.0/subprojects/gvdb/gvdb/gvdb-builder.c:191:29: style: Parameter 'key' can be declared as pointer to const. However it seems that 'hash_table_insert' is a callback function, if 'key' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-mobile-settings-0.49.0/subprojects/libcellbroadcast/src/cbd-channel-manager.c:131:49: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'cbd_channel_manager_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-mobile-settings-0.49.0/subprojects/libcellbroadcast/src/cbd-channel-manager.c:156:47: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'cbd_channel_manager_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-mobile-settings-0.49.0/subprojects/libcellbroadcast/src/cbd-modem-cell-broadcast.c:56:54: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'cbd_modem_cell_broadcast_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-mobile-settings-0.49.0/subprojects/libcellbroadcast/src/cbd-modem-cell-broadcast.c:75:52: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'cbd_modem_cell_broadcast_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-mobile-settings-0.49.0/subprojects/libcellbroadcast/src/cbd-modem-3gpp.c:92:44: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'cbd_modem_3gpp_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-mobile-settings-0.49.0/subprojects/libcellbroadcast/src/cbd-modem-3gpp.c:111:42: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'cbd_modem_3gpp_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-mobile-settings-0.49.0/subprojects/libcellbroadcast/src/cbd-mm-manager.c:501:42: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'cbd_mm_manager_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/phosh-osk-stevia/phosh-osk-stevia_0.49.0.orig.tar.xz phosh-osk-stevia-0.49.0/src/completers/pos-completer-fzf.c:140:47: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'pos_completer_fzf_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-osk-stevia-0.49.0/src/completers/pos-completer-pipe.c:111:48: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'pos_completer_pipe_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-osk-stevia-0.49.0/src/completers/pos-completer-fzf.c:159:45: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'pos_completer_fzf_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-osk-stevia-0.49.0/src/completers/pos-completer-pipe.c:130:46: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'pos_completer_pipe_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-osk-stevia-0.49.0/src/completers/pos-completer-hunspell.c:123:52: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'pos_completer_hunspell_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-osk-stevia-0.49.0/src/completers/pos-completer-hunspell.c:142:50: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'pos_completer_hunspell_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-osk-stevia-0.49.0/src/completers/pos-completer-presage.c:306:51: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'pos_completer_presage_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-osk-stevia-0.49.0/src/completers/pos-completer-presage.c:328:49: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'pos_completer_presage_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-osk-stevia-0.49.0/src/completers/pos-completer-presage.c:420:48: style: Parameter 'data' can be declared as pointer to const. However it seems that 'pos_completer_presage_get_future_stream' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-osk-stevia-0.49.0/src/completers/pos-completer-varnam.c:114:50: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'pos_completer_varnam_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-osk-stevia-0.49.0/src/completers/pos-completer-varnam.c:136:48: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'pos_completer_varnam_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-osk-stevia-0.49.0/src/pos-char-popup.c:45:44: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'pos_char_popup_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-osk-stevia-0.49.0/src/pos-char-popup.c:61:42: style: Parameter 'object' can be declared as pointer to const. However it seems that 'pos_char_popup_get_property' is a callback function, if 'object' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-osk-stevia-0.49.0/src/pos-char-popup.c:63:42: style: Parameter 'value' can be declared as pointer to const. However it seems that 'pos_char_popup_get_property' is a callback function, if 'value' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-osk-stevia-0.49.0/src/pos-char-popup.c:64:42: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'pos_char_popup_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-osk-stevia-0.49.0/src/contrib/layersurface.c:110:53: style: Parameter 'surface' can be declared as pointer to const. However it seems that 'layer_surface_closed' is a callback function, if 'surface' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-osk-stevia-0.49.0/src/contrib/layersurface.c:133:49: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_layer_surface_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-osk-stevia-0.49.0/src/contrib/layersurface.c:209:47: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_layer_surface_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-osk-stevia-0.49.0/src/pos-activation-filter.c:90:43: style: Parameter 'zwlr_foreign_toplevel_handle_v1' can be declared as pointer to const. However it seems that 'handle_zwlr_foreign_toplevel_handle_title' is a callback function, if 'zwlr_foreign_toplevel_handle_v1' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-osk-stevia-0.49.0/src/pos-activation-filter.c:105:43: style: Parameter 'zwlr_foreign_toplevel_handle_v1' can be declared as pointer to const. However it seems that 'handle_zwlr_foreign_toplevel_handle_app_id' is a callback function, if 'zwlr_foreign_toplevel_handle_v1' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-osk-stevia-0.49.0/src/pos-activation-filter.c:119:43: style: Parameter 'data' can be declared as pointer to const. However it seems that 'handle_zwlr_foreign_toplevel_handle_output_enter' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-osk-stevia-0.49.0/src/pos-activation-filter.c:120:43: style: Parameter 'zwlr_foreign_toplevel_handle_v1' can be declared as pointer to const. However it seems that 'handle_zwlr_foreign_toplevel_handle_output_enter' is a callback function, if 'zwlr_foreign_toplevel_handle_v1' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-osk-stevia-0.49.0/src/pos-activation-filter.c:121:43: style: Parameter 'output' can be declared as pointer to const. However it seems that 'handle_zwlr_foreign_toplevel_handle_output_enter' is a callback function, if 'output' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-osk-stevia-0.49.0/src/pos-activation-filter.c:128:43: style: Parameter 'data' can be declared as pointer to const. However it seems that 'handle_zwlr_foreign_toplevel_handle_output_leave' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-osk-stevia-0.49.0/src/pos-activation-filter.c:129:43: style: Parameter 'zwlr_foreign_toplevel_handle_v1' can be declared as pointer to const. However it seems that 'handle_zwlr_foreign_toplevel_handle_output_leave' is a callback function, if 'zwlr_foreign_toplevel_handle_v1' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-osk-stevia-0.49.0/src/pos-activation-filter.c:130:43: style: Parameter 'output' can be declared as pointer to const. However it seems that 'handle_zwlr_foreign_toplevel_handle_output_leave' is a callback function, if 'output' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-osk-stevia-0.49.0/src/pos-activation-filter.c:167:43: style: Parameter 'data' can be declared as pointer to const. However it seems that 'handle_zwlr_foreign_toplevel_handle_done' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-osk-stevia-0.49.0/src/pos-activation-filter.c:168:43: style: Parameter 'zwlr_foreign_toplevel_handle_v1' can be declared as pointer to const. However it seems that 'handle_zwlr_foreign_toplevel_handle_done' is a callback function, if 'zwlr_foreign_toplevel_handle_v1' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-osk-stevia-0.49.0/src/pos-activation-filter.c:234:89: style: Parameter 'data' can be declared as pointer to const. However it seems that 'handle_zwlr_foreign_toplevel_manager_finished' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-osk-stevia-0.49.0/src/pos-activation-filter.c:235:89: style: Parameter 'zwlr_foreign_toplevel_management_v1' can be declared as pointer to const. However it seems that 'handle_zwlr_foreign_toplevel_manager_finished' is a callback function, if 'zwlr_foreign_toplevel_management_v1' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-osk-stevia-0.49.0/src/pos-activation-filter.c:271:51: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'pos_activation_filter_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-osk-stevia-0.49.0/src/pos-activation-filter.c:290:49: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'pos_activation_filter_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-osk-stevia-0.49.0/src/phosh-osk-stevia.c:105:37: style: Parameter 'signal_name' can be declared as pointer to const. However it seems that 'client_proxy_signal_cb' is a callback function, if 'signal_name' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-osk-stevia-0.49.0/src/pos-clipboard-manager.c:65:51: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'pos_clipboard_manager_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-osk-stevia-0.49.0/src/pos-clipboard-manager.c:87:49: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'pos_clipboard_manager_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-osk-stevia-0.49.0/src/pos-completer-manager.c:178:49: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'pos_completer_manager_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-osk-stevia-0.49.0/src/pos-hw-tracker.c:97:44: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'pos_hw_tracker_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-osk-stevia-0.49.0/src/pos-hw-tracker.c:116:42: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'pos_hw_tracker_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-osk-stevia-0.49.0/src/pos-input-method.c:221:49: style: Parameter 'data' can be declared as pointer to const. However it seems that 'handle_unavailable' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-osk-stevia-0.49.0/src/pos-input-method.c:222:49: style: Parameter 'zwp_input_method_v2' can be declared as pointer to const. However it seems that 'handle_unavailable' is a callback function, if 'zwp_input_method_v2' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-osk-stevia-0.49.0/src/pos-input-method.c:243:48: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'pos_input_method_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-osk-stevia-0.49.0/src/pos-input-method.c:265:44: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'pos_input_method_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-osk-stevia-0.49.0/src/pos-keypad-button.c:54:47: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'pos_keypad_button_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-osk-stevia-0.49.0/src/pos-keypad-button.c:82:45: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'pos_keypad_button_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-osk-stevia-0.49.0/src/pos-keypad.c:135:40: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'pos_keypad_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-osk-stevia-0.49.0/src/pos-keypad.c:166:38: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'pos_keypad_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-osk-stevia-0.49.0/src/pos-logind-session.c:65:46: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'pos_logind_session_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-osk-stevia-0.49.0/src/pos-osk-dbus.c:53:42: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'pos_osk_dbus_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-osk-stevia-0.49.0/src/pos-osk-dbus.c:72:40: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'pos_osk_dbus_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-osk-stevia-0.49.0/src/pos-osk-dbus.c:138:32: style: Parameter 'connection' can be declared as pointer to const. However it seems that 'on_name_lost' is a callback function, if 'connection' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-osk-stevia-0.49.0/src/pos-osk-key.c:58:41: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'pos_osk_key_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-osk-stevia-0.49.0/src/pos-osk-key.c:104:39: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'pos_osk_key_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-osk-stevia-0.49.0/src/pos-output.c:98:40: style: Parameter 'data' can be declared as pointer to const. However it seems that 'output_handle_scale' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-osk-stevia-0.49.0/src/pos-output.c:99:40: style: Parameter 'wl_output' can be declared as pointer to const. However it seems that 'output_handle_scale' is a callback function, if 'wl_output' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-osk-stevia-0.49.0/src/pos-output.c:106:39: style: Parameter 'data' can be declared as pointer to const. However it seems that 'output_handle_mode' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-osk-stevia-0.49.0/src/pos-output.c:107:39: style: Parameter 'wl_output' can be declared as pointer to const. However it seems that 'output_handle_mode' is a callback function, if 'wl_output' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-osk-stevia-0.49.0/src/pos-output.c:148:63: style: Parameter 'data' can be declared as pointer to const. However it seems that 'xdg_output_v1_handle_logical_position' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-osk-stevia-0.49.0/src/pos-output.c:149:63: style: Parameter 'zxdg_output_v1' can be declared as pointer to const. However it seems that 'xdg_output_v1_handle_logical_position' is a callback function, if 'zxdg_output_v1' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-osk-stevia-0.49.0/src/pos-output.c:171:34: style: Parameter 'data' can be declared as pointer to const. However it seems that 'xdg_output_v1_handle_done' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-osk-stevia-0.49.0/src/pos-output.c:171:63: style: Parameter 'zxdg_output_v1' can be declared as pointer to const. However it seems that 'xdg_output_v1_handle_done' is a callback function, if 'zxdg_output_v1' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-osk-stevia-0.49.0/src/pos-output.c:177:51: style: Parameter 'data' can be declared as pointer to const. However it seems that 'xdg_output_v1_handle_name' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-osk-stevia-0.49.0/src/pos-output.c:178:51: style: Parameter 'zxdg_output_v1' can be declared as pointer to const. However it seems that 'xdg_output_v1_handle_name' is a callback function, if 'zxdg_output_v1' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-osk-stevia-0.49.0/src/pos-output.c:185:58: style: Parameter 'data' can be declared as pointer to const. However it seems that 'xdg_output_v1_handle_description' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-osk-stevia-0.49.0/src/pos-output.c:186:58: style: Parameter 'zxdg_output_v1' can be declared as pointer to const. However it seems that 'xdg_output_v1_handle_description' is a callback function, if 'zxdg_output_v1' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-osk-stevia-0.49.0/src/pos-output.c:226:40: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'pos_output_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-osk-stevia-0.49.0/src/pos-output.c:245:38: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'pos_output_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-osk-stevia-0.49.0/src/pos-input-surface.c:1084:47: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'pos_input_surface_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-osk-stevia-0.49.0/src/pos-input-surface.c:1130:45: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'pos_input_surface_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-osk-stevia-0.49.0/src/pos-shortcuts-bar.c:260:45: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'pos_shortcuts_bar_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-osk-stevia-0.49.0/src/pos-size-manager.c:200:44: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'pos_size_manager_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-osk-stevia-0.49.0/src/pos-style-manager.c:122:83: style: Parameter 'settings' can be declared as pointer to const. However it seems that 'on_gtk_theme_name_changed' is a callback function, if 'settings' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-osk-stevia-0.49.0/src/pos-style-manager.c:160:47: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'pos_style_manager_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-osk-stevia-0.49.0/src/pos-virtual-keyboard.c:50:50: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'pos_virtual_keyboard_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-osk-stevia-0.49.0/src/pos-wayland.c:149:39: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'pos_wayland_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-osk-stevia-0.49.0/src/pos-vk-driver.c:479:43: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'pos_vk_driver_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/phosh-osk-stub/phosh-osk-stub_0.48.0.orig.tar.xz phosh-osk-stub-0.48.0/src/completers/pos-completer-pipe.c:111:48: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'pos_completer_pipe_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-osk-stub-0.48.0/src/completers/pos-completer-pipe.c:130:46: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'pos_completer_pipe_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-osk-stub-0.48.0/src/completers/pos-completer-fzf.c:140:47: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'pos_completer_fzf_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-osk-stub-0.48.0/src/completers/pos-completer-fzf.c:159:45: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'pos_completer_fzf_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-osk-stub-0.48.0/src/completers/pos-completer-hunspell.c:121:52: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'pos_completer_hunspell_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-osk-stub-0.48.0/src/completers/pos-completer-hunspell.c:140:50: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'pos_completer_hunspell_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-osk-stub-0.48.0/src/completers/pos-completer-presage.c:306:51: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'pos_completer_presage_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-osk-stub-0.48.0/src/completers/pos-completer-presage.c:328:49: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'pos_completer_presage_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-osk-stub-0.48.0/src/completers/pos-completer-presage.c:420:48: style: Parameter 'data' can be declared as pointer to const. However it seems that 'pos_completer_presage_get_future_stream' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-osk-stub-0.48.0/src/completers/pos-completer-varnam.c:114:50: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'pos_completer_varnam_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-osk-stub-0.48.0/src/completers/pos-completer-varnam.c:136:48: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'pos_completer_varnam_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-osk-stub-0.48.0/src/pos-char-popup.c:45:44: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'pos_char_popup_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-osk-stub-0.48.0/src/pos-char-popup.c:61:42: style: Parameter 'object' can be declared as pointer to const. However it seems that 'pos_char_popup_get_property' is a callback function, if 'object' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-osk-stub-0.48.0/src/pos-char-popup.c:63:42: style: Parameter 'value' can be declared as pointer to const. However it seems that 'pos_char_popup_get_property' is a callback function, if 'value' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-osk-stub-0.48.0/src/pos-char-popup.c:64:42: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'pos_char_popup_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-osk-stub-0.48.0/src/contrib/layersurface.c:110:53: style: Parameter 'surface' can be declared as pointer to const. However it seems that 'layer_surface_closed' is a callback function, if 'surface' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-osk-stub-0.48.0/src/contrib/layersurface.c:133:49: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_layer_surface_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-osk-stub-0.48.0/src/contrib/layersurface.c:209:47: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'phosh_layer_surface_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-osk-stub-0.48.0/src/pos-activation-filter.c:90:43: style: Parameter 'zwlr_foreign_toplevel_handle_v1' can be declared as pointer to const. However it seems that 'handle_zwlr_foreign_toplevel_handle_title' is a callback function, if 'zwlr_foreign_toplevel_handle_v1' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-osk-stub-0.48.0/src/pos-activation-filter.c:105:43: style: Parameter 'zwlr_foreign_toplevel_handle_v1' can be declared as pointer to const. However it seems that 'handle_zwlr_foreign_toplevel_handle_app_id' is a callback function, if 'zwlr_foreign_toplevel_handle_v1' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-osk-stub-0.48.0/src/pos-activation-filter.c:119:43: style: Parameter 'data' can be declared as pointer to const. However it seems that 'handle_zwlr_foreign_toplevel_handle_output_enter' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-osk-stub-0.48.0/src/pos-activation-filter.c:120:43: style: Parameter 'zwlr_foreign_toplevel_handle_v1' can be declared as pointer to const. However it seems that 'handle_zwlr_foreign_toplevel_handle_output_enter' is a callback function, if 'zwlr_foreign_toplevel_handle_v1' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-osk-stub-0.48.0/src/pos-activation-filter.c:121:43: style: Parameter 'output' can be declared as pointer to const. However it seems that 'handle_zwlr_foreign_toplevel_handle_output_enter' is a callback function, if 'output' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-osk-stub-0.48.0/src/pos-activation-filter.c:128:43: style: Parameter 'data' can be declared as pointer to const. However it seems that 'handle_zwlr_foreign_toplevel_handle_output_leave' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-osk-stub-0.48.0/src/pos-activation-filter.c:129:43: style: Parameter 'zwlr_foreign_toplevel_handle_v1' can be declared as pointer to const. However it seems that 'handle_zwlr_foreign_toplevel_handle_output_leave' is a callback function, if 'zwlr_foreign_toplevel_handle_v1' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-osk-stub-0.48.0/src/pos-activation-filter.c:130:43: style: Parameter 'output' can be declared as pointer to const. However it seems that 'handle_zwlr_foreign_toplevel_handle_output_leave' is a callback function, if 'output' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-osk-stub-0.48.0/src/pos-activation-filter.c:167:43: style: Parameter 'data' can be declared as pointer to const. However it seems that 'handle_zwlr_foreign_toplevel_handle_done' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-osk-stub-0.48.0/src/pos-activation-filter.c:168:43: style: Parameter 'zwlr_foreign_toplevel_handle_v1' can be declared as pointer to const. However it seems that 'handle_zwlr_foreign_toplevel_handle_done' is a callback function, if 'zwlr_foreign_toplevel_handle_v1' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-osk-stub-0.48.0/src/pos-activation-filter.c:234:89: style: Parameter 'data' can be declared as pointer to const. However it seems that 'handle_zwlr_foreign_toplevel_manager_finished' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-osk-stub-0.48.0/src/pos-activation-filter.c:235:89: style: Parameter 'zwlr_foreign_toplevel_management_v1' can be declared as pointer to const. However it seems that 'handle_zwlr_foreign_toplevel_manager_finished' is a callback function, if 'zwlr_foreign_toplevel_management_v1' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-osk-stub-0.48.0/src/pos-activation-filter.c:271:51: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'pos_activation_filter_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-osk-stub-0.48.0/src/pos-activation-filter.c:290:49: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'pos_activation_filter_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-osk-stub-0.48.0/src/phosh-osk-stevia.c:121:37: style: Parameter 'signal_name' can be declared as pointer to const. However it seems that 'client_proxy_signal_cb' is a callback function, if 'signal_name' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-osk-stub-0.48.0/src/phosh-osk-stevia.c:452:52: style: Parameter 'data' can be declared as pointer to const. However it seems that 'registry_handle_global_remove' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-osk-stub-0.48.0/src/phosh-osk-stevia.c:453:52: style: Parameter 'registry' can be declared as pointer to const. However it seems that 'registry_handle_global_remove' is a callback function, if 'registry' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-osk-stub-0.48.0/src/pos-clipboard-manager.c:65:51: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'pos_clipboard_manager_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-osk-stub-0.48.0/src/pos-clipboard-manager.c:87:49: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'pos_clipboard_manager_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-osk-stub-0.48.0/src/pos-completer-manager.c:178:49: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'pos_completer_manager_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-osk-stub-0.48.0/src/pos-hw-tracker.c:97:44: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'pos_hw_tracker_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-osk-stub-0.48.0/src/pos-hw-tracker.c:116:42: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'pos_hw_tracker_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-osk-stub-0.48.0/src/pos-input-method.c:221:49: style: Parameter 'data' can be declared as pointer to const. However it seems that 'handle_unavailable' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-osk-stub-0.48.0/src/pos-input-method.c:222:49: style: Parameter 'zwp_input_method_v2' can be declared as pointer to const. However it seems that 'handle_unavailable' is a callback function, if 'zwp_input_method_v2' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-osk-stub-0.48.0/src/pos-input-method.c:243:48: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'pos_input_method_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-osk-stub-0.48.0/src/pos-input-method.c:265:44: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'pos_input_method_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-osk-stub-0.48.0/src/pos-keypad-button.c:54:47: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'pos_keypad_button_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-osk-stub-0.48.0/src/pos-keypad-button.c:82:45: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'pos_keypad_button_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-osk-stub-0.48.0/src/pos-keypad.c:135:40: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'pos_keypad_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-osk-stub-0.48.0/src/pos-keypad.c:166:38: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'pos_keypad_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-osk-stub-0.48.0/src/pos-logind-session.c:65:46: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'pos_logind_session_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-osk-stub-0.48.0/src/pos-osk-dbus.c:53:42: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'pos_osk_dbus_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-osk-stub-0.48.0/src/pos-osk-dbus.c:72:40: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'pos_osk_dbus_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-osk-stub-0.48.0/src/pos-osk-dbus.c:138:32: style: Parameter 'connection' can be declared as pointer to const. However it seems that 'on_name_lost' is a callback function, if 'connection' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-osk-stub-0.48.0/src/pos-osk-key.c:58:41: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'pos_osk_key_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-osk-stub-0.48.0/src/pos-osk-key.c:104:39: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'pos_osk_key_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-osk-stub-0.48.0/src/pos-shortcuts-bar.c:260:45: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'pos_shortcuts_bar_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-osk-stub-0.48.0/src/pos-style-manager.c:122:83: style: Parameter 'settings' can be declared as pointer to const. However it seems that 'on_gtk_theme_name_changed' is a callback function, if 'settings' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-osk-stub-0.48.0/src/pos-style-manager.c:160:47: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'pos_style_manager_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-osk-stub-0.48.0/src/pos-virtual-keyboard.c:50:50: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'pos_virtual_keyboard_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-osk-stub-0.48.0/src/pos-input-surface.c:1041:47: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'pos_input_surface_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-osk-stub-0.48.0/src/pos-input-surface.c:1081:45: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'pos_input_surface_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-osk-stub-0.48.0/src/pos-vk-driver.c:479:43: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'pos_vk_driver_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/phosh-tour/phosh-tour_0.47.0.orig.tar.xz phosh-tour-0.47.0/src/pt-hw-page.c:70:40: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'pt_hw_page_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-tour-0.47.0/src/pt-hw-page.c:86:89: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'pt_hw_page_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-tour-0.47.0/src/pt-page.c:51:37: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'pt_page_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-tour-0.47.0/src/pt-page.c:79:35: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'pt_page_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-tour-0.47.0/src/pt-window.c:62:32: style: Parameter 'object' can be declared as pointer to const. However it seems that 'get_btn_next_visible' is a callback function, if 'object' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phosh-tour-0.47.0/src/pt-window.c:72:36: style: Parameter 'object' can be declared as pointer to const. However it seems that 'get_btn_previous_visible' is a callback function, if 'object' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/photopc/photopc_3.07.orig.tar.gz photopc-3.07/exifscan.c:175:26: style: Parameter 'data' can be declared as pointer to const. However it seems that 's2n_intel' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] photopc-3.07/exifscan.c:189:29: style: Parameter 'data' can be declared as pointer to const. However it seems that 's2n_motorola' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] photopc-3.07/photopc.c:537:29: style: Parameter 'path' can be declared as pointer to const. However it seems that 'nonempty' is a callback function, if 'path' is declared with const you might also need to cast function pointer(s). [constParameterCallback] photopc-3.07/photopc.c:704:43: style: Parameter 'argv' can be declared as const array. However it seems that 'autoshut_host' is a callback function, if 'argv' is declared with const you might also need to cast function pointer(s). [constParameterCallback] photopc-3.07/photopc.c:717:44: style: Parameter 'argv' can be declared as const array. However it seems that 'autoshut_field' is a callback function, if 'argv' is declared with const you might also need to cast function pointer(s). [constParameterCallback] photopc-3.07/photopc.c:730:42: style: Parameter 'argv' can be declared as const array. However it seems that 'lcd_autoshut' is a callback function, if 'argv' is declared with const you might also need to cast function pointer(s). [constParameterCallback] photopc-3.07/photopc.c:743:44: style: Parameter 'argv' can be declared as const array. However it seems that 'lcd_brightness' is a callback function, if 'argv' is declared with const you might also need to cast function pointer(s). [constParameterCallback] photopc-3.07/photopc.c:921:34: style: Parameter 'argv' can be declared as const array. However it seems that 'zoom' is a callback function, if 'argv' is declared with const you might also need to cast function pointer(s). [constParameterCallback] photopc-3.07/photopc.c:938:34: style: Parameter 'argv' can be declared as const array. However it seems that 'seti' is a callback function, if 'argv' is declared with const you might also need to cast function pointer(s). [constParameterCallback] photopc-3.07/photopc.c:977:35: style: Parameter 'argv' can be declared as const array. However it seems that 'erase' is a callback function, if 'argv' is declared with const you might also need to cast function pointer(s). [constParameterCallback] photopc-3.07/photopc.c:1327:34: style: Parameter 'argv' can be declared as const array. However it seems that 'geti' is a callback function, if 'argv' is declared with const you might also need to cast function pointer(s). [constParameterCallback] photopc-3.07/photopc.c:1343:34: style: Parameter 'argv' can be declared as const array. However it seems that 'getv' is a callback function, if 'argv' is declared with const you might also need to cast function pointer(s). [constParameterCallback] photopc-3.07/photopc.c:1396:36: style: Parameter 'argv' can be declared as const array. However it seems that 'picsum' is a callback function, if 'argv' is declared with const you might also need to cast function pointer(s). [constParameterCallback] photopc-3.07/photopc.c:1428:37: style: Parameter 'argv' can be declared as const array. However it seems that 'allregs' is a callback function, if 'argv' is declared with const you might also need to cast function pointer(s). [constParameterCallback] photopc-3.07/photopc.c:1483:30: style: Parameter 'path' can be declared as pointer to const. However it seems that 'listfiles' is a callback function, if 'path' is declared with const you might also need to cast function pointer(s). [constParameterCallback] photopc-3.07/photopc.c:1554:32: style: Parameter 'path' can be declared as pointer to const. However it seems that 'llistfiles' is a callback function, if 'path' is declared with const you might also need to cast function pointer(s). [constParameterCallback] photopc-3.07/photopc.c:1674:31: style: Parameter 'errstr' can be declared as pointer to const. However it seems that 'reporterror' is a callback function, if 'errstr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] photopc-3.07/photopc.c:1692:15: style: Parameter 'data' can be declared as pointer to const. However it seems that 'storing' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] photopc-3.07/photopc.c:1996:37: style: Parameter 'argv' can be declared as const array. However it seems that 'preview' is a callback function, if 'argv' is declared with const you might also need to cast function pointer(s). [constParameterCallback] photopc-3.07/photopc.c:2114:14: style: Parameter 'iob' can be declared as pointer to const. However it seems that 'off' is a callback function, if 'iob' is declared with const you might also need to cast function pointer(s). [constParameterCallback] photopc-3.07/photopc.c:2114:33: style: Parameter 'argv' can be declared as const array. However it seems that 'off' is a callback function, if 'argv' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/php-mongodb/php-mongodb_2.1.0.orig.tar.gz mongodb-2.1.0/src/libmongoc/src/libmongoc/src/mongoc/mongoc-stream-file.c:172:45: style: Parameter 'iov' can be declared as pointer to const. However it seems that '_mongoc_stream_file_writev' is a callback function, if 'iov' is declared with const you might also need to cast function pointer(s). [constParameterCallback] mongodb-2.1.0/src/libmongoc/src/libbson/src/bson/bson-json.c:1865:80: style: Parameter 'state' can be declared as pointer to const. However it seems that '_push_callback' is a callback function, if 'state' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/php-pear/php-pear_1.10.16+submodules+notgz.orig.tar.gz php-pear-1.10.16+submodules+notgz/tests/PEAR_Downloader/test_upgrade_pecl/libsqlite/src/btree_rb.c:1228:37: style: Parameter 'tree' can be declared as pointer to const. However it seems that 'memRbtreeGetMeta' is a callback function, if 'tree' is declared with const you might also need to cast function pointer(s). [constParameterCallback] php-pear-1.10.16+submodules+notgz/tests/PEAR_Downloader/test_upgrade_pecl/libsqlite/src/btree_rb.c:1234:51: style: Parameter 'aMeta' can be declared as pointer to const. However it seems that 'memRbtreeUpdateMeta' is a callback function, if 'aMeta' is declared with const you might also need to cast function pointer(s). [constParameterCallback] php-pear-1.10.16+submodules+notgz/tests/PEAR_Downloader/test_upgrade_pecl/libsqlite/src/btree_rb.c:1245:46: style: Parameter 'tree' can be declared as pointer to const. However it seems that 'memRbtreeIntegrityCheck' is a callback function, if 'tree' is declared with const you might also need to cast function pointer(s). [constParameterCallback] php-pear-1.10.16+submodules+notgz/tests/PEAR_Downloader/test_upgrade_pecl/libsqlite/src/btree_rb.c:1258:42: style: Parameter 'tree' can be declared as pointer to const. However it seems that 'memRbtreeSetCacheSize' is a callback function, if 'tree' is declared with const you might also need to cast function pointer(s). [constParameterCallback] php-pear-1.10.16+submodules+notgz/tests/PEAR_Downloader/test_upgrade_pecl/libsqlite/src/btree_rb.c:1263:44: style: Parameter 'pBt' can be declared as pointer to const. However it seems that 'memRbtreeSetSafetyLevel' is a callback function, if 'pBt' is declared with const you might also need to cast function pointer(s). [constParameterCallback] php-pear-1.10.16+submodules+notgz/tests/PEAR_Downloader/test_upgrade_pecl/libsqlite/src/btree_rb.c:1435:49: style: Parameter 'pBt' can be declared as pointer to const. However it seems that 'memRbtreeGetFilename' is a callback function, if 'pBt' is declared with const you might also need to cast function pointer(s). [constParameterCallback] php-pear-1.10.16+submodules+notgz/tests/PEAR_Downloader/test_upgrade_pecl/libsqlite/src/btree_rb.c:1442:38: style: Parameter 'pBt' can be declared as pointer to const. However it seems that 'memRbtreeCopyFile' is a callback function, if 'pBt' is declared with const you might also need to cast function pointer(s). [constParameterCallback] php-pear-1.10.16+submodules+notgz/tests/PEAR_Downloader/test_upgrade_pecl/libsqlite/src/btree_rb.c:1442:51: style: Parameter 'pBt2' can be declared as pointer to const. However it seems that 'memRbtreeCopyFile' is a callback function, if 'pBt2' is declared with const you might also need to cast function pointer(s). [constParameterCallback] php-pear-1.10.16+submodules+notgz/tests/PEAR_Downloader/test_upgrade_pecl/libsqlite/src/btree.c:3152:37: style: Parameter 'pBt' can be declared as pointer to const. However it seems that 'fileBtreePager' is a callback function, if 'pBt' is declared with const you might also need to cast function pointer(s). [constParameterCallback] php-pear-1.10.16+submodules+notgz/tests/PEAR_Downloader/test_upgrade_pecl/libsqlite/src/btree.c:3424:48: style: Parameter 'aRoot' can be declared as pointer to const. However it seems that 'fileBtreeIntegrityCheck' is a callback function, if 'aRoot' is declared with const you might also need to cast function pointer(s). [constParameterCallback] php-pear-1.10.16+submodules+notgz/tests/PEAR_Installer/test_upgrade_pecl/libsqlite/src/btree_rb.c:1228:37: style: Parameter 'tree' can be declared as pointer to const. However it seems that 'memRbtreeGetMeta' is a callback function, if 'tree' is declared with const you might also need to cast function pointer(s). [constParameterCallback] php-pear-1.10.16+submodules+notgz/tests/PEAR_Installer/test_upgrade_pecl/libsqlite/src/btree_rb.c:1234:51: style: Parameter 'aMeta' can be declared as pointer to const. However it seems that 'memRbtreeUpdateMeta' is a callback function, if 'aMeta' is declared with const you might also need to cast function pointer(s). [constParameterCallback] php-pear-1.10.16+submodules+notgz/tests/PEAR_Installer/test_upgrade_pecl/libsqlite/src/btree_rb.c:1245:46: style: Parameter 'tree' can be declared as pointer to const. However it seems that 'memRbtreeIntegrityCheck' is a callback function, if 'tree' is declared with const you might also need to cast function pointer(s). [constParameterCallback] php-pear-1.10.16+submodules+notgz/tests/PEAR_Installer/test_upgrade_pecl/libsqlite/src/btree_rb.c:1258:42: style: Parameter 'tree' can be declared as pointer to const. However it seems that 'memRbtreeSetCacheSize' is a callback function, if 'tree' is declared with const you might also need to cast function pointer(s). [constParameterCallback] php-pear-1.10.16+submodules+notgz/tests/PEAR_Installer/test_upgrade_pecl/libsqlite/src/btree_rb.c:1263:44: style: Parameter 'pBt' can be declared as pointer to const. However it seems that 'memRbtreeSetSafetyLevel' is a callback function, if 'pBt' is declared with const you might also need to cast function pointer(s). [constParameterCallback] php-pear-1.10.16+submodules+notgz/tests/PEAR_Installer/test_upgrade_pecl/libsqlite/src/btree_rb.c:1435:49: style: Parameter 'pBt' can be declared as pointer to const. However it seems that 'memRbtreeGetFilename' is a callback function, if 'pBt' is declared with const you might also need to cast function pointer(s). [constParameterCallback] php-pear-1.10.16+submodules+notgz/tests/PEAR_Installer/test_upgrade_pecl/libsqlite/src/btree_rb.c:1442:38: style: Parameter 'pBt' can be declared as pointer to const. However it seems that 'memRbtreeCopyFile' is a callback function, if 'pBt' is declared with const you might also need to cast function pointer(s). [constParameterCallback] php-pear-1.10.16+submodules+notgz/tests/PEAR_Installer/test_upgrade_pecl/libsqlite/src/btree_rb.c:1442:51: style: Parameter 'pBt2' can be declared as pointer to const. However it seems that 'memRbtreeCopyFile' is a callback function, if 'pBt2' is declared with const you might also need to cast function pointer(s). [constParameterCallback] php-pear-1.10.16+submodules+notgz/tests/PEAR_Installer/test_upgrade_pecl/libsqlite/src/btree.c:3152:37: style: Parameter 'pBt' can be declared as pointer to const. However it seems that 'fileBtreePager' is a callback function, if 'pBt' is declared with const you might also need to cast function pointer(s). [constParameterCallback] php-pear-1.10.16+submodules+notgz/tests/PEAR_Installer/test_upgrade_pecl/libsqlite/src/btree.c:3424:48: style: Parameter 'aRoot' can be declared as pointer to const. However it seems that 'fileBtreeIntegrityCheck' is a callback function, if 'aRoot' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/php-pq/php-pq_2.2.3.orig.tar.gz pq-2.2.3/src/php_pqconn_event.c:67:75: style: Parameter 'key' can be declared as pointer to const. However it seems that 'apply_relisten' is a callback function, if 'key' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/php7.4/php7.4_7.4.33.orig.tar.xz php-7.4.33/ext/hash/hash_adler32.c:57:76: style: Parameter 'orig_context' can be declared as pointer to const. However it seems that 'PHP_ADLER32Copy' is a callback function, if 'orig_context' is declared with const you might also need to cast function pointer(s). [constParameterCallback] php-7.4.33/ext/hash/hash_crc32.c:76:72: style: Parameter 'orig_context' can be declared as pointer to const. However it seems that 'PHP_CRC32Copy' is a callback function, if 'orig_context' is declared with const you might also need to cast function pointer(s). [constParameterCallback] php-7.4.33/ext/mbstring/libmbfl/filters/mbfilter_htmlent.c:308:56: style: Parameter 'src' can be declared as pointer to const. However it seems that 'mbfl_filt_conv_html_dec_copy' is a callback function, if 'src' is declared with const you might also need to cast function pointer(s). [constParameterCallback] php-7.4.33/ext/mbstring/libmbfl/filters/mbfilter_tl_jisx0201_jisx0208.c:36:61: style: Parameter 'filt' can be declared as pointer to const. However it seems that 'mbfl_filt_tl_jisx0201_jisx0208_cleanup' is a callback function, if 'filt' is declared with const you might also need to cast function pointer(s). [constParameterCallback] php-7.4.33/ext/pdo_oci/oci_driver.c:398:40: style: Parameter 'dbh' can be declared as pointer to const. However it seems that 'oci_handle_begin' is a callback function, if 'dbh' is declared with const you might also need to cast function pointer(s). [constParameterCallback] php-7.4.33/ext/pdo_odbc/odbc_driver.c:263:42: style: Parameter 'dbh' can be declared as pointer to const. However it seems that 'odbc_handle_quoter' is a callback function, if 'dbh' is declared with const you might also need to cast function pointer(s). [constParameterCallback] php-7.4.33/ext/pdo_odbc/odbc_driver.c:263:112: style: Parameter 'quotedlen' can be declared as pointer to const. However it seems that 'odbc_handle_quoter' is a callback function, if 'quotedlen' is declared with const you might also need to cast function pointer(s). [constParameterCallback] php-7.4.33/ext/standard/filters.c:621:65: style: Parameter 'inst' can be declared as pointer to const. However it seems that 'php_conv_base64_decode_dtor' is a callback function, if 'inst' is declared with const you might also need to cast function pointer(s). [constParameterCallback] php-7.4.33/ext/standard/filters.c:1768:29: style: Parameter 'buckets_in' can be declared as pointer to const. However it seems that 'consumed_filter_filter' is a callback function, if 'buckets_in' is declared with const you might also need to cast function pointer(s). [constParameterCallback] php-7.4.33/main/streams/memory.c:120:48: style: Parameter 'stream' can be declared as pointer to const. However it seems that 'php_stream_memory_flush' is a callback function, if 'stream' is declared with const you might also need to cast function pointer(s). [constParameterCallback] php-7.4.33/main/streams/memory.c:193:47: style: Parameter 'stream' can be declared as pointer to const. However it seems that 'php_stream_memory_cast' is a callback function, if 'stream' is declared with const you might also need to cast function pointer(s). [constParameterCallback] php-7.4.33/main/streams/streams.c:358:56: style: Parameter 'pStream' can be declared as pointer to const. However it seems that '_php_stream_free_persistent' is a callback function, if 'pStream' is declared with const you might also need to cast function pointer(s). [constParameterCallback] php-7.4.33/sapi/fpm/fpm/fpm_events.c:56:61: style: Parameter 'ev' can be declared as pointer to const. However it seems that 'fpm_postponed_children_bury' is a callback function, if 'ev' is declared with const you might also need to cast function pointer(s). [constParameterCallback] php-7.4.33/sapi/fpm/fpm/fpm_events.c:56:84: style: Parameter 'arg' can be declared as pointer to const. However it seems that 'fpm_postponed_children_bury' is a callback function, if 'arg' is declared with const you might also need to cast function pointer(s). [constParameterCallback] php-7.4.33/sapi/fpm/fpm/fpm_events.c:62:48: style: Parameter 'ev' can be declared as pointer to const. However it seems that 'fpm_got_signal' is a callback function, if 'ev' is declared with const you might also need to cast function pointer(s). [constParameterCallback] php-7.4.33/sapi/fpm/fpm/fpm_stdio.c:117:54: style: Parameter 'ev' can be declared as pointer to const. However it seems that 'fpm_stdio_child_said' is a callback function, if 'ev' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/php8.4/php8.4_8.4.11.orig.tar.xz php-8.4.11/Zend/Optimizer/sccp.c:1827:33: style: Parameter 'ssa_op' can be declared as pointer to const. However it seems that 'sccp_mark_feasible_successors' is a callback function, if 'ssa_op' is declared with const you might also need to cast function pointer(s). [constParameterCallback] php-8.4.11/ext/dom/lexbor/lexbor/css/selectors/selectors.c:293:52: style: Parameter 'parser' can be declared as pointer to const. However it seems that 'lxb_css_selectors_components_end' is a callback function, if 'parser' is declared with const you might also need to cast function pointer(s). [constParameterCallback] php-8.4.11/ext/dom/lexbor/lexbor/css/selectors/selector.c:240:52: style: Parameter 'selector' can be declared as pointer to const. However it seems that 'lxb_css_selector_destroy_undef' is a callback function, if 'selector' is declared with const you might also need to cast function pointer(s). [constParameterCallback] php-8.4.11/ext/dom/lexbor/lexbor/css/selectors/selector.c:241:50: style: Parameter 'mem' can be declared as pointer to const. However it seems that 'lxb_css_selector_destroy_undef' is a callback function, if 'mem' is declared with const you might also need to cast function pointer(s). [constParameterCallback] php-8.4.11/ext/dom/lexbor/lexbor/css/selectors/selector.c:336:70: style: Parameter 'selector' can be declared as pointer to const. However it seems that 'lxb_css_selector_destroy_pseudo_element_function' is a callback function, if 'selector' is declared with const you might also need to cast function pointer(s). [constParameterCallback] php-8.4.11/ext/dom/lexbor/lexbor/css/selectors/selector.c:337:68: style: Parameter 'mem' can be declared as pointer to const. However it seems that 'lxb_css_selector_destroy_pseudo_element_function' is a callback function, if 'mem' is declared with const you might also need to cast function pointer(s). [constParameterCallback] php-8.4.11/ext/dom/lexbor/lexbor/css/selectors/selector.c:586:54: style: Parameter 'selector' can be declared as pointer to const. However it seems that 'lxb_css_selector_serialize_undef' is a callback function, if 'selector' is declared with const you might also need to cast function pointer(s). [constParameterCallback] php-8.4.11/ext/dom/lexbor/lexbor/css/selectors/selector.c:587:66: style: Parameter 'ctx' can be declared as pointer to const. However it seems that 'lxb_css_selector_serialize_undef' is a callback function, if 'ctx' is declared with const you might also need to cast function pointer(s). [constParameterCallback] php-8.4.11/ext/dom/lexbor/lexbor/css/selectors/selector.c:814:72: style: Parameter 'selector' can be declared as pointer to const. However it seems that 'lxb_css_selector_serialize_pseudo_element_function' is a callback function, if 'selector' is declared with const you might also need to cast function pointer(s). [constParameterCallback] php-8.4.11/ext/dom/lexbor/lexbor/css/selectors/selector.c:815:84: style: Parameter 'ctx' can be declared as pointer to const. However it seems that 'lxb_css_selector_serialize_pseudo_element_function' is a callback function, if 'ctx' is declared with const you might also need to cast function pointer(s). [constParameterCallback] php-8.4.11/ext/dom/lexbor/lexbor/css/syntax/anb.c:110:42: style: Parameter 'parser' can be declared as pointer to const. However it seems that 'lxb_css_syntax_anb_end' is a callback function, if 'parser' is declared with const you might also need to cast function pointer(s). [constParameterCallback] php-8.4.11/ext/dom/lexbor/lexbor/css/syntax/anb.c:112:30: style: Parameter 'ctx' can be declared as pointer to const. However it seems that 'lxb_css_syntax_anb_end' is a callback function, if 'ctx' is declared with const you might also need to cast function pointer(s). [constParameterCallback] php-8.4.11/ext/dom/lexbor/lexbor/css/syntax/tokenizer.c:263:60: style: Parameter 'tkz' can be declared as pointer to const. However it seems that 'lxb_css_syntax_tokenizer_blank' is a callback function, if 'tkz' is declared with const you might also need to cast function pointer(s). [constParameterCallback] php-8.4.11/ext/dom/lexbor/lexbor/css/syntax/tokenizer.c:265:38: style: Parameter 'ctx' can be declared as pointer to const. However it seems that 'lxb_css_syntax_tokenizer_blank' is a callback function, if 'ctx' is declared with const you might also need to cast function pointer(s). [constParameterCallback] php-8.4.11/ext/dom/lexbor/lexbor/html/interfaces/element.c:597:51: style: Parameter 'avl' can be declared as pointer to const. However it seems that 'lxb_html_element_style_serialize_cb' is a callback function, if 'avl' is declared with const you might also need to cast function pointer(s). [constParameterCallback] php-8.4.11/ext/dom/lexbor/lexbor/html/interfaces/element.c:598:56: style: Parameter 'node' can be declared as pointer to const. However it seems that 'lxb_html_element_style_serialize_cb' is a callback function, if 'node' is declared with const you might also need to cast function pointer(s). [constParameterCallback] php-8.4.11/ext/dom/lexbor/lexbor/html/interfaces/element.c:598:68: style: Parameter 'ctx' can be declared as pointer to const. However it seems that 'lxb_html_element_style_serialize_cb' is a callback function, if 'ctx' is declared with const you might also need to cast function pointer(s). [constParameterCallback] php-8.4.11/ext/dom/lexbor/lexbor/html/tokenizer.c:382:53: style: Parameter 'tkz' can be declared as pointer to const. However it seems that 'lxb_html_tokenizer_token_done' is a callback function, if 'tkz' is declared with const you might also need to cast function pointer(s). [constParameterCallback] php-8.4.11/ext/dom/lexbor/lexbor/html/tokenizer.c:383:62: style: Parameter 'ctx' can be declared as pointer to const. However it seems that 'lxb_html_tokenizer_token_done' is a callback function, if 'ctx' is declared with const you might also need to cast function pointer(s). [constParameterCallback] php-8.4.11/ext/mbstring/libmbfl/filters/mbfilter_7bit.c:104:40: style: Parameter 'in' can be declared as pointer to const. However it seems that 'mb_wchar_to_7bit' is a callback function, if 'in' is declared with const you might also need to cast function pointer(s). [constParameterCallback] php-8.4.11/ext/mbstring/libmbfl/filters/mbfilter_base64.c:297:42: style: Parameter 'in' can be declared as pointer to const. However it seems that 'mb_wchar_to_base64' is a callback function, if 'in' is declared with const you might also need to cast function pointer(s). [constParameterCallback] php-8.4.11/ext/mbstring/libmbfl/filters/mbfilter_htmlent.c:331:56: style: Parameter 'src' can be declared as pointer to const. However it seems that 'mbfl_filt_conv_html_dec_copy' is a callback function, if 'src' is declared with const you might also need to cast function pointer(s). [constParameterCallback] php-8.4.11/ext/mbstring/libmbfl/filters/mbfilter_htmlent.c:433:43: style: Parameter 'in' can be declared as pointer to const. However it seems that 'mb_wchar_to_htmlent' is a callback function, if 'in' is declared with const you might also need to cast function pointer(s). [constParameterCallback] php-8.4.11/ext/mbstring/libmbfl/filters/mbfilter_qprint.c:302:42: style: Parameter 'in' can be declared as pointer to const. However it seems that 'mb_wchar_to_qprint' is a callback function, if 'in' is declared with const you might also need to cast function pointer(s). [constParameterCallback] php-8.4.11/ext/mbstring/libmbfl/filters/mbfilter_ucs2.c:293:42: style: Parameter 'in' can be declared as pointer to const. However it seems that 'mb_wchar_to_ucs2be' is a callback function, if 'in' is declared with const you might also need to cast function pointer(s). [constParameterCallback] php-8.4.11/ext/mbstring/libmbfl/filters/mbfilter_ucs2.c:335:42: style: Parameter 'in' can be declared as pointer to const. However it seems that 'mb_wchar_to_ucs2le' is a callback function, if 'in' is declared with const you might also need to cast function pointer(s). [constParameterCallback] php-8.4.11/ext/mbstring/libmbfl/filters/mbfilter_ucs4.c:378:42: style: Parameter 'in' can be declared as pointer to const. However it seems that 'mb_wchar_to_ucs4be' is a callback function, if 'in' is declared with const you might also need to cast function pointer(s). [constParameterCallback] php-8.4.11/ext/mbstring/libmbfl/filters/mbfilter_ucs4.c:422:42: style: Parameter 'in' can be declared as pointer to const. However it seems that 'mb_wchar_to_ucs4le' is a callback function, if 'in' is declared with const you might also need to cast function pointer(s). [constParameterCallback] php-8.4.11/ext/mbstring/libmbfl/filters/mbfilter_singlebyte.c:174:41: style: Parameter 'in' can be declared as pointer to const. However it seems that 'mb_wchar_to_ascii' is a callback function, if 'in' is declared with const you might also need to cast function pointer(s). [constParameterCallback] php-8.4.11/ext/mbstring/libmbfl/filters/mbfilter_singlebyte.c:227:42: style: Parameter 'in' can be declared as pointer to const. However it seems that 'mb_wchar_to_8859_1' is a callback function, if 'in' is declared with const you might also need to cast function pointer(s). [constParameterCallback] php-8.4.11/ext/mbstring/libmbfl/filters/mbfilter_singlebyte.c:549:42: style: Parameter 'in' can be declared as pointer to const. However it seems that 'mb_wchar_to_cp1252' is a callback function, if 'in' is declared with const you might also need to cast function pointer(s). [constParameterCallback] php-8.4.11/ext/mbstring/libmbfl/filters/mbfilter_singlebyte.c:745:44: style: Parameter 'in' can be declared as pointer to const. However it seems that 'mb_wchar_to_armscii8' is a callback function, if 'in' is declared with const you might also need to cast function pointer(s). [constParameterCallback] php-8.4.11/ext/mbstring/libmbfl/filters/mbfilter_utf32.c:315:43: style: Parameter 'in' can be declared as pointer to const. However it seems that 'mb_wchar_to_utf32be' is a callback function, if 'in' is declared with const you might also need to cast function pointer(s). [constParameterCallback] php-8.4.11/ext/mbstring/libmbfl/filters/mbfilter_utf32.c:364:43: style: Parameter 'in' can be declared as pointer to const. However it seems that 'mb_wchar_to_utf32le' is a callback function, if 'in' is declared with const you might also need to cast function pointer(s). [constParameterCallback] php-8.4.11/ext/mbstring/libmbfl/filters/mbfilter_utf16.c:570:51: style: Parameter 'in' can be declared as pointer to const. However it seems that 'mb_wchar_to_utf16be_default' is a callback function, if 'in' is declared with const you might also need to cast function pointer(s). [constParameterCallback] php-8.4.11/ext/mbstring/libmbfl/filters/mbfilter_utf16.c:648:51: style: Parameter 'in' can be declared as pointer to const. However it seems that 'mb_wchar_to_utf16le_default' is a callback function, if 'in' is declared with const you might also need to cast function pointer(s). [constParameterCallback] php-8.4.11/ext/mbstring/libmbfl/filters/mbfilter_utf7.c:630:40: style: Parameter 'in' can be declared as pointer to const. However it seems that 'mb_wchar_to_utf7' is a callback function, if 'in' is declared with const you might also need to cast function pointer(s). [constParameterCallback] php-8.4.11/ext/mbstring/libmbfl/filters/mbfilter_utf7imap.c:646:44: style: Parameter 'in' can be declared as pointer to const. However it seems that 'mb_wchar_to_utf7imap' is a callback function, if 'in' is declared with const you might also need to cast function pointer(s). [constParameterCallback] php-8.4.11/ext/mbstring/libmbfl/filters/mbfilter_uuencode.c:248:44: style: Parameter 'in' can be declared as pointer to const. However it seems that 'mb_wchar_to_uuencode' is a callback function, if 'in' is declared with const you might also need to cast function pointer(s). [constParameterCallback] php-8.4.11/ext/mbstring/libmbfl/mbfl/mbfilter_8bit.c:112:40: style: Parameter 'in' can be declared as pointer to const. However it seems that 'mb_wchar_to_8bit' is a callback function, if 'in' is declared with const you might also need to cast function pointer(s). [constParameterCallback] php-8.4.11/ext/mbstring/libmbfl/filters/mbfilter_utf8.c:538:40: style: Parameter 'in' can be declared as pointer to const. However it seems that 'mb_wchar_to_utf8' is a callback function, if 'in' is declared with const you might also need to cast function pointer(s). [constParameterCallback] php-8.4.11/ext/mbstring/libmbfl/filters/mbfilter_utf8.c:566:93: style: Parameter 'end' can be declared as pointer to const. However it seems that 'mb_cut_utf8' is a callback function, if 'end' is declared with const you might also need to cast function pointer(s). [constParameterCallback] php-8.4.11/ext/mbstring/libmbfl/filters/mbfilter_utf8.c:836:47: style: Parameter 'in' can be declared as pointer to const. However it seems that 'mb_wchar_to_utf8_docomo' is a callback function, if 'in' is declared with const you might also need to cast function pointer(s). [constParameterCallback] php-8.4.11/ext/mbstring/libmbfl/filters/mbfilter_utf8.c:1025:43: style: Parameter 'in' can be declared as pointer to const. However it seems that 'mb_wchar_to_utf8_sb' is a callback function, if 'in' is declared with const you might also need to cast function pointer(s). [constParameterCallback] php-8.4.11/ext/pdo_firebird/firebird_driver.c:622:67: style: Parameter 'sql' can be declared as pointer to const. However it seems that 'firebird_handle_preparer' is a callback function, if 'sql' is declared with const you might also need to cast function pointer(s). [constParameterCallback] php-8.4.11/ext/pdo_pgsql/pgsql_statement.c:503:95: style: Parameter 'type' can be declared as pointer to const. However it seems that 'pgsql_stmt_get_col' is a callback function, if 'type' is declared with const you might also need to cast function pointer(s). [constParameterCallback] php-8.4.11/ext/pdo_pgsql/pgsql_statement.c:712:53: style: Parameter 'stmt' can be declared as pointer to const. However it seems that 'pdo_pgsql_stmt_cursor_closer' is a callback function, if 'stmt' is declared with const you might also need to cast function pointer(s). [constParameterCallback] php-8.4.11/ext/pdo_pgsql/pgsql_statement.c:717:72: style: Parameter 'val' can be declared as pointer to const. However it seems that 'pgsql_stmt_get_attr' is a callback function, if 'val' is declared with const you might also need to cast function pointer(s). [constParameterCallback] php-8.4.11/ext/session/mod_files.c:593:1: style: Parameter 'key' can be declared as pointer to const. However it seems that 'ps_delete_files' is a callback function, if 'key' is declared with const you might also need to cast function pointer(s). [constParameterCallback] php-8.4.11/ext/session/mod_files.c:699:1: style: Parameter 'key' can be declared as pointer to const. However it seems that 'ps_validate_sid_files' is a callback function, if 'key' is declared with const you might also need to cast function pointer(s). [constParameterCallback] php-8.4.11/ext/standard/filters.c:483:65: style: Parameter 'inst' can be declared as pointer to const. However it seems that 'php_conv_base64_decode_dtor' is a callback function, if 'inst' is declared with const you might also need to cast function pointer(s). [constParameterCallback] php-8.4.11/ext/standard/filters.c:1617:29: style: Parameter 'buckets_in' can be declared as pointer to const. However it seems that 'consumed_filter_filter' is a callback function, if 'buckets_in' is declared with const you might also need to cast function pointer(s). [constParameterCallback] php-8.4.11/main/streams/memory.c:114:48: style: Parameter 'stream' can be declared as pointer to const. However it seems that 'php_stream_memory_flush' is a callback function, if 'stream' is declared with const you might also need to cast function pointer(s). [constParameterCallback] php-8.4.11/main/streams/memory.c:187:47: style: Parameter 'stream' can be declared as pointer to const. However it seems that 'php_stream_memory_cast' is a callback function, if 'stream' is declared with const you might also need to cast function pointer(s). [constParameterCallback] php-8.4.11/main/streams/streams.c:358:56: style: Parameter 'pStream' can be declared as pointer to const. However it seems that '_php_stream_free_persistent' is a callback function, if 'pStream' is declared with const you might also need to cast function pointer(s). [constParameterCallback] php-8.4.11/sapi/fpm/fpm/fpm_events.c:55:61: style: Parameter 'ev' can be declared as pointer to const. However it seems that 'fpm_postponed_children_bury' is a callback function, if 'ev' is declared with const you might also need to cast function pointer(s). [constParameterCallback] php-8.4.11/sapi/fpm/fpm/fpm_events.c:55:84: style: Parameter 'arg' can be declared as pointer to const. However it seems that 'fpm_postponed_children_bury' is a callback function, if 'arg' is declared with const you might also need to cast function pointer(s). [constParameterCallback] php-8.4.11/sapi/fpm/fpm/fpm_events.c:61:48: style: Parameter 'ev' can be declared as pointer to const. However it seems that 'fpm_got_signal' is a callback function, if 'ev' is declared with const you might also need to cast function pointer(s). [constParameterCallback] php-8.4.11/sapi/fpm/fpm/fpm_stdio.c:169:54: style: Parameter 'ev' can be declared as pointer to const. However it seems that 'fpm_stdio_child_said' is a callback function, if 'ev' is declared with const you might also need to cast function pointer(s). [constParameterCallback] php-8.4.11/sapi/fuzzer/fuzzer-sapi.c:74:32: style: Parameter 'server_context' can be declared as pointer to const. However it seems that 'fuzzer_flush' is a callback function, if 'server_context' is declared with const you might also need to cast function pointer(s). [constParameterCallback] php-8.4.11/sapi/fuzzer/fuzzer-sapi.c:79:45: style: Parameter 'sapi_header' can be declared as pointer to const. However it seems that 'send_header' is a callback function, if 'sapi_header' is declared with const you might also need to cast function pointer(s). [constParameterCallback] php-8.4.11/sapi/fuzzer/fuzzer-sapi.c:79:64: style: Parameter 'server_context' can be declared as pointer to const. However it seems that 'send_header' is a callback function, if 'server_context' is declared with const you might also need to cast function pointer(s). [constParameterCallback] php-8.4.11/ext/mbstring/libmbfl/filters/mbfilter_cjk.c:601:45: style: Parameter 'in' can be declared as pointer to const. However it seems that 'mb_wchar_to_iso2022jp' is a callback function, if 'in' is declared with const you might also need to cast function pointer(s). [constParameterCallback] php-8.4.11/ext/mbstring/libmbfl/filters/mbfilter_cjk.c:686:39: style: Parameter 'in' can be declared as pointer to const. However it seems that 'mb_wchar_to_jis' is a callback function, if 'in' is declared with const you might also need to cast function pointer(s). [constParameterCallback] php-8.4.11/ext/mbstring/libmbfl/filters/mbfilter_cjk.c:1407:50: style: Parameter 'in' can be declared as pointer to const. However it seems that 'mb_wchar_to_iso2022jp_kddi' is a callback function, if 'in' is declared with const you might also need to cast function pointer(s). [constParameterCallback] php-8.4.11/ext/mbstring/libmbfl/filters/mbfilter_cjk.c:2241:49: style: Parameter 'in' can be declared as pointer to const. However it seems that 'mb_wchar_to_iso2022jp2004' is a callback function, if 'in' is declared with const you might also need to cast function pointer(s). [constParameterCallback] php-8.4.11/ext/mbstring/libmbfl/filters/mbfilter_cjk.c:3318:43: style: Parameter 'in' can be declared as pointer to const. However it seems that 'mb_wchar_to_cp50220' is a callback function, if 'in' is declared with const you might also need to cast function pointer(s). [constParameterCallback] php-8.4.11/ext/mbstring/libmbfl/filters/mbfilter_cjk.c:3400:43: style: Parameter 'in' can be declared as pointer to const. However it seems that 'mb_wchar_to_cp50221' is a callback function, if 'in' is declared with const you might also need to cast function pointer(s). [constParameterCallback] php-8.4.11/ext/mbstring/libmbfl/filters/mbfilter_cjk.c:3457:43: style: Parameter 'in' can be declared as pointer to const. However it seems that 'mb_wchar_to_cp50222' is a callback function, if 'in' is declared with const you might also need to cast function pointer(s). [constParameterCallback] php-8.4.11/ext/mbstring/libmbfl/filters/mbfilter_cjk.c:3920:47: style: Parameter 'in' can be declared as pointer to const. However it seems that 'mb_wchar_to_iso2022jpms' is a callback function, if 'in' is declared with const you might also need to cast function pointer(s). [constParameterCallback] php-8.4.11/ext/mbstring/libmbfl/filters/mbfilter_cjk.c:4308:45: style: Parameter 'in' can be declared as pointer to const. However it seems that 'mb_wchar_to_iso2022kr' is a callback function, if 'in' is declared with const you might also need to cast function pointer(s). [constParameterCallback] php-8.4.11/ext/mbstring/libmbfl/filters/mbfilter_cjk.c:4896:40: style: Parameter 'in' can be declared as pointer to const. However it seems that 'mb_wchar_to_sjis' is a callback function, if 'in' is declared with const you might also need to cast function pointer(s). [constParameterCallback] php-8.4.11/ext/mbstring/libmbfl/filters/mbfilter_cjk.c:5671:43: style: Parameter 'in' can be declared as pointer to const. However it seems that 'mb_wchar_to_sjismac' is a callback function, if 'in' is declared with const you might also need to cast function pointer(s). [constParameterCallback] php-8.4.11/ext/mbstring/libmbfl/filters/mbfilter_cjk.c:6493:47: style: Parameter 'in' can be declared as pointer to const. However it seems that 'mb_wchar_to_sjis_docomo' is a callback function, if 'in' is declared with const you might also need to cast function pointer(s). [constParameterCallback] php-8.4.11/ext/mbstring/libmbfl/filters/mbfilter_cjk.c:6722:45: style: Parameter 'in' can be declared as pointer to const. However it seems that 'mb_wchar_to_sjis_kddi' is a callback function, if 'in' is declared with const you might also need to cast function pointer(s). [constParameterCallback] php-8.4.11/ext/mbstring/libmbfl/filters/mbfilter_cjk.c:7029:43: style: Parameter 'in' can be declared as pointer to const. However it seems that 'mb_wchar_to_sjis_sb' is a callback function, if 'in' is declared with const you might also need to cast function pointer(s). [constParameterCallback] php-8.4.11/ext/mbstring/libmbfl/filters/mbfilter_cjk.c:7254:44: style: Parameter 'in' can be declared as pointer to const. However it seems that 'mb_wchar_to_sjis2004' is a callback function, if 'in' is declared with const you might also need to cast function pointer(s). [constParameterCallback] php-8.4.11/ext/mbstring/libmbfl/filters/mbfilter_cjk.c:7611:41: style: Parameter 'in' can be declared as pointer to const. However it seems that 'mb_wchar_to_cp932' is a callback function, if 'in' is declared with const you might also need to cast function pointer(s). [constParameterCallback] php-8.4.11/ext/mbstring/libmbfl/filters/mbfilter_cjk.c:7690:43: style: Parameter 'in' can be declared as pointer to const. However it seems that 'mb_wchar_to_sjiswin' is a callback function, if 'in' is declared with const you might also need to cast function pointer(s). [constParameterCallback] php-8.4.11/ext/mbstring/libmbfl/filters/mbfilter_cjk.c:8387:41: style: Parameter 'in' can be declared as pointer to const. However it seems that 'mb_wchar_to_eucjp' is a callback function, if 'in' is declared with const you might also need to cast function pointer(s). [constParameterCallback] php-8.4.11/ext/mbstring/libmbfl/filters/mbfilter_cjk.c:8797:44: style: Parameter 'in' can be declared as pointer to const. However it seems that 'mb_wchar_to_eucjpwin' is a callback function, if 'in' is declared with const you might also need to cast function pointer(s). [constParameterCallback] php-8.4.11/ext/mbstring/libmbfl/filters/mbfilter_cjk.c:9122:43: style: Parameter 'in' can be declared as pointer to const. However it seems that 'mb_wchar_to_cp51932' is a callback function, if 'in' is declared with const you might also need to cast function pointer(s). [constParameterCallback] php-8.4.11/ext/mbstring/libmbfl/filters/mbfilter_cjk.c:9304:45: style: Parameter 'in' can be declared as pointer to const. However it seems that 'mb_wchar_to_eucjp2004' is a callback function, if 'in' is declared with const you might also need to cast function pointer(s). [constParameterCallback] php-8.4.11/ext/mbstring/libmbfl/filters/mbfilter_cjk.c:9586:41: style: Parameter 'in' can be declared as pointer to const. However it seems that 'mb_wchar_to_euccn' is a callback function, if 'in' is declared with const you might also need to cast function pointer(s). [constParameterCallback] php-8.4.11/ext/mbstring/libmbfl/filters/mbfilter_cjk.c:9881:41: style: Parameter 'in' can be declared as pointer to const. However it seems that 'mb_wchar_to_euctw' is a callback function, if 'in' is declared with const you might also need to cast function pointer(s). [constParameterCallback] php-8.4.11/ext/mbstring/libmbfl/filters/mbfilter_cjk.c:10083:41: style: Parameter 'in' can be declared as pointer to const. However it seems that 'mb_wchar_to_euckr' is a callback function, if 'in' is declared with const you might also need to cast function pointer(s). [constParameterCallback] php-8.4.11/ext/mbstring/libmbfl/filters/mbfilter_cjk.c:10283:39: style: Parameter 'in' can be declared as pointer to const. However it seems that 'mb_wchar_to_uhc' is a callback function, if 'in' is declared with const you might also need to cast function pointer(s). [constParameterCallback] php-8.4.11/ext/mbstring/libmbfl/filters/mbfilter_cjk.c:11076:43: style: Parameter 'in' can be declared as pointer to const. However it seems that 'mb_wchar_to_gb18030' is a callback function, if 'in' is declared with const you might also need to cast function pointer(s). [constParameterCallback] php-8.4.11/ext/mbstring/libmbfl/filters/mbfilter_cjk.c:11464:41: style: Parameter 'in' can be declared as pointer to const. However it seems that 'mb_wchar_to_cp936' is a callback function, if 'in' is declared with const you might also need to cast function pointer(s). [constParameterCallback] php-8.4.11/ext/mbstring/libmbfl/filters/mbfilter_cjk.c:11698:48: style: Parameter 'in' can be declared as pointer to const. However it seems that 'mb_wchar_to_gb18030_2022' is a callback function, if 'in' is declared with const you might also need to cast function pointer(s). [constParameterCallback] php-8.4.11/ext/mbstring/libmbfl/filters/mbfilter_cjk.c:11901:96: style: Parameter 'end' can be declared as pointer to const. However it seems that 'mb_cut_gb18030' is a callback function, if 'end' is declared with const you might also need to cast function pointer(s). [constParameterCallback] php-8.4.11/ext/mbstring/libmbfl/filters/mbfilter_cjk.c:12316:40: style: Parameter 'in' can be declared as pointer to const. However it seems that 'mb_wchar_to_big5' is a callback function, if 'in' is declared with const you might also need to cast function pointer(s). [constParameterCallback] php-8.4.11/ext/mbstring/libmbfl/filters/mbfilter_cjk.c:12447:41: style: Parameter 'in' can be declared as pointer to const. However it seems that 'mb_wchar_to_cp950' is a callback function, if 'in' is declared with const you might also need to cast function pointer(s). [constParameterCallback] php-8.4.11/ext/mbstring/libmbfl/filters/mbfilter_cjk.c:12865:38: style: Parameter 'in' can be declared as pointer to const. However it seems that 'mb_wchar_to_hz' is a callback function, if 'in' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/phylip/phylip_3.697+dfsg.orig.tar.gz phylip-3.697/src/cons.c:168:70: style: Parameter 'str' can be declared as pointer to const. However it seems that 'initconsnode' is a callback function, if 'str' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phylip-3.697/src/drawgram.c:109:62: style: Parameter 'str' can be declared as pointer to const. However it seems that 'initdrawgramnode' is a callback function, if 'str' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phylip-3.697/src/drawtree.c:158:62: style: Parameter 'str' can be declared as pointer to const. However it seems that 'initdrawtreenode' is a callback function, if 'str' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phylip-3.697/src/retree.c:179:50: style: Parameter 'str' can be declared as pointer to const. However it seems that 'initretreenode' is a callback function, if 'str' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/phyml/phyml_3.3.20220408.orig.tar.gz phyml-3.3.20220408/src/optimiz.c:1597:20: style: Parameter 'g' can be declared as pointer to const. However it seems that 'Lnsrch' is a callback function, if 'g' is declared with const you might also need to cast function pointer(s). [constParameterCallback] phyml-3.3.20220408/src/optimiz.c:1712:31: style: Parameter 'g' can be declared as pointer to const. However it seems that 'Lnsrch_Nonaligned' is a callback function, if 'g' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/phyx/phyx_1.3.2+ds.orig.tar.xz phyx-1.3.2/src/bd_fit.cpp:150:77: style: Parameter 'grad' can be declared as reference to const. However it seems that 'nlopt_bd_log_lik' is a callback function, if 'grad' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/pico-sdk/pico-sdk_2.2.0.orig.tar.gz pico-sdk-2.2.0/src/rp2_common/pico_async_context/async_context_poll.c:12:44: style: Parameter 'context' can be declared as pointer to const. However it seems that 'noop' is a callback function, if 'context' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pico-sdk-2.2.0/src/rp2_common/pico_async_context/async_context_poll.c:48:60: style: Parameter 'self_base' can be declared as pointer to const. However it seems that 'async_context_poll_lock_check' is a callback function, if 'self_base' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pico-sdk-2.2.0/src/rp2_common/pico_clib_interface/picolibc_interface.c:34:49: style: Parameter 'file' can be declared as pointer to const. However it seems that 'picolibc_putc' is a callback function, if 'file' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pico-sdk-2.2.0/src/rp2_common/pico_clib_interface/picolibc_interface.c:41:41: style: Parameter 'file' can be declared as pointer to const. However it seems that 'picolibc_getc' is a callback function, if 'file' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pico-sdk-2.2.0/src/rp2_common/pico_clib_interface/picolibc_interface.c:49:42: style: Parameter 'file' can be declared as pointer to const. However it seems that 'picolibc_flush' is a callback function, if 'file' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pico-sdk-2.2.0/src/rp2_common/pico_btstack/btstack_flash_bank.c:42:68: style: Parameter 'param' can be declared as pointer to const. However it seems that 'pico_flash_bank_perform_flash_mutation_operation' is a callback function, if 'param' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pico-sdk-2.2.0/src/rp2_common/pico_cyw43_driver/cyw43_driver.c:111:100: style: Parameter 'worker' can be declared as pointer to const. However it seems that 'cyw43_sleep_timeout_reached' is a callback function, if 'worker' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pico-sdk-2.2.0/src/rp2_common/pico_lwip/lwip_freertos.c:44:51: style: Parameter 'param' can be declared as pointer to const. However it seems that 'clear_lwip_context' is a callback function, if 'param' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pico-sdk-2.2.0/src/rp2_common/pico_lwip/lwip_nosys.c:23:60: style: Parameter 'context' can be declared as pointer to const. However it seems that 'lwip_timeout_reached' is a callback function, if 'context' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pico-sdk-2.2.0/src/rp2_common/pico_lwip/lwip_nosys.c:23:102: style: Parameter 'worker' can be declared as pointer to const. However it seems that 'lwip_timeout_reached' is a callback function, if 'worker' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pico-sdk-2.2.0/test/pico_stdio_test/pico_stdio_test.c:26:57: style: Parameter 'param' can be declared as pointer to const. However it seems that 'deadlock_test_alarm' is a callback function, if 'param' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/picojson/picojson_1.3.0+git20210118.111c9be.orig.tar.xz picojson-1.3.0+git20210118.111c9be/examples/github-issues.cc:49:24: style: Parameter 'ptr' can be declared as pointer to const. However it seems that 'memfwrite' is a callback function, if 'ptr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/picolibc/picolibc_1.8.10.orig.tar.gz picolibc-1.8.10/newlib/libc/xdr/xdr_mem.c:205:22: style: Parameter 'xdrs' can be declared as pointer to const. However it seems that 'xdrmem_getpos' is a callback function, if 'xdrs' is declared with const you might also need to cast function pointer(s). [constParameterCallback] picolibc-1.8.10/newlib/libc/xdr/xdr_sizeof.c:67:19: style: Parameter 'xdrs' can be declared as pointer to const. However it seems that 'x_getpostn' is a callback function, if 'xdrs' is declared with const you might also need to cast function pointer(s). [constParameterCallback] picolibc-1.8.10/test/fenv.c:153:14: style: Parameter 'expr' can be declared as pointer to const. However it seems that 'report' is a callback function, if 'expr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/picom/picom_12.5.orig.tar.gz picom-12.5/src/backend/dummy/dummy.c:142:48: style: Parameter 'attr_unused' can be declared as pointer to const. However it seems that 'dummy_buffer_age' is a callback function, if 'attr_unused' is declared with const you might also need to cast function pointer(s). [constParameterCallback] picom-12.5/src/backend/dummy/dummy.c:179:59: style: Parameter 'attr_unused' can be declared as pointer to const. However it seems that 'dummy_create_blur_context' is a callback function, if 'attr_unused' is declared with const you might also need to cast function pointer(s). [constParameterCallback] picom-12.5/src/backend/dummy/dummy.c:182:44: style: Parameter 'attr_unused' can be declared as pointer to const. However it seems that 'dummy_create_blur_context' is a callback function, if 'attr_unused' is declared with const you might also need to cast function pointer(s). [constParameterCallback] picom-12.5/src/backend/dummy/dummy.c:187:59: style: Parameter 'attr_unused' can be declared as pointer to const. However it seems that 'dummy_destroy_blur_context' is a callback function, if 'attr_unused' is declared with const you might also need to cast function pointer(s). [constParameterCallback] picom-12.5/src/backend/dummy/dummy.c:187:82: style: Parameter 'attr_unused' can be declared as pointer to const. However it seems that 'dummy_destroy_blur_context' is a callback function, if 'attr_unused' is declared with const you might also need to cast function pointer(s). [constParameterCallback] picom-12.5/src/backend/dummy/dummy.c:197:61: style: Parameter 'attr_unused' can be declared as pointer to const. However it seems that 'dummy_image_capabilities' is a callback function, if 'attr_unused' is declared with const you might also need to cast function pointer(s). [constParameterCallback] picom-12.5/src/backend/dummy/dummy.c:202:58: style: Parameter 'attr_unused' can be declared as pointer to const. However it seems that 'dummy_is_format_supported' is a callback function, if 'attr_unused' is declared with const you might also need to cast function pointer(s). [constParameterCallback] picom-12.5/src/backend/dummy/dummy.c:207:59: style: Parameter 'attr_unused' can be declared as pointer to const. However it seems that 'dummy_max_buffer_age' is a callback function, if 'attr_unused' is declared with const you might also need to cast function pointer(s). [constParameterCallback] picom-12.5/src/backend/gl/egl.c:99:53: style: Parameter 'attr_unused' can be declared as pointer to const. However it seems that 'egl_decouple_user_data' is a callback function, if 'attr_unused' is declared with const you might also need to cast function pointer(s). [constParameterCallback] picom-12.5/src/backend/gl/egl.c:99:75: style: Parameter 'attr_unused' can be declared as pointer to const. However it seems that 'egl_decouple_user_data' is a callback function, if 'attr_unused' is declared with const you might also need to cast function pointer(s). [constParameterCallback] picom-12.5/src/backend/gl/egl.c:339:47: style: Parameter 'attr_unused' can be declared as pointer to const. However it seems that 'egl_max_buffer_age' is a callback function, if 'attr_unused' is declared with const you might also need to cast function pointer(s). [constParameterCallback] picom-12.5/src/backend/gl/glx.c:200:53: style: Parameter 'attr_unused' can be declared as pointer to const. However it seems that 'glx_decouple_user_data' is a callback function, if 'attr_unused' is declared with const you might also need to cast function pointer(s). [constParameterCallback] picom-12.5/src/backend/gl/glx.c:200:75: style: Parameter 'attr_unused' can be declared as pointer to const. However it seems that 'glx_decouple_user_data' is a callback function, if 'attr_unused' is declared with const you might also need to cast function pointer(s). [constParameterCallback] picom-12.5/src/backend/gl/glx.c:507:57: style: Parameter 'attr_unused' can be declared as pointer to const. However it seems that 'glx_max_buffer_age' is a callback function, if 'attr_unused' is declared with const you might also need to cast function pointer(s). [constParameterCallback] picom-12.5/src/backend/xrender/xrender.c:999:70: style: Parameter 'attr_unused' can be declared as pointer to const. However it seems that 'xrender_image_capabilities' is a callback function, if 'attr_unused' is declared with const you might also need to cast function pointer(s). [constParameterCallback] picom-12.5/src/backend/xrender/xrender.c:1005:67: style: Parameter 'attr_unused' can be declared as pointer to const. However it seems that 'xrender_is_format_supported' is a callback function, if 'attr_unused' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/picosat/picosat_965.orig.tar.gz picosat-965/picosat.c:1637:17: style: Parameter 'ps' can be declared as pointer to const. However it seems that 'cmp_added' is a callback function, if 'ps' is declared with const you might also need to cast function pointer(s). [constParameterCallback] picosat-965/picosat.c:1637:27: style: Parameter 'k' can be declared as pointer to const. However it seems that 'cmp_added' is a callback function, if 'k' is declared with const you might also need to cast function pointer(s). [constParameterCallback] picosat-965/picosat.c:1637:36: style: Parameter 'l' can be declared as pointer to const. However it seems that 'cmp_added' is a callback function, if 'l' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/picplanner/picplanner_0.5.0.orig.tar.bz2 picplanner-v0.5.0/src/window/overview-page/overview-view.c:96:31: style: Parameter 'self' can be declared as pointer to const. However it seems that 'change_stack_page' is a callback function, if 'self' is declared with const you might also need to cast function pointer(s). [constParameterCallback] picplanner-v0.5.0/src/window/picplanner-window-old.c:86:36: style: Parameter 'row' can be declared as pointer to const. However it seems that 'search_location_chosen' is a callback function, if 'row' is declared with const you might also need to cast function pointer(s). [constParameterCallback] picplanner-v0.5.0/src/window/picplanner-window.c:139:36: style: Parameter 'row' can be declared as pointer to const. However it seems that 'search_location_chosen' is a callback function, if 'row' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/pidgin/pidgin_2.14.14.orig.tar.bz2 pidgin-2.14.14/finch/gntdebug.c:195:25: style: Parameter 'w' can be declared as pointer to const. However it seems that 'toggle_pause' is a callback function, if 'w' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/finch/gntdebug.c:195:37: style: Parameter 'n' can be declared as pointer to const. However it seems that 'toggle_pause' is a callback function, if 'n' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/finch/gntdebug.c:366:30: style: Parameter 'null' can be declared as pointer to const. However it seems that 'start_with_debugwin' is a callback function, if 'null' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/finch/gntconv.c:237:29: style: Parameter 'w' can be declared as pointer to const. However it seems that 'save_position_cb' is a callback function, if 'w' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/finch/gntconv.c:399:48: style: Parameter 'conv' can be declared as pointer to const. However it seems that 'cleared_message_history_cb' is a callback function, if 'conv' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/finch/gntconv.c:439:35: style: Parameter 'item' can be declared as pointer to const. However it seems that 'toggle_timestamps_cb' is a callback function, if 'item' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/finch/gntconv.c:439:50: style: Parameter 'ggconv' can be declared as pointer to const. However it seems that 'toggle_timestamps_cb' is a callback function, if 'ggconv' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/finch/gntconv.c:1129:45: style: Parameter 'conv' can be declared as pointer to const. However it seems that 'finch_chat_remove_users' is a callback function, if 'conv' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/finch/gntconv.c:1369:38: style: Parameter 'conv' can be declared as pointer to const. However it seems that 'users_command_cb' is a callback function, if 'conv' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/finch/gntnotify.c:388:30: style: Parameter 'results' can be declared as pointer to const. However it seems that 'finch_notify_sr_new_rows' is a callback function, if 'results' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/finch/gntblist.c:464:27: style: Parameter 'node' can be declared as pointer to const. However it seems that 'new_node' is a callback function, if 'node' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/finch/gntblist.c:1248:34: style: Parameter 'selected' can be declared as pointer to const. However it seems that 'finch_add_group' is a callback function, if 'selected' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/finch/gntblist.c:1248:57: style: Parameter 'grp' can be declared as pointer to const. However it seems that 'finch_add_group' is a callback function, if 'grp' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/finch/gntblist.c:2023:29: style: Parameter 'w' can be declared as pointer to const. However it seems that 'save_position_cb' is a callback function, if 'w' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/finch/gntblist.c:2583:34: style: Parameter 'buddy' can be declared as pointer to const. However it seems that 'buddy_signed_on_off' is a callback function, if 'buddy' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/finch/gntblist.c:2583:50: style: Parameter 'null' can be declared as pointer to const. However it seems that 'buddy_signed_on_off' is a callback function, if 'null' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/finch/gntblist.c:2699:39: style: Parameter 'gc' can be declared as pointer to const. However it seems that 'account_autojoin_cb' is a callback function, if 'gc' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/finch/gntblist.c:2699:52: style: Parameter 'null' can be declared as pointer to const. However it seems that 'account_autojoin_cb' is a callback function, if 'null' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/finch/gntblist.c:2976:32: style: Parameter 'item' can be declared as pointer to const. However it seems that 'menu_add_group_cb' is a callback function, if 'item' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/finch/gntblist.c:2976:47: style: Parameter 'null' can be declared as pointer to const. However it seems that 'menu_add_group_cb' is a callback function, if 'null' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/finch/gntpounce.c:166:36: style: Parameter 'gc' can be declared as pointer to const. However it seems that 'signed_on_off_cb' is a callback function, if 'gc' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/finch/gntpounce.c:166:49: style: Parameter 'user_data' can be declared as pointer to const. However it seems that 'signed_on_off_cb' is a callback function, if 'user_data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/finch/gntpounce.c:686:37: style: Parameter 'button' can be declared as pointer to const. However it seems that 'pounces_manager_close_cb' is a callback function, if 'button' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/finch/gntpounce.c:686:54: style: Parameter 'user_data' can be declared as pointer to const. However it seems that 'pounces_manager_close_cb' is a callback function, if 'user_data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/finch/gntpounce.c:929:27: style: Parameter 'pounce' can be declared as pointer to const. However it seems that 'free_pounce' is a callback function, if 'pounce' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/finch/gntroomlist.c:352:31: style: Parameter 'list' can be declared as pointer to const. However it seems that 'fl_set_fields' is a callback function, if 'list' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/finch/gntroomlist.c:352:44: style: Parameter 'fields' can be declared as pointer to const. However it seems that 'fl_set_fields' is a callback function, if 'fields' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/finch/gntroomlist.c:357:29: style: Parameter 'roomlist' can be declared as pointer to const. However it seems that 'fl_add_room' is a callback function, if 'roomlist' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/finch/gntroomlist.c:374:28: style: Parameter 'list' can be declared as pointer to const. However it seems that 'fl_destroy' is a callback function, if 'list' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/finch/plugins/gntclipboard.c:135:29: style: Parameter 'plugin' can be declared as pointer to const. However it seems that 'plugin_unload' is a callback function, if 'plugin' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/finch/plugins/gntclipboard.c:181:27: style: Parameter 'plugin' can be declared as pointer to const. However it seems that 'init_plugin' is a callback function, if 'plugin' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/finch/plugins/gnthistory.c:245:27: style: Parameter 'plugin' can be declared as pointer to const. However it seems that 'init_plugin' is a callback function, if 'plugin' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/finch/plugins/gntgf.c:403:27: style: Parameter 'plugin' can be declared as pointer to const. However it seems that 'init_plugin' is a callback function, if 'plugin' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/finch/plugins/lastlog.c:66:32: style: Parameter 'conv' can be declared as pointer to const. However it seems that 'lastlog_cb' is a callback function, if 'conv' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/finch/plugins/lastlog.c:150:27: style: Parameter 'plugin' can be declared as pointer to const. However it seems that 'init_plugin' is a callback function, if 'plugin' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/finch/gntsound.c:132:33: style: Parameter 'data' can be declared as pointer to const. However it seems that 'unmute_login_sounds_cb' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/finch/gntsound.c:890:55: style: Parameter 'newkey' can be declared as pointer to const. However it seems that 'prof_load_cb' is a callback function, if 'newkey' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/finch/plugins/grouping.c:382:27: style: Parameter 'plugin' can be declared as pointer to const. However it seems that 'init_plugin' is a callback function, if 'plugin' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/finch/plugins/gnttinyurl.c:420:29: style: Parameter 'plugin' can be declared as pointer to const. However it seems that 'plugin_unload' is a callback function, if 'plugin' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/finch/plugins/gnttinyurl.c:492:27: style: Parameter 'plugin' can be declared as pointer to const. However it seems that 'init_plugin' is a callback function, if 'plugin' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/libpurple/ciphers/md4.c:266:41: style: Parameter 'context' can be declared as pointer to const. However it seems that 'md4_get_block_size' is a callback function, if 'context' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/libpurple/ciphers/des.c:782:51: style: Parameter 'iv' can be declared as pointer to const. However it seems that 'des3_set_iv' is a callback function, if 'iv' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/libpurple/media/candidate.c:117:36: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'purple_media_candidate_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/libpurple/media/candidate.c:175:30: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'purple_media_candidate_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/libpurple/plugins/buddynote.c:29:32: style: Parameter 'node' can be declared as pointer to const. However it seems that 'dont_do_it_cb' is a callback function, if 'node' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/libpurple/plugins/buddynote.c:114:27: style: Parameter 'plugin' can be declared as pointer to const. However it seems that 'init_plugin' is a callback function, if 'plugin' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/libpurple/plugins/autoaccept.c:73:55: style: Parameter 'my' can be declared as pointer to const. However it seems that 'auto_accept_complete_cb' is a callback function, if 'my' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/libpurple/plugins/autoaccept.c:256:29: style: Parameter 'plugin' can be declared as pointer to const. However it seems that 'plugin_unload' is a callback function, if 'plugin' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/libpurple/plugins/codeinline.c:94:28: style: Parameter 'plugin' can be declared as pointer to const. However it seems that 'init_plugin' is a callback function, if 'plugin' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/libpurple/plugins/ciphertest.c:239:27: style: Parameter 'plugin' can be declared as pointer to const. However it seems that 'plugin_load' is a callback function, if 'plugin' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/libpurple/plugins/ciphertest.c:248:29: style: Parameter 'plugin' can be declared as pointer to const. However it seems that 'plugin_unload' is a callback function, if 'plugin' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/libpurple/plugins/ciphertest.c:289:27: style: Parameter 'plugin' can be declared as pointer to const. However it seems that 'init_plugin' is a callback function, if 'plugin' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/libpurple/plugins/debug_example.c:133:27: style: Parameter 'plugin' can be declared as pointer to const. However it seems that 'init_plugin' is a callback function, if 'plugin' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/libpurple/plugins/helloworld.c:142:29: style: Parameter 'plugin' can be declared as pointer to const. However it seems that 'init_plugin' is a callback function, if 'plugin' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/libpurple/plugins/ipc-test-server.c:95:27: style: Parameter 'plugin' can be declared as pointer to const. However it seems that 'init_plugin' is a callback function, if 'plugin' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/libpurple/plugins/idle.c:336:27: style: Parameter 'plugin' can be declared as pointer to const. However it seems that 'init_plugin' is a callback function, if 'plugin' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/libpurple/plugins/joinpart.c:160:43: style: Parameter 'last_said' can be declared as pointer to const. However it seems that 'check_expire_time' is a callback function, if 'last_said' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/libpurple/plugins/joinpart.c:160:62: style: Parameter 'limit' can be declared as pointer to const. However it seems that 'check_expire_time' is a callback function, if 'limit' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/libpurple/plugins/joinpart.c:207:45: style: Parameter 'plugin' can be declared as pointer to const. However it seems that 'plugin_unload' is a callback function, if 'plugin' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/libpurple/plugins/joinpart.c:223:37: style: Parameter 'plugin' can be declared as pointer to const. However it seems that 'get_plugin_pref_frame' is a callback function, if 'plugin' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/libpurple/plugins/joinpart.c:305:27: style: Parameter 'plugin' can be declared as pointer to const. However it seems that 'init_plugin' is a callback function, if 'plugin' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/libpurple/plugins/mono/loader/mono.c:193:42: style: Parameter 'plugin' can be declared as pointer to const. However it seems that 'plugin_destroy' is a callback function, if 'plugin' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/libpurple/plugins/newline.c:130:27: style: Parameter 'plugin' can be declared as pointer to const. However it seems that 'init_plugin' is a callback function, if 'plugin' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/libpurple/plugins/notify_example.c:159:27: style: Parameter 'plugin' can be declared as pointer to const. However it seems that 'init_plugin' is a callback function, if 'plugin' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/libpurple/plugins/offlinemsg.c:181:29: style: Parameter 'plugin' can be declared as pointer to const. However it seems that 'plugin_unload' is a callback function, if 'plugin' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/libpurple/plugins/offlinemsg.c:252:27: style: Parameter 'plugin' can be declared as pointer to const. However it seems that 'init_plugin' is a callback function, if 'plugin' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/libpurple/plugins/one_time_password.c:147:27: style: Parameter 'plugin' can be declared as pointer to const. However it seems that 'init_plugin' is a callback function, if 'plugin' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/libpurple/plugins/pluginpref_example.c:158:27: style: Parameter 'plugin' can be declared as pointer to const. However it seems that 'init_plugin' is a callback function, if 'plugin' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/libpurple/plugins/psychic.c:175:27: style: Parameter 'plugin' can be declared as pointer to const. However it seems that 'init_plugin' is a callback function, if 'plugin' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/libpurple/plugins/simple.c:62:27: style: Parameter 'plugin' can be declared as pointer to const. However it seems that 'init_plugin' is a callback function, if 'plugin' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/libpurple/plugins/perl/perl.c:634:27: style: Parameter 'plugin' can be declared as pointer to const. However it seems that 'plugin_load' is a callback function, if 'plugin' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/libpurple/plugins/perl/perl.c:640:29: style: Parameter 'plugin' can be declared as pointer to const. However it seems that 'plugin_unload' is a callback function, if 'plugin' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/libpurple/plugins/signals-test.c:545:19: style: Parameter 'data' can be declared as pointer to const. However it seems that 'quitting_cb' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/libpurple/plugins/signals-test.c:574:31: style: Parameter 'xfer' can be declared as pointer to const. However it seems that 'ft_recv_accept_cb' is a callback function, if 'xfer' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/libpurple/plugins/signals-test.c:574:46: style: Parameter 'data' can be declared as pointer to const. However it seems that 'ft_recv_accept_cb' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/libpurple/plugins/signals-test.c:579:31: style: Parameter 'xfer' can be declared as pointer to const. However it seems that 'ft_send_accept_cb' is a callback function, if 'xfer' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/libpurple/plugins/signals-test.c:579:46: style: Parameter 'data' can be declared as pointer to const. However it seems that 'ft_send_accept_cb' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/libpurple/plugins/signals-test.c:584:30: style: Parameter 'xfer' can be declared as pointer to const. However it seems that 'ft_recv_start_cb' is a callback function, if 'xfer' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/libpurple/plugins/signals-test.c:584:45: style: Parameter 'data' can be declared as pointer to const. However it seems that 'ft_recv_start_cb' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/libpurple/plugins/signals-test.c:589:30: style: Parameter 'xfer' can be declared as pointer to const. However it seems that 'ft_send_start_cb' is a callback function, if 'xfer' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/libpurple/plugins/signals-test.c:589:45: style: Parameter 'data' can be declared as pointer to const. However it seems that 'ft_send_start_cb' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/libpurple/plugins/signals-test.c:594:31: style: Parameter 'xfer' can be declared as pointer to const. However it seems that 'ft_recv_cancel_cb' is a callback function, if 'xfer' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/libpurple/plugins/signals-test.c:594:46: style: Parameter 'data' can be declared as pointer to const. However it seems that 'ft_recv_cancel_cb' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/libpurple/plugins/signals-test.c:599:31: style: Parameter 'xfer' can be declared as pointer to const. However it seems that 'ft_send_cancel_cb' is a callback function, if 'xfer' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/libpurple/plugins/signals-test.c:599:46: style: Parameter 'data' can be declared as pointer to const. However it seems that 'ft_send_cancel_cb' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/libpurple/plugins/signals-test.c:604:33: style: Parameter 'xfer' can be declared as pointer to const. However it seems that 'ft_recv_complete_cb' is a callback function, if 'xfer' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/libpurple/plugins/signals-test.c:604:48: style: Parameter 'data' can be declared as pointer to const. However it seems that 'ft_recv_complete_cb' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/libpurple/plugins/signals-test.c:609:33: style: Parameter 'xfer' can be declared as pointer to const. However it seems that 'ft_send_complete_cb' is a callback function, if 'xfer' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/libpurple/plugins/signals-test.c:609:48: style: Parameter 'data' can be declared as pointer to const. However it seems that 'ft_send_complete_cb' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/libpurple/plugins/signals-test.c:953:27: style: Parameter 'plugin' can be declared as pointer to const. However it seems that 'init_plugin' is a callback function, if 'plugin' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/libpurple/plugins/ssl/nss-prefs.c:243:33: style: Parameter 'user_data' can be declared as pointer to const. However it seems that 'set_version_pref' is a callback function, if 'user_data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/libpurple/plugins/ssl/ssl.c:120:27: style: Parameter 'plugin' can be declared as pointer to const. However it seems that 'init_plugin' is a callback function, if 'plugin' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/libpurple/plugins/statenotify.c:189:27: style: Parameter 'plugin' can be declared as pointer to const. However it seems that 'init_plugin' is a callback function, if 'plugin' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/libpurple/plugins/ssl/ssl-gnutls.c:1386:27: style: Parameter 'plugin' can be declared as pointer to const. However it seems that 'init_plugin' is a callback function, if 'plugin' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/libpurple/plugins/tcl/tcl_glib.c:201:35: style: Parameter 'data' can be declared as pointer to const. However it seems that 'tcl_kick' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/libpurple/protocols/bonjour/bonjour.c:199:34: style: Parameter 'account' can be declared as pointer to const. However it seems that 'bonjour_list_icon' is a callback function, if 'account' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/libpurple/protocols/bonjour/bonjour.c:199:56: style: Parameter 'buddy' can be declared as pointer to const. However it seems that 'bonjour_list_icon' is a callback function, if 'buddy' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/libpurple/protocols/bonjour/bonjour.c:277:37: style: Parameter 'account' can be declared as pointer to const. However it seems that 'bonjour_status_types' is a callback function, if 'account' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/libpurple/protocols/bonjour/bonjour.c:326:47: style: Parameter 'conn' can be declared as pointer to const. However it seems that 'bonjour_set_buddy_icon' is a callback function, if 'conn' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/libpurple/protocols/bonjour/mdns_dns_sd.c:315:70: style: Parameter 'context' can be declared as pointer to const. However it seems that '_mdns_service_register_callback' is a callback function, if 'context' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/libpurple/protocols/gg/gg.c:465:44: style: Parameter 'gc' can be declared as pointer to const. However it seems that 'ggp_add_deny' is a callback function, if 'gc' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/libpurple/protocols/gg/gg.c:476:44: style: Parameter 'gc' can be declared as pointer to const. However it seems that 'ggp_rem_deny' is a callback function, if 'gc' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/libpurple/protocols/gg/gg.c:1530:49: style: Parameter 'account' can be declared as pointer to const. However it seems that 'ggp_list_icon' is a callback function, if 'account' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/libpurple/protocols/gg/gg.c:1530:71: style: Parameter 'buddy' can be declared as pointer to const. However it seems that 'ggp_list_icon' is a callback function, if 'buddy' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/libpurple/protocols/gg/gg.c:1850:42: style: Parameter 'gc' can be declared as pointer to const. However it seems that 'ggp_send_im' is a callback function, if 'gc' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/libpurple/protocols/gg/gg.c:2100:48: style: Parameter 'gc' can be declared as pointer to const. However it seems that 'ggp_remove_buddy' is a callback function, if 'gc' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/libpurple/plugins/log_reader.c:2319:42: style: Parameter 'log' can be declared as pointer to const. However it seems that 'amsn_logger_read' is a callback function, if 'log' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/libpurple/plugins/log_reader.c:2469:27: style: Parameter 'plugin' can be declared as pointer to const. However it seems that 'init_plugin' is a callback function, if 'plugin' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/libpurple/plugins/log_reader.c:2735:27: style: Parameter 'plugin' can be declared as pointer to const. However it seems that 'plugin_load' is a callback function, if 'plugin' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/libpurple/plugins/log_reader.c:2832:29: style: Parameter 'plugin' can be declared as pointer to const. However it seems that 'plugin_unload' is a callback function, if 'plugin' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/libpurple/plugins/log_reader.c:2870:37: style: Parameter 'plugin' can be declared as pointer to const. However it seems that 'get_plugin_pref_frame' is a callback function, if 'plugin' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/libpurple/protocols/irc/irc.c:313:50: style: Parameter 'a' can be declared as pointer to const. However it seems that 'irc_blist_icon' is a callback function, if 'a' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/libpurple/protocols/irc/irc.c:313:66: style: Parameter 'b' can be declared as pointer to const. However it seems that 'irc_blist_icon' is a callback function, if 'b' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/libpurple/protocols/irc/irc.c:619:42: style: Parameter 'gc' can be declared as pointer to const. However it seems that 'irc_im_send' is a callback function, if 'gc' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/libpurple/protocols/irc/irc.c:635:44: style: Parameter 'gc' can be declared as pointer to const. However it seems that 'irc_get_info' is a callback function, if 'gc' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/libpurple/protocols/irc/irc.c:820:46: style: Parameter 'gc' can be declared as pointer to const. However it seems that 'irc_chat_join' is a callback function, if 'gc' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/libpurple/protocols/irc/irc.c:982:45: style: Parameter 'gc' can be declared as pointer to const. However it seems that 'irc_keepalive' is a callback function, if 'gc' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/libpurple/protocols/gg/lib/protobuf-c.c:150:20: style: Parameter 'allocator_data' can be declared as pointer to const. However it seems that 'system_alloc' is a callback function, if 'allocator_data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/libpurple/protocols/jabber/adhoccommands.c:33:45: style: Parameter 'js' can be declared as pointer to const. However it seems that 'do_adhoc_ignoreme' is a callback function, if 'js' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/libpurple/protocols/jabber/auth_cyrus.c:91:47: style: Parameter 'conn' can be declared as pointer to const. However it seems that 'jabber_sasl_cb_secret' is a callback function, if 'conn' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/libpurple/protocols/jabber/jingle/content.c:181:95: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'jingle_content_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/libpurple/protocols/jabber/jingle/content.c:227:89: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'jingle_content_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/libpurple/protocols/jabber/jingle/jingle.c:73:43: style: Parameter 'session' can be declared as pointer to const. However it seems that 'jingle_handle_unknown_type' is a callback function, if 'session' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/libpurple/protocols/jabber/jingle/jingle.c:73:61: style: Parameter 'jingle' can be declared as pointer to const. However it seems that 'jingle_handle_unknown_type' is a callback function, if 'jingle' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/libpurple/protocols/jabber/jingle/jingle.c:194:62: style: Parameter 'jingle' can be declared as pointer to const. However it seems that 'jingle_handle_security_info' is a callback function, if 'jingle' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/libpurple/protocols/jabber/jingle/jingle.c:225:61: style: Parameter 'jingle' can be declared as pointer to const. However it seems that 'jingle_handle_session_info' is a callback function, if 'jingle' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/libpurple/protocols/jabber/jingle/iceudp.c:221:94: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'jingle_iceudp_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/libpurple/protocols/jabber/jingle/iceudp.c:246:88: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'jingle_iceudp_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/libpurple/protocols/jabber/jingle/rawudp.c:174:94: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'jingle_rawudp_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/libpurple/protocols/jabber/jingle/rawudp.c:199:88: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'jingle_rawudp_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/libpurple/protocols/jabber/jingle/transport.c:109:41: style: Parameter 'object' can be declared as pointer to const. However it seems that 'jingle_transport_set_property' is a callback function, if 'object' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/libpurple/protocols/jabber/jingle/transport.c:109:97: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'jingle_transport_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/libpurple/protocols/jabber/jingle/transport.c:122:41: style: Parameter 'object' can be declared as pointer to const. However it seems that 'jingle_transport_get_property' is a callback function, if 'object' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/libpurple/protocols/jabber/jingle/transport.c:122:72: style: Parameter 'value' can be declared as pointer to const. However it seems that 'jingle_transport_get_property' is a callback function, if 'value' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/libpurple/protocols/jabber/jingle/transport.c:122:91: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'jingle_transport_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/libpurple/protocols/jabber/jingle/session.c:189:95: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'jingle_session_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/libpurple/protocols/jabber/jingle/session.c:233:89: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'jingle_session_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/libpurple/protocols/jabber/ping.c:60:49: style: Parameter 'js' can be declared as pointer to const. However it seems that 'jabber_ping_result_cb' is a callback function, if 'js' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/libpurple/protocols/jabber/ping.c:62:44: style: Parameter 'packet' can be declared as pointer to const. However it seems that 'jabber_ping_result_cb' is a callback function, if 'packet' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/libpurple/protocols/jabber/ping.c:62:61: style: Parameter 'data' can be declared as pointer to const. However it seems that 'jabber_ping_result_cb' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/libpurple/protocols/jabber/message.c:503:44: style: Parameter 'data' can be declared as pointer to const. However it seems that 'jabber_message_request_data_cb' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/libpurple/protocols/jabber/usernick.c:88:50: style: Parameter 'action' can be declared as pointer to const. However it seems that 'do_nick_set_nick' is a callback function, if 'action' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/libpurple/protocols/jabber/useravatar.c:214:72: style: Parameter 'items' can be declared as pointer to const. However it seems that 'do_got_own_avatar_0_12_cb' is a callback function, if 'items' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/libpurple/protocols/null/nullprpl.c:221:54: style: Parameter 'acct' can be declared as pointer to const. However it seems that 'nullprpl_list_icon' is a callback function, if 'acct' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/libpurple/protocols/null/nullprpl.c:221:73: style: Parameter 'buddy' can be declared as pointer to const. However it seems that 'nullprpl_list_icon' is a callback function, if 'buddy' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/libpurple/protocols/null/nullprpl.c:635:56: style: Parameter 'gc' can be declared as pointer to const. However it seems that 'nullprpl_set_permit_deny' is a callback function, if 'gc' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/libpurple/protocols/null/nullprpl.c:830:69: style: Parameter 'userdata' can be declared as pointer to const. However it seems that 'receive_chat_message' is a callback function, if 'userdata' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/libpurple/protocols/null/nullprpl.c:923:66: style: Parameter 'userdata' can be declared as pointer to const. However it seems that 'set_chat_topic_fn' is a callback function, if 'userdata' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/libpurple/protocols/null/nullprpl.c:1026:61: style: Parameter 'gc' can be declared as pointer to const. However it seems that 'nullprpl_can_receive_file' is a callback function, if 'gc' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/libpurple/protocols/null/nullprpl.c:1168:44: style: Parameter 'plugin' can be declared as pointer to const. However it seems that 'nullprpl_destroy' is a callback function, if 'plugin' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/libpurple/protocols/silc/ft.c:151:35: style: Parameter 'x' can be declared as pointer to const. However it seems that 'silcpurple_ftp_cancel' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/libpurple/protocols/silc/ft.c:164:44: style: Parameter 'x' can be declared as pointer to const. However it seems that 'silcpurple_ftp_ask_name_cancel' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/libpurple/protocols/silc/ft.c:301:43: style: Parameter 'x' can be declared as pointer to const. However it seems that 'silcpurple_ftp_request_denied' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/libpurple/protocols/silc/ft.c:345:40: style: Parameter 'x' can be declared as pointer to const. However it seems that 'silcpurple_ftp_send_cancel' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/libpurple/protocols/silc10/ft.c:133:35: style: Parameter 'x' can be declared as pointer to const. However it seems that 'silcpurple_ftp_cancel' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/libpurple/protocols/silc10/ft.c:142:44: style: Parameter 'x' can be declared as pointer to const. However it seems that 'silcpurple_ftp_ask_name_cancel' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/libpurple/protocols/silc10/ft.c:233:43: style: Parameter 'x' can be declared as pointer to const. However it seems that 'silcpurple_ftp_request_denied' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/libpurple/protocols/silc10/ft.c:277:40: style: Parameter 'x' can be declared as pointer to const. However it seems that 'silcpurple_ftp_send_cancel' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/libpurple/protocols/silc10/ft.c:329:22: style: Parameter 'clients' can be declared as pointer to const. However it seems that 'silcpurple_ftp_send_file_resolved' is a callback function, if 'clients' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/libpurple/protocols/silc10/chat.c:65:24: style: Parameter 'channels' can be declared as pointer to const. However it seems that 'silcpurple_chat_getinfo_res' is a callback function, if 'channels' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/libpurple/protocols/silc10/chat.c:991:26: style: Parameter 'clients' can be declared as pointer to const. However it seems that 'silcpurple_chat_join_done' is a callback function, if 'clients' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/libpurple/protocols/novell/novell.c:2772:33: style: Parameter 'moved_buddies' can be declared as pointer to const. However it seems that 'novell_rename_group' is a callback function, if 'moved_buddies' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/libpurple/protocols/novell/novell.c:2809:34: style: Parameter 'account' can be declared as pointer to const. However it seems that 'novell_list_icon' is a callback function, if 'account' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/libpurple/protocols/novell/novell.c:2809:57: style: Parameter 'buddy' can be declared as pointer to const. However it seems that 'novell_list_icon' is a callback function, if 'buddy' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/libpurple/protocols/novell/novell.c:2955:36: style: Parameter 'account' can be declared as pointer to const. However it seems that 'novell_status_types' is a callback function, if 'account' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/libpurple/win32/giowin32.c:808:40: style: Parameter 'channel' can be declared as pointer to const. However it seems that 'g_io_win32_sock_get_flags' is a callback function, if 'channel' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/pidgin/gtkblist-theme.c:202:15: style: Parameter 'psec' can be declared as pointer to const. However it seems that 'pidgin_blist_theme_get_property' is a callback function, if 'psec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/pidgin/gtkblist-theme.c:263:15: style: Parameter 'psec' can be declared as pointer to const. However it seems that 'pidgin_blist_theme_set_property' is a callback function, if 'psec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/pidgin/gtkcellrendererexpander.c:152:24: style: Parameter 'psec' can be declared as pointer to const. However it seems that 'pidgin_cell_renderer_expander_get_property' is a callback function, if 'psec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/pidgin/gtkcellrendererexpander.c:171:26: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'pidgin_cell_renderer_expander_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/pidgin/gtkcellrendererexpander.c:191:70: style: Parameter 'cell' can be declared as pointer to const. However it seems that 'pidgin_cell_renderer_expander_get_size' is a callback function, if 'cell' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/pidgin/gtkcellrendererexpander.c:193:25: style: Parameter 'cell_area' can be declared as pointer to const. However it seems that 'pidgin_cell_renderer_expander_get_size' is a callback function, if 'cell_area' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/pidgin/gtkmenutray.c:47:34: style: Parameter 'item' can be declared as pointer to const. However it seems that 'pidgin_menu_tray_select' is a callback function, if 'item' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/pidgin/gtkmenutray.c:55:36: style: Parameter 'item' can be declared as pointer to const. However it seems that 'pidgin_menu_tray_deselect' is a callback function, if 'item' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/pidgin/gtkmenutray.c:70:21: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'pidgin_menu_tray_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/pidgin/gtkscrollbook.c:68:63: style: Parameter 'event' can be declared as pointer to const. However it seems that 'scroll_left_cb' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/pidgin/gtkscrollbook.c:83:64: style: Parameter 'event' can be declared as pointer to const. However it seems that 'scroll_right_cb' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/pidgin/gtkscrollbook.c:142:64: style: Parameter 'event' can be declared as pointer to const. However it seems that 'scroll_close_cb' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/pidgin/plugins/contact_priority.c:213:27: style: Parameter 'plugin' can be declared as pointer to const. However it seems that 'init_plugin' is a callback function, if 'plugin' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/pidgin/plugins/extplacement.c:170:27: style: Parameter 'plugin' can be declared as pointer to const. However it seems that 'init_plugin' is a callback function, if 'plugin' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/pidgin/plugins/gestures/gestures.c:176:16: style: Parameter 'data' can be declared as pointer to const. However it seems that 'visual_pref_cb' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/pidgin/plugins/cap/cap.c:927:39: style: Parameter 'plugin' can be declared as pointer to const. However it seems that 'init_plugin' is a callback function, if 'plugin' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/pidgin/plugins/disco/xmppdisco.c:98:66: style: Parameter 'user_data' can be declared as pointer to const. However it seems that 'remove_iq_callbacks_by_pc' is a callback function, if 'user_data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/pidgin/plugins/disco/xmppdisco.c:588:35: style: Parameter 'action' can be declared as pointer to const. However it seems that 'create_dialog' is a callback function, if 'action' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/pidgin/plugins/disco/xmppdisco.c:681:27: style: Parameter 'plugin' can be declared as pointer to const. However it seems that 'init_plugin' is a callback function, if 'plugin' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/pidgin/plugins/gtk-signals-test.c:39:36: style: Parameter 'account' can be declared as pointer to const. However it seems that 'account_modified_cb' is a callback function, if 'account' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/pidgin/plugins/gtk-signals-test.c:39:51: style: Parameter 'data' can be declared as pointer to const. However it seems that 'account_modified_cb' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/pidgin/plugins/gtk-signals-test.c:47:35: style: Parameter 'blist' can be declared as pointer to const. However it seems that 'blist_created_cb' is a callback function, if 'blist' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/pidgin/plugins/gtk-signals-test.c:47:48: style: Parameter 'data' can be declared as pointer to const. However it seems that 'blist_created_cb' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/pidgin/plugins/gtk-signals-test.c:52:43: style: Parameter 'node' can be declared as pointer to const. However it seems that 'blist_drawing_tooltip_cb' is a callback function, if 'node' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/pidgin/plugins/gtk-signals-test.c:52:58: style: Parameter 'str' can be declared as pointer to const. However it seems that 'blist_drawing_tooltip_cb' is a callback function, if 'str' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/pidgin/plugins/gtk-signals-test.c:52:84: style: Parameter 'data' can be declared as pointer to const. However it seems that 'blist_drawing_tooltip_cb' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/pidgin/plugins/gtk-signals-test.c:60:40: style: Parameter 'source' can be declared as pointer to const. However it seems that 'conversation_dragging_cb' is a callback function, if 'source' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/pidgin/plugins/gtk-signals-test.c:60:62: style: Parameter 'destination' can be declared as pointer to const. However it seems that 'conversation_dragging_cb' is a callback function, if 'destination' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/pidgin/plugins/gtk-signals-test.c:145:29: style: Parameter 'plugin' can be declared as pointer to const. However it seems that 'plugin_unload' is a callback function, if 'plugin' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/pidgin/plugins/gtk-signals-test.c:187:27: style: Parameter 'plugin' can be declared as pointer to const. However it seems that 'init_plugin' is a callback function, if 'plugin' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/pidgin/plugins/gevolution/gevolution.c:385:30: style: Parameter 'plugin' can be declared as pointer to const. However it seems that 'plugin_destroy' is a callback function, if 'plugin' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/pidgin/plugins/gtkbuddynote.c:135:27: style: Parameter 'plugin' can be declared as pointer to const. However it seems that 'init_plugin' is a callback function, if 'plugin' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/pidgin/plugins/iconaway.c:108:27: style: Parameter 'plugin' can be declared as pointer to const. However it seems that 'init_plugin' is a callback function, if 'plugin' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/pidgin/plugins/history.c:228:27: style: Parameter 'plugin' can be declared as pointer to const. However it seems that 'init_plugin' is a callback function, if 'plugin' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/pidgin/plugins/mailchk.c:177:27: style: Parameter 'plugin' can be declared as pointer to const. However it seems that 'init_plugin' is a callback function, if 'plugin' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/pidgin/plugins/markerline.c:45:80: style: Parameter 'gtkconv' can be declared as pointer to const. However it seems that 'imhtml_expose_cb' is a callback function, if 'gtkconv' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/pidgin/plugins/markerline.c:259:29: style: Parameter 'plugin' can be declared as pointer to const. However it seems that 'plugin_unload' is a callback function, if 'plugin' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/pidgin/plugins/markerline.c:335:27: style: Parameter 'plugin' can be declared as pointer to const. However it seems that 'init_plugin' is a callback function, if 'plugin' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/pidgin/plugins/pidgininc.c:16:27: style: Parameter 'gc' can be declared as pointer to const. However it seems that 'echo_hi' is a callback function, if 'gc' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/pidgin/plugins/pidgininc.c:120:27: style: Parameter 'plugin' can be declared as pointer to const. However it seems that 'init_plugin' is a callback function, if 'plugin' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/pidgin/plugins/raw.c:100:31: style: Parameter 'dropdown' can be declared as pointer to const. However it seems that 'account_changed_cb' is a callback function, if 'dropdown' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/pidgin/plugins/raw.c:101:14: style: Parameter 'user_data' can be declared as pointer to const. However it seems that 'account_changed_cb' is a callback function, if 'user_data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/pidgin/plugins/musicmessaging/musicmessaging.c:708:27: style: Parameter 'plugin' can be declared as pointer to const. However it seems that 'init_plugin' is a callback function, if 'plugin' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/pidgin/plugins/notify.c:600:44: style: Parameter 'data' can be declared as pointer to const. However it seems that 'type_toggle_cb' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/pidgin/plugins/notify.c:634:46: style: Parameter 'data' can be declared as pointer to const. However it seems that 'notify_toggle_cb' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/pidgin/plugins/notify.c:996:27: style: Parameter 'plugin' can be declared as pointer to const. However it seems that 'init_plugin' is a callback function, if 'plugin' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/pidgin/plugins/relnot.c:167:32: style: Parameter 'gc' can be declared as pointer to const. However it seems that 'signed_on_cb' is a callback function, if 'gc' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/pidgin/plugins/relnot.c:167:42: style: Parameter 'data' can be declared as pointer to const. However it seems that 'signed_on_cb' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/pidgin/plugins/relnot.c:226:27: style: Parameter 'plugin' can be declared as pointer to const. However it seems that 'init_plugin' is a callback function, if 'plugin' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/pidgin/plugins/sendbutton.c:200:27: style: Parameter 'plugin' can be declared as pointer to const. However it seems that 'init_plugin' is a callback function, if 'plugin' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/pidgin/plugins/ticker/ticker.c:395:27: style: Parameter 'plugin' can be declared as pointer to const. However it seems that 'init_plugin' is a callback function, if 'plugin' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/pidgin/plugins/timestamp.c:234:27: style: Parameter 'plugin' can be declared as pointer to const. However it seems that 'init_plugin' is a callback function, if 'plugin' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/pidgin/plugins/unity.c:626:27: style: Parameter 'plugin' can be declared as pointer to const. However it seems that 'init_plugin' is a callback function, if 'plugin' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/pidgin/plugins/transparency.c:94:64: style: Parameter 'e' can be declared as pointer to const. However it seems that 'focus_conv_win_cb' is a callback function, if 'e' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/pidgin/plugins/transparency.c:113:65: style: Parameter 'e' can be declared as pointer to const. However it seems that 'focus_blist_win_cb' is a callback function, if 'e' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/libpurple/protocols/zephyr/zephyr.c:2069:46: style: Parameter 'gc' can be declared as pointer to const. However it seems that 'zephyr_send_im' is a callback function, if 'gc' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/libpurple/protocols/zephyr/zephyr.c:2252:43: style: Parameter 'gc' can be declared as pointer to const. However it seems that 'zephyr_zloc' is a callback function, if 'gc' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/libpurple/protocols/zephyr/zephyr.c:2476:50: style: Parameter 'gc' can be declared as pointer to const. However it seems that 'zephyr_chat_leave' is a callback function, if 'gc' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/libpurple/protocols/zephyr/zephyr.c:2488:58: style: Parameter 'account' can be declared as pointer to const. However it seems that 'zephyr_find_blist_chat' is a callback function, if 'account' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/libpurple/protocols/zephyr/zephyr.c:2522:53: style: Parameter 'a' can be declared as pointer to const. However it seems that 'zephyr_list_icon' is a callback function, if 'a' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/libpurple/protocols/zephyr/zephyr.c:2522:70: style: Parameter 'b' can be declared as pointer to const. However it seems that 'zephyr_list_icon' is a callback function, if 'b' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/libpurple/protocols/zephyr/zephyr.c:2527:58: style: Parameter 'gc' can be declared as pointer to const. However it seems that 'zephyr_send_typing' is a callback function, if 'gc' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/pidgin/plugins/spellchk.c:2365:27: style: Parameter 'plugin' can be declared as pointer to const. However it seems that 'init_plugin' is a callback function, if 'plugin' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-2.14.14/pidgin/win32/gtkwin32dep.c:190:38: style: Parameter 'data' can be declared as pointer to const. However it seems that 'winpidgin_netconfig_changed_cb' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/pidgin-audacious/pidgin-audacious_2.0.0.orig.tar.gz pidgin-audacious-2.0.0/pidgin-audacious.c:500:27: style: Parameter 'plugin' can be declared as pointer to const. However it seems that 'init_plugin' is a callback function, if 'plugin' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/pidgin-blinklight/pidgin-blinklight_0.11.1.orig.tar.gz pidgin-blinklight-0.11.1/src/pidgin-blinklight.c:124:25: style: Parameter 'plugin' can be declared as pointer to const. However it seems that 'gt_unload' is a callback function, if 'plugin' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/pidgin-festival/pidgin-festival_2.4.orig.tar.gz pidgin-festival-2.4/src/festival.c:338:42: style: Parameter 'who' can be declared as pointer to const. However it seems that 'im_recv_im' is a callback function, if 'who' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-festival-2.4/src/festival.c:402:42: style: Parameter 'conv' can be declared as pointer to const. However it seems that 'chat_buddy_joined_cb' is a callback function, if 'conv' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-festival-2.4/src/festival.c:490:57: style: Parameter 'voice' can be declared as pointer to const. However it seems that 'on_radio_clicked' is a callback function, if 'voice' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/pidgin-hotkeys/pidgin-hotkeys_0.2.4.orig.tar.gz pidgin-hotkeys-0.2.4/src/hotkeys.c:315:40: style: Parameter 'event' can be declared as pointer to const. However it seems that 'on_entry_key_press_event' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/pidgin-latex/pidgin-latex_1.5.0.orig.tar.gz pidgin-latex/LaTeX.c:859:27: style: Parameter 'plugin' can be declared as pointer to const. However it seems that 'init_plugin' is a callback function, if 'plugin' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/pidgin-librvp/pidgin-librvp_0.9.7cvs.orig.tar.gz librvp-0.9.7cvs/rvp.c:604:62: style: Parameter 'buddy' can be declared as pointer to const. However it seems that 'rvp_clear_sessid' is a callback function, if 'buddy' is declared with const you might also need to cast function pointer(s). [constParameterCallback] librvp-0.9.7cvs/rvp.c:604:78: style: Parameter 'sessid' can be declared as pointer to const. However it seems that 'rvp_clear_sessid' is a callback function, if 'sessid' is declared with const you might also need to cast function pointer(s). [constParameterCallback] librvp-0.9.7cvs/rvp.c:3193:48: style: Parameter 'a' can be declared as pointer to const. However it seems that 'rvp_list_icon' is a callback function, if 'a' is declared with const you might also need to cast function pointer(s). [constParameterCallback] librvp-0.9.7cvs/rvp.c:3193:62: style: Parameter 'b' can be declared as pointer to const. However it seems that 'rvp_list_icon' is a callback function, if 'b' is declared with const you might also need to cast function pointer(s). [constParameterCallback] librvp-0.9.7cvs/rvp.c:4765:55: style: Parameter 'gc' can be declared as pointer to const. However it seems that 'rvp_can_receive_file' is a callback function, if 'gc' is declared with const you might also need to cast function pointer(s). [constParameterCallback] librvp-0.9.7cvs/rvp.c:6899:51: style: Parameter 'action' can be declared as pointer to const. However it seems that 'rvp_import_buddies' is a callback function, if 'action' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/pidgin-mpris/pidgin-mpris_0.2.3.orig.tar.gz pidgin-mpris-0.2.3/src/pidgin-mpris.c:436:27: style: Parameter 'plugin' can be declared as pointer to const. However it seems that 'init_plugin' is a callback function, if 'plugin' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/pidgin-otr/pidgin-otr_4.0.2.orig.tar.gz pidgin-otr-4.0.2/tooltipmenu.c:91:21: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'tooltip_menu_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-otr-4.0.2/otr-plugin.c:314:42: style: Parameter 'opdata' can be declared as pointer to const. However it seems that 'update_context_list_cb' is a callback function, if 'opdata' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-otr-4.0.2/otr-plugin.c:327:41: style: Parameter 'opdata' can be declared as pointer to const. However it seems that 'write_fingerprints_cb' is a callback function, if 'opdata' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-otr-4.0.2/otr-plugin.c:360:47: style: Parameter 'opdata' can be declared as pointer to const. However it seems that 'otr_error_message_cb' is a callback function, if 'opdata' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-otr-4.0.2/otr-plugin.c:360:68: style: Parameter 'context' can be declared as pointer to const. However it seems that 'otr_error_message_cb' is a callback function, if 'context' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-otr-4.0.2/otr-plugin.c:393:47: style: Parameter 'opdata' can be declared as pointer to const. However it seems that 'resent_msg_prefix_cb' is a callback function, if 'opdata' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-otr-4.0.2/otr-plugin.c:393:68: style: Parameter 'context' can be declared as pointer to const. However it seems that 'resent_msg_prefix_cb' is a callback function, if 'context' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-otr-4.0.2/otr-plugin.c:654:36: style: Parameter 'opdata' can be declared as pointer to const. However it seems that 'timer_control_cb' is a callback function, if 'opdata' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-otr-4.0.2/otr-plugin.c:970:57: style: Parameter 'conn' can be declared as pointer to const. However it seems that 'process_connection_change' is a callback function, if 'conn' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-otr-4.0.2/otr-plugin.c:970:69: style: Parameter 'data' can be declared as pointer to const. However it seems that 'process_connection_change' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-otr-4.0.2/gtk-ui.c:137:58: style: Parameter 'account' can be declared as pointer to const. However it seems that 'account_menu_added_removed_cb' is a callback function, if 'account' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-otr-4.0.2/gtk-ui.c:137:73: style: Parameter 'data' can be declared as pointer to const. However it seems that 'account_menu_added_removed_cb' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-otr-4.0.2/gtk-ui.c:327:41: style: Parameter 'widget' can be declared as pointer to const. However it seems that 'clist_unselected' is a callback function, if 'widget' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-otr-4.0.2/gtk-ui.c:328:18: style: Parameter 'event' can be declared as pointer to const. However it seems that 'clist_unselected' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pidgin-otr-4.0.2/gtk-ui.c:328:34: style: Parameter 'data' can be declared as pointer to const. However it seems that 'clist_unselected' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/pidgin-sipe/pidgin-sipe_1.25.0.orig.tar.xz siplcs-1.25.0-525241a/src/core/sip-sec-basic.c:82:46: style: Parameter 'signature' can be declared as pointer to const. However it seems that 'sip_sec_make_signature__basic' is a callback function, if 'signature' is declared with const you might also need to cast function pointer(s). [constParameterCallback] siplcs-1.25.0-525241a/src/core/sip-sec-negotiate.c:172:43: style: Parameter 'signature' can be declared as pointer to const. However it seems that 'sip_sec_make_signature__negotiate' is a callback function, if 'signature' is declared with const you might also need to cast function pointer(s). [constParameterCallback] siplcs-1.25.0-525241a/src/core/sdpmsg.c:697:48: style: Parameter 'c1' can be declared as pointer to const. However it seems that 'remote_candidates_sort_cb' is a callback function, if 'c1' is declared with const you might also need to cast function pointer(s). [constParameterCallback] siplcs-1.25.0-525241a/src/core/sdpmsg.c:697:73: style: Parameter 'c2' can be declared as pointer to const. However it seems that 'remote_candidates_sort_cb' is a callback function, if 'c2' is declared with const you might also need to cast function pointer(s). [constParameterCallback] siplcs-1.25.0-525241a/src/core/sipe-certificate.c:195:16: style: Parameter 'soap_body' can be declared as pointer to const. However it seems that 'get_and_publish_cert' is a callback function, if 'soap_body' is declared with const you might also need to cast function pointer(s). [constParameterCallback] siplcs-1.25.0-525241a/src/core/sipe-buddy.c:1094:20: style: Parameter 'soap_body' can be declared as pointer to const. However it seems that 'search_ab_entry_response' is a callback function, if 'soap_body' is declared with const you might also need to cast function pointer(s). [constParameterCallback] siplcs-1.25.0-525241a/src/core/sipe-buddy.c:1508:22: style: Parameter 'soap_body' can be declared as pointer to const. However it seems that 'get_info_ab_entry_response' is a callback function, if 'soap_body' is declared with const you might also need to cast function pointer(s). [constParameterCallback] siplcs-1.25.0-525241a/src/core/sipe-buddy.c:1798:15: style: Parameter 'headers' can be declared as pointer to const. However it seems that 'process_buddy_photo_response' is a callback function, if 'headers' is declared with const you might also need to cast function pointer(s). [constParameterCallback] siplcs-1.25.0-525241a/src/core/sipe-buddy.c:2040:16: style: Parameter 'soap_body' can be declared as pointer to const. However it seems that 'get_photo_ab_entry_response' is a callback function, if 'soap_body' is declared with const you might also need to cast function pointer(s). [constParameterCallback] siplcs-1.25.0-525241a/src/core/sipe-buddy.c:2139:46: style: Parameter 'uri' can be declared as pointer to const. However it seems that 'buddy_refresh_photos_cb' is a callback function, if 'uri' is declared with const you might also need to cast function pointer(s). [constParameterCallback] siplcs-1.25.0-525241a/src/core/sipe-chat.c:409:24: style: Parameter 'msg' can be declared as pointer to const. However it seems that 'process_info_response' is a callback function, if 'msg' is declared with const you might also need to cast function pointer(s). [constParameterCallback] siplcs-1.25.0-525241a/src/core/sipe-conf.c:144:25: style: Parameter 'msg' can be declared as pointer to const. However it seems that 'process_conf_get_capabilities' is a callback function, if 'msg' is declared with const you might also need to cast function pointer(s). [constParameterCallback] siplcs-1.25.0-525241a/src/core/sipe-conf.c:834:21: style: Parameter 'msg' can be declared as pointer to const. However it seems that 'process_conf_add_response' is a callback function, if 'msg' is declared with const you might also need to cast function pointer(s). [constParameterCallback] siplcs-1.25.0-525241a/src/core/sipe-ews-autodiscover.c:188:17: style: Parameter 'headers' can be declared as pointer to const. However it seems that 'sipe_ews_autodiscover_response' is a callback function, if 'headers' is declared with const you might also need to cast function pointer(s). [constParameterCallback] siplcs-1.25.0-525241a/src/core/sipe-ews-autodiscover.c:264:19: style: Parameter 'headers' can be declared as pointer to const. However it seems that 'sipe_ews_autodiscover_redirect_response' is a callback function, if 'headers' is declared with const you might also need to cast function pointer(s). [constParameterCallback] siplcs-1.25.0-525241a/src/core/sipe-domino.c:174:17: style: Parameter 'headers' can be declared as pointer to const. However it seems that 'sipe_domino_process_calendar_response' is a callback function, if 'headers' is declared with const you might also need to cast function pointer(s). [constParameterCallback] siplcs-1.25.0-525241a/src/core/sipe-domino.c:362:21: style: Parameter 'headers' can be declared as pointer to const. However it seems that 'sipe_domino_process_login_response' is a callback function, if 'headers' is declared with const you might also need to cast function pointer(s). [constParameterCallback] siplcs-1.25.0-525241a/src/core/sipe-ft-lync.c:263:15: style: Parameter 'buffer' can be declared as pointer to const. However it seems that 'xdata_got_header_cb' is a callback function, if 'buffer' is declared with const you might also need to cast function pointer(s). [constParameterCallback] siplcs-1.25.0-525241a/src/core/sipe-group.c:62:22: style: Parameter 'msg' can be declared as pointer to const. However it seems that 'process_add_group_response' is a callback function, if 'msg' is declared with const you might also need to cast function pointer(s). [constParameterCallback] siplcs-1.25.0-525241a/src/core/sipe-groupchat.c:369:25: style: Parameter 'msg' can be declared as pointer to const. However it seems that 'groupchat_expired_session_response' is a callback function, if 'msg' is declared with const you might also need to cast function pointer(s). [constParameterCallback] siplcs-1.25.0-525241a/src/core/sipe-lync-autodiscover.c:301:19: style: Parameter 'headers' can be declared as pointer to const. However it seems that 'sipe_lync_autodiscover_cb' is a callback function, if 'headers' is declared with const you might also need to cast function pointer(s). [constParameterCallback] siplcs-1.25.0-525241a/src/core/sipe-media.c:174:39: style: Parameter 'call_private1' can be declared as pointer to const. However it seems that 'call_private_equals' is a callback function, if 'call_private1' is declared with const you might also need to cast function pointer(s). [constParameterCallback] siplcs-1.25.0-525241a/src/core/sipe-media.c:175:39: style: Parameter 'call_private2' can be declared as pointer to const. However it seems that 'call_private_equals' is a callback function, if 'call_private2' is declared with const you might also need to cast function pointer(s). [constParameterCallback] siplcs-1.25.0-525241a/src/core/sipe-media.c:218:40: style: Parameter 'c1' can be declared as pointer to const. However it seems that 'candidate_sort_cb' is a callback function, if 'c1' is declared with const you might also need to cast function pointer(s). [constParameterCallback] siplcs-1.25.0-525241a/src/core/sipe-media.c:218:65: style: Parameter 'c2' can be declared as pointer to const. However it seems that 'candidate_sort_cb' is a callback function, if 'c2' is declared with const you might also need to cast function pointer(s). [constParameterCallback] siplcs-1.25.0-525241a/src/core/sipe-media.c:1233:31: style: Parameter 'call' can be declared as pointer to const. However it seems that 'find_call_cb' is a callback function, if 'call' is declared with const you might also need to cast function pointer(s). [constParameterCallback] siplcs-1.25.0-525241a/src/core/sipe-media.c:1524:53: style: Parameter 'stream' can be declared as pointer to const. However it seems that 'conference_audio_muted_cb' is a callback function, if 'stream' is declared with const you might also need to cast function pointer(s). [constParameterCallback] siplcs-1.25.0-525241a/src/core/sipe-media.c:2253:22: style: Parameter 'msg' can be declared as pointer to const. However it seems that 'process_get_av_edge_credentials_response' is a callback function, if 'msg' is declared with const you might also need to cast function pointer(s). [constParameterCallback] siplcs-1.25.0-525241a/src/core/sipe-subscriptions.c:609:21: style: Parameter 'uri' can be declared as pointer to const. However it seems that 'sipe_subscribe_presence_single_cb' is a callback function, if 'uri' is declared with const you might also need to cast function pointer(s). [constParameterCallback] siplcs-1.25.0-525241a/src/core/sipe-user.c:102:26: style: Parameter 'msg' can be declared as pointer to const. However it seems that 'process_info_typing_response' is a callback function, if 'msg' is declared with const you might also need to cast function pointer(s). [constParameterCallback] siplcs-1.25.0-525241a/src/core/sipe-xml.c:262:51: style: Parameter 'key' can be declared as pointer to const. However it seems that 'sipe_xml_stringify_attribute' is a callback function, if 'key' is declared with const you might also need to cast function pointer(s). [constParameterCallback] siplcs-1.25.0-525241a/src/core/sipe-xml.c:262:65: style: Parameter 'value' can be declared as pointer to const. However it seems that 'sipe_xml_stringify_attribute' is a callback function, if 'value' is declared with const you might also need to cast function pointer(s). [constParameterCallback] siplcs-1.25.0-525241a/src/core/sipe-webticket.c:650:19: style: Parameter 'realminfo' can be declared as pointer to const. However it seems that 'realminfo' is a callback function, if 'realminfo' is declared with const you might also need to cast function pointer(s). [constParameterCallback] siplcs-1.25.0-525241a/src/core/sipe-webticket.c:724:21: style: Parameter 'metadata' can be declared as pointer to const. However it seems that 'webticket_metadata' is a callback function, if 'metadata' is declared with const you might also need to cast function pointer(s). [constParameterCallback] siplcs-1.25.0-525241a/src/core/sipe-webticket.c:802:19: style: Parameter 'metadata' can be declared as pointer to const. However it seems that 'service_metadata' is a callback function, if 'metadata' is declared with const you might also need to cast function pointer(s). [constParameterCallback] siplcs-1.25.0-525241a/src/core/sipe-ocs2007.c:226:36: style: Parameter 'publication' can be declared as pointer to const. However it seems that 'sipe_remove_category_container_publications_cb' is a callback function, if 'publication' is declared with const you might also need to cast function pointer(s). [constParameterCallback] siplcs-1.25.0-525241a/src/core/sipe-ocs2007.c:1548:29: style: Parameter 'trans' can be declared as pointer to const. However it seems that 'process_send_presence_category_publish_response' is a callback function, if 'trans' is declared with const you might also need to cast function pointer(s). [constParameterCallback] siplcs-1.25.0-525241a/src/miranda/miranda-plugin.c:955:37: style: Parameter 'pr' can be declared as pointer to const. However it seems that 'GetCaps' is a callback function, if 'pr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] siplcs-1.25.0-525241a/src/miranda/miranda-plugin.c:994:33: style: Parameter 'pr' can be declared as pointer to const. However it seems that 'GetIcon' is a callback function, if 'pr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] siplcs-1.25.0-525241a/src/miranda/miranda-plugin.c:1031:43: style: Parameter 'pr' can be declared as pointer to const. However it seems that 'AddToListByEvent' is a callback function, if 'pr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] siplcs-1.25.0-525241a/src/miranda/miranda-plugin.c:1102:38: style: Parameter 'pr' can be declared as pointer to const. However it seems that 'SearchBasic' is a callback function, if 'pr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] siplcs-1.25.0-525241a/src/telepathy/telepathy-protocol.c:81:15: style: Parameter 'value' can be declared as pointer to const. However it seems that 'parameter_filter_account' is a callback function, if 'value' is declared with const you might also need to cast function pointer(s). [constParameterCallback] siplcs-1.25.0-525241a/src/telepathy/telepathy-protocol.c:210:67: style: Parameter 'base' can be declared as pointer to const. However it seems that 'get_interfaces' is a callback function, if 'base' is declared with const you might also need to cast function pointer(s). [constParameterCallback] siplcs-1.25.0-525241a/src/telepathy/telepathy-connection.c:344:41: style: Parameter 'base' can be declared as pointer to const. However it seems that 'shut_down' is a callback function, if 'base' is declared with const you might also need to cast function pointer(s). [constParameterCallback] siplcs-1.25.0-525241a/src/telepathy/telepathy-connection.c:416:18: style: Parameter 'getter_data' can be declared as pointer to const. However it seems that 'contact_info_properties_getter' is a callback function, if 'getter_data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] siplcs-1.25.0-525241a/src/telepathy/telepathy-status.c:75:65: style: Parameter 'object' can be declared as pointer to const. However it seems that 'status_available' is a callback function, if 'object' is declared with const you might also need to cast function pointer(s). [constParameterCallback] siplcs-1.25.0-525241a/src/telepathy/telepathy-search.c:278:35: style: Parameter 'object' can be declared as pointer to const. However it seems that 'get_property' is a callback function, if 'object' is declared with const you might also need to cast function pointer(s). [constParameterCallback] siplcs-1.25.0-525241a/src/telepathy/telepathy-search.c:281:17: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] siplcs-1.25.0-525241a/src/telepathy/telepathy-search.c:317:53: style: Parameter 'base' can be declared as pointer to const. However it seems that 'get_object_path_suffix' is a callback function, if 'base' is declared with const you might also need to cast function pointer(s). [constParameterCallback] siplcs-1.25.0-525241a/src/telepathy/telepathy-tls.c:317:18: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'channel_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] siplcs-1.25.0-525241a/src/telepathy/telepathy-tls.c:350:61: style: Parameter 'base' can be declared as pointer to const. However it seems that 'channel_get_object_path_suffix' is a callback function, if 'base' is declared with const you might also need to cast function pointer(s). [constParameterCallback] siplcs-1.25.0-525241a/src/telepathy/telepathy-tls.c:531:22: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'certificate_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/pike8.0/pike8.0_8.0.1956.orig.tar.gz Pike-v8.0.1956/src/modules/Image/encodings/tga.c:207:45: style: Parameter 'buf' can be declared as pointer to const. However it seems that 'std_fwrite' is a callback function, if 'buf' is declared with const you might also need to cast function pointer(s). [constParameterCallback] Pike-v8.0.1956/src/modules/_WhiteFish/blob.c:498:29: style: Parameter 'a' can be declared as pointer to const. However it seems that 'cmp_hit' is a callback function, if 'a' is declared with const you might also need to cast function pointer(s). [constParameterCallback] Pike-v8.0.1956/src/modules/_WhiteFish/blob.c:498:47: style: Parameter 'b' can be declared as pointer to const. However it seems that 'cmp_hit' is a callback function, if 'b' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/pillow/pillow_11.3.0.orig.tar.xz pillow-11.3.0/src/_avif.c:584:36: style: Parameter 'self' can be declared as pointer to const. However it seems that '_encoder_finish' is a callback function, if 'self' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pillow-11.3.0/src/_avif.c:742:39: style: Parameter 'self' can be declared as pointer to const. However it seems that '_decoder_get_frame' is a callback function, if 'self' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pillow-11.3.0/src/thirdparty/fribidi-shim/fribidi.c:30:25: style: Parameter 'btypes' can be declared as pointer to const. However it seems that 'fribidi_get_bracket_types_compat' is a callback function, if 'btypes' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/pillow-sane/pillow-sane_2.9.2.orig.tar.gz Sane-2.9.2/_sane.c:72:46: style: Parameter 'args' can be declared as pointer to const. However it seems that 'SaneDev_close' is a callback function, if 'args' is declared with const you might also need to cast function pointer(s). [constParameterCallback] Sane-2.9.2/_sane.c:85:55: style: Parameter 'args' can be declared as pointer to const. However it seems that 'SaneDev_get_parameters' is a callback function, if 'args' is declared with const you might also need to cast function pointer(s). [constParameterCallback] Sane-2.9.2/_sane.c:117:47: style: Parameter 'args' can be declared as pointer to const. However it seems that 'SaneDev_fileno' is a callback function, if 'args' is declared with const you might also need to cast function pointer(s). [constParameterCallback] Sane-2.9.2/_sane.c:132:46: style: Parameter 'args' can be declared as pointer to const. However it seems that 'SaneDev_start' is a callback function, if 'args' is declared with const you might also need to cast function pointer(s). [constParameterCallback] Sane-2.9.2/_sane.c:151:47: style: Parameter 'args' can be declared as pointer to const. However it seems that 'SaneDev_cancel' is a callback function, if 'args' is declared with const you might also need to cast function pointer(s). [constParameterCallback] Sane-2.9.2/_sane.c:166:52: style: Parameter 'args' can be declared as pointer to const. However it seems that 'SaneDev_get_options' is a callback function, if 'args' is declared with const you might also need to cast function pointer(s). [constParameterCallback] Sane-2.9.2/_sane.c:652:39: style: Parameter 'args' can be declared as pointer to const. However it seems that 'PySane_init' is a callback function, if 'args' is declared with const you might also need to cast function pointer(s). [constParameterCallback] Sane-2.9.2/_sane.c:670:39: style: Parameter 'args' can be declared as pointer to const. However it seems that 'PySane_exit' is a callback function, if 'args' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/pinentry/pinentry_1.3.2.orig.tar.bz2 pinentry-1.3.2/gtk+-2/pinentry-gtk-2.c:94:49: style: Parameter 'req' can be declared as pointer to const. However it seems that 'constrain_size' is a callback function, if 'req' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/pinentry-x2go/pinentry-x2go_0.7.5.10.orig.tar.gz pinentry-x2go-0.7.5.10/assuan/assuan-handler.c:40:44: style: Parameter 'line' can be declared as pointer to const. However it seems that 'std_handler_nop' is a callback function, if 'line' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pinentry-x2go-0.7.5.10/pinentry/pinentry.c:664:40: style: Parameter 'line' can be declared as pointer to const. However it seems that 'cmd_setdesc' is a callback function, if 'line' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pinentry-x2go-0.7.5.10/pinentry/pinentry.c:681:42: style: Parameter 'line' can be declared as pointer to const. However it seems that 'cmd_setprompt' is a callback function, if 'line' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pinentry-x2go-0.7.5.10/pinentry/pinentry.c:698:41: style: Parameter 'line' can be declared as pointer to const. However it seems that 'cmd_seterror' is a callback function, if 'line' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pinentry-x2go-0.7.5.10/pinentry/pinentry.c:715:38: style: Parameter 'line' can be declared as pointer to const. However it seems that 'cmd_setok' is a callback function, if 'line' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pinentry-x2go-0.7.5.10/pinentry/pinentry.c:732:42: style: Parameter 'line' can be declared as pointer to const. However it seems that 'cmd_setcancel' is a callback function, if 'line' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pinentry-x2go-0.7.5.10/pinentry/pinentry.c:750:46: style: Parameter 'line' can be declared as pointer to const. However it seems that 'cmd_setqualitybar' is a callback function, if 'line' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pinentry-x2go-0.7.5.10/pinentry/pinentry.c:770:49: style: Parameter 'line' can be declared as pointer to const. However it seems that 'cmd_setqualitybar_tt' is a callback function, if 'line' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pinentry-x2go-0.7.5.10/pinentry/pinentry.c:906:42: style: Parameter 'line' can be declared as pointer to const. However it seems that 'cmd_getinfo' is a callback function, if 'line' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/pinot/pinot_1.22.orig.tar.gz pinot-1.22/Collect/CurlDownloader.cpp:62:35: style: Parameter 'pData' can be declared as pointer to const. However it seems that 'writeCallback' is a callback function, if 'pData' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pinot-1.22/Core/PinotDBus_stub.cpp:357:24: style: Parameter 'property' can be declared as reference to const. However it seems that 'on_interface_get_property' is a callback function, if 'property' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pinot-1.22/Core/SearchProvider_stub.cpp:256:24: style: Parameter 'property' can be declared as reference to const. However it seems that 'on_interface_get_property' is a callback function, if 'property' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pinot-1.22/SQL/SQLiteBase.cpp:38:30: style: Parameter 'pData' can be declared as pointer to const. However it seems that 'busyHandler' is a callback function, if 'pData' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/pinpoint/pinpoint_0.1.8.orig.tar.gz pinpoint-0.1.8/pp-clutter.c:288:47: style: Parameter 'event' can be declared as pointer to const. However it seems that 'pp_monitor_window_state' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pinpoint-0.1.8/pp-clutter.c:316:28: style: Parameter 'data' can be declared as pointer to const. However it seems that '_destroy_surface' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pinpoint-0.1.8/pp-clutter.c:2343:34: style: Parameter 'monitor' can be declared as pointer to const. However it seems that 'file_changed' is a callback function, if 'monitor' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pinpoint-0.1.8/pp-clutter.c:2344:34: style: Parameter 'file' can be declared as pointer to const. However it seems that 'file_changed' is a callback function, if 'file' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pinpoint-0.1.8/pp-clutter.c:2345:34: style: Parameter 'other_file' can be declared as pointer to const. However it seems that 'file_changed' is a callback function, if 'other_file' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pinpoint-0.1.8/pp-clutter.c:2347:34: style: Parameter 'renderer' can be declared as pointer to const. However it seems that 'file_changed' is a callback function, if 'renderer' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pinpoint-0.1.8/pp-super-aa.c:28:39: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'pp_super_aa_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pinpoint-0.1.8/pp-super-aa.c:51:41: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'pp_super_aa_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/pioneers/pioneers_15.6.orig.tar.gz pioneers-15.6/client/ai/ai.c:367:62: style: Parameter 'new' can be declared as pointer to const. However it seems that 'chat_robber_moved' is a callback function, if 'new' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pioneers-15.6/client/common/client.c:165:31: style: Parameter 'resources' can be declared as pointer to const. However it seems that 'dummy_gold_remove' is a callback function, if 'resources' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pioneers-15.6/client/common/client.c:197:25: style: Parameter 'they_supply' can be declared as pointer to const. However it seems that 'dummy_quote' is a callback function, if 'they_supply' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pioneers-15.6/client/common/client.c:198:25: style: Parameter 'they_receive' can be declared as pointer to const. However it seems that 'dummy_quote' is a callback function, if 'they_receive' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pioneers-15.6/client/common/client.c:297:50: style: Parameter 'edge' can be declared as pointer to const. However it seems that 'dummy_draw_edge' is a callback function, if 'edge' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pioneers-15.6/client/common/client.c:301:50: style: Parameter 'node' can be declared as pointer to const. However it seems that 'dummy_draw_node' is a callback function, if 'node' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pioneers-15.6/client/common/client.c:320:48: style: Parameter 'hex' can be declared as pointer to const. However it seems that 'dummy_draw_hex' is a callback function, if 'hex' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pioneers-15.6/client/common/client.c:332:52: style: Parameter 'old' can be declared as pointer to const. However it seems that 'dummy_robber_moved' is a callback function, if 'old' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pioneers-15.6/client/common/client.c:333:31: style: Parameter 'new' can be declared as pointer to const. However it seems that 'dummy_robber_moved' is a callback function, if 'new' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pioneers-15.6/client/common/client.c:369:32: style: Parameter 'points' can be declared as pointer to const. However it seems that 'dummy_new_points' is a callback function, if 'points' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pioneers-15.6/client/common/client.c:415:47: style: Parameter 'map' can be declared as pointer to const. However it seems that 'dummy_set_map' is a callback function, if 'map' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pioneers-15.6/client/gtk/admin-gtk.c:175:40: style: Parameter 'list' can be declared as pointer to const. However it seems that 'game_select_cb' is a callback function, if 'list' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pioneers-15.6/client/gtk/admin-gtk.c:175:55: style: Parameter 'user_data' can be declared as pointer to const. However it seems that 'game_select_cb' is a callback function, if 'user_data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pioneers-15.6/client/gtk/admin-gtk.c:190:42: style: Parameter 'start_btn' can be declared as pointer to const. However it seems that 'start_clicked_cb' is a callback function, if 'start_btn' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pioneers-15.6/client/gtk/admin-gtk.c:190:62: style: Parameter 'user_data' can be declared as pointer to const. However it seems that 'start_clicked_cb' is a callback function, if 'user_data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pioneers-15.6/client/gtk/callbacks.c:52:39: style: Parameter 'edge' can be declared as pointer to const. However it seems that 'frontend_draw_edge' is a callback function, if 'edge' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pioneers-15.6/client/gtk/callbacks.c:58:39: style: Parameter 'node' can be declared as pointer to const. However it seems that 'frontend_draw_node' is a callback function, if 'node' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pioneers-15.6/client/gtk/callbacks.c:64:37: style: Parameter 'hex' can be declared as pointer to const. However it seems that 'frontend_draw_hex' is a callback function, if 'hex' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pioneers-15.6/client/gtk/callbacks.c:87:55: style: Parameter 'old' can be declared as pointer to const. However it seems that 'frontend_robber_moved' is a callback function, if 'old' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pioneers-15.6/client/gtk/callbacks.c:88:27: style: Parameter 'new' can be declared as pointer to const. However it seems that 'frontend_robber_moved' is a callback function, if 'new' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pioneers-15.6/client/gtk/connect.c:1072:37: style: Parameter 'event' can be declared as pointer to const. However it seems that 'meta_click_cb' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pioneers-15.6/client/gtk/connect.c:1385:54: style: Parameter 'dlg' can be declared as pointer to const. However it seems that 'connect_dlg_cb' is a callback function, if 'dlg' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pioneers-15.6/client/gtk/connect.c:1387:30: style: Parameter 'userdata' can be declared as pointer to const. However it seems that 'connect_dlg_cb' is a callback function, if 'userdata' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pioneers-15.6/client/gtk/develop.c:79:40: style: Parameter 'event' can be declared as pointer to const. However it seems that 'develop_click_cb' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pioneers-15.6/client/gtk/discard.c:57:61: style: Parameter 'rt' can be declared as pointer to const. However it seems that 'amount_changed_cb' is a callback function, if 'rt' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pioneers-15.6/client/gtk/discard.c:58:33: style: Parameter 'user_data' can be declared as pointer to const. However it seems that 'amount_changed_cb' is a callback function, if 'user_data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pioneers-15.6/client/gtk/discard.c:63:56: style: Parameter 'w' can be declared as pointer to const. However it seems that 'button_destroyed' is a callback function, if 'w' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pioneers-15.6/client/gtk/frontend.c:160:45: style: Parameter 'widget' can be declared as pointer to const. However it seems that 'route_event' is a callback function, if 'widget' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pioneers-15.6/client/gtk/frontend.c:160:70: style: Parameter 'gui' can be declared as pointer to const. However it seems that 'route_event' is a callback function, if 'gui' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pioneers-15.6/client/gtk/gold.c:44:61: style: Parameter 'rt' can be declared as pointer to const. However it seems that 'amount_changed_cb' is a callback function, if 'rt' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pioneers-15.6/client/gtk/gold.c:45:33: style: Parameter 'user_data' can be declared as pointer to const. However it seems that 'amount_changed_cb' is a callback function, if 'user_data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pioneers-15.6/client/gtk/gui.c:119:57: style: Parameter 'action' can be declared as pointer to const. However it seems that 'game_leave_cb' is a callback function, if 'action' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pioneers-15.6/client/gtk/gui.c:120:31: style: Parameter 'parameter' can be declared as pointer to const. However it seems that 'game_leave_cb' is a callback function, if 'parameter' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pioneers-15.6/client/gtk/gui.c:121:29: style: Parameter 'user_data' can be declared as pointer to const. However it seems that 'game_leave_cb' is a callback function, if 'user_data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pioneers-15.6/client/gtk/gui.c:247:68: style: Parameter 'event' can be declared as pointer to const. However it seems that 'button_press_map_cb' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pioneers-15.6/client/gtk/identity.c:313:27: style: Parameter 'event' can be declared as pointer to const. However it seems that 'button_press_identity_cb' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pioneers-15.6/client/gtk/monopoly.c:59:58: style: Parameter 'widget' can be declared as pointer to const. However it seems that 'monopoly_destroyed' is a callback function, if 'widget' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pioneers-15.6/client/gtk/monopoly.c:60:34: style: Parameter 'data' can be declared as pointer to const. However it seems that 'monopoly_destroyed' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pioneers-15.6/client/gtk/plenty.c:32:61: style: Parameter 'rt' can be declared as pointer to const. However it seems that 'amount_changed_cb' is a callback function, if 'rt' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pioneers-15.6/client/gtk/plenty.c:33:33: style: Parameter 'user_data' can be declared as pointer to const. However it seems that 'amount_changed_cb' is a callback function, if 'user_data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pioneers-15.6/client/gtk/quote-view.c:108:44: style: Parameter 'g_class' can be declared as pointer to const. However it seems that 'quote_view_class_init' is a callback function, if 'g_class' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pioneers-15.6/client/gtk/quote-view.c:234:24: style: Parameter 'event' can be declared as pointer to const. However it seems that 'quote_click_cb' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pioneers-15.6/client/gtk/quote.c:265:57: style: Parameter 'quoteview' can be declared as pointer to const. However it seems that 'quote_selected_cb' is a callback function, if 'quoteview' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pioneers-15.6/client/gtk/quote.c:266:33: style: Parameter 'user_data' can be declared as pointer to const. However it seems that 'quote_selected_cb' is a callback function, if 'user_data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pioneers-15.6/client/gtk/resource-table.c:66:48: style: Parameter 'g_class' can be declared as pointer to const. However it seems that 'resource_table_class_init' is a callback function, if 'g_class' is declared with const you might also need to cast function pointer(s). [constParameterCallback] client/gtk/resource-view.gob:181:59: style: Parameter 'allocation' can be declared as pointer to const. However it seems that 'resource_view_allocate' is a callback function, if 'allocation' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pioneers-15.6/client/gtk/trade.c:433:57: style: Parameter 'quoteview' can be declared as pointer to const. However it seems that 'quote_selected_cb' is a callback function, if 'quoteview' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pioneers-15.6/client/gtk/trade.c:434:33: style: Parameter 'user_data' can be declared as pointer to const. However it seems that 'quote_selected_cb' is a callback function, if 'user_data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pioneers-15.6/common/gtk/game-settings.c:68:47: style: Parameter 'g_class' can be declared as pointer to const. However it seems that 'game_settings_class_init' is a callback function, if 'g_class' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pioneers-15.6/common/gtk/guimap.c:156:29: style: Parameter 'event' can be declared as pointer to const. However it seems that 'configure_map_cb' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pioneers-15.6/common/gtk/guimap.c:174:27: style: Parameter 'event' can be declared as pointer to const. However it seems that 'motion_notify_map_cb' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pioneers-15.6/common/gtk/guimap.c:208:64: style: Parameter 'event' can be declared as pointer to const. However it seems that 'zoom_map_cb' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pioneers-15.6/common/state.c:157:33: style: Parameter 'ses' can be declared as pointer to const. However it seems that 'net_event' is a callback function, if 'ses' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pioneers-15.6/editor/gtk/editor.c:385:57: style: Parameter 'button' can be declared as pointer to const. However it seems that 'toolbar_click' is a callback function, if 'button' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pioneers-15.6/editor/gtk/editor.c:647:28: style: Parameter 'event' can be declared as pointer to const. However it seems that 'enter_notify_map_cb' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pioneers-15.6/editor/gtk/editor.c:1722:38: style: Parameter 'gobject' can be declared as pointer to const. However it seems that 'exit_cb' is a callback function, if 'gobject' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pioneers-15.6/editor/gtk/editor.c:1723:30: style: Parameter 'user_data' can be declared as pointer to const. However it seems that 'exit_cb' is a callback function, if 'user_data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pioneers-15.6/server/gtk/main.c:1085:38: style: Parameter 'gobject' can be declared as pointer to const. However it seems that 'quit_cb' is a callback function, if 'gobject' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pioneers-15.6/server/gtk/main.c:1086:30: style: Parameter 'user_data' can be declared as pointer to const. However it seems that 'quit_cb' is a callback function, if 'user_data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/pistache/pistache_0.4.26+ds.orig.tar.xz pistacheio-pistache-ddffda8/src/common/pist_syslog.cc:564:51: style: Parameter 'ch' can be declared as reference to const. However it seems that 'my_is_punct' is a callback function, if 'ch' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/pixelize/pixelize_2.0.0~git20220108.d1f9da9.orig.tar.gz pixelize-2.0.0~git20220108.d1f9da9/src/render.c:43:49: style: Parameter 'data' can be declared as pointer to const. However it seems that 'update_cursor_callback' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/pixman/pixman_0.44.0.orig.tar.gz pixman-0.44.0/demos/scale.c:359:26: style: Parameter 'widget' can be declared as pointer to const. However it seems that 'format_value' is a callback function, if 'widget' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pixman-0.44.0/test/stress-test.c:191:20: style: Parameter 'src' can be declared as pointer to const. However it seems that 'fake_writer' is a callback function, if 'src' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/pixmap/pixmap_2.6pl4.orig.tar.gz pixmap-2.6pl4.orig/CutPaste.c:81:23: style: Parameter 'target' can be declared as pointer to const. However it seems that 'ConvertSelection' is a callback function, if 'target' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pixmap-2.6pl4.orig/CutPaste.c:144:11: style: Parameter 'selection' can be declared as pointer to const. However it seems that 'SelectionDone' is a callback function, if 'selection' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pixmap-2.6pl4.orig/CutPaste.c:144:23: style: Parameter 'target' can be declared as pointer to const. However it seems that 'SelectionDone' is a callback function, if 'target' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pixmap-2.6pl4.orig/CutPaste.c:175:23: style: Parameter 'type' can be declared as pointer to const. However it seems that 'SelectionCallback' is a callback function, if 'type' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pixmap-2.6pl4.orig/PixEdit.c:408:14: style: Parameter 'event' can be declared as pointer to const. However it seems that 'client_message' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pixmap-2.6pl4.orig/PixEdit.c:409:15: style: Parameter 'b' can be declared as pointer to const. However it seems that 'client_message' is a callback function, if 'b' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pixmap-2.6pl4.orig/SelFile/Dir.c:88:11: style: Parameter 'p' can be declared as pointer to const. However it seems that 'SFcompareEntries' is a callback function, if 'p' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pixmap-2.6pl4.orig/SelFile/Dir.c:89:11: style: Parameter 'q' can be declared as pointer to const. However it seems that 'SFcompareEntries' is a callback function, if 'q' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pixmap-2.6pl4.orig/SelFile/SelFile.c:141:16: style: Parameter 'event' can be declared as pointer to const. However it seems that 'SFexposeList' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pixmap-2.6pl4.orig/SelFile/SelFile.c:199:10: style: Parameter 'event' can be declared as pointer to const. However it seems that 'SFdismissAction' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pixmap-2.6pl4.orig/SelFile/SelFile.c:200:10: style: Parameter 'params' can be declared as pointer to const. However it seems that 'SFdismissAction' is a callback function, if 'params' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pixmap-2.6pl4.orig/SelFile/SelFile.c:201:12: style: Parameter 'num_params' can be declared as pointer to const. However it seems that 'SFdismissAction' is a callback function, if 'num_params' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pixmap-2.6pl4.orig/SelFile/Path.c:368:11: style: Parameter 'p' can be declared as pointer to const. However it seems that 'SFcompareLogins' is a callback function, if 'p' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pixmap-2.6pl4.orig/SelFile/Path.c:368:15: style: Parameter 'q' can be declared as pointer to const. However it seems that 'SFcompareLogins' is a callback function, if 'q' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pixmap-2.6pl4.orig/Pixmap.c:489:14: style: Parameter 'event' can be declared as pointer to const. However it seems that 'PWTSetColor' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pixmap-2.6pl4.orig/Pixmap.c:2425:19: style: Parameter 'event' can be declared as pointer to const. However it seems that 'Redisplay' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/pixz/pixz_1.0.7.orig.tar.gz pixz-1.0.7/src/read.c:601:35: style: Parameter 'ar' can be declared as pointer to const. However it seems that 'tar_ok' is a callback function, if 'ar' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pixz-1.0.7/src/read.c:601:45: style: Parameter 'ref' can be declared as pointer to const. However it seems that 'tar_ok' is a callback function, if 'ref' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/pkcs11-provider/pkcs11-provider_1.0.orig.tar.gz pkcs11-provider-1.0/src/digests.c:133:1: style: Parameter 'provctx' can be declared as pointer to const. However it seems that 'p11prov_sha1_newctx' is a callback function, if 'provctx' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pkcs11-provider-1.0/src/digests.c:134:1: style: Parameter 'provctx' can be declared as pointer to const. However it seems that 'p11prov_sha224_newctx' is a callback function, if 'provctx' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pkcs11-provider-1.0/src/digests.c:135:1: style: Parameter 'provctx' can be declared as pointer to const. However it seems that 'p11prov_sha256_newctx' is a callback function, if 'provctx' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pkcs11-provider-1.0/src/digests.c:136:1: style: Parameter 'provctx' can be declared as pointer to const. However it seems that 'p11prov_sha384_newctx' is a callback function, if 'provctx' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pkcs11-provider-1.0/src/digests.c:137:1: style: Parameter 'provctx' can be declared as pointer to const. However it seems that 'p11prov_sha512_newctx' is a callback function, if 'provctx' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pkcs11-provider-1.0/src/digests.c:138:1: style: Parameter 'provctx' can be declared as pointer to const. However it seems that 'p11prov_sha512_224_newctx' is a callback function, if 'provctx' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pkcs11-provider-1.0/src/digests.c:139:1: style: Parameter 'provctx' can be declared as pointer to const. However it seems that 'p11prov_sha512_256_newctx' is a callback function, if 'provctx' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pkcs11-provider-1.0/src/digests.c:140:1: style: Parameter 'provctx' can be declared as pointer to const. However it seems that 'p11prov_sha3_224_newctx' is a callback function, if 'provctx' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pkcs11-provider-1.0/src/digests.c:141:1: style: Parameter 'provctx' can be declared as pointer to const. However it seems that 'p11prov_sha3_256_newctx' is a callback function, if 'provctx' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pkcs11-provider-1.0/src/digests.c:142:1: style: Parameter 'provctx' can be declared as pointer to const. However it seems that 'p11prov_sha3_384_newctx' is a callback function, if 'provctx' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pkcs11-provider-1.0/src/digests.c:143:1: style: Parameter 'provctx' can be declared as pointer to const. However it seems that 'p11prov_sha3_512_newctx' is a callback function, if 'provctx' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pkcs11-provider-1.0/src/encoder.c:322:11: style: Parameter 'inctx' can be declared as pointer to const. However it seems that 'p11prov_rsa_encoder_pkcs1_der_encode' is a callback function, if 'inctx' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pkcs11-provider-1.0/src/encoder.c:322:33: style: Parameter 'cbio' can be declared as pointer to const. However it seems that 'p11prov_rsa_encoder_pkcs1_der_encode' is a callback function, if 'cbio' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pkcs11-provider-1.0/src/encoder.c:324:31: style: Parameter 'cb' can be declared as pointer to const. However it seems that 'p11prov_rsa_encoder_pkcs1_der_encode' is a callback function, if 'cb' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pkcs11-provider-1.0/src/encoder.c:324:41: style: Parameter 'cbarg' can be declared as pointer to const. However it seems that 'p11prov_rsa_encoder_pkcs1_der_encode' is a callback function, if 'cbarg' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pkcs11-provider-1.0/src/encoder.c:346:11: style: Parameter 'inctx' can be declared as pointer to const. However it seems that 'p11prov_rsa_encoder_pkcs1_pem_encode' is a callback function, if 'inctx' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pkcs11-provider-1.0/src/encoder.c:346:33: style: Parameter 'cbio' can be declared as pointer to const. However it seems that 'p11prov_rsa_encoder_pkcs1_pem_encode' is a callback function, if 'cbio' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pkcs11-provider-1.0/src/encoder.c:348:31: style: Parameter 'cb' can be declared as pointer to const. However it seems that 'p11prov_rsa_encoder_pkcs1_pem_encode' is a callback function, if 'cb' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pkcs11-provider-1.0/src/encoder.c:348:41: style: Parameter 'cbarg' can be declared as pointer to const. However it seems that 'p11prov_rsa_encoder_pkcs1_pem_encode' is a callback function, if 'cbarg' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pkcs11-provider-1.0/src/encoder.c:725:54: style: Parameter 'inctx' can be declared as pointer to const. However it seems that 'p11prov_ec_encoder_pkcs1_der_encode' is a callback function, if 'inctx' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pkcs11-provider-1.0/src/encoder.c:725:76: style: Parameter 'cbio' can be declared as pointer to const. However it seems that 'p11prov_ec_encoder_pkcs1_der_encode' is a callback function, if 'cbio' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pkcs11-provider-1.0/src/encoder.c:729:74: style: Parameter 'cb' can be declared as pointer to const. However it seems that 'p11prov_ec_encoder_pkcs1_der_encode' is a callback function, if 'cb' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pkcs11-provider-1.0/src/encoder.c:730:54: style: Parameter 'cbarg' can be declared as pointer to const. However it seems that 'p11prov_ec_encoder_pkcs1_der_encode' is a callback function, if 'cbarg' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pkcs11-provider-1.0/src/encoder.c:751:54: style: Parameter 'inctx' can be declared as pointer to const. However it seems that 'p11prov_ec_encoder_pkcs1_pem_encode' is a callback function, if 'inctx' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pkcs11-provider-1.0/src/encoder.c:751:76: style: Parameter 'cbio' can be declared as pointer to const. However it seems that 'p11prov_ec_encoder_pkcs1_pem_encode' is a callback function, if 'cbio' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pkcs11-provider-1.0/src/encoder.c:755:74: style: Parameter 'cb' can be declared as pointer to const. However it seems that 'p11prov_ec_encoder_pkcs1_pem_encode' is a callback function, if 'cb' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pkcs11-provider-1.0/src/encoder.c:756:54: style: Parameter 'cbarg' can be declared as pointer to const. However it seems that 'p11prov_ec_encoder_pkcs1_pem_encode' is a callback function, if 'cbarg' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pkcs11-provider-1.0/src/provider.c:737:56: style: Parameter 'provctx' can be declared as pointer to const. However it seems that 'p11prov_gettable_params' is a callback function, if 'provctx' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/pkg-config/pkg-config_0.29.2.orig.tar.gz pkg-config-0.29.2/main.c:284:27: style: Parameter 'data' can be declared as pointer to const. However it seems that 'print_list_data' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pkg-config-0.29.2/main.c:285:27: style: Parameter 'user_data' can be declared as pointer to const. However it seems that 'print_list_data' is a callback function, if 'user_data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pkg-config-0.29.2/pkg.c:1164:27: style: Parameter 'key' can be declared as pointer to const. However it seems that 'max_len_foreach' is a callback function, if 'key' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pkg-config-0.29.2/glib/glib/win_iconv.c:1279:22: style: Parameter 'cv' can be declared as pointer to const. However it seems that 'sbcs_mblen' is a callback function, if 'cv' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pkg-config-0.29.2/glib/glib/win_iconv.c:1294:22: style: Parameter 'cv' can be declared as pointer to const. However it seems that 'mbcs_mblen' is a callback function, if 'cv' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pkg-config-0.29.2/glib/glib/win_iconv.c:1316:22: style: Parameter 'cv' can be declared as pointer to const. However it seems that 'utf8_mblen' is a callback function, if 'cv' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pkg-config-0.29.2/glib/glib/win_iconv.c:1335:23: style: Parameter 'cv' can be declared as pointer to const. However it seems that 'eucjp_mblen' is a callback function, if 'cv' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pkg-config-0.29.2/glib/glib/win_iconv.c:1468:24: style: Parameter 'cv' can be declared as pointer to const. However it seems that 'utf16_mbtowc' is a callback function, if 'cv' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pkg-config-0.29.2/glib/glib/win_iconv.c:1496:24: style: Parameter 'cv' can be declared as pointer to const. However it seems that 'utf16_wctomb' is a callback function, if 'cv' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pkg-config-0.29.2/glib/glib/win_iconv.c:1496:36: style: Parameter 'wbuf' can be declared as pointer to const. However it seems that 'utf16_wctomb' is a callback function, if 'wbuf' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pkg-config-0.29.2/glib/glib/win_iconv.c:1530:24: style: Parameter 'cv' can be declared as pointer to const. However it seems that 'utf32_mbtowc' is a callback function, if 'cv' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pkg-config-0.29.2/glib/glib/win_iconv.c:1547:24: style: Parameter 'cv' can be declared as pointer to const. However it seems that 'utf32_wctomb' is a callback function, if 'cv' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pkg-config-0.29.2/glib/glib/win_iconv.c:1547:36: style: Parameter 'wbuf' can be declared as pointer to const. However it seems that 'utf32_wctomb' is a callback function, if 'wbuf' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pkg-config-0.29.2/glib/glib/win_iconv.c:1822:27: style: Parameter 'cv' can be declared as pointer to const. However it seems that 'iso2022jp_flush' is a callback function, if 'cv' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/pkgconf/pkgconf_2.5.1.orig.tar.xz pkgconf-2.5.1/cli/main.c:333:62: style: Parameter 'pkg' can be declared as pointer to const. However it seems that 'print_solution_node' is a callback function, if 'pkg' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pkgconf-2.5.1/cli/main.c:699:60: style: Parameter 'pkg' can be declared as pointer to const. However it seems that 'check_uninstalled' is a callback function, if 'pkg' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pkgconf-2.5.1/cli/main.c:811:56: style: Parameter 'pkg' can be declared as pointer to const. However it seems that 'print_license' is a callback function, if 'pkg' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/planner/planner_0.14.92.orig.tar.xz planner-0.14.92/eds-backend/e-cal-backend-planner-factory.c:41:73: style: Parameter 'factory' can be declared as pointer to const. However it seems that 'e_cal_backend_planner_factory_instance_init' is a callback function, if 'factory' is declared with const you might also need to cast function pointer(s). [constParameterCallback] planner-0.14.92/eds-backend/e-cal-backend-planner-factory.c:46:36: style: Parameter 'factory' can be declared as pointer to const. However it seems that '_get_protocol' is a callback function, if 'factory' is declared with const you might also need to cast function pointer(s). [constParameterCallback] planner-0.14.92/eds-backend/e-cal-backend-planner-factory.c:52:41: style: Parameter 'factory' can be declared as pointer to const. However it seems that '_todos_new_backend' is a callback function, if 'factory' is declared with const you might also need to cast function pointer(s). [constParameterCallback] planner-0.14.92/eds-backend/e-cal-backend-planner-factory.c:52:59: style: Parameter 'source' can be declared as pointer to const. However it seems that '_todos_new_backend' is a callback function, if 'source' is declared with const you might also need to cast function pointer(s). [constParameterCallback] planner-0.14.92/eds-backend/e-cal-backend-planner-factory.c:61:38: style: Parameter 'factory' can be declared as pointer to const. However it seems that '_todos_get_kind' is a callback function, if 'factory' is declared with const you might also need to cast function pointer(s). [constParameterCallback] planner-0.14.92/libplanner/mrp-assignment.c:128:42: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'mrp_assignment_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] planner-0.14.92/libplanner/mrp-group.c:157:37: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'mrp_group_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] planner-0.14.92/libplanner/mrp-mpx.c:32:34: style: Parameter 'reader' can be declared as pointer to const. However it seems that 'mpx_read_string' is a callback function, if 'reader' is declared with const you might also need to cast function pointer(s). [constParameterCallback] planner-0.14.92/libplanner/mrp-mpx.c:34:20: style: Parameter 'project' can be declared as pointer to const. However it seems that 'mpx_read_string' is a callback function, if 'project' is declared with const you might also need to cast function pointer(s). [constParameterCallback] planner-0.14.92/libplanner/mrp-calendar.c:137:40: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'mrp_calendar_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] planner-0.14.92/libplanner/mrp-calendar.c:358:21: style: Parameter 'value' can be declared as pointer to const. However it seems that 'foreach_copy_day_intervals' is a callback function, if 'value' is declared with const you might also need to cast function pointer(s). [constParameterCallback] planner-0.14.92/libplanner/mrp-calendar.c:1149:24: style: Parameter 'day' can be declared as pointer to const. However it seems that 'foreach_matching_day_add_to_list' is a callback function, if 'day' is declared with const you might also need to cast function pointer(s). [constParameterCallback] planner-0.14.92/libplanner/mrp-object.c:103:42: style: Parameter 'project' can be declared as pointer to const. However it seems that 'object_property_removed_cb' is a callback function, if 'project' is declared with const you might also need to cast function pointer(s). [constParameterCallback] planner-0.14.92/libplanner/mrp-object.c:129:26: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'mrp_object_set_g_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] planner-0.14.92/libplanner/mrp-object.c:165:24: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'mrp_object_get_g_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] planner-0.14.92/eds-backend/e-cal-backend-planner.c:189:23: style: Parameter 'key' can be declared as pointer to const. However it seems that 'dump_print' is a callback function, if 'key' is declared with const you might also need to cast function pointer(s). [constParameterCallback] planner-0.14.92/eds-backend/e-cal-backend-planner.c:860:27: style: Parameter 'cal' can be declared as pointer to const. However it seems that 'cbp_remove' is a callback function, if 'cal' is declared with const you might also need to cast function pointer(s). [constParameterCallback] planner-0.14.92/eds-backend/e-cal-backend-planner.c:1018:26: style: Parameter 'cal' can be declared as pointer to const. However it seems that 'cbp_add_timezone' is a callback function, if 'cal' is declared with const you might also need to cast function pointer(s). [constParameterCallback] planner-0.14.92/eds-backend/e-cal-backend-planner.c:1038:27: style: Parameter 'cal' can be declared as pointer to const. However it seems that 'cbp_set_default_timezone' is a callback function, if 'cal' is declared with const you might also need to cast function pointer(s). [constParameterCallback] planner-0.14.92/eds-backend/e-cal-backend-planner.c:1141:27: style: Parameter 'cal' can be declared as pointer to const. However it seems that 'cbp_get_free_busy' is a callback function, if 'cal' is declared with const you might also need to cast function pointer(s). [constParameterCallback] planner-0.14.92/eds-backend/e-cal-backend-planner.c:1142:27: style: Parameter 'users' can be declared as pointer to const. However it seems that 'cbp_get_free_busy' is a callback function, if 'users' is declared with const you might also need to cast function pointer(s). [constParameterCallback] planner-0.14.92/eds-backend/e-cal-backend-planner.c:1164:25: style: Parameter 'cal' can be declared as pointer to const. However it seems that 'cbp_get_changes' is a callback function, if 'cal' is declared with const you might also need to cast function pointer(s). [constParameterCallback] planner-0.14.92/eds-backend/e-cal-backend-planner.c:1185:27: style: Parameter 'cal' can be declared as pointer to const. However it seems that 'cbp_discard_alarm' is a callback function, if 'cal' is declared with const you might also need to cast function pointer(s). [constParameterCallback] planner-0.14.92/eds-backend/e-cal-backend-planner.c:1438:49: style: Parameter 'backend' can be declared as pointer to const. However it seems that 'cbp_internal_get_default_timezone' is a callback function, if 'backend' is declared with const you might also need to cast function pointer(s). [constParameterCallback] planner-0.14.92/libplanner/mrp-relation.c:149:40: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'mrp_relation_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] planner-0.14.92/libplanner/mrp-resource.c:289:40: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'mrp_resource_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] planner-0.14.92/libplanner/mrp-storage-module-xml.c:152:44: style: Parameter 'storage' can be declared as pointer to const. However it seems that 'mpsm_xml_ts_get_task_tree' is a callback function, if 'storage' is declared with const you might also need to cast function pointer(s). [constParameterCallback] planner-0.14.92/libplanner/mrp-storage-module-xml.c:168:52: style: Parameter 'storage' can be declared as pointer to const. However it seems that 'mpsm_xml_rs_get_resource_list' is a callback function, if 'storage' is declared with const you might also need to cast function pointer(s). [constParameterCallback] planner-0.14.92/libplanner/mrp-project.c:727:21: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'project_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] planner-0.14.92/libplanner/mrp-project.c:775:56: style: Parameter 'project' can be declared as pointer to const. However it seems that 'project_connect_object' is a callback function, if 'project' is declared with const you might also need to cast function pointer(s). [constParameterCallback] planner-0.14.92/libplanner/mrp-task.c:381:36: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'mrp_task_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] planner-0.14.92/libplanner/mrp-task.c:783:32: style: Parameter 'node' can be declared as pointer to const. However it seems that 'task_remove_subtree_cb' is a callback function, if 'node' is declared with const you might also need to cast function pointer(s). [constParameterCallback] planner-0.14.92/libplanner/mrp-xsl.c:96:79: style: Parameter 'data' can be declared as pointer to const. However it seems that 'xslt_module_shutdown' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] planner-0.14.92/src/dummy-canvas-item.c:224:27: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'gnome_canvas_dummy_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] planner-0.14.92/src/dummy-canvas-item.c:266:27: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'gnome_canvas_dummy_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] planner-0.14.92/src/dummy-canvas-item.c:330:43: style: Parameter 'item' can be declared as pointer to const. However it seems that 'gnome_canvas_dummy_draw' is a callback function, if 'item' is declared with const you might also need to cast function pointer(s). [constParameterCallback] planner-0.14.92/src/dummy-canvas-item.c:330:58: style: Parameter 'cr' can be declared as pointer to const. However it seems that 'gnome_canvas_dummy_draw' is a callback function, if 'cr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] planner-0.14.92/src/dummy-canvas-item.c:336:44: style: Parameter 'item' can be declared as pointer to const. However it seems that 'gnome_canvas_dummy_point' is a callback function, if 'item' is declared with const you might also need to cast function pointer(s). [constParameterCallback] planner-0.14.92/src/eel-canvas-rect.c:117:24: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'eel_canvas_rect_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] planner-0.14.92/src/eel-canvas-rect.c:174:23: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'eel_canvas_rect_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] planner-0.14.92/libplanner/mrp-task-manager.c:165:44: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'mrp_task_manager_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] planner-0.14.92/libplanner/mrp-task-manager.c:2382:54: style: Parameter 'task' can be declared as pointer to const. However it seems that 'task_manager_task_relation_added_cb' is a callback function, if 'task' is declared with const you might also need to cast function pointer(s). [constParameterCallback] planner-0.14.92/libplanner/mrp-task-manager.c:2405:56: style: Parameter 'task' can be declared as pointer to const. However it seems that 'task_manager_task_relation_removed_cb' is a callback function, if 'task' is declared with const you might also need to cast function pointer(s). [constParameterCallback] planner-0.14.92/src/libgnomecanvas/gailcanvastext.c:295:48: style: Parameter 'text' can be declared as pointer to const. However it seems that 'gail_canvas_text_get_offset_at_point' is a callback function, if 'text' is declared with const you might also need to cast function pointer(s). [constParameterCallback] planner-0.14.92/src/libgnomecanvas/gailcanvastext.c:304:50: style: Parameter 'text' can be declared as pointer to const. However it seems that 'gail_canvas_text_get_character_extents' is a callback function, if 'text' is declared with const you might also need to cast function pointer(s). [constParameterCallback] planner-0.14.92/src/libgnomecanvas/gailcanvastext.c:306:47: style: Parameter 'x' can be declared as pointer to const. However it seems that 'gail_canvas_text_get_character_extents' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] planner-0.14.92/src/libgnomecanvas/gailcanvastext.c:307:47: style: Parameter 'y' can be declared as pointer to const. However it seems that 'gail_canvas_text_get_character_extents' is a callback function, if 'y' is declared with const you might also need to cast function pointer(s). [constParameterCallback] planner-0.14.92/src/libgnomecanvas/gailcanvastext.c:308:47: style: Parameter 'width' can be declared as pointer to const. However it seems that 'gail_canvas_text_get_character_extents' is a callback function, if 'width' is declared with const you might also need to cast function pointer(s). [constParameterCallback] planner-0.14.92/src/libgnomecanvas/gailcanvastext.c:309:47: style: Parameter 'height' can be declared as pointer to const. However it seems that 'gail_canvas_text_get_character_extents' is a callback function, if 'height' is declared with const you might also need to cast function pointer(s). [constParameterCallback] planner-0.14.92/src/libgnomecanvas/gailcanvastext.c:332:51: style: Parameter 'text' can be declared as pointer to const. However it seems that 'gail_canvas_text_get_default_attributes' is a callback function, if 'text' is declared with const you might also need to cast function pointer(s). [constParameterCallback] planner-0.14.92/libplanner/mrp-sql.c:1303:31: style: Parameter 'node' can be declared as pointer to const. However it seems that 'sql_calendar_create' is a callback function, if 'node' is declared with const you might also need to cast function pointer(s). [constParameterCallback] planner-0.14.92/libplanner/mrp-sql.c:1900:27: style: Parameter 'node' can be declared as pointer to const. However it seems that 'sql_task_insert' is a callback function, if 'node' is declared with const you might also need to cast function pointer(s). [constParameterCallback] planner-0.14.92/src/libgnomecanvas/gnome-canvas-pixbuf.c:129:47: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'gnome_canvas_pixbuf_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] planner-0.14.92/src/libgnomecanvas/gnome-canvas-pixbuf.c:167:47: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'gnome_canvas_pixbuf_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] planner-0.14.92/src/libgnomecanvas/gnome-canvas-rect.c:149:45: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'gnome_canvas_rect_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] planner-0.14.92/src/libgnomecanvas/gnome-canvas-rect.c:302:45: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'gnome_canvas_rect_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] planner-0.14.92/src/libgnomecanvas/gnome-canvas-widget.c:249:47: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'gnome_canvas_widget_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] planner-0.14.92/src/libgnomecanvas/gnome-canvas-widget.c:342:47: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'gnome_canvas_widget_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] planner-0.14.92/src/libgnomecanvas/gnome-canvas-widget.c:408:44: style: Parameter 'item' can be declared as pointer to const. However it seems that 'gnome_canvas_widget_draw' is a callback function, if 'item' is declared with const you might also need to cast function pointer(s). [constParameterCallback] planner-0.14.92/src/libgnomecanvas/gnome-canvas-widget.c:409:36: style: Parameter 'cr' can be declared as pointer to const. However it seems that 'gnome_canvas_widget_draw' is a callback function, if 'cr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] planner-0.14.92/src/libgnomecanvas/gnome-canvas-text.c:688:45: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'gnome_canvas_text_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] planner-0.14.92/src/libgnomecanvas/gnome-canvas-text.c:970:45: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'gnome_canvas_text_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] planner-0.14.92/src/planner-assignment-model.c:145:34: style: Parameter 'tree_model' can be declared as pointer to const. However it seems that 'mam_get_n_columns' is a callback function, if 'tree_model' is declared with const you might also need to cast function pointer(s). [constParameterCallback] planner-0.14.92/src/planner-assignment-model.c:151:36: style: Parameter 'tree_model' can be declared as pointer to const. However it seems that 'mam_get_column_type' is a callback function, if 'tree_model' is declared with const you might also need to cast function pointer(s). [constParameterCallback] planner-0.14.92/src/libgnomecanvas/gnome-canvas-line.c:526:27: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'gnome_canvas_line_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] planner-0.14.92/src/libgnomecanvas/gnome-canvas-line.c:701:27: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'gnome_canvas_line_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] planner-0.14.92/src/planner-calendar-popover.c:162:52: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'planner_calendar_popover_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] planner-0.14.92/src/planner-calendar-popover.c:197:54: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'planner_calendar_popover_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] planner-0.14.92/src/planner-canvas-line.c:72:30: style: Parameter 'item' can be declared as pointer to const. However it seems that 'mcl_init' is a callback function, if 'item' is declared with const you might also need to cast function pointer(s). [constParameterCallback] planner-0.14.92/src/planner-canvas-line.c:77:30: style: Parameter 'item' can be declared as pointer to const. However it seems that 'mcl_point' is a callback function, if 'item' is declared with const you might also need to cast function pointer(s). [constParameterCallback] planner-0.14.92/src/planner-calendar-dialog.c:1090:20: style: Parameter 'day' can be declared as pointer to const. However it seems that 'cal_dialog_project_day_removed_cb' is a callback function, if 'day' is declared with const you might also need to cast function pointer(s). [constParameterCallback] planner-0.14.92/src/planner-calendar-dialog.c:1116:48: style: Parameter 'project' can be declared as pointer to const. However it seems that 'cal_dialog_project_day_changed_cb' is a callback function, if 'project' is declared with const you might also need to cast function pointer(s). [constParameterCallback] planner-0.14.92/src/planner-calendar-dialog.c:1117:20: style: Parameter 'day' can be declared as pointer to const. However it seems that 'cal_dialog_project_day_changed_cb' is a callback function, if 'day' is declared with const you might also need to cast function pointer(s). [constParameterCallback] planner-0.14.92/src/planner-calendar-dialog.c:1118:20: style: Parameter 'data' can be declared as pointer to const. However it seems that 'cal_dialog_project_day_changed_cb' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] planner-0.14.92/src/planner-cell-renderer-calendar.c:85:58: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'planner_cell_renderer_calendar_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] planner-0.14.92/src/planner-cell-renderer-calendar.c:122:60: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'planner_cell_renderer_calendar_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] planner-0.14.92/src/planner-cell-renderer-calendar.c:152:81: style: Parameter 'popover' can be declared as pointer to const. However it seems that 'planner_cell_renderer_calendar_mrptime_changed_cb' is a callback function, if 'popover' is declared with const you might also need to cast function pointer(s). [constParameterCallback] planner-0.14.92/src/planner-cell-renderer-calendar.c:163:89: style: Parameter 'popover' can be declared as pointer to const. However it seems that 'planner_cell_renderer_calendar_constraint_type_changed_cb' is a callback function, if 'popover' is declared with const you might also need to cast function pointer(s). [constParameterCallback] planner-0.14.92/src/planner-default-week-dialog.c:515:41: style: Parameter 'cmd_base' can be declared as pointer to const. However it seems that 'default_week_cmd_edit_free' is a callback function, if 'cmd_base' is declared with const you might also need to cast function pointer(s). [constParameterCallback] planner-0.14.92/src/planner-eds-plugin.c:823:19: style: Parameter 'event' can be declared as pointer to const. However it seems that 'eds_search_key_pressed' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). [constParameterCallback] planner-0.14.92/src/planner-gantt-background.c:257:43: style: Parameter 'item' can be declared as pointer to const. However it seems that 'gantt_background_point' is a callback function, if 'item' is declared with const you might also need to cast function pointer(s). [constParameterCallback] planner-0.14.92/src/planner-gantt-background.c:272:25: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'gantt_background_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] planner-0.14.92/src/planner-gantt-model.c:441:27: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'gantt_model_task_notify_cb' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] planner-0.14.92/src/planner-gantt-model.c:623:42: style: Parameter 'tree_model' can be declared as pointer to const. However it seems that 'gantt_model_get_n_columns' is a callback function, if 'tree_model' is declared with const you might also need to cast function pointer(s). [constParameterCallback] planner-0.14.92/src/planner-gantt-model.c:629:44: style: Parameter 'tree_model' can be declared as pointer to const. However it seems that 'gantt_model_get_column_type' is a callback function, if 'tree_model' is declared with const you might also need to cast function pointer(s). [constParameterCallback] planner-0.14.92/src/planner-gantt-model.c:787:24: style: Parameter 'iter' can be declared as pointer to const. However it seems that 'gantt_model_get_value' is a callback function, if 'iter' is declared with const you might also need to cast function pointer(s). [constParameterCallback] planner-0.14.92/src/planner-gantt-model.c:952:22: style: Parameter 'iter' can be declared as pointer to const. However it seems that 'gantt_model_iter_has_child' is a callback function, if 'iter' is declared with const you might also need to cast function pointer(s). [constParameterCallback] planner-0.14.92/src/planner-gantt-model.c:1011:19: style: Parameter 'child' can be declared as pointer to const. However it seems that 'gantt_model_iter_parent' is a callback function, if 'child' is declared with const you might also need to cast function pointer(s). [constParameterCallback] planner-0.14.92/src/libgnomecanvas/gnome-canvas.c:197:45: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'gnome_canvas_item_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] planner-0.14.92/src/libgnomecanvas/gnome-canvas.c:227:45: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'gnome_canvas_item_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] planner-0.14.92/src/libgnomecanvas/gnome-canvas.c:389:50: style: Parameter 'item' can be declared as pointer to const. However it seems that 'gnome_canvas_item_dispose_item' is a callback function, if 'item' is declared with const you might also need to cast function pointer(s). [constParameterCallback] planner-0.14.92/src/libgnomecanvas/gnome-canvas.c:395:42: style: Parameter 'item' can be declared as pointer to const. However it seems that 'gnome_canvas_item_draw' is a callback function, if 'item' is declared with const you might also need to cast function pointer(s). [constParameterCallback] planner-0.14.92/src/libgnomecanvas/gnome-canvas.c:396:34: style: Parameter 'cr' can be declared as pointer to const. However it seems that 'gnome_canvas_item_draw' is a callback function, if 'cr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] planner-0.14.92/src/libgnomecanvas/gnome-canvas.c:406:43: style: Parameter 'item' can be declared as pointer to const. However it seems that 'gnome_canvas_item_point' is a callback function, if 'item' is declared with const you might also need to cast function pointer(s). [constParameterCallback] planner-0.14.92/src/libgnomecanvas/gnome-canvas.c:418:44: style: Parameter 'item' can be declared as pointer to const. However it seems that 'gnome_canvas_item_bounds' is a callback function, if 'item' is declared with const you might also need to cast function pointer(s). [constParameterCallback] planner-0.14.92/src/libgnomecanvas/gnome-canvas.c:419:36: style: Parameter 'x1' can be declared as pointer to const. However it seems that 'gnome_canvas_item_bounds' is a callback function, if 'x1' is declared with const you might also need to cast function pointer(s). [constParameterCallback] planner-0.14.92/src/libgnomecanvas/gnome-canvas.c:420:36: style: Parameter 'y1' can be declared as pointer to const. However it seems that 'gnome_canvas_item_bounds' is a callback function, if 'y1' is declared with const you might also need to cast function pointer(s). [constParameterCallback] planner-0.14.92/src/libgnomecanvas/gnome-canvas.c:421:36: style: Parameter 'x2' can be declared as pointer to const. However it seems that 'gnome_canvas_item_bounds' is a callback function, if 'x2' is declared with const you might also need to cast function pointer(s). [constParameterCallback] planner-0.14.92/src/libgnomecanvas/gnome-canvas.c:422:36: style: Parameter 'y2' can be declared as pointer to const. However it seems that 'gnome_canvas_item_bounds' is a callback function, if 'y2' is declared with const you might also need to cast function pointer(s). [constParameterCallback] planner-0.14.92/src/libgnomecanvas/gnome-canvas.c:428:43: style: Parameter 'item' can be declared as pointer to const. However it seems that 'gnome_canvas_item_event' is a callback function, if 'item' is declared with const you might also need to cast function pointer(s). [constParameterCallback] planner-0.14.92/src/libgnomecanvas/gnome-canvas.c:429:36: style: Parameter 'event' can be declared as pointer to const. However it seems that 'gnome_canvas_item_event' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). [constParameterCallback] planner-0.14.92/src/libgnomecanvas/gnome-canvas.c:1334:46: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'gnome_canvas_group_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] planner-0.14.92/src/libgnomecanvas/gnome-canvas.c:1362:46: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'gnome_canvas_group_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] planner-0.14.92/src/libgnomecanvas/gnome-canvas.c:1878:40: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'gnome_canvas_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] planner-0.14.92/src/libgnomecanvas/gnome-canvas.c:1894:40: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'gnome_canvas_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] planner-0.14.92/src/libgnomecanvas/gnome-canvas.c:1972:32: style: Parameter 'data' can be declared as pointer to const. However it seems that 'panic_root_finalized' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] planner-0.14.92/src/libgnomecanvas/gnome-canvas.c:1973:32: style: Parameter 'gone_object' can be declared as pointer to const. However it seems that 'panic_root_finalized' is a callback function, if 'gone_object' is declared with const you might also need to cast function pointer(s). [constParameterCallback] planner-0.14.92/src/planner-gantt-view.c:400:35: style: Parameter 'view' can be declared as pointer to const. However it seems that 'gantt_view_get_icon' is a callback function, if 'view' is declared with const you might also need to cast function pointer(s). [constParameterCallback] planner-0.14.92/src/planner-gantt-view.c:412:35: style: Parameter 'view' can be declared as pointer to const. However it seems that 'gantt_view_get_name' is a callback function, if 'view' is declared with const you might also need to cast function pointer(s). [constParameterCallback] planner-0.14.92/src/planner-gantt-view.c:1029:23: style: Parameter 'prev_style' can be declared as pointer to const. However it seems that 'gantt_view_tree_style_set_cb' is a callback function, if 'prev_style' is declared with const you might also need to cast function pointer(s). [constParameterCallback] planner-0.14.92/src/planner-group-dialog.c:675:27: style: Parameter 'new_text' can be declared as pointer to const. However it seems that 'group_dialog_cell_edited' is a callback function, if 'new_text' is declared with const you might also need to cast function pointer(s). [constParameterCallback] planner-0.14.92/src/planner-group-model.c:157:34: style: Parameter 'tree_model' can be declared as pointer to const. However it seems that 'mgm_get_n_columns' is a callback function, if 'tree_model' is declared with const you might also need to cast function pointer(s). [constParameterCallback] planner-0.14.92/src/planner-group-model.c:163:36: style: Parameter 'tree_model' can be declared as pointer to const. However it seems that 'mgm_get_column_type' is a callback function, if 'tree_model' is declared with const you might also need to cast function pointer(s). [constParameterCallback] planner-0.14.92/src/planner-list-model.c:262:34: style: Parameter 'parent' can be declared as pointer to const. However it seems that 'mlm_iter_children' is a callback function, if 'parent' is declared with const you might also need to cast function pointer(s). [constParameterCallback] planner-0.14.92/src/planner-list-model.c:291:35: style: Parameter 'tree_model' can be declared as pointer to const. However it seems that 'mlm_iter_has_child' is a callback function, if 'tree_model' is declared with const you might also need to cast function pointer(s). [constParameterCallback] planner-0.14.92/src/planner-list-model.c:292:35: style: Parameter 'iter' can be declared as pointer to const. However it seems that 'mlm_iter_has_child' is a callback function, if 'iter' is declared with const you might also need to cast function pointer(s). [constParameterCallback] planner-0.14.92/src/planner-list-model.c:299:36: style: Parameter 'iter' can be declared as pointer to const. However it seems that 'mlm_iter_n_children' is a callback function, if 'iter' is declared with const you might also need to cast function pointer(s). [constParameterCallback] planner-0.14.92/src/planner-list-model.c:321:35: style: Parameter 'parent' can be declared as pointer to const. However it seems that 'mlm_iter_nth_child' is a callback function, if 'parent' is declared with const you might also need to cast function pointer(s). [constParameterCallback] planner-0.14.92/src/planner-list-model.c:349:32: style: Parameter 'tree_model' can be declared as pointer to const. However it seems that 'mlm_iter_parent' is a callback function, if 'tree_model' is declared with const you might also need to cast function pointer(s). [constParameterCallback] planner-0.14.92/src/planner-list-model.c:350:32: style: Parameter 'iter' can be declared as pointer to const. However it seems that 'mlm_iter_parent' is a callback function, if 'iter' is declared with const you might also need to cast function pointer(s). [constParameterCallback] planner-0.14.92/src/planner-list-model.c:351:32: style: Parameter 'child' can be declared as pointer to const. However it seems that 'mlm_iter_parent' is a callback function, if 'child' is declared with const you might also need to cast function pointer(s). [constParameterCallback] planner-0.14.92/src/planner-predecessor-model.c:135:34: style: Parameter 'tree_model' can be declared as pointer to const. However it seems that 'mpm_get_n_columns' is a callback function, if 'tree_model' is declared with const you might also need to cast function pointer(s). [constParameterCallback] planner-0.14.92/src/planner-predecessor-model.c:141:36: style: Parameter 'tree_model' can be declared as pointer to const. However it seems that 'mpm_get_column_type' is a callback function, if 'tree_model' is declared with const you might also need to cast function pointer(s). [constParameterCallback] planner-0.14.92/src/planner-project-properties.c:460:42: style: Parameter 'project' can be declared as pointer to const. However it seems that 'mpp_project_name_notify_cb' is a callback function, if 'project' is declared with const you might also need to cast function pointer(s). [constParameterCallback] planner-0.14.92/src/planner-project-properties.c:497:40: style: Parameter 'project' can be declared as pointer to const. However it seems that 'mpp_project_org_notify_cb' is a callback function, if 'project' is declared with const you might also need to cast function pointer(s). [constParameterCallback] planner-0.14.92/src/planner-project-properties.c:533:44: style: Parameter 'project' can be declared as pointer to const. However it seems that 'mpp_project_manager_notify_cb' is a callback function, if 'project' is declared with const you might also need to cast function pointer(s). [constParameterCallback] planner-0.14.92/src/planner-project-properties.c:645:54: style: Parameter 'popover' can be declared as pointer to const. However it seems that 'mpp_start_popover_closed_cb' is a callback function, if 'popover' is declared with const you might also need to cast function pointer(s). [constParameterCallback] planner-0.14.92/src/planner-project-properties.c:1318:28: style: Parameter 'new_text' can be declared as pointer to const. However it seems that 'mpp_property_value_edited' is a callback function, if 'new_text' is declared with const you might also need to cast function pointer(s). [constParameterCallback] planner-0.14.92/src/planner-property-dialog.c:405:31: style: Parameter 'new_text' can be declared as pointer to const. However it seems that 'property_dialog_label_edited' is a callback function, if 'new_text' is declared with const you might also need to cast function pointer(s). [constParameterCallback] planner-0.14.92/src/planner-property-model.c:66:20: style: Parameter 'data' can be declared as pointer to const. However it seems that 'property_model_property_removed_helper' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] planner-0.14.92/src/planner-relation-arrow.c:763:41: style: Parameter 'item' can be declared as pointer to const. However it seems that 'relation_arrow_point' is a callback function, if 'item' is declared with const you might also need to cast function pointer(s). [constParameterCallback] planner-0.14.92/src/planner-resource-view.c:415:38: style: Parameter 'view' can be declared as pointer to const. However it seems that 'resource_view_get_icon' is a callback function, if 'view' is declared with const you might also need to cast function pointer(s). [constParameterCallback] planner-0.14.92/src/planner-resource-view.c:427:38: style: Parameter 'view' can be declared as pointer to const. However it seems that 'resource_view_get_name' is a callback function, if 'view' is declared with const you might also need to cast function pointer(s). [constParameterCallback] planner-0.14.92/src/planner-resource-view.c:1500:26: style: Parameter 'new_text' can be declared as pointer to const. However it seems that 'resource_view_cell_name_edited' is a callback function, if 'new_text' is declared with const you might also need to cast function pointer(s). [constParameterCallback] planner-0.14.92/src/planner-resource-view.c:1533:32: style: Parameter 'new_text' can be declared as pointer to const. However it seems that 'resource_view_cell_short_name_edited' is a callback function, if 'new_text' is declared with const you might also need to cast function pointer(s). [constParameterCallback] planner-0.14.92/src/planner-resource-view.c:1568:27: style: Parameter 'new_text' can be declared as pointer to const. However it seems that 'resource_view_cell_email_edited' is a callback function, if 'new_text' is declared with const you might also need to cast function pointer(s). [constParameterCallback] planner-0.14.92/src/planner-resource-view.c:1602:26: style: Parameter 'new_text' can be declared as pointer to const. However it seems that 'resource_view_cell_cost_edited' is a callback function, if 'new_text' is declared with const you might also need to cast function pointer(s). [constParameterCallback] planner-0.14.92/src/planner-resource-view.c:1636:56: style: Parameter 'combo' can be declared as pointer to const. However it seems that 'resource_view_cell_type_changed' is a callback function, if 'combo' is declared with const you might also need to cast function pointer(s). [constParameterCallback] planner-0.14.92/src/planner-resource-view.c:1696:57: style: Parameter 'combo' can be declared as pointer to const. However it seems that 'resource_view_cell_group_changed' is a callback function, if 'combo' is declared with const you might also need to cast function pointer(s). [constParameterCallback] planner-0.14.92/src/planner-task-view.c:310:34: style: Parameter 'view' can be declared as pointer to const. However it seems that 'task_view_get_icon' is a callback function, if 'view' is declared with const you might also need to cast function pointer(s). [constParameterCallback] planner-0.14.92/src/planner-task-view.c:322:34: style: Parameter 'view' can be declared as pointer to const. However it seems that 'task_view_get_name' is a callback function, if 'view' is declared with const you might also need to cast function pointer(s). [constParameterCallback] planner-0.14.92/src/planner-task-dialog.c:1063:44: style: Parameter 'task' can be declared as pointer to const. However it seems that 'task_dialog_task_name_changed_cb' is a callback function, if 'task' is declared with const you might also need to cast function pointer(s). [constParameterCallback] planner-0.14.92/src/planner-task-dialog.c:1146:44: style: Parameter 'task' can be declared as pointer to const. However it seems that 'task_dialog_task_type_changed_cb' is a callback function, if 'task' is declared with const you might also need to cast function pointer(s). [constParameterCallback] planner-0.14.92/src/planner-task-dialog.c:1198:45: style: Parameter 'task' can be declared as pointer to const. However it seems that 'task_dialog_task_sched_changed_cb' is a callback function, if 'task' is declared with const you might also need to cast function pointer(s). [constParameterCallback] planner-0.14.92/src/planner-task-dialog.c:1252:47: style: Parameter 'task' can be declared as pointer to const. However it seems that 'task_dialog_task_work_changed_cb' is a callback function, if 'task' is declared with const you might also need to cast function pointer(s). [constParameterCallback] planner-0.14.92/src/planner-task-dialog.c:1330:51: style: Parameter 'task' can be declared as pointer to const. However it seems that 'task_dialog_task_duration_changed_cb' is a callback function, if 'task' is declared with const you might also need to cast function pointer(s). [constParameterCallback] planner-0.14.92/src/planner-task-dialog.c:1545:51: style: Parameter 'task' can be declared as pointer to const. However it seems that 'task_dialog_task_priority_changed_cb' is a callback function, if 'task' is declared with const you might also need to cast function pointer(s). [constParameterCallback] planner-0.14.92/src/planner-task-dialog.c:1636:47: style: Parameter 'task' can be declared as pointer to const. However it seems that 'task_dialog_task_note_changed_cb' is a callback function, if 'task' is declared with const you might also need to cast function pointer(s). [constParameterCallback] planner-0.14.92/src/planner-task-dialog.c:1979:27: style: Parameter 'new_text' can be declared as pointer to const. However it seems that 'task_dialog_resource_units_cell_edited' is a callback function, if 'new_text' is declared with const you might also need to cast function pointer(s). [constParameterCallback] planner-0.14.92/src/planner-task-dialog.c:2011:63: style: Parameter 'combo' can be declared as pointer to const. However it seems that 'task_dialog_pred_relation_cell_changed' is a callback function, if 'combo' is declared with const you might also need to cast function pointer(s). [constParameterCallback] planner-0.14.92/src/planner-task-dialog.c:2082:51: style: Parameter 'new_text' can be declared as pointer to const. However it seems that 'task_dialog_pred_lag_cell_edited' is a callback function, if 'new_text' is declared with const you might also need to cast function pointer(s). [constParameterCallback] planner-0.14.92/src/planner-task-dialog.c:2259:65: style: Parameter 'popover' can be declared as pointer to const. However it seems that 'task_dialog_schedule_popover_closed_cb' is a callback function, if 'popover' is declared with const you might also need to cast function pointer(s). [constParameterCallback] planner-0.14.92/src/planner-task-dialog.c:2482:57: style: Parameter 'cell' can be declared as pointer to const. However it seems that 'task_dialog_assignment_toggled_cb' is a callback function, if 'cell' is declared with const you might also need to cast function pointer(s). [constParameterCallback] planner-0.14.92/src/planner-usage-model.c:206:42: style: Parameter 'tree_model' can be declared as pointer to const. However it seems that 'usage_model_get_n_columns' is a callback function, if 'tree_model' is declared with const you might also need to cast function pointer(s). [constParameterCallback] planner-0.14.92/src/planner-usage-model.c:212:44: style: Parameter 'tree_model' can be declared as pointer to const. However it seems that 'usage_model_get_column_type' is a callback function, if 'tree_model' is declared with const you might also need to cast function pointer(s). [constParameterCallback] planner-0.14.92/src/planner-usage-model.c:472:63: style: Parameter 'iter' can be declared as pointer to const. However it seems that 'usage_model_iter_has_child' is a callback function, if 'iter' is declared with const you might also need to cast function pointer(s). [constParameterCallback] planner-0.14.92/src/planner-usage-model.c:523:38: style: Parameter 'child' can be declared as pointer to const. However it seems that 'usage_model_iter_parent' is a callback function, if 'child' is declared with const you might also need to cast function pointer(s). [constParameterCallback] planner-0.14.92/src/planner-task-tree.c:1305:19: style: Parameter 'event' can be declared as pointer to const. However it seems that 'task_tree_tree_view_key_release_event' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). [constParameterCallback] planner-0.14.92/src/planner-task-tree.c:1669:31: style: Parameter 'new_text' can be declared as pointer to const. However it seems that 'task_tree_name_edited' is a callback function, if 'new_text' is declared with const you might also need to cast function pointer(s). [constParameterCallback] planner-0.14.92/src/planner-task-tree.c:1715:31: style: Parameter 'new_text' can be declared as pointer to const. However it seems that 'task_tree_complete_edited' is a callback function, if 'new_text' is declared with const you might also need to cast function pointer(s). [constParameterCallback] planner-0.14.92/src/planner-task-tree.c:1803:66: style: Parameter 'cell' can be declared as pointer to const. However it seems that 'task_tree_start_mrptime_changed_cb' is a callback function, if 'cell' is declared with const you might also need to cast function pointer(s). [constParameterCallback] planner-0.14.92/src/planner-task-tree.c:1834:74: style: Parameter 'cell' can be declared as pointer to const. However it seems that 'task_tree_start_constraint_type_changed_cb' is a callback function, if 'cell' is declared with const you might also need to cast function pointer(s). [constParameterCallback] planner-0.14.92/src/planner-task-tree.c:1864:66: style: Parameter 'cell' can be declared as pointer to const. However it seems that 'task_tree_start_calendar_closed_cb' is a callback function, if 'cell' is declared with const you might also need to cast function pointer(s). [constParameterCallback] planner-0.14.92/src/planner-task-tree.c:1943:31: style: Parameter 'new_text' can be declared as pointer to const. However it seems that 'task_tree_work_edited' is a callback function, if 'new_text' is declared with const you might also need to cast function pointer(s). [constParameterCallback] planner-0.14.92/src/planner-usage-view.c:283:35: style: Parameter 'view' can be declared as pointer to const. However it seems that 'usage_view_get_icon' is a callback function, if 'view' is declared with const you might also need to cast function pointer(s). [constParameterCallback] planner-0.14.92/src/planner-usage-view.c:295:35: style: Parameter 'view' can be declared as pointer to const. However it seems that 'usage_view_get_name' is a callback function, if 'view' is declared with const you might also need to cast function pointer(s). [constParameterCallback] planner-0.14.92/src/planner-usage-view.c:315:37: style: Parameter 'view' can be declared as pointer to const. However it seems that 'usage_view_print_init' is a callback function, if 'view' is declared with const you might also need to cast function pointer(s). [constParameterCallback] planner-0.14.92/src/planner-usage-view.c:315:60: style: Parameter 'job' can be declared as pointer to const. However it seems that 'usage_view_print_init' is a callback function, if 'job' is declared with const you might also need to cast function pointer(s). [constParameterCallback] planner-0.14.92/src/planner-usage-view.c:327:32: style: Parameter 'view' can be declared as pointer to const. However it seems that 'usage_view_print' is a callback function, if 'view' is declared with const you might also need to cast function pointer(s). [constParameterCallback] planner-0.14.92/src/planner-usage-view.c:333:44: style: Parameter 'view' can be declared as pointer to const. However it seems that 'usage_view_print_get_n_pages' is a callback function, if 'view' is declared with const you might also need to cast function pointer(s). [constParameterCallback] planner-0.14.92/src/planner-usage-view.c:339:40: style: Parameter 'view' can be declared as pointer to const. However it seems that 'usage_view_print_cleanup' is a callback function, if 'view' is declared with const you might also need to cast function pointer(s). [constParameterCallback] planner-0.14.92/src/planner-usage-view.c:607:23: style: Parameter 'prev_style' can be declared as pointer to const. However it seems that 'usage_view_tree_style_set_cb' is a callback function, if 'prev_style' is declared with const you might also need to cast function pointer(s). [constParameterCallback] planner-0.14.92/src/planner-usage-row.c:462:19: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'usage_row_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] planner-0.14.92/src/planner-usage-row.c:613:17: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'usage_row_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] planner-0.14.92/src/planner-usage-row.c:1451:51: style: Parameter 'event' can be declared as pointer to const. However it seems that 'usage_row_event' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). [constParameterCallback] planner-0.14.92/src/planner-gantt-row.c:526:18: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'gantt_row_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] planner-0.14.92/src/planner-gantt-row.c:642:16: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'gantt_row_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] planner-0.14.92/src/planner-gantt-row.c:1823:49: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'gantt_row_notify_cb' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/plasma-desktop/plasma-desktop_6.3.6.orig.tar.xz plasma-desktop-6.3.6/kcms/solid_actions/ActionModel.cpp:27:36: style: Parameter 'left' can be declared as pointer to const. However it seems that 'sortAction' is a callback function, if 'left' is declared with const you might also need to cast function pointer(s). [constParameterCallback] plasma-desktop-6.3.6/kcms/solid_actions/ActionModel.cpp:27:54: style: Parameter 'right' can be declared as pointer to const. However it seems that 'sortAction' is a callback function, if 'right' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/plasma-workspace/plasma-workspace_6.3.6.orig.tar.xz plasma-workspace-6.3.6/ksmserver/legacy.cpp:56:53: style: Parameter 'ev' can be declared as pointer to const. However it seems that 'winsErrorHandler' is a callback function, if 'ev' is declared with const you might also need to cast function pointer(s). [constParameterCallback] plasma-workspace-6.3.6/ksmserver/server.cpp:181:82: style: Parameter 'previousId' can be declared as pointer to const. However it seems that 'KSMRegisterClientProc' is a callback function, if 'previousId' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/plast/plast_2.3.2+dfsg.orig.tar.xz plast_source_v2.3.2/src/alignment/core/impl/HspContainer.cpp:438:43: style: Parameter 'first' can be declared as pointer to const. However it seems that 'HspSortCallback' is a callback function, if 'first' is declared with const you might also need to cast function pointer(s). [constParameterCallback] plast_source_v2.3.2/src/alignment/core/impl/HspContainer.cpp:438:70: style: Parameter 'second' can be declared as pointer to const. However it seems that 'HspSortCallback' is a callback function, if 'second' is declared with const you might also need to cast function pointer(s). [constParameterCallback] plast_source_v2.3.2/src/seg/impl/genwin.c:244:28: style: Parameter 's1' can be declared as pointer to const. However it seems that 'state_cmp' is a callback function, if 's1' is declared with const you might also need to cast function pointer(s). [constParameterCallback] plast_source_v2.3.2/src/seg/impl/genwin.c:244:37: style: Parameter 's2' can be declared as pointer to const. However it seems that 'state_cmp' is a callback function, if 's2' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/playerctl/playerctl_2.4.1.orig.tar.gz playerctl-2.4.1/playerctl/playerctl-common.c:148:52: style: Parameter 'name_a' can be declared as pointer to const. However it seems that 'pctl_player_name_compare' is a callback function, if 'name_a' is declared with const you might also need to cast function pointer(s). [constParameterCallback] playerctl-2.4.1/playerctl/playerctl-common.c:148:81: style: Parameter 'name_b' can be declared as pointer to const. However it seems that 'pctl_player_name_compare' is a callback function, if 'name_b' is declared with const you might also need to cast function pointer(s). [constParameterCallback] playerctl-2.4.1/playerctl/playerctl-common.c:155:61: style: Parameter 'name' can be declared as pointer to const. However it seems that 'pctl_player_name_instance_compare' is a callback function, if 'name' is declared with const you might also need to cast function pointer(s). [constParameterCallback] playerctl-2.4.1/playerctl/playerctl-common.c:155:88: style: Parameter 'instance' can be declared as pointer to const. However it seems that 'pctl_player_name_instance_compare' is a callback function, if 'instance' is declared with const you might also need to cast function pointer(s). [constParameterCallback] playerctl-2.4.1/playerctl/playerctl-daemon.c:931:43: style: Parameter 'connection' can be declared as pointer to const. However it seems that 'on_name_lost' is a callback function, if 'connection' is declared with const you might also need to cast function pointer(s). [constParameterCallback] playerctl-2.4.1/playerctl/playerctl-formatter.c:571:47: style: Parameter 'token' can be declared as pointer to const. However it seems that 'helperfn_emoji' is a callback function, if 'token' is declared with const you might also need to cast function pointer(s). [constParameterCallback] playerctl-2.4.1/playerctl/playerctl-player-manager.c:70:60: style: Parameter 'object' can be declared as pointer to const. However it seems that 'playerctl_player_manager_set_property' is a callback function, if 'object' is declared with const you might also need to cast function pointer(s). [constParameterCallback] playerctl-2.4.1/playerctl/playerctl-player-manager.c:71:84: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'playerctl_player_manager_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] playerctl-2.4.1/playerctl/playerctl-player-manager.c:82:63: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'playerctl_player_manager_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] playerctl-2.4.1/playerctl/playerctl-player-manager.c:242:58: style: Parameter 'proxy' can be declared as pointer to const. However it seems that 'dbus_name_owner_changed_callback' is a callback function, if 'proxy' is declared with const you might also need to cast function pointer(s). [constParameterCallback] playerctl-2.4.1/playerctl/playerctl-player-manager.c:243:53: style: Parameter 'signal_name' can be declared as pointer to const. However it seems that 'dbus_name_owner_changed_callback' is a callback function, if 'signal_name' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/pldebugger/pldebugger_1.8.orig.tar.gz pldebugger-1.8/plpgsql_debugger.c:146:51: style: Parameter 'frame' can be declared as pointer to const. However it seems that 'plpgsql_frame_belongs_to_me' is a callback function, if 'frame' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/plfit/plfit_0.9.6+ds.orig.tar.xz plfit-0.9.6+ds/test/test_gss.c:24:24: style: Parameter 'instance' can be declared as pointer to const. However it seems that 'x_squared' is a callback function, if 'instance' is declared with const you might also need to cast function pointer(s). [constParameterCallback] plfit-0.9.6+ds/test/test_gss.c:28:44: style: Parameter 'instance' can be declared as pointer to const. However it seems that 'minus_exp_minus_x_times_sin_x' is a callback function, if 'instance' is declared with const you might also need to cast function pointer(s). [constParameterCallback] plfit-0.9.6+ds/test/test_gss.c:32:27: style: Parameter 'instance' can be declared as pointer to const. However it seems that 'progress_report' is a callback function, if 'instance' is declared with const you might also need to cast function pointer(s). [constParameterCallback] plfit-0.9.6+ds/src/plfit.c:480:55: style: Parameter 'instance' can be declared as pointer to const. However it seems that 'plfit_i_continuous_xmin_opt_progress' is a callback function, if 'instance' is declared with const you might also need to cast function pointer(s). [constParameterCallback] plfit-0.9.6+ds/src/plfit.c:835:65: style: Parameter 'instance' can be declared as pointer to const. However it seems that 'plfit_i_estimate_alpha_discrete_lbfgs_progress' is a callback function, if 'instance' is declared with const you might also need to cast function pointer(s). [constParameterCallback] plfit-0.9.6+ds/src/lbfgs.c:658:22: style: Parameter 's' can be declared as pointer to const. However it seems that 'line_search_backtracking' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] plfit-0.9.6+ds/src/lbfgs.c:751:22: style: Parameter 's' can be declared as pointer to const. However it seems that 'line_search_backtracking_owlqn' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] plfit-0.9.6+ds/src/lbfgs.c:825:22: style: Parameter 's' can be declared as pointer to const. However it seems that 'line_search_morethuente' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/plib/plib_1.8.5.orig.tar.gz plib-1.8.5/src/sl/slMODnote.cxx:151:24: style: Parameter 'np' can be declared as pointer to const. However it seems that 'gCmd' is a callback function, if 'np' is declared with const you might also need to cast function pointer(s). [constParameterCallback] plib-1.8.5/src/ssg/ssgLoadAC.cxx:531:28: style: Parameter 's' can be declared as pointer to const. However it seems that 'do_data' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] plib-1.8.5/src/ssg/ssgLoadAC.cxx:579:30: style: Parameter 's' can be declared as pointer to const. However it seems that 'do_texrep' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] plib-1.8.5/src/ssg/ssgLoadAC.cxx:588:30: style: Parameter 's' can be declared as pointer to const. However it seems that 'do_texoff' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] plib-1.8.5/src/ssg/ssgLoadAC.cxx:596:30: style: Parameter 's' can be declared as pointer to const. However it seems that 'do_crease' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] plib-1.8.5/src/ssg/ssgLoadAC.cxx:606:27: style: Parameter 's' can be declared as pointer to const. However it seems that 'do_rot' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] plib-1.8.5/src/ssg/ssgLoadAC.cxx:622:32: style: Parameter 's' can be declared as pointer to const. However it seems that 'do_loc' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] plib-1.8.5/src/ssg/ssgLoadAC.cxx:645:32: style: Parameter 's' can be declared as pointer to const. However it seems that 'do_numvert' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] plib-1.8.5/src/ssg/ssgLoadAC.cxx:672:32: style: Parameter 's' can be declared as pointer to const. However it seems that 'do_numsurf' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] plib-1.8.5/src/ssg/ssgLoadAC.cxx:687:32: style: Parameter 's' can be declared as pointer to const. However it seems that 'do_surf' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] plib-1.8.5/src/ssg/ssgLoadAC.cxx:701:27: style: Parameter 's' can be declared as pointer to const. However it seems that 'do_mat' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] plib-1.8.5/src/ssg/ssgLoadAC.cxx:756:32: style: Parameter 's' can be declared as pointer to const. However it seems that 'do_refs' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] plib-1.8.5/src/ssg/ssgLoadAC.cxx:853:28: style: Parameter 's' can be declared as pointer to const. However it seems that 'do_kids' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] plib-1.8.5/src/ssg/ssgLoadIV.cxx:105:92: style: Parameter 'defName' can be declared as pointer to const. However it seems that 'iv_parseSeparator' is a callback function, if 'defName' is declared with const you might also need to cast function pointer(s). [constParameterCallback] plib-1.8.5/src/ssg/ssgLoadIV.cxx:160:89: style: Parameter 'defName' can be declared as pointer to const. However it seems that 'iv_parseSwitch' is a callback function, if 'defName' is declared with const you might also need to cast function pointer(s). [constParameterCallback] plib-1.8.5/src/ssg/ssgLoadIV.cxx:220:98: style: Parameter 'defName' can be declared as pointer to const. However it seems that 'iv_parseIndexedFaceSet' is a callback function, if 'defName' is declared with const you might also need to cast function pointer(s). [constParameterCallback] plib-1.8.5/src/ssg/ssgLoadVRML1.cxx:123:95: style: Parameter 'defName' can be declared as pointer to const. However it seems that 'vrml1_parseSeparator' is a callback function, if 'defName' is declared with const you might also need to cast function pointer(s). [constParameterCallback] plib-1.8.5/src/ssg/ssgLoadVRML1.cxx:203:92: style: Parameter 'defName' can be declared as pointer to const. However it seems that 'vrml1_parseSwitch' is a callback function, if 'defName' is declared with const you might also need to cast function pointer(s). [constParameterCallback] plib-1.8.5/src/ssg/ssgLoadVRML1.cxx:342:91: style: Parameter 'defName' can be declared as pointer to const. However it seems that 'vrml1_parseCoordinate3' is a callback function, if 'defName' is declared with const you might also need to cast function pointer(s). [constParameterCallback] plib-1.8.5/src/ssg/ssgLoadVRML1.cxx:399:98: style: Parameter 'defName' can be declared as pointer to const. However it seems that 'vrml1_parseTextureCoordinate2' is a callback function, if 'defName' is declared with const you might also need to cast function pointer(s). [constParameterCallback] plib-1.8.5/src/ssg/ssgLoadVRML1.cxx:454:101: style: Parameter 'defName' can be declared as pointer to const. However it seems that 'vrml1_parseIndexedFaceSet' is a callback function, if 'defName' is declared with const you might also need to cast function pointer(s). [constParameterCallback] plib-1.8.5/src/ssgAux/ssgaCelestialBody.cxx:54:53: style: Parameter 'e' can be declared as pointer to const. However it seems that 'ssgaCelestialBodyOrbPostDraw' is a callback function, if 'e' is declared with const you might also need to cast function pointer(s). [constParameterCallback] plib-1.8.5/src/ssgAux/ssgaCelestialBody.cxx:77:54: style: Parameter 'e' can be declared as pointer to const. However it seems that 'ssgaCelestialBodyHaloPostDraw' is a callback function, if 'e' is declared with const you might also need to cast function pointer(s). [constParameterCallback] plib-1.8.5/src/ssgAux/ssgaSkyDome.cxx:63:44: style: Parameter 'e' can be declared as pointer to const. However it seems that 'ssgaSkyDomePostDraw' is a callback function, if 'e' is declared with const you might also need to cast function pointer(s). [constParameterCallback] plib-1.8.5/src/ssgAux/ssgaStars.cxx:52:41: style: Parameter 'e' can be declared as pointer to const. However it seems that 'ssgaStarPostDraw' is a callback function, if 'e' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/ploop/ploop_1.15.orig.tar.bz2 ploop-1.15/tools/ploop-snapshot.c:49:52: style: Parameter 'p' can be declared as pointer to const. However it seems that 'print_uuid' is a callback function, if 'p' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ploop-1.15/tools/ploop-snapshot.c:54:59: style: Parameter 'p' can be declared as pointer to const. However it seems that 'print_parent_uuid' is a callback function, if 'p' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/ploticus/ploticus_2.42.orig.tar.gz ploticus-2.42/src/swf.c:430:32: style: Parameter 'data' can be declared as pointer to const. However it seems that 'putC' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/plotnetcfg/plotnetcfg_0.4.1.orig.tar.gz plotnetcfg-0.4.1/frontend.c:28:40: style: Parameter 'arg' can be declared as pointer to const. However it seems that 'print_formats' is a callback function, if 'arg' is declared with const you might also need to cast function pointer(s). [constParameterCallback] plotnetcfg-0.4.1/handlers/master.c:36:42: style: Parameter 'entry' can be declared as pointer to const. However it seems that 'match_master' is a callback function, if 'entry' is declared with const you might also need to cast function pointer(s). [constParameterCallback] plotnetcfg-0.4.1/handlers/master.c:47:40: style: Parameter 'entry' can be declared as pointer to const. However it seems that 'match_link' is a callback function, if 'entry' is declared with const you might also need to cast function pointer(s). [constParameterCallback] plotnetcfg-0.4.1/handlers/veth.c:55:40: style: Parameter 'entry' can be declared as pointer to const. However it seems that 'match_peer' is a callback function, if 'entry' is declared with const you might also need to cast function pointer(s). [constParameterCallback] plotnetcfg-0.4.1/main.c:60:40: style: Parameter 'arg' can be declared as pointer to const. However it seems that 'print_version' is a callback function, if 'arg' is declared with const you might also need to cast function pointer(s). [constParameterCallback] plotnetcfg-0.4.1/handlers/openvswitch.c:551:47: style: Parameter 'entry' can be declared as pointer to const. However it seems that 'link_patch_search' is a callback function, if 'entry' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/plpgsql-check/plpgsql-check_2.8.2.orig.tar.gz plpgsql_check-2.8.2/src/cursors_leaks.c:175:22: style: Parameter 'func' can be declared as pointer to const. However it seems that 'func_end' is a callback function, if 'func' is declared with const you might also need to cast function pointer(s). [constParameterCallback] plpgsql_check-2.8.2/src/profiler.c:2232:21: style: Parameter 'stmt' can be declared as pointer to const. However it seems that 'profiler_stmt_beg' is a callback function, if 'stmt' is declared with const you might also need to cast function pointer(s). [constParameterCallback] plpgsql_check-2.8.2/src/tracer.c:776:64: style: Parameter 'func' can be declared as pointer to const. However it seems that 'tracer_func_setup' is a callback function, if 'func' is declared with const you might also need to cast function pointer(s). [constParameterCallback] plpgsql_check-2.8.2/src/tracer.c:979:23: style: Parameter 'func' can be declared as pointer to const. However it seems that 'tracer_func_end' is a callback function, if 'func' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/plplot/plplot_5.15.0+dfsg2.orig.tar.xz plplot-5.15.0/bindings/tk-x-plat/plplotter.c:891:63: style: Parameter 'eventPtr' can be declared as pointer to const. However it seems that 'PlPlotterConfigureEH' is a callback function, if 'eventPtr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] plplot-5.15.0/bindings/tk/plframe.c:928:61: style: Parameter 'eventPtr' can be declared as pointer to const. However it seems that 'PlFrameConfigureEH' is a callback function, if 'eventPtr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] plplot-5.15.0/examples/c++/wxPLplotDemo.cpp:94:42: style: Parameter 'event' can be declared as reference to const. However it seems that 'OnIdle' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). [constParameterCallback] plplot-5.15.0/lib/nn/hash.c:323:27: style: Parameter 'key' can be declared as pointer to const. However it seems that 'strcp' is a callback function, if 'key' is declared with const you might also need to cast function pointer(s). [constParameterCallback] plplot-5.15.0/lib/nn/hash.c:328:25: style: Parameter 'key1' can be declared as pointer to const. However it seems that 'streq' is a callback function, if 'key1' is declared with const you might also need to cast function pointer(s). [constParameterCallback] plplot-5.15.0/lib/nn/hash.c:328:37: style: Parameter 'key2' can be declared as pointer to const. However it seems that 'streq' is a callback function, if 'key2' is declared with const you might also need to cast function pointer(s). [constParameterCallback] plplot-5.15.0/lib/qsastime/bhunt_search_test.c:28:23: style: Parameter 'number1' can be declared as pointer to const. However it seems that 'gedouble' is a callback function, if 'number1' is declared with const you might also need to cast function pointer(s). [constParameterCallback] plplot-5.15.0/lib/qsastime/bhunt_search_test.c:28:40: style: Parameter 'number2' can be declared as pointer to const. However it seems that 'gedouble' is a callback function, if 'number2' is declared with const you might also need to cast function pointer(s). [constParameterCallback] plplot-5.15.0/utils/plrender.c:2062:51: style: Parameter 'client_data' can be declared as pointer to const. However it seems that 'Opt_b' is a callback function, if 'client_data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] plplot-5.15.0/utils/plrender.c:2083:51: style: Parameter 'client_data' can be declared as pointer to const. However it seems that 'Opt_e' is a callback function, if 'client_data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] plplot-5.15.0/utils/plrender.c:2104:51: style: Parameter 'client_data' can be declared as pointer to const. However it seems that 'Opt_p' is a callback function, if 'client_data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/plprofiler/plprofiler_4.2.5.orig.tar.gz plprofiler-REL4_2_5/plprofiler.c:388:38: style: Parameter 'estate' can be declared as pointer to const. However it seems that 'profiler_func_beg' is a callback function, if 'estate' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/pluma/pluma_1.26.1.orig.tar.xz pluma-1.26.1/plugins/docinfo/pluma-docinfo-plugin.c:503:50: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'pluma_docinfo_plugin_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pluma-1.26.1/plugins/docinfo/pluma-docinfo-plugin.c:523:48: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'pluma_docinfo_plugin_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pluma-1.26.1/plugins/filebrowser/pluma-file-browser-plugin.c:153:55: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'pluma_file_browser_plugin_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pluma-1.26.1/plugins/filebrowser/pluma-file-browser-plugin.c:173:53: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'pluma_file_browser_plugin_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pluma-1.26.1/plugins/filebrowser/pluma-file-browser-plugin.c:1026:56: style: Parameter 'widget' can be declared as pointer to const. However it seems that 'on_filter_pattern_changed_cb' is a callback function, if 'widget' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pluma-1.26.1/plugins/modelines/pluma-modeline-plugin.c:124:51: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'pluma_modeline_plugin_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pluma-1.26.1/plugins/modelines/pluma-modeline-plugin.c:144:49: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'pluma_modeline_plugin_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pluma-1.26.1/plugins/sort/pluma-sort-plugin.c:260:47: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'pluma_sort_plugin_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pluma-1.26.1/plugins/sort/pluma-sort-plugin.c:280:45: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'pluma_sort_plugin_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pluma-1.26.1/plugins/spell/pluma-automatic-spell-checker.c:272:32: style: Parameter 'mark' can be declared as pointer to const. However it seems that 'mark_set' is a callback function, if 'mark' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pluma-1.26.1/plugins/spell/pluma-spell-checker-language.c:329:53: style: Parameter 'user_data' can be declared as pointer to const. However it seems that 'key_cmp' is a callback function, if 'user_data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pluma-1.26.1/plugins/spell/pluma-spell-checker.c:75:44: style: Parameter 'object' can be declared as pointer to const. However it seems that 'pluma_spell_checker_set_property' is a callback function, if 'object' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pluma-1.26.1/plugins/spell/pluma-spell-checker.c:78:19: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'pluma_spell_checker_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pluma-1.26.1/plugins/spell/pluma-spell-checker.c:95:44: style: Parameter 'object' can be declared as pointer to const. However it seems that 'pluma_spell_checker_get_property' is a callback function, if 'object' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pluma-1.26.1/plugins/spell/pluma-spell-checker.c:97:15: style: Parameter 'value' can be declared as pointer to const. However it seems that 'pluma_spell_checker_get_property' is a callback function, if 'value' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pluma-1.26.1/plugins/spell/pluma-spell-checker.c:98:19: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'pluma_spell_checker_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pluma-1.26.1/plugins/filebrowser/pluma-file-browser-widget.c:369:31: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'pluma_file_browser_widget_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pluma-1.26.1/plugins/filebrowser/pluma-file-browser-widget.c:391:33: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'pluma_file_browser_widget_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pluma-1.26.1/plugins/filebrowser/pluma-file-browser-widget.c:1572:29: style: Parameter 'list' can be declared as pointer to const. However it seems that 'list_next_iterator' is a callback function, if 'list' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pluma-1.26.1/plugins/filebrowser/pluma-file-browser-widget.c:1581:29: style: Parameter 'list' can be declared as pointer to const. However it seems that 'list_prev_iterator' is a callback function, if 'list' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pluma-1.26.1/plugins/taglist/pluma-taglist-plugin-panel.c:96:21: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'pluma_taglist_plugin_panel_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pluma-1.26.1/plugins/taglist/pluma-taglist-plugin-panel.c:116:19: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'pluma_taglist_plugin_panel_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pluma-1.26.1/plugins/taglist/pluma-taglist-plugin-panel.c:274:34: style: Parameter 'event' can be declared as pointer to const. However it seems that 'tag_list_key_press_event_cb' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pluma-1.26.1/plugins/spell/pluma-spell-plugin.c:1382:48: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'pluma_spell_plugin_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pluma-1.26.1/plugins/spell/pluma-spell-plugin.c:1402:46: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'pluma_spell_plugin_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pluma-1.26.1/plugins/taglist/pluma-taglist-plugin.c:168:50: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'pluma_taglist_plugin_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pluma-1.26.1/plugins/taglist/pluma-taglist-plugin.c:188:48: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'pluma_taglist_plugin_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pluma-1.26.1/plugins/trailsave/pluma-trail-save-plugin.c:248:53: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'pluma_trail_save_plugin_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pluma-1.26.1/plugins/trailsave/pluma-trail-save-plugin.c:268:51: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'pluma_trail_save_plugin_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pluma-1.26.1/plugins/filebrowser/pluma-file-browser-view.c:793:20: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pluma-1.26.1/plugins/filebrowser/pluma-file-browser-view.c:815:22: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pluma-1.26.1/plugins/filebrowser/pluma-file-browser-view.c:1133:67: style: Parameter 'new_text' can be declared as pointer to const. However it seems that 'on_cell_edited' is a callback function, if 'new_text' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pluma-1.26.1/plugins/time/pluma-time-plugin.c:1109:47: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'pluma_time_plugin_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pluma-1.26.1/plugins/time/pluma-time-plugin.c:1129:45: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'pluma_time_plugin_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pluma-1.26.1/pluma/dialogs/pluma-search-dialog.c:91:21: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'pluma_search_dialog_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pluma-1.26.1/pluma/dialogs/pluma-search-dialog.c:111:19: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'pluma_search_dialog_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pluma-1.26.1/pluma/dialogs/pluma-close-confirmation-dialog.c:246:26: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'pluma_close_confirmation_dialog_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pluma-1.26.1/pluma/dialogs/pluma-close-confirmation-dialog.c:272:24: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'pluma_close_confirmation_dialog_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pluma-1.26.1/pluma/pluma-document-input-stream.c:73:22: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'pluma_document_input_stream_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pluma-1.26.1/pluma/pluma-document-input-stream.c:97:20: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'pluma_document_input_stream_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pluma-1.26.1/pluma/pluma-document-output-stream.c:78:23: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'pluma_document_output_stream_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pluma-1.26.1/pluma/pluma-document-output-stream.c:98:21: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'pluma_document_output_stream_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pluma-1.26.1/pluma/pluma-encodings-combo-box.c:81:18: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'pluma_encodings_combo_box_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pluma-1.26.1/pluma/pluma-encodings-combo-box.c:102:18: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'pluma_encodings_combo_box_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pluma-1.26.1/pluma/pluma-documents-panel.c:408:23: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'pluma_documents_panel_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pluma-1.26.1/pluma/pluma-documents-panel.c:428:21: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'pluma_documents_panel_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pluma-1.26.1/pluma/pluma-documents-panel.c:550:40: style: Parameter 'treeview' can be declared as pointer to const. However it seems that 'panel_popup_menu' is a callback function, if 'treeview' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pluma-1.26.1/pluma/pluma-encodings.c:448:37: style: Parameter 'enc' can be declared as pointer to const. However it seems that 'pluma_encoding_free' is a callback function, if 'enc' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pluma-1.26.1/pluma/pluma-history-entry.c:95:19: style: Parameter 'spec' can be declared as pointer to const. However it seems that 'pluma_history_entry_get_property' is a callback function, if 'spec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pluma-1.26.1/pluma/pluma-message.c:55:20: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'pluma_message_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pluma-1.26.1/pluma/pluma-message.c:80:22: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'pluma_message_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pluma-1.26.1/pluma/pluma-panel.c:100:18: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'pluma_panel_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pluma-1.26.1/pluma/pluma-panel.c:119:20: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'pluma_panel_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pluma-1.26.1/pluma/pluma-notebook.c:586:22: style: Parameter 'event' can be declared as pointer to const. However it seems that 'button_release_cb' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pluma-1.26.1/pluma/pluma-notebook.c:636:20: style: Parameter 'event' can be declared as pointer to const. However it seems that 'button_press_cb' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pluma-1.26.1/pluma/pluma-notebook.c:716:32: style: Parameter 'notebook' can be declared as pointer to const. However it seems that 'grab_focus_cb' is a callback function, if 'notebook' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pluma-1.26.1/pluma/pluma-notebook.c:717:25: style: Parameter 'event' can be declared as pointer to const. However it seems that 'grab_focus_cb' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pluma-1.26.1/pluma/pluma-notebook.c:718:25: style: Parameter 'data' can be declared as pointer to const. However it seems that 'grab_focus_cb' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pluma-1.26.1/pluma/pluma-notebook.c:725:30: style: Parameter 'notebook' can be declared as pointer to const. However it seems that 'focus_in_cb' is a callback function, if 'notebook' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pluma-1.26.1/pluma/pluma-notebook.c:726:23: style: Parameter 'event' can be declared as pointer to const. However it seems that 'focus_in_cb' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pluma-1.26.1/pluma/pluma-notebook.c:727:23: style: Parameter 'data' can be declared as pointer to const. However it seems that 'focus_in_cb' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pluma-1.26.1/pluma/pluma-notebook.c:734:31: style: Parameter 'notebook' can be declared as pointer to const. However it seems that 'focus_out_cb' is a callback function, if 'notebook' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pluma-1.26.1/pluma/pluma-notebook.c:735:24: style: Parameter 'event' can be declared as pointer to const. However it seems that 'focus_out_cb' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pluma-1.26.1/pluma/pluma-notebook.c:736:24: style: Parameter 'data' can be declared as pointer to const. However it seems that 'focus_out_cb' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pluma-1.26.1/pluma/pluma-notebook.c:1104:47: style: Parameter 'nb' can be declared as pointer to const. However it seems that 'set_close_buttons_sensitivity' is a callback function, if 'nb' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pluma-1.26.1/pluma/pluma-print-job.c:117:22: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'pluma_print_job_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pluma-1.26.1/pluma/pluma-print-job.c:136:24: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'pluma_print_job_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pluma-1.26.1/pluma/pluma-progress-message-area.c:75:22: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'pluma_progress_message_area_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pluma-1.26.1/pluma/pluma-progress-message-area.c:94:57: style: Parameter 'object' can be declared as pointer to const. However it seems that 'pluma_progress_message_area_get_property' is a callback function, if 'object' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pluma-1.26.1/pluma/pluma-progress-message-area.c:96:22: style: Parameter 'value' can be declared as pointer to const. However it seems that 'pluma_progress_message_area_get_property' is a callback function, if 'value' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pluma-1.26.1/pluma/pluma-progress-message-area.c:97:22: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'pluma_progress_message_area_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pluma-1.26.1/pluma/pluma-session.c:370:30: style: Parameter 'client' can be declared as pointer to const. However it seems that 'client_quit_cb' is a callback function, if 'client' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pluma-1.26.1/pluma/pluma-session.c:370:47: style: Parameter 'data' can be declared as pointer to const. However it seems that 'client_quit_cb' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pluma-1.26.1/pluma/pluma-print-preview.c:90:47: style: Parameter 'object' can be declared as pointer to const. However it seems that 'pluma_print_preview_get_property' is a callback function, if 'object' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pluma-1.26.1/pluma/pluma-print-preview.c:92:19: style: Parameter 'value' can be declared as pointer to const. However it seems that 'pluma_print_preview_get_property' is a callback function, if 'value' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pluma-1.26.1/pluma/pluma-print-preview.c:93:19: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'pluma_print_preview_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pluma-1.26.1/pluma/pluma-print-preview.c:106:49: style: Parameter 'object' can be declared as pointer to const. However it seems that 'pluma_print_preview_set_property' is a callback function, if 'object' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pluma-1.26.1/pluma/pluma-print-preview.c:109:21: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'pluma_print_preview_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pluma-1.26.1/pluma/pluma-print-preview.c:422:28: style: Parameter 'preview' can be declared as pointer to const. However it seems that 'page_entry_focus_out' is a callback function, if 'preview' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pluma-1.26.1/pluma/pluma-print-preview.c:539:42: style: Parameter 'widget' can be declared as pointer to const. However it seems that 'ignore_mouse_buttons' is a callback function, if 'widget' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pluma-1.26.1/pluma/pluma-print-preview.c:540:28: style: Parameter 'event' can be declared as pointer to const. However it seems that 'ignore_mouse_buttons' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pluma-1.26.1/pluma/pluma-print-preview.c:541:28: style: Parameter 'preview' can be declared as pointer to const. However it seems that 'ignore_mouse_buttons' is a callback function, if 'preview' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pluma-1.26.1/pluma/pluma-print-preview.c:792:25: style: Parameter 'event' can be declared as pointer to const. However it seems that 'preview_layout_key_press' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pluma-1.26.1/pluma/pluma-print-preview.c:1265:47: style: Parameter 'closure' can be declared as pointer to const. However it seems that 'dummy_write_func' is a callback function, if 'closure' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pluma-1.26.1/pluma/pluma-status-combo-box.c:70:29: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'pluma_status_combo_box_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pluma-1.26.1/pluma/pluma-status-combo-box.c:89:31: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'pluma_status_combo_box_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pluma-1.26.1/pluma/pluma-tab-label.c:73:24: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'pluma_tab_label_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pluma-1.26.1/pluma/pluma-tab-label.c:93:22: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'pluma_tab_label_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pluma-1.26.1/pluma/pluma-view.c:1341:45: style: Parameter 'event' can be declared as pointer to const. However it seems that 'search_window_scroll_event' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pluma-1.26.1/pluma/pluma-view.c:1366:45: style: Parameter 'event' can be declared as pointer to const. However it seems that 'search_window_key_press_event' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pluma-1.26.1/pluma/pluma-view.c:2409:41: style: Parameter 'text_view' can be declared as pointer to const. However it seems that 'pluma_view_populate_popup' is a callback function, if 'text_view' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pluma-1.26.1/pluma/pluma-view.c:2409:63: style: Parameter 'widget' can be declared as pointer to const. However it seems that 'pluma_view_populate_popup' is a callback function, if 'widget' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pluma-1.26.1/pluma/pluma-window.c:110:40: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'pluma_window_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pluma-1.26.1/pluma/pluma-window.c:3494:40: style: Parameter 'event' can be declared as pointer to const. However it seems that 'notebook_scroll_event' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pluma-1.26.1/pluma/pluma-window.c:3524:42: style: Parameter 'allocation' can be declared as pointer to const. However it seems that 'side_panel_size_allocate' is a callback function, if 'allocation' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pluma-1.26.1/pluma/pluma-window.c:3532:44: style: Parameter 'allocation' can be declared as pointer to const. However it seems that 'bottom_panel_size_allocate' is a callback function, if 'allocation' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/pluma-plugins/pluma-plugins_1.27.0.orig.tar.gz pluma-plugins-1.27.0/plugins/wordcompletion/pluma-word-completion-plugin.c:92:58: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'pluma_word_completion_plugin_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pluma-plugins-1.27.0/plugins/wordcompletion/pluma-word-completion-plugin.c:114:56: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'pluma_word_completion_plugin_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pluma-plugins-1.27.0/plugins/quickhighlight/pluma-quickhighlight-plugin.c:277:58: style: Parameter 'mark' can be declared as pointer to const. However it seems that 'pluma_quick_highlight_plugin_mark_set_cb' is a callback function, if 'mark' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pluma-plugins-1.27.0/plugins/quickhighlight/pluma-quickhighlight-plugin.c:345:56: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'pluma_quick_highlight_plugin_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pluma-plugins-1.27.0/plugins/quickhighlight/pluma-quickhighlight-plugin.c:365:58: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'pluma_quick_highlight_plugin_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pluma-plugins-1.27.0/plugins/bookmarks/pluma-bookmarks-plugin.c:156:52: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'pluma_bookmarks_plugin_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pluma-plugins-1.27.0/plugins/bookmarks/pluma-bookmarks-plugin.c:176:50: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'pluma_bookmarks_plugin_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/pluto-find-orb/pluto-find-orb_0.0~git20180227.orig.tar.xz pluto-find-orb/eph2tle.cpp:395:38: style: Parameter 'icontext' can be declared as pointer to const. However it seems that 'simplex_scoring' is a callback function, if 'icontext' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pluto-find-orb/mpc_obs.cpp:1943:55: style: Parameter 'ignored_context' can be declared as pointer to const. However it seems that 'qsort_strcmp' is a callback function, if 'ignored_context' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/plutovg/plutovg_1.3.0.orig.tar.gz plutovg-1.3.0/source/plutovg-blend.c:314:53: style: Parameter 'dest' can be declared as pointer to const. However it seems that 'composition_solid_destination' is a callback function, if 'dest' is declared with const you might also need to cast function pointer(s). [constParameterCallback] plutovg-1.3.0/source/plutovg-blend.c:467:47: style: Parameter 'dest' can be declared as pointer to const. However it seems that 'composition_destination' is a callback function, if 'dest' is declared with const you might also need to cast function pointer(s). [constParameterCallback] plutovg-1.3.0/source/plutovg-stb-image-write.h:284:52: style: Parameter 'data' can be declared as pointer to const. However it seems that 'stbi__stdio_write' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] plutovg-1.3.0/source/plutovg-stb-image.h:3465:63: style: Parameter 'in_near' can be declared as pointer to const. However it seems that 'stbi__resample_row_v_2' is a callback function, if 'in_near' is declared with const you might also need to cast function pointer(s). [constParameterCallback] plutovg-1.3.0/source/plutovg-stb-image.h:3465:81: style: Parameter 'in_far' can be declared as pointer to const. However it seems that 'stbi__resample_row_v_2' is a callback function, if 'in_far' is declared with const you might also need to cast function pointer(s). [constParameterCallback] plutovg-1.3.0/source/plutovg-stb-image.h:3505:64: style: Parameter 'in_near' can be declared as pointer to const. However it seems that 'stbi__resample_row_hv_2' is a callback function, if 'in_near' is declared with const you might also need to cast function pointer(s). [constParameterCallback] plutovg-1.3.0/source/plutovg-stb-image.h:3505:82: style: Parameter 'in_far' can be declared as pointer to const. However it seems that 'stbi__resample_row_hv_2' is a callback function, if 'in_far' is declared with const you might also need to cast function pointer(s). [constParameterCallback] plutovg-1.3.0/source/plutovg-stb-image.h:3646:67: style: Parameter 'in_near' can be declared as pointer to const. However it seems that 'stbi__resample_row_generic' is a callback function, if 'in_near' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/ply-probe/ply-probe_2.4.0.orig.tar.xz ply-probe-2.4.0/src/libply/aux/utils.c:111:43: style: Parameter 'n' can be declared as pointer to const. However it seems that '__ast_fprint_post' is a callback function, if 'n' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ply-probe-2.4.0/src/libply/built-in/built-in.c:292:45: style: Parameter 'pb' can be declared as pointer to const. However it seems that 'built_in_probe' is a callback function, if 'pb' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ply-probe-2.4.0/src/libply/built-in/flow.c:58:65: style: Parameter 'n' can be declared as pointer to const. However it seems that 'ifjump_ir_post' is a callback function, if 'n' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ply-probe-2.4.0/src/libply/built-in/print.c:196:62: style: Parameter 'ev' can be declared as pointer to const. However it seems that 'printf_ev_handler' is a callback function, if 'ev' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ply-probe-2.4.0/src/libply/built-in/print.c:292:61: style: Parameter 'ev' can be declared as pointer to const. However it seems that 'print_ev_handler' is a callback function, if 'ev' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ply-probe-2.4.0/src/libply/built-in/print.c:317:22: style: Parameter 'pb' can be declared as pointer to const. However it seems that 'print_rewrite' is a callback function, if 'pb' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ply-probe-2.4.0/src/libply/built-in/proc.c:24:38: style: Parameter 't' can be declared as pointer to const. However it seems that 'stack_fprint' is a callback function, if 't' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ply-probe-2.4.0/src/libply/compile.c:66:44: style: Parameter 'n' can be declared as pointer to const. However it seems that 'pass_type_validate' is a callback function, if 'n' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ply-probe-2.4.0/src/libply/compile.c:66:53: style: Parameter '_pb' can be declared as pointer to const. However it seems that 'pass_type_validate' is a callback function, if '_pb' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ply-probe-2.4.0/src/libply/built-in/memory.c:887:22: style: Parameter 'pb' can be declared as pointer to const. However it seems that 'clear_rewrite' is a callback function, if 'pb' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ply-probe-2.4.0/src/libply/provider/interval.c:21:49: style: Parameter 'pb' can be declared as pointer to const. However it seems that 'interval_sym_alloc' is a callback function, if 'pb' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ply-probe-2.4.0/src/libply/provider/interval.c:21:66: style: Parameter 'n' can be declared as pointer to const. However it seems that 'interval_sym_alloc' is a callback function, if 'n' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ply-probe-2.4.0/src/libply/provider/interval.c:95:46: style: Parameter 'pb' can be declared as pointer to const. However it seems that 'interval_detach' is a callback function, if 'pb' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ply-probe-2.4.0/src/libply/provider/special.c:12:48: style: Parameter 'pb' can be declared as pointer to const. However it seems that 'special_sym_alloc' is a callback function, if 'pb' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ply-probe-2.4.0/src/libply/provider/special.c:12:65: style: Parameter 'n' can be declared as pointer to const. However it seems that 'special_sym_alloc' is a callback function, if 'n' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ply-probe-2.4.0/src/libply/provider/profile.c:23:48: style: Parameter 'pb' can be declared as pointer to const. However it seems that 'profile_sym_alloc' is a callback function, if 'pb' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ply-probe-2.4.0/src/libply/provider/profile.c:23:65: style: Parameter 'n' can be declared as pointer to const. However it seems that 'profile_sym_alloc' is a callback function, if 'n' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ply-probe-2.4.0/src/libply/provider/profile.c:100:45: style: Parameter 'pb' can be declared as pointer to const. However it seems that 'profile_detach' is a callback function, if 'pb' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ply-probe-2.4.0/src/libply/provider/kprobe.c:62:39: style: Parameter 't' can be declared as pointer to const. However it seems that 'caller_fprint' is a callback function, if 't' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ply-probe-2.4.0/src/libply/provider/tracepoint.c:41:25: style: Parameter 'pb' can be declared as pointer to const. However it seems that 'tracepoint_dyn_ir_post' is a callback function, if 'pb' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ply-probe-2.4.0/src/libply/provider/tracepoint.c:348:48: style: Parameter 'pb' can be declared as pointer to const. However it seems that 'tracepoint_detach' is a callback function, if 'pb' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/plymouth/plymouth_24.004.60.orig.tar.xz plymouth-24.004.60/src/libply-splash-core/ply-device-manager.c:790:38: style: Parameter 'device_path' can be declared as pointer to const. However it seems that 'free_renderer' is a callback function, if 'device_path' is declared with const you might also need to cast function pointer(s). [constParameterCallback] plymouth-24.004.60/src/libply-splash-core/ply-terminal-emulator.c:296:71: style: Parameter 'parameters' can be declared as const array. However it seems that 'on_control_sequence_insert_blank_characters' is a callback function, if 'parameters' is declared with const you might also need to cast function pointer(s). [constParameterCallback] plymouth-24.004.60/src/libply-splash-core/ply-terminal-emulator.c:367:67: style: Parameter 'parameters' can be declared as const array. However it seems that 'on_control_sequence_move_cursor_up_rows' is a callback function, if 'parameters' is declared with const you might also need to cast function pointer(s). [constParameterCallback] plymouth-24.004.60/src/libply-splash-core/ply-terminal-emulator.c:400:69: style: Parameter 'parameters' can be declared as const array. However it seems that 'on_control_sequence_move_cursor_down_rows' is a callback function, if 'parameters' is declared with const you might also need to cast function pointer(s). [constParameterCallback] plymouth-24.004.60/src/libply-splash-core/ply-terminal-emulator.c:434:65: style: Parameter 'parameters' can be declared as const array. However it seems that 'on_control_sequence_move_cursor_right' is a callback function, if 'parameters' is declared with const you might also need to cast function pointer(s). [constParameterCallback] plymouth-24.004.60/src/libply-splash-core/ply-terminal-emulator.c:479:64: style: Parameter 'parameters' can be declared as const array. However it seems that 'on_control_sequence_move_cursor_left' is a callback function, if 'parameters' is declared with const you might also need to cast function pointer(s). [constParameterCallback] plymouth-24.004.60/src/libply-splash-core/ply-terminal-emulator.c:520:85: style: Parameter 'parameters' can be declared as const array. However it seems that 'on_control_sequence_move_cursor_down_rows_to_first_column' is a callback function, if 'parameters' is declared with const you might also need to cast function pointer(s). [constParameterCallback] plymouth-24.004.60/src/libply-splash-core/ply-terminal-emulator.c:554:83: style: Parameter 'parameters' can be declared as const array. However it seems that 'on_control_sequence_move_cursor_up_rows_to_first_column' is a callback function, if 'parameters' is declared with const you might also need to cast function pointer(s). [constParameterCallback] plymouth-24.004.60/src/libply-splash-core/ply-terminal-emulator.c:587:69: style: Parameter 'parameters' can be declared as const array. However it seems that 'on_control_sequence_move_cursor_to_column' is a callback function, if 'parameters' is declared with const you might also need to cast function pointer(s). [constParameterCallback] plymouth-24.004.60/src/libply-splash-core/ply-terminal-emulator.c:638:58: style: Parameter 'parameters' can be declared as const array. However it seems that 'on_control_sequence_erase_line' is a callback function, if 'parameters' is declared with const you might also need to cast function pointer(s). [constParameterCallback] plymouth-24.004.60/src/libply-splash-core/ply-terminal-emulator.c:699:65: style: Parameter 'parameters' can be declared as const array. However it seems that 'on_control_sequence_delete_characters' is a callback function, if 'parameters' is declared with const you might also need to cast function pointer(s). [constParameterCallback] plymouth-24.004.60/src/libply-splash-core/ply-terminal-emulator.c:742:64: style: Parameter 'parameters' can be declared as const array. However it seems that 'on_control_sequence_erase_characters' is a callback function, if 'parameters' is declared with const you might also need to cast function pointer(s). [constParameterCallback] plymouth-24.004.60/src/libply-splash-core/ply-terminal-emulator.c:785:62: style: Parameter 'parameters' can be declared as const array. However it seems that 'on_control_sequence_set_attributes' is a callback function, if 'parameters' is declared with const you might also need to cast function pointer(s). [constParameterCallback] plymouth-24.004.60/src/libply-splash-graphics/ply-image.c:112:36: style: Parameter 'row_info' can be declared as pointer to const. However it seems that 'transform_to_argb32' is a callback function, if 'row_info' is declared with const you might also need to cast function pointer(s). [constParameterCallback] plymouth-24.004.60/src/plugins/controls/label-freetype/plugin.c:745:56: style: Parameter 'span' can be declared as pointer to const. However it seems that 'set_rich_text_for_control' is a callback function, if 'span' is declared with const you might also need to cast function pointer(s). [constParameterCallback] plymouth-24.004.60/src/plugins/controls/label-freetype/plugin.c:894:48: style: Parameter 'label' can be declared as pointer to const. However it seems that 'is_control_hidden' is a callback function, if 'label' is declared with const you might also need to cast function pointer(s). [constParameterCallback] plymouth-24.004.60/src/plugins/controls/label-pango/plugin.c:763:48: style: Parameter 'label' can be declared as pointer to const. However it seems that 'is_control_hidden' is a callback function, if 'label' is declared with const you might also need to cast function pointer(s). [constParameterCallback] plymouth-24.004.60/src/plugins/splash/details/plugin.c:273:48: style: Parameter 'display' can be declared as pointer to const. However it seems that 'remove_text_display' is a callback function, if 'display' is declared with const you might also need to cast function pointer(s). [constParameterCallback] plymouth-24.004.60/src/plugins/splash/details/plugin.c:322:42: style: Parameter 'plugin' can be declared as pointer to const. However it seems that 'update_status' is a callback function, if 'plugin' is declared with const you might also need to cast function pointer(s). [constParameterCallback] plymouth-24.004.60/src/plugins/renderers/frame-buffer/plugin.c:176:51: style: Parameter 'area_to_flush' can be declared as pointer to const. However it seems that 'flush_area_to_any_device' is a callback function, if 'area_to_flush' is declared with const you might also need to cast function pointer(s). [constParameterCallback] plymouth-24.004.60/src/plugins/renderers/frame-buffer/plugin.c:216:54: style: Parameter 'area_to_flush' can be declared as pointer to const. However it seems that 'flush_area_to_xrgb32_device' is a callback function, if 'area_to_flush' is declared with const you might also need to cast function pointer(s). [constParameterCallback] plymouth-24.004.60/src/plugins/renderers/frame-buffer/plugin.c:374:42: style: Parameter 'backend' can be declared as pointer to const. However it seems that 'get_device_name' is a callback function, if 'backend' is declared with const you might also need to cast function pointer(s). [constParameterCallback] plymouth-24.004.60/src/plugins/renderers/frame-buffer/plugin.c:635:36: style: Parameter 'backend' can be declared as pointer to const. However it seems that 'get_heads' is a callback function, if 'backend' is declared with const you might also need to cast function pointer(s). [constParameterCallback] plymouth-24.004.60/src/plugins/renderers/frame-buffer/plugin.c:642:46: style: Parameter 'head' can be declared as pointer to const. However it seems that 'get_buffer_for_head' is a callback function, if 'head' is declared with const you might also need to cast function pointer(s). [constParameterCallback] plymouth-24.004.60/src/plugins/renderers/drm/plugin.c:912:42: style: Parameter 'backend' can be declared as pointer to const. However it seems that 'get_device_name' is a callback function, if 'backend' is declared with const you might also need to cast function pointer(s). [constParameterCallback] plymouth-24.004.60/src/plugins/renderers/drm/plugin.c:1768:36: style: Parameter 'backend' can be declared as pointer to const. However it seems that 'get_heads' is a callback function, if 'backend' is declared with const you might also need to cast function pointer(s). [constParameterCallback] plymouth-24.004.60/src/plugins/renderers/drm/plugin.c:1774:46: style: Parameter 'backend' can be declared as pointer to const. However it seems that 'get_buffer_for_head' is a callback function, if 'backend' is declared with const you might also need to cast function pointer(s). [constParameterCallback] plymouth-24.004.60/src/plugins/renderers/drm/plugin.c:1775:46: style: Parameter 'head' can be declared as pointer to const. However it seems that 'get_buffer_for_head' is a callback function, if 'head' is declared with const you might also need to cast function pointer(s). [constParameterCallback] plymouth-24.004.60/src/plugins/renderers/drm/plugin.c:1958:52: style: Parameter 'backend' can be declared as pointer to const. However it seems that 'get_panel_properties' is a callback function, if 'backend' is declared with const you might also need to cast function pointer(s). [constParameterCallback] plymouth-24.004.60/src/plugins/splash/script/script-object.c:277:55: style: Parameter 'user_data' can be declared as pointer to const. However it seems that 'script_obj_direct_as_bool' is a callback function, if 'user_data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] plymouth-24.004.60/src/plugins/splash/text/plugin.c:481:48: style: Parameter 'display' can be declared as pointer to const. However it seems that 'remove_text_display' is a callback function, if 'display' is declared with const you might also need to cast function pointer(s). [constParameterCallback] plymouth-24.004.60/src/plugins/splash/text/plugin.c:526:42: style: Parameter 'plugin' can be declared as pointer to const. However it seems that 'update_status' is a callback function, if 'plugin' is declared with const you might also need to cast function pointer(s). [constParameterCallback] plymouth-24.004.60/src/plugins/splash/tribar/plugin.c:487:48: style: Parameter 'display' can be declared as pointer to const. However it seems that 'remove_text_display' is a callback function, if 'display' is declared with const you might also need to cast function pointer(s). [constParameterCallback] plymouth-24.004.60/src/plugins/splash/tribar/plugin.c:532:42: style: Parameter 'plugin' can be declared as pointer to const. However it seems that 'update_status' is a callback function, if 'plugin' is declared with const you might also need to cast function pointer(s). [constParameterCallback] plymouth-24.004.60/src/plugins/splash/fade-throbber/plugin.c:882:49: style: Parameter 'display' can be declared as pointer to const. However it seems that 'remove_pixel_display' is a callback function, if 'display' is declared with const you might also need to cast function pointer(s). [constParameterCallback] plymouth-24.004.60/src/plugins/splash/two-step/plugin.c:1794:49: style: Parameter 'display' can be declared as pointer to const. However it seems that 'remove_pixel_display' is a callback function, if 'display' is declared with const you might also need to cast function pointer(s). [constParameterCallback] plymouth-24.004.60/src/plugins/splash/two-step/plugin.c:1941:42: style: Parameter 'plugin' can be declared as pointer to const. However it seems that 'update_status' is a callback function, if 'plugin' is declared with const you might also need to cast function pointer(s). [constParameterCallback] plymouth-24.004.60/src/plugins/splash/space-flares/plugin.c:1535:49: style: Parameter 'display' can be declared as pointer to const. However it seems that 'remove_pixel_display' is a callback function, if 'display' is declared with const you might also need to cast function pointer(s). [constParameterCallback] plymouth-24.004.60/src/plugins/splash/space-flares/plugin.c:1816:42: style: Parameter 'plugin' can be declared as pointer to const. However it seems that 'update_status' is a callback function, if 'plugin' is declared with const you might also need to cast function pointer(s). [constParameterCallback] plymouth-24.004.60/src/ply-boot-server.c:804:47: style: Parameter 'server' can be declared as pointer to const. However it seems that 'ply_boot_server_on_hangup' is a callback function, if 'server' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/pmacct/pmacct_1.7.8.orig.tar.gz pmacct-1.7.8/src/bmp/bmp_logdump.c:1333:50: style: Parameter 'null1' can be declared as pointer to const. However it seems that 'bmp_log_rm_tlv_path_marking' is a callback function, if 'null1' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pmacct-1.7.8/src/bmp/bmp_logdump.c:1333:74: style: Parameter 'null2' can be declared as pointer to const. However it seems that 'bmp_log_rm_tlv_path_marking' is a callback function, if 'null2' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pmacct-1.7.8/src/bmp/bmp_logdump.c:1333:99: style: Parameter 'null3' can be declared as pointer to const. However it seems that 'bmp_log_rm_tlv_path_marking' is a callback function, if 'null3' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pmacct-1.7.8/src/bmp/bmp_logdump.c:1333:112: style: Parameter 'null4' can be declared as pointer to const. However it seems that 'bmp_log_rm_tlv_path_marking' is a callback function, if 'null4' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pmacct-1.7.8/src/bmp/bmp_logdump.c:1333:137: style: Parameter 'vobj' can be declared as pointer to const. However it seems that 'bmp_log_rm_tlv_path_marking' is a callback function, if 'vobj' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pmacct-1.7.8/src/bmp/bmp_rpat.c:398:43: style: Parameter 'peer' can be declared as pointer to const. However it seems that 'bmp_log_msg_rpat_vrf' is a callback function, if 'peer' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pmacct-1.7.8/src/bmp/bmp_rpat.c:398:66: style: Parameter 'bdata' can be declared as pointer to const. However it seems that 'bmp_log_msg_rpat_vrf' is a callback function, if 'bdata' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pmacct-1.7.8/src/bmp/bmp_rpat.c:398:101: style: Parameter 'event_type' can be declared as pointer to const. However it seems that 'bmp_log_msg_rpat_vrf' is a callback function, if 'event_type' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pmacct-1.7.8/src/bmp/bmp_rpat.c:398:131: style: Parameter 'vobj' can be declared as pointer to const. However it seems that 'bmp_log_msg_rpat_vrf' is a callback function, if 'vobj' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pmacct-1.7.8/src/bmp/bmp_rpat.c:440:46: style: Parameter 'peer' can be declared as pointer to const. However it seems that 'bmp_log_msg_rpat_policy' is a callback function, if 'peer' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pmacct-1.7.8/src/bmp/bmp_rpat.c:440:69: style: Parameter 'bdata' can be declared as pointer to const. However it seems that 'bmp_log_msg_rpat_policy' is a callback function, if 'bdata' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pmacct-1.7.8/src/bmp/bmp_rpat.c:440:104: style: Parameter 'event_type' can be declared as pointer to const. However it seems that 'bmp_log_msg_rpat_policy' is a callback function, if 'event_type' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pmacct-1.7.8/src/bmp/bmp_rpat.c:440:134: style: Parameter 'vobj' can be declared as pointer to const. However it seems that 'bmp_log_msg_rpat_policy' is a callback function, if 'vobj' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pmacct-1.7.8/src/bgp/bgp_lookup.c:792:57: style: Parameter 'peer' can be declared as pointer to const. However it seems that 'bgp_route_info_modulo_pathid' is a callback function, if 'peer' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pmacct-1.7.8/src/bgp/bgp_lookup.c:792:74: style: Parameter 'path_id' can be declared as pointer to const. However it seems that 'bgp_route_info_modulo_pathid' is a callback function, if 'path_id' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pmacct-1.7.8/src/isis/isis.c:343:46: style: Parameter 'pptrs' can be declared as pointer to const. However it seems that 'iso_handler' is a callback function, if 'pptrs' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pmacct-1.7.8/src/isis/thread.c:215:49: style: Parameter 'a' can be declared as pointer to const. However it seems that 'cpu_record_hash_key' is a callback function, if 'a' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pmacct-1.7.8/src/sfprobe_plugin/sfprobe_plugin.c:155:34: style: Parameter 'magic' can be declared as pointer to const. However it seems that 'agentCB_alloc' is a callback function, if 'magic' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pmacct-1.7.8/src/sfprobe_plugin/sfprobe_plugin.c:155:51: style: Parameter 'agent' can be declared as pointer to const. However it seems that 'agentCB_alloc' is a callback function, if 'agent' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/pmdk/pmdk_1.13.1.orig.tar.gz pmdk-1.13.1/src/benchmarks/clo.cpp:46:38: style: Parameter 'clo' can be declared as pointer to const. However it seems that 'clo_parse_flag' is a callback function, if 'clo' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pmdk-1.13.1/src/benchmarks/clo.cpp:66:37: style: Parameter 'clo' can be declared as pointer to const. However it seems that 'clo_parse_str' is a callback function, if 'clo' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pmdk-1.13.1/src/benchmarks/clo.cpp:224:43: style: Parameter 'clo' can be declared as pointer to const. However it seems that 'clo_eval_range_uint' is a callback function, if 'clo' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pmdk-1.13.1/src/benchmarks/clo.cpp:269:42: style: Parameter 'clo' can be declared as pointer to const. However it seems that 'clo_eval_range_int' is a callback function, if 'clo' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pmdk-1.13.1/src/benchmarks/clo.cpp:503:36: style: Parameter 'clo' can be declared as pointer to const. However it seems that 'clo_str_flag' is a callback function, if 'clo' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pmdk-1.13.1/src/benchmarks/clo.cpp:517:35: style: Parameter 'clo' can be declared as pointer to const. However it seems that 'clo_str_str' is a callback function, if 'clo' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pmdk-1.13.1/src/benchmarks/clo.cpp:529:35: style: Parameter 'clo' can be declared as pointer to const. However it seems that 'clo_str_int' is a callback function, if 'clo' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pmdk-1.13.1/src/benchmarks/clo.cpp:567:36: style: Parameter 'clo' can be declared as pointer to const. However it seems that 'clo_str_uint' is a callback function, if 'clo' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pmdk-1.13.1/src/deps/miniasync/examples/basic/basic.c:77:47: style: Parameter 'arg' can be declared as pointer to const. However it seems that 'memcpy_to_print_map' is a callback function, if 'arg' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pmdk-1.13.1/src/deps/miniasync/extras/dml/data_mover_dml.c:337:24: style: Parameter 'fut' can be declared as pointer to const. However it seems that 'has_property_dmd' is a callback function, if 'fut' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pmdk-1.13.1/src/deps/miniasync/examples/hashmap/hashmap.c:1136:33: style: Parameter 'value' can be declared as pointer to const. However it seems that 'print_entry' is a callback function, if 'value' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pmdk-1.13.1/src/deps/miniasync/examples/hashmap/hashmap.c:1136:46: style: Parameter 'arg' can be declared as pointer to const. However it seems that 'print_entry' is a callback function, if 'arg' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pmdk-1.13.1/src/deps/miniasync/src/data_mover_threads.c:276:24: style: Parameter 'fut' can be declared as pointer to const. However it seems that 'has_property_dmt' is a callback function, if 'fut' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pmdk-1.13.1/src/deps/miniasync/tests/future_properties/future_property_async.c:29:29: style: Parameter 'fut' can be declared as pointer to const. However it seems that 'future_async_property' is a callback function, if 'fut' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pmdk-1.13.1/src/examples/libpmem2/unsafe_shutdown/unsafe_shutdown.c:534:29: style: Parameter 'pool' can be declared as pointer to const. However it seems that 'user_data_read' is a callback function, if 'pool' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pmdk-1.13.1/src/examples/libpmem2/unsafe_shutdown/unsafe_shutdown.c:535:20: style: Parameter 'data' can be declared as pointer to const. However it seems that 'user_data_read' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pmdk-1.13.1/src/examples/libpmem2/unsafe_shutdown/unsafe_shutdown.c:535:52: style: Parameter 'arg' can be declared as pointer to const. However it seems that 'user_data_read' is a callback function, if 'arg' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pmdk-1.13.1/src/examples/libpmemobj/libart/arttree_examine.c:482:26: style: Parameter 'appname' can be declared as pointer to const. However it seems that 'examine_var_string' is a callback function, if 'appname' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pmdk-1.13.1/src/examples/libpmemobj/libart/arttree_structures.c:263:21: style: Parameter 'appname' can be declared as pointer to const. However it seems that 'set_root_help' is a callback function, if 'appname' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pmdk-1.13.1/src/examples/libpmemobj/libart/arttree_structures.c:273:72: style: Parameter 'argv' can be declared as const array. However it seems that 'set_root_func' is a callback function, if 'argv' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pmdk-1.13.1/src/examples/libpmemobj/libart/arttree_structures.c:292:17: style: Parameter 'appname' can be declared as pointer to const. However it seems that 'quit_help' is a callback function, if 'appname' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pmdk-1.13.1/src/examples/libpmemobj/libart/arttree_structures.c:302:17: style: Parameter 'appname' can be declared as pointer to const. However it seems that 'quit_func' is a callback function, if 'appname' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pmdk-1.13.1/src/examples/libpmemobj/libart/arttree_structures.c:302:47: style: Parameter 'ctx' can be declared as pointer to const. However it seems that 'quit_func' is a callback function, if 'ctx' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pmdk-1.13.1/src/examples/libpmemobj/libart/arttree_structures.c:302:68: style: Parameter 'argv' can be declared as const array. However it seems that 'quit_func' is a callback function, if 'argv' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pmdk-1.13.1/src/examples/libpmemobj/libart/arttree_structures.c:313:17: style: Parameter 'appname' can be declared as pointer to const. However it seems that 'help_help' is a callback function, if 'appname' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pmdk-1.13.1/src/examples/libpmemobj/libart/arttree_structures.c:346:31: style: Parameter 'appname' can be declared as pointer to const. However it seems that 'arttree_structures_help' is a callback function, if 'appname' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pmdk-1.13.1/src/examples/libpmemobj/libart/arttree_structures.c:352:61: style: Parameter 'ctx' can be declared as pointer to const. However it seems that 'arttree_structures_func' is a callback function, if 'ctx' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pmdk-1.13.1/src/examples/libpmemobj/libart/arttree_structures.c:463:25: style: Parameter 'appname' can be declared as pointer to const. However it seems that 'arttree_info_help' is a callback function, if 'appname' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pmdk-1.13.1/src/examples/libpmemobj/libart/arttree_structures.c:469:25: style: Parameter 'appname' can be declared as pointer to const. However it seems that 'arttree_info_func' is a callback function, if 'appname' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pmdk-1.13.1/src/examples/libpmemobj/libart/arttree_structures.c:469:55: style: Parameter 'ctx' can be declared as pointer to const. However it seems that 'arttree_info_func' is a callback function, if 'ctx' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pmdk-1.13.1/src/examples/libpmemobj/libart/arttree_structures.c:469:74: style: Parameter 'av' can be declared as const array. However it seems that 'arttree_info_func' is a callback function, if 'av' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pmdk-1.13.1/src/libpmem2/mcsafe_ops_posix.c:65:53: style: Parameter 'buf' can be declared as pointer to const. However it seems that 'mcsafe_op_reg_write' is a callback function, if 'buf' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pmdk-1.13.1/src/libpmempool/rm.c:78:25: style: Parameter 'pf' can be declared as pointer to const. However it seems that 'rm_cb' is a callback function, if 'pf' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pmdk-1.13.1/src/test/obj_bucket/obj_bucket.c:25:47: style: Parameter 'c' can be declared as pointer to const. However it seems that 'container_test_insert' is a callback function, if 'c' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pmdk-1.13.1/src/test/obj_bucket/obj_bucket.c:45:53: style: Parameter 'c' can be declared as pointer to const. However it seems that 'container_test_get_rm_exact' is a callback function, if 'c' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pmdk-1.13.1/src/test/obj_defrag_advanced/obj_defrag_advanced.c:262:60: style: Parameter 'argv' can be declared as const array. However it seems that 'op_pool_create' is a callback function, if 'argv' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pmdk-1.13.1/src/test/obj_defrag_advanced/obj_defrag_advanced.c:325:59: style: Parameter 'argv' can be declared as const array. However it seems that 'op_graph_dump' is a callback function, if 'argv' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pmdk-1.13.1/src/test/obj_defrag_advanced/obj_defrag_advanced.c:499:58: style: Parameter 'argv' can be declared as const array. However it seems that 'op_pool_open' is a callback function, if 'argv' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pmdk-1.13.1/src/test/obj_defrag_advanced/obj_defrag_advanced.c:519:63: style: Parameter 'argv' can be declared as const array. However it seems that 'op_graph_dump_all' is a callback function, if 'argv' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pmdk-1.13.1/src/test/obj_heap_interrupt/obj_heap_interrupt.c:46:26: style: Parameter 'pop' can be declared as pointer to const. However it seems that 'noop_verify' is a callback function, if 'pop' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pmdk-1.13.1/src/test/obj_heap/obj_heap.c:57:22: style: Parameter 'ctx' can be declared as pointer to const. However it seems that 'obj_heap_drain' is a callback function, if 'ctx' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pmdk-1.13.1/src/test/obj_lane/obj_lane.c:35:18: style: Parameter 'ctx' can be declared as pointer to const. However it seems that 'mock_flush' is a callback function, if 'ctx' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pmdk-1.13.1/src/test/obj_lane/obj_lane.c:44:20: style: Parameter 'ctx' can be declared as pointer to const. However it seems that 'mock_persist' is a callback function, if 'ctx' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pmdk-1.13.1/src/test/obj_lane/obj_lane.c:63:18: style: Parameter 'ctx' can be declared as pointer to const. However it seems that 'mock_drain' is a callback function, if 'ctx' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pmdk-1.13.1/src/test/obj_memblock/obj_memblock.c:164:20: style: Parameter 'base' can be declared as pointer to const. However it seems that 'fake_persist' is a callback function, if 'base' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pmdk-1.13.1/src/test/obj_memops/obj_memops.c:423:19: style: Parameter 'ctx' can be declared as pointer to const. However it seems that 'drain_empty' is a callback function, if 'ctx' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pmdk-1.13.1/src/test/obj_memops/obj_memops.c:432:21: style: Parameter 'ctx' can be declared as pointer to const. However it seems that 'persist_empty' is a callback function, if 'ctx' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pmdk-1.13.1/src/test/obj_memops/obj_memops.c:441:19: style: Parameter 'ctx' can be declared as pointer to const. However it seems that 'flush_empty' is a callback function, if 'ctx' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pmdk-1.13.1/src/test/obj_sync/obj_sync.c:61:26: style: Parameter 'arg' can be declared as pointer to const. However it seems that 'mutex_write_worker' is a callback function, if 'arg' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pmdk-1.13.1/src/test/obj_sync/obj_sync.c:104:25: style: Parameter 'arg' can be declared as pointer to const. However it seems that 'cond_write_worker' is a callback function, if 'arg' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pmdk-1.13.1/src/test/obj_sync/obj_sync.c:150:27: style: Parameter 'arg' can be declared as pointer to const. However it seems that 'rwlock_write_worker' is a callback function, if 'arg' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pmdk-1.13.1/src/test/obj_sync/obj_sync.c:192:26: style: Parameter 'arg' can be declared as pointer to const. However it seems that 'timed_write_worker' is a callback function, if 'arg' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pmdk-1.13.1/src/test/obj_sync/obj_sync.c:284:24: style: Parameter 'ctx' can be declared as pointer to const. However it seems that 'obj_sync_persist' is a callback function, if 'ctx' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pmdk-1.13.1/src/test/pmem2_granularity/pmem2_granularity.c:140:45: style: Parameter 'ctx' can be declared as pointer to const. However it seems that 'map_with_unavailable_granularity' is a callback function, if 'ctx' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pmdk-1.13.1/src/test/pmem2_integration/pmem2_integration.c:846:70: style: Parameter 'argv' can be declared as const array. However it seems that 'test_source_anon_private' is a callback function, if 'argv' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pmdk-1.13.1/src/test/pmem2_integration/pmem2_integration.c:859:69: style: Parameter 'argv' can be declared as const array. However it seems that 'test_source_anon_shared' is a callback function, if 'argv' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pmdk-1.13.1/src/test/pmem2_integration/pmem2_integration.c:872:67: style: Parameter 'argv' can be declared as const array. However it seems that 'test_source_anon_page' is a callback function, if 'argv' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pmdk-1.13.1/src/test/pmem2_integration/pmem2_integration.c:885:71: style: Parameter 'argv' can be declared as const array. However it seems that 'test_source_anon_zero_len' is a callback function, if 'argv' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pmdk-1.13.1/src/test/pmem2_integration/pmem2_integration.c:898:72: style: Parameter 'argv' can be declared as const array. However it seems that 'test_source_anon_too_small' is a callback function, if 'argv' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pmdk-1.13.1/src/test/tools/bttcreate/bttcreate.c:110:14: style: Parameter 'ns' can be declared as pointer to const. However it seems that 'nssync' is a callback function, if 'ns' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pmdk-1.13.1/src/test/tools/bttcreate/bttcreate.c:110:39: style: Parameter 'addr' can be declared as pointer to const. However it seems that 'nssync' is a callback function, if 'addr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pmdk-1.13.1/src/test/win_lists/win_lists.c:127:42: style: Parameter 'a' can be declared as pointer to const. However it seems that 'sortedq_node_comparer' is a callback function, if 'a' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pmdk-1.13.1/src/test/win_lists/win_lists.c:127:64: style: Parameter 'b' can be declared as pointer to const. However it seems that 'sortedq_node_comparer' is a callback function, if 'b' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/pmemkv/pmemkv_1.4.orig.tar.gz pmemkv-1.4/examples/pmemkv_config_c/pmemkv_basic_config.c:26:34: style: Parameter 'arg' can be declared as pointer to const. However it seems that 'key_length_compare' is a callback function, if 'arg' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pmemkv-1.4/examples/pmemkv_comparator_c/pmemkv_comparator.c:27:13: style: Parameter 'arg' can be declared as pointer to const. However it seems that 'get_kv_callback' is a callback function, if 'arg' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pmemkv-1.4/examples/pmemkv_comparator_c/pmemkv_comparator.c:35:34: style: Parameter 'arg' can be declared as pointer to const. However it seems that 'reverse_three_way_compare' is a callback function, if 'arg' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pmemkv-1.4/examples/pmemkv_basic_c/pmemkv_basic.c:27:13: style: Parameter 'arg' can be declared as pointer to const. However it seems that 'get_kv_callback' is a callback function, if 'arg' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pmemkv-1.4/tests/comparator/custom_reopen.c:13:75: style: Parameter 'arg' can be declared as pointer to const. However it seems that 'compare' is a callback function, if 'arg' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pmemkv-1.4/tests/comparator/default_reopen.c:13:75: style: Parameter 'arg' can be declared as pointer to const. However it seems that 'compare' is a callback function, if 'arg' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/pmix/pmix_6.0.0.orig.tar.xz pmix-6.0.0/src/class/pmix_hash_table.c:589:61: style: Parameter 'elt' can be declared as pointer to const. However it seems that 'pmix_hash_hash_elt_ptr' is a callback function, if 'elt' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pmix-6.0.0/src/client/pmix_client_spawn.c:551:53: style: Parameter 'nspace' can be declared as const array. However it seems that 'spawn_cbfunc' is a callback function, if 'nspace' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pmix-6.0.0/src/common/pmix_security.c:112:62: style: Parameter 'credential' can be declared as pointer to const. However it seems that 'mycdcb' is a callback function, if 'credential' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pmix-6.0.0/src/mca/base/pmix_mca_base_var_enum.c:329:48: style: Parameter 'self' can be declared as pointer to const. However it seems that 'enum_dump' is a callback function, if 'self' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pmix-6.0.0/src/mca/base/pmix_mca_base_var_enum.c:356:53: style: Parameter 'self' can be declared as pointer to const. However it seems that 'enum_get_count' is a callback function, if 'self' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pmix-6.0.0/src/mca/bfrops/v21/bfrop_pmix21.c:767:91: style: Parameter 'src' can be declared as pointer to const. However it seems that 'pmix21_bfrop_copy_modex' is a callback function, if 'src' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pmix-6.0.0/src/mca/bfrops/v21/bfrop_pmix21.c:792:68: style: Parameter 'prefix' can be declared as pointer to const. However it seems that 'pmix21_bfrop_print_array' is a callback function, if 'prefix' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pmix-6.0.0/src/mca/bfrops/v3/bfrop_pmix3.c:771:90: style: Parameter 'src' can be declared as pointer to const. However it seems that 'pmix3_bfrop_copy_modex' is a callback function, if 'src' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pmix-6.0.0/src/mca/bfrops/v3/bfrop_pmix3.c:796:67: style: Parameter 'prefix' can be declared as pointer to const. However it seems that 'pmix3_bfrop_print_array' is a callback function, if 'prefix' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pmix-6.0.0/src/mca/psensor/file/psensor_file.c:248:57: style: Parameter 'id' can be declared as pointer to const. However it seems that 'stop' is a callback function, if 'id' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pmix-6.0.0/src/mca/psensor/heartbeat/psensor_heartbeat.c:242:67: style: Parameter 'id' can be declared as pointer to const. However it seems that 'heartbeat_stop' is a callback function, if 'id' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pmix-6.0.0/src/server/pmix_server.c:3559:54: style: Parameter 'nspace' can be declared as pointer to const. However it seems that 'spawn_cbfunc' is a callback function, if 'nspace' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pmix-6.0.0/src/server/pmix_server.c:4817:63: style: Parameter 'info' can be declared as const array. However it seems that 'respeers_cbfunc' is a callback function, if 'info' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pmix-6.0.0/src/server/pmix_server.c:4900:63: style: Parameter 'info' can be declared as const array. However it seems that 'resnodes_cbfunc' is a callback function, if 'info' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pmix-6.0.0/test/simple/simpclient.c:78:67: style: Parameter 'info' can be declared as const array. However it seems that 'model_callback' is a callback function, if 'info' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pmix-6.0.0/test/simple/simpcycle.c:72:67: style: Parameter 'info' can be declared as const array. However it seems that 'model_callback' is a callback function, if 'info' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pmix-6.0.0/test/simple/simptest.c:278:67: style: Parameter 'info' can be declared as const array. However it seems that 'model_callback' is a callback function, if 'info' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pmix-6.0.0/test/simple/simptest.c:863:52: style: Parameter 'data' can be declared as pointer to const. However it seems that 'modex_resp' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/pngnq/pngnq_1.1+ds.orig.tar.xz pngnq-1.1/src/pngcomp.c:386:24: style: Parameter 'p1' can be declared as pointer to const. However it seems that 'RGBerrval' is a callback function, if 'p1' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pngnq-1.1/src/pngcomp.c:386:35: style: Parameter 'p2' can be declared as pointer to const. However it seems that 'RGBerrval' is a callback function, if 'p2' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pngnq-1.1/src/pngcomp.c:398:24: style: Parameter 'p1' can be declared as pointer to const. However it seems that 'LUVerrval' is a callback function, if 'p1' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pngnq-1.1/src/pngcomp.c:398:35: style: Parameter 'p2' can be declared as pointer to const. However it seems that 'LUVerrval' is a callback function, if 'p2' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/pngquant/pngquant_2.18.0.orig.tar.gz pngquant-2.18.0/test/test.c:9:87: style: Parameter 'user_info' can be declared as pointer to const. However it seems that 'test_log_callback_function' is a callback function, if 'user_info' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pngquant-2.18.0/test/test.c:15:62: style: Parameter 'user_info' can be declared as pointer to const. However it seems that 'test_abort_callback' is a callback function, if 'user_info' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pngquant-2.18.0/test/test.c:21:65: style: Parameter 'user_info' can be declared as pointer to const. However it seems that 'test_continue_callback' is a callback function, if 'user_info' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/pnmixer/pnmixer_0.7.2.orig.tar.gz pnmixer-0.7.2/src/audio.c:147:33: style: Parameter 'h1' can be declared as pointer to const. However it seems that 'audio_handler_cmp' is a callback function, if 'h1' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pnmixer-0.7.2/src/audio.c:147:51: style: Parameter 'h2' can be declared as pointer to const. However it seems that 'audio_handler_cmp' is a callback function, if 'h2' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pnmixer-0.7.2/src/hotkey.c:52:43: style: Parameter 'disp' can be declared as pointer to const. However it seems that 'grab_error_handler' is a callback function, if 'disp' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pnmixer-0.7.2/src/hotkey.c:52:76: style: Parameter 'ev' can be declared as pointer to const. However it seems that 'grab_error_handler' is a callback function, if 'ev' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pnmixer-0.7.2/src/main.c:118:39: style: Parameter 'this_dialog' can be declared as pointer to const. However it seems that 'prefs_dialog_response_cb' is a callback function, if 'this_dialog' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pnmixer-0.7.2/src/main.c:291:44: style: Parameter 'event' can be declared as pointer to const. However it seems that 'on_audio_changed' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/poc-streamer/poc-streamer_0.4.2.orig.tar.gz poc-0.4.2/pogg-http.c:47:33: style: Parameter 'client' can be declared as pointer to const. However it seems that 'ogg_callback' is a callback function, if 'client' is declared with const you might also need to cast function pointer(s). [constParameterCallback] poc-0.4.2/rtp.c:314:39: style: Parameter 'pkt' can be declared as pointer to const. However it seems that 'rtp_rfc2250_pkt_unpack' is a callback function, if 'pkt' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/pocketsphinx/pocketsphinx_0.8+5prealpha+1.orig.tar.gz pocketsphinx-5prealpha/src/gst-plugin/gstpocketsphinx.c:376:66: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'gst_pocketsphinx_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pocketsphinx-5prealpha/src/gst-plugin/gstpocketsphinx.c:491:60: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'gst_pocketsphinx_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pocketsphinx-5prealpha/src/libpocketsphinx/allphone_search.c:52:39: style: Parameter 'search' can be declared as pointer to const. However it seems that 'allphone_search_lattice' is a callback function, if 'search' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pocketsphinx-5prealpha/src/libpocketsphinx/allphone_search.c:58:36: style: Parameter 'search' can be declared as pointer to const. However it seems that 'allphone_search_prob' is a callback function, if 'search' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pocketsphinx-5prealpha/src/libpocketsphinx/kws_search.c:63:34: style: Parameter 'search' can be declared as pointer to const. However it seems that 'kws_search_lattice' is a callback function, if 'search' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pocketsphinx-5prealpha/src/libpocketsphinx/kws_search.c:69:31: style: Parameter 'search' can be declared as pointer to const. However it seems that 'kws_search_prob' is a callback function, if 'search' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pocketsphinx-5prealpha/src/libpocketsphinx/ms_mgau.c:195:11: style: Parameter 'senone_active' can be declared as pointer to const. However it seems that 'ms_cont_mgau_frame_eval' is a callback function, if 'senone_active' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pocketsphinx-5prealpha/src/libpocketsphinx/phone_loop_search.c:341:39: style: Parameter 'search' can be declared as pointer to const. However it seems that 'phone_loop_search_finish' is a callback function, if 'search' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pocketsphinx-5prealpha/src/libpocketsphinx/phone_loop_search.c:348:36: style: Parameter 'search' can be declared as pointer to const. However it seems that 'phone_loop_search_hyp' is a callback function, if 'search' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pocketsphinx-5prealpha/src/libpocketsphinx/phone_loop_search.c:348:51: style: Parameter 'out_score' can be declared as pointer to const. However it seems that 'phone_loop_search_hyp' is a callback function, if 'out_score' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pocketsphinx-5prealpha/src/libpocketsphinx/phone_loop_search.c:355:37: style: Parameter 'search' can be declared as pointer to const. However it seems that 'phone_loop_search_prob' is a callback function, if 'search' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pocketsphinx-5prealpha/src/libpocketsphinx/phone_loop_search.c:363:41: style: Parameter 'search' can be declared as pointer to const. However it seems that 'phone_loop_search_seg_iter' is a callback function, if 'search' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pocketsphinx-5prealpha/src/libpocketsphinx/state_align_search.c:254:40: style: Parameter 'search' can be declared as pointer to const. However it seems that 'state_align_search_reinit' is a callback function, if 'search' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pocketsphinx-5prealpha/src/libpocketsphinx/state_align_search.c:254:56: style: Parameter 'dict' can be declared as pointer to const. However it seems that 'state_align_search_reinit' is a callback function, if 'dict' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pocketsphinx-5prealpha/src/libpocketsphinx/state_align_search.c:254:74: style: Parameter 'd2p' can be declared as pointer to const. However it seems that 'state_align_search_reinit' is a callback function, if 'd2p' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/pocl/pocl_6.0.orig.tar.gz pocl-6.0/lib/CL/clCommandBarrierWithWaitListKHR.c:36:29: style: Parameter 'mutable_handle' can be declared as pointer to const. However it seems that 'POclCommandBarrierWithWaitListKHR' is a callback function, if 'mutable_handle' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pocl-6.0/lib/CL/clCommandCopyBufferKHR.c:38:29: style: Parameter 'mutable_handle' can be declared as pointer to const. However it seems that 'POclCommandCopyBufferKHR' is a callback function, if 'mutable_handle' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pocl-6.0/lib/CL/clCommandCopyBufferRectKHR.c:38:29: style: Parameter 'mutable_handle' can be declared as pointer to const. However it seems that 'POclCommandCopyBufferRectKHR' is a callback function, if 'mutable_handle' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pocl-6.0/lib/CL/clCommandCopyImageKHR.c:39:29: style: Parameter 'mutable_handle' can be declared as pointer to const. However it seems that 'POclCommandCopyImageKHR' is a callback function, if 'mutable_handle' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pocl-6.0/lib/CL/clCommandFillBufferKHR.c:36:29: style: Parameter 'mutable_handle' can be declared as pointer to const. However it seems that 'POclCommandFillBufferKHR' is a callback function, if 'mutable_handle' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pocl-6.0/lib/CL/clCommandNDRangeKernelKHR.c:38:29: style: Parameter 'mutable_handle' can be declared as pointer to const. However it seems that 'POclCommandNDRangeKernelKHR' is a callback function, if 'mutable_handle' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pocl-6.0/lib/CL/clCommandReadBufferPOCL.c:40:29: style: Parameter 'mutable_handle' can be declared as pointer to const. However it seems that 'POclCommandReadBufferPOCL' is a callback function, if 'mutable_handle' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pocl-6.0/lib/CL/clCommandReadBufferRectPOCL.c:45:29: style: Parameter 'mutable_handle' can be declared as pointer to const. However it seems that 'POclCommandReadBufferRectPOCL' is a callback function, if 'mutable_handle' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pocl-6.0/lib/CL/clCommandReadImagePOCL.c:41:58: style: Parameter 'mutable_handle' can be declared as pointer to const. However it seems that 'POclCommandReadImagePOCL' is a callback function, if 'mutable_handle' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pocl-6.0/lib/CL/clCommandSVMMemFillKHR.c:37:29: style: Parameter 'mutable_handle' can be declared as pointer to const. However it seems that 'POclCommandSVMMemFillKHR' is a callback function, if 'mutable_handle' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pocl-6.0/lib/CL/clCommandSVMMemcpyKHR.c:36:29: style: Parameter 'mutable_handle' can be declared as pointer to const. However it seems that 'POclCommandSVMMemcpyKHR' is a callback function, if 'mutable_handle' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pocl-6.0/lib/CL/clCommandSVMMemcpyPOCL.c:38:58: style: Parameter 'mutable_handle' can be declared as pointer to const. However it seems that 'POclCommandSVMMemcpyPOCL' is a callback function, if 'mutable_handle' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pocl-6.0/lib/CL/clCommandSVMMemcpyRectPOCL.c:45:29: style: Parameter 'mutable_handle' can be declared as pointer to const. However it seems that 'POclCommandSVMMemcpyRectPOCL' is a callback function, if 'mutable_handle' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pocl-6.0/lib/CL/clCommandSVMMemfillPOCL.c:40:29: style: Parameter 'mutable_handle' can be declared as pointer to const. However it seems that 'POclCommandSVMMemfillPOCL' is a callback function, if 'mutable_handle' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pocl-6.0/lib/CL/clCommandSVMMemfillRectPOCL.c:43:29: style: Parameter 'mutable_handle' can be declared as pointer to const. However it seems that 'POclCommandSVMMemfillRectPOCL' is a callback function, if 'mutable_handle' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pocl-6.0/lib/CL/clCommandWriteBufferPOCL.c:40:29: style: Parameter 'mutable_handle' can be declared as pointer to const. However it seems that 'POclCommandWriteBufferPOCL' is a callback function, if 'mutable_handle' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pocl-6.0/lib/CL/clCommandWriteBufferRectPOCL.c:45:29: style: Parameter 'mutable_handle' can be declared as pointer to const. However it seems that 'POclCommandWriteBufferRectPOCL' is a callback function, if 'mutable_handle' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pocl-6.0/lib/CL/clCommandWriteImagePOCL.c:42:29: style: Parameter 'mutable_handle' can be declared as pointer to const. However it seems that 'POclCommandWriteImagePOCL' is a callback function, if 'mutable_handle' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pocl-6.0/lib/CL/clEnqueueAcquireGLObjects.c:30:48: style: Parameter 'event' can be declared as pointer to const. However it seems that 'POclEnqueueAcquireGLObjects' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pocl-6.0/lib/CL/clEnqueueReleaseGLObjects.c:30:48: style: Parameter 'event' can be declared as pointer to const. However it seems that 'POclEnqueueReleaseGLObjects' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pocl-6.0/lib/CL/clEnqueueSVMMap.c:32:24: style: Parameter 'svm_ptr' can be declared as pointer to const. However it seems that 'POclEnqueueSVMMap' is a callback function, if 'svm_ptr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pocl-6.0/lib/CL/clEnqueueUnmapMemObject.c:32:42: style: Parameter 'mapped_ptr' can be declared as pointer to const. However it seems that 'POclEnqueueUnmapMemObject' is a callback function, if 'mapped_ptr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pocl-6.0/lib/CL/clGetPipeInfo.c:29:11: style: Parameter 'param_value' can be declared as pointer to const. However it seems that 'POclGetPipeInfo' is a callback function, if 'param_value' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pocl-6.0/lib/CL/clGetPipeInfo.c:29:32: style: Parameter 'param_value_size_ret' can be declared as pointer to const. However it seems that 'POclGetPipeInfo' is a callback function, if 'param_value_size_ret' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pocl-6.0/lib/CL/devices/almaif/almaif.cc:253:60: style: Parameter 'map' can be declared as pointer to const. However it seems that 'pocl_almaif_unmap_mem' is a callback function, if 'map' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pocl-6.0/lib/CL/devices/almaif/almaif.cc:1172:28: style: Parameter 'data' can be declared as pointer to const. However it seems that 'pocl_almaif_run' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pocl-6.0/lib/CL/devices/almaif/almaif.cc:1172:52: style: Parameter 'cmd' can be declared as pointer to const. However it seems that 'pocl_almaif_run' is a callback function, if 'cmd' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pocl-6.0/lib/CL/devices/level0/pocl-level0.cc:477:36: style: Parameter 'Data' can be declared as pointer to const. However it seems that 'pocl_level0_init_build' is a callback function, if 'Data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pocl-6.0/tests/runtime/test_clBuildProgram.c:67:54: style: Parameter 'user_data' can be declared as pointer to const. However it seems that 'buildprogram_callback' is a callback function, if 'user_data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pocl-6.0/tests/runtime/test_clSetEventCallback.c:44:34: style: Parameter 'user_data' can be declared as pointer to const. However it seems that 'callback_function' is a callback function, if 'user_data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pocl-6.0/tests/runtime/test_clSetMemObjectDestructorCallback.c:10:36: style: Parameter 'user_data' can be declared as pointer to const. However it seems that 'callback' is a callback function, if 'user_data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/poetry/poetry_2.1.2+dfsg.orig.tar.xz poetry-2.1.2/tests/fixtures/extended_with_no_setup/extended/extended.c:4:34: style: Parameter 'self' can be declared as pointer to const. However it seems that 'hello' is a callback function, if 'self' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/poetry-core/poetry-core_2.1.2.orig.tar.gz poetry-core-2.1.2/tests/masonry/builders/fixtures/extended/extended/extended.c:4:34: style: Parameter 'self' can be declared as pointer to const. However it seems that 'hello' is a callback function, if 'self' is declared with const you might also need to cast function pointer(s). [constParameterCallback] poetry-core-2.1.2/tests/masonry/builders/fixtures/extended_with_no_setup/extended/extended.c:4:34: style: Parameter 'self' can be declared as pointer to const. However it seems that 'hello' is a callback function, if 'self' is declared with const you might also need to cast function pointer(s). [constParameterCallback] poetry-core-2.1.2/tests/masonry/builders/fixtures/src_extended/src/extended/extended.c:4:34: style: Parameter 'self' can be declared as pointer to const. However it seems that 'hello' is a callback function, if 'self' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/poke/poke_4.3+dfsg.orig.tar.xz poke-4.3/gl-libpoke/tempname.c:126:17: style: Parameter 'tmpl' can be declared as pointer to const. However it seems that 'try_file' is a callback function, if 'tmpl' is declared with const you might also need to cast function pointer(s). [constParameterCallback] poke-4.3/gl-libpoke/tempname.c:135:16: style: Parameter 'tmpl' can be declared as pointer to const. However it seems that 'try_dir' is a callback function, if 'tmpl' is declared with const you might also need to cast function pointer(s). [constParameterCallback] poke-4.3/gl-libpoke/tempname.c:135:39: style: Parameter 'flags' can be declared as pointer to const. However it seems that 'try_dir' is a callback function, if 'flags' is declared with const you might also need to cast function pointer(s). [constParameterCallback] poke-4.3/gl-libpoke/tempname.c:141:21: style: Parameter 'tmpl' can be declared as pointer to const. However it seems that 'try_nocreate' is a callback function, if 'tmpl' is declared with const you might also need to cast function pointer(s). [constParameterCallback] poke-4.3/gl/malloc/dynarray_emplace_enlarge.c:31:40: style: Parameter 'scratch' can be declared as pointer to const. However it seems that '__libc_dynarray_emplace_enlarge' is a callback function, if 'scratch' is declared with const you might also need to cast function pointer(s). [constParameterCallback] poke-4.3/gl/malloc/dynarray_finalize.c:29:33: style: Parameter 'scratch' can be declared as pointer to const. However it seems that '__libc_dynarray_finalize' is a callback function, if 'scratch' is declared with const you might also need to cast function pointer(s). [constParameterCallback] poke-4.3/gl/malloc/dynarray_resize.c:31:31: style: Parameter 'scratch' can be declared as pointer to const. However it seems that '__libc_dynarray_resize' is a callback function, if 'scratch' is declared with const you might also need to cast function pointer(s). [constParameterCallback] poke-4.3/gl/tempname.c:126:17: style: Parameter 'tmpl' can be declared as pointer to const. However it seems that 'try_file' is a callback function, if 'tmpl' is declared with const you might also need to cast function pointer(s). [constParameterCallback] poke-4.3/gl/tempname.c:135:16: style: Parameter 'tmpl' can be declared as pointer to const. However it seems that 'try_dir' is a callback function, if 'tmpl' is declared with const you might also need to cast function pointer(s). [constParameterCallback] poke-4.3/gl/tempname.c:135:39: style: Parameter 'flags' can be declared as pointer to const. However it seems that 'try_dir' is a callback function, if 'flags' is declared with const you might also need to cast function pointer(s). [constParameterCallback] poke-4.3/gl/tempname.c:141:21: style: Parameter 'tmpl' can be declared as pointer to const. However it seems that 'try_nocreate' is a callback function, if 'tmpl' is declared with const you might also need to cast function pointer(s). [constParameterCallback] poke-4.3/jitter/gnulib-local/tempname.c:126:17: style: Parameter 'tmpl' can be declared as pointer to const. However it seems that 'try_file' is a callback function, if 'tmpl' is declared with const you might also need to cast function pointer(s). [constParameterCallback] poke-4.3/jitter/gnulib-local/tempname.c:135:16: style: Parameter 'tmpl' can be declared as pointer to const. However it seems that 'try_dir' is a callback function, if 'tmpl' is declared with const you might also need to cast function pointer(s). [constParameterCallback] poke-4.3/jitter/gnulib-local/tempname.c:135:39: style: Parameter 'flags' can be declared as pointer to const. However it seems that 'try_dir' is a callback function, if 'flags' is declared with const you might also need to cast function pointer(s). [constParameterCallback] poke-4.3/jitter/gnulib-local/tempname.c:141:21: style: Parameter 'tmpl' can be declared as pointer to const. However it seems that 'try_nocreate' is a callback function, if 'tmpl' is declared with const you might also need to cast function pointer(s). [constParameterCallback] poke-4.3/libpoke/ios-dev-file.c:294:27: style: Parameter 'iod' can be declared as pointer to const. However it seems that 'ios_dev_file_flush' is a callback function, if 'iod' is declared with const you might also need to cast function pointer(s). [constParameterCallback] poke-4.3/libpoke/ios-dev-mem.c:161:26: style: Parameter 'iod' can be declared as pointer to const. However it seems that 'ios_dev_mem_flush' is a callback function, if 'iod' is declared with const you might also need to cast function pointer(s). [constParameterCallback] poke-4.3/libpoke/ios-dev-nbd.c:183:26: style: Parameter 'iod' can be declared as pointer to const. However it seems that 'ios_dev_nbd_flush' is a callback function, if 'iod' is declared with const you might also need to cast function pointer(s). [constParameterCallback] poke-4.3/libpoke/ios-dev-proc.c:143:31: style: Parameter 'iod' can be declared as pointer to const. However it seems that 'ios_dev_proc_get_flags' is a callback function, if 'iod' is declared with const you might also need to cast function pointer(s). [constParameterCallback] poke-4.3/libpoke/ios-dev-proc.c:164:26: style: Parameter 'iod' can be declared as pointer to const. However it seems that 'ios_dev_proc_size' is a callback function, if 'iod' is declared with const you might also need to cast function pointer(s). [constParameterCallback] poke-4.3/libpoke/ios-dev-proc.c:170:27: style: Parameter 'iod' can be declared as pointer to const. However it seems that 'ios_dev_proc_flush' is a callback function, if 'iod' is declared with const you might also need to cast function pointer(s). [constParameterCallback] poke-4.3/libpoke/ios-dev-sub.c:257:26: style: Parameter 'iod' can be declared as pointer to const. However it seems that 'ios_dev_sub_flush' is a callback function, if 'iod' is declared with const you might also need to cast function pointer(s). [constParameterCallback] poke-4.3/libpoke/ios-dev-zero.c:67:27: style: Parameter 'iod' can be declared as pointer to const. However it seems that 'ios_dev_zero_close' is a callback function, if 'iod' is declared with const you might also need to cast function pointer(s). [constParameterCallback] poke-4.3/libpoke/ios-dev-zero.c:73:31: style: Parameter 'iod' can be declared as pointer to const. However it seems that 'ios_dev_zero_get_flags' is a callback function, if 'iod' is declared with const you might also need to cast function pointer(s). [constParameterCallback] poke-4.3/libpoke/ios-dev-zero.c:88:28: style: Parameter 'iod' can be declared as pointer to const. However it seems that 'ios_dev_zero_pwrite' is a callback function, if 'iod' is declared with const you might also need to cast function pointer(s). [constParameterCallback] poke-4.3/libpoke/ios-dev-zero.c:97:26: style: Parameter 'iod' can be declared as pointer to const. However it seems that 'ios_dev_zero_size' is a callback function, if 'iod' is declared with const you might also need to cast function pointer(s). [constParameterCallback] poke-4.3/libpoke/ios-dev-zero.c:103:27: style: Parameter 'iod' can be declared as pointer to const. However it seems that 'ios_dev_zero_flush' is a callback function, if 'iod' is declared with const you might also need to cast function pointer(s). [constParameterCallback] poke-4.3/libpoke/pvm-alloc.c:58:35: style: Parameter 'object' can be declared as pointer to const. However it seems that 'pvm_alloc_finalize_closure' is a callback function, if 'object' is declared with const you might also need to cast function pointer(s). [constParameterCallback] poke-4.3/libpoke/pvm-alloc.c:58:49: style: Parameter 'client_data' can be declared as pointer to const. However it seems that 'pvm_alloc_finalize_closure' is a callback function, if 'client_data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] poke-4.3/poke/pk-cmd-map.c:474:47: style: Parameter 'argv' can be declared as const array. However it seems that 'pk_cmd_info_maps' is a callback function, if 'argv' is declared with const you might also need to cast function pointer(s). [constParameterCallback] poke-4.3/poke/pk-cmd-misc.c:50:45: style: Parameter 'argv' can be declared as const array. However it seems that 'pk_cmd_version' is a callback function, if 'argv' is declared with const you might also need to cast function pointer(s). [constParameterCallback] poke-4.3/testsuite/poke.libpoke/decls.c:36:43: style: Parameter 'data' can be declared as pointer to const. However it seems that 'decl_map_check_value' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] poke-4.3/testsuite/poke.libpoke/foreign-iod.c:114:22: style: Parameter 'dev' can be declared as pointer to const. However it seems that 'iod_get_flags' is a callback function, if 'dev' is declared with const you might also need to cast function pointer(s). [constParameterCallback] poke-4.3/testsuite/poke.libpoke/foreign-iod.c:120:17: style: Parameter 'dev' can be declared as pointer to const. However it seems that 'iod_size' is a callback function, if 'dev' is declared with const you might also need to cast function pointer(s). [constParameterCallback] poke-4.3/testsuite/poke.libpoke/foreign-iod.c:127:18: style: Parameter 'dev' can be declared as pointer to const. However it seems that 'iod_flush' is a callback function, if 'dev' is declared with const you might also need to cast function pointer(s). [constParameterCallback] poke-4.3/testsuite/poke.libpoke/foreign-iod.c:134:18: style: Parameter 'dev' can be declared as pointer to const. However it seems that 'iod_close' is a callback function, if 'dev' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/pokerth/pokerth_1.1.2.orig.tar.gz pokerth-1.1.2/src/third_party/sqlite3/shell.c:669:82: style: Parameter 'aiType' can be declared as pointer to const. However it seems that 'shell_callback' is a callback function, if 'aiType' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:58230:57: style: Parameter 'p' can be declared as pointer to const. However it seems that 'sqlite3_backup_remaining' is a callback function, if 'p' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:58238:57: style: Parameter 'p' can be declared as pointer to const. However it seems that 'sqlite3_backup_pagecount' is a callback function, if 'p' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:62927:50: style: Parameter 'pVal' can be declared as pointer to const. However it seems that 'sqlite3_value_type' is a callback function, if 'pVal' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:63026:76: style: Parameter 'pValue' can be declared as pointer to const. However it seems that 'sqlite3_result_value' is a callback function, if 'pValue' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:75513:54: style: Parameter 'pExpr' can be declared as pointer to const. However it seems that 'exprNodeIsConstant' is a callback function, if 'pExpr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:102486:50: style: Parameter 'db' can be declared as pointer to const. However it seems that 'sqlite3_vtab_on_conflict' is a callback function, if 'db' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:112969:53: style: Parameter 'db' can be declared as pointer to const. However it seems that 'sqlite3_db_mutex' is a callback function, if 'db' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:113062:9: style: Parameter 'padFlag' can be declared as pointer to const. However it seems that 'binCollFunc' is a callback function, if 'padFlag' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:113108:60: style: Parameter 'db' can be declared as pointer to const. However it seems that 'sqlite3_last_insert_rowid' is a callback function, if 'db' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:113115:41: style: Parameter 'db' can be declared as pointer to const. However it seems that 'sqlite3_changes' is a callback function, if 'db' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:113122:47: style: Parameter 'db' can be declared as pointer to const. However it seems that 'sqlite3_total_changes' is a callback function, if 'db' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pokerth-1.1.2/src/third_party/sqlite3/sqlite3.c:114949:48: style: Parameter 'db' can be declared as pointer to const. However it seems that 'sqlite3_get_autocommit' is a callback function, if 'db' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/polari/polari_46.0.orig.tar.xz polari-46.0/src/lib/polari-room.c:766:39: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'polari_room_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] polari-46.0/src/lib/polari-room.c:811:41: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'polari_room_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/poldi/poldi_0.4.2+git20201120.5d67235.orig.tar.xz poldi-0.4.2+git20201120.5d67235/src/assuan/assuan-uds.c:246:51: style: Parameter 'fd' can be declared as pointer to const. However it seems that 'uds_receivefd' is a callback function, if 'fd' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/policykit-1/policykit-1_126.orig.tar.gz polkit-126/src/polkitbackend/polkitd.c:102:29: style: Parameter 'user_data' can be declared as pointer to const. However it seems that 'on_sigint_sigterm' is a callback function, if 'user_data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] polkit-126/src/programs/pkttyagent.c:63:52: style: Parameter 'listener' can be declared as pointer to const. However it seems that 'tty_attrs_changed' is a callback function, if 'listener' is declared with const you might also need to cast function pointer(s). [constParameterCallback] polkit-126/src/programs/pkttyagent.c:65:40: style: Parameter 'user_data' can be declared as pointer to const. However it seems that 'tty_attrs_changed' is a callback function, if 'user_data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/policykit-1-gnome/policykit-1-gnome_0.105.orig.tar.xz polkit-gnome-0.105/src/polkitgnomeauthenticationdialog.c:342:64: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'polkit_gnome_authentication_dialog_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] polkit-gnome-0.105/src/polkitgnomeauthenticationdialog.c:386:62: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'polkit_gnome_authentication_dialog_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] polkit-gnome-0.105/src/polkitgnomeauthenticationdialog.c:424:32: style: Parameter 'url_label' can be declared as pointer to const. However it seems that 'action_id_activated' is a callback function, if 'url_label' is declared with const you might also need to cast function pointer(s). [constParameterCallback] polkit-gnome-0.105/src/polkitgnomeauthenticationdialog.c:424:52: style: Parameter 'user_data' can be declared as pointer to const. However it seems that 'action_id_activated' is a callback function, if 'user_data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/polkit-qt-1/polkit-qt-1_0.200.0.orig.tar.xz polkit-qt-1-0.200.0/agent/polkitqt1-agent-session.cpp:104:62: style: Parameter 'request' can be declared as pointer to const. However it seems that 'request' is a callback function, if 'request' is declared with const you might also need to cast function pointer(s). [constParameterCallback] polkit-qt-1-0.200.0/agent/polkitqt1-agent-session.cpp:110:64: style: Parameter 'text' can be declared as pointer to const. However it seems that 'showError' is a callback function, if 'text' is declared with const you might also need to cast function pointer(s). [constParameterCallback] polkit-qt-1-0.200.0/agent/polkitqt1-agent-session.cpp:116:63: style: Parameter 'text' can be declared as pointer to const. However it seems that 'showInfo' is a callback function, if 'text' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/polybar/polybar_3.7.2.orig.tar.gz polybar-3.7.2/lib/xpp/src/tests/event.cpp:10:45: style: Parameter 'e' can be declared as pointer to const. However it seems that 'get_window' is a callback function, if 'e' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/polyml/polyml_5.8.1.orig.tar.gz polyml-5.8.1/libpolyml/libffi/src/microblaze/ffi.c:177:34: style: Parameter 'register_args' can be declared as pointer to const. However it seems that 'ffi_closure_call_SYSV' is a callback function, if 'register_args' is declared with const you might also need to cast function pointer(s). [constParameterCallback] polyml-5.8.1/libpolyml/libffi/src/microblaze/ffi.c:177:55: style: Parameter 'stack_args' can be declared as pointer to const. However it seems that 'ffi_closure_call_SYSV' is a callback function, if 'stack_args' is declared with const you might also need to cast function pointer(s). [constParameterCallback] polyml-5.8.1/libpolyml/libffi/src/x86/ffi.c:841:46: style: Parameter 'ecif' can be declared as pointer to const. However it seems that 'ffi_prep_args_raw' is a callback function, if 'ecif' is declared with const you might also need to cast function pointer(s). [constParameterCallback] polyml-5.8.1/libpolyml/libffi/testsuite/libffi.call/cls_dbls_struct.c:23:26: style: Parameter 'cif' can be declared as pointer to const. However it seems that 'closure_test_gn' is a callback function, if 'cif' is declared with const you might also need to cast function pointer(s). [constParameterCallback] polyml-5.8.1/libpolyml/libffi/testsuite/libffi.call/cls_dbls_struct.c:23:48: style: Parameter 'resp' can be declared as pointer to const. However it seems that 'closure_test_gn' is a callback function, if 'resp' is declared with const you might also need to cast function pointer(s). [constParameterCallback] polyml-5.8.1/libpolyml/libffi/testsuite/libffi.call/cls_dbls_struct.c:24:22: style: Parameter 'userdata' can be declared as pointer to const. However it seems that 'closure_test_gn' is a callback function, if 'userdata' is declared with const you might also need to cast function pointer(s). [constParameterCallback] polyml-5.8.1/libpolyml/libffi/testsuite/libffi.call/err_bad_abi.c:12:19: style: Parameter 'cif' can be declared as pointer to const. However it seems that 'dummy_fn' is a callback function, if 'cif' is declared with const you might also need to cast function pointer(s). [constParameterCallback] polyml-5.8.1/libpolyml/libffi/testsuite/libffi.call/err_bad_abi.c:12:41: style: Parameter 'resp' can be declared as pointer to const. However it seems that 'dummy_fn' is a callback function, if 'resp' is declared with const you might also need to cast function pointer(s). [constParameterCallback] polyml-5.8.1/libpolyml/libffi/testsuite/libffi.call/err_bad_abi.c:13:33: style: Parameter 'userdata' can be declared as pointer to const. However it seems that 'dummy_fn' is a callback function, if 'userdata' is declared with const you might also need to cast function pointer(s). [constParameterCallback] polyml-5.8.1/libpolyml/libffi/testsuite/libffi.call/fastthis1_win32.c:11:48: style: Parameter 's' can be declared as pointer to const. However it seems that 'my_fastcall_f' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] polyml-5.8.1/libpolyml/libffi/testsuite/libffi.call/fastthis2_win32.c:11:57: style: Parameter 's' can be declared as pointer to const. However it seems that 'my_fastcall_f' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] polyml-5.8.1/libpolyml/libffi/testsuite/libffi.call/fastthis3_win32.c:11:57: style: Parameter 's' can be declared as pointer to const. However it seems that 'my_fastcall_f' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] polyml-5.8.1/libpolyml/libffi/testsuite/libffi.call/pyobjc-tc.c:25:23: style: Parameter 's' can be declared as pointer to const. However it seems that 'doit' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] polyml-5.8.1/libpolyml/libffi/testsuite/libffi.call/strlen.c:10:40: style: Parameter 's' can be declared as pointer to const. However it seems that 'my_strlen' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] polyml-5.8.1/libpolyml/libffi/testsuite/libffi.call/strlen2_win32.c:11:53: style: Parameter 's' can be declared as pointer to const. However it seems that 'my_fastcall_strlen' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] polyml-5.8.1/libpolyml/libffi/testsuite/libffi.call/strlen_win32.c:11:64: style: Parameter 's' can be declared as pointer to const. However it seems that 'my_stdcall_strlen' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] polyml-5.8.1/libpolyml/libffi/testsuite/libffi.call/testclosure.c:26:33: style: Parameter 'cif' can be declared as pointer to const. However it seems that 'cls_struct_combined_gn' is a callback function, if 'cif' is declared with const you might also need to cast function pointer(s). [constParameterCallback] polyml-5.8.1/libpolyml/libffi/testsuite/libffi.call/testclosure.c:26:55: style: Parameter 'resp' can be declared as pointer to const. However it seems that 'cls_struct_combined_gn' is a callback function, if 'resp' is declared with const you might also need to cast function pointer(s). [constParameterCallback] polyml-5.8.1/libpolyml/libffi/testsuite/libffi.call/testclosure.c:27:28: style: Parameter 'userdata' can be declared as pointer to const. However it seems that 'cls_struct_combined_gn' is a callback function, if 'userdata' is declared with const you might also need to cast function pointer(s). [constParameterCallback] polyml-5.8.1/libpolyml/libffi/testsuite/libffi.special/unwindtest.cc:20:26: style: Parameter 'cif' can be declared as pointer to const. However it seems that 'closure_test_fn' is a callback function, if 'cif' is declared with const you might also need to cast function pointer(s). [constParameterCallback] polyml-5.8.1/libpolyml/libffi/testsuite/libffi.special/unwindtest.cc:20:48: style: Parameter 'resp' can be declared as pointer to const. However it seems that 'closure_test_fn' is a callback function, if 'resp' is declared with const you might also need to cast function pointer(s). [constParameterCallback] polyml-5.8.1/libpolyml/libffi/testsuite/libffi.special/unwindtest.cc:21:33: style: Parameter 'userdata' can be declared as pointer to const. However it seems that 'closure_test_fn' is a callback function, if 'userdata' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/polyseed/polyseed_1.0.0.orig.tar.gz polyseed-1.0.0/tests/tests.c:257:29: style: Parameter 't' can be declared as pointer to const. However it seems that 'time1' is a callback function, if 't' is declared with const you might also need to cast function pointer(s). [constParameterCallback] polyseed-1.0.0/tests/tests.c:261:29: style: Parameter 't' can be declared as pointer to const. However it seems that 'time2' is a callback function, if 't' is declared with const you might also need to cast function pointer(s). [constParameterCallback] polyseed-1.0.0/tests/tests.c:265:29: style: Parameter 't' can be declared as pointer to const. However it seems that 'time3' is a callback function, if 't' is declared with const you might also need to cast function pointer(s). [constParameterCallback] polyseed-1.0.0/tests/tests.c:269:37: style: Parameter 'ptr' can be declared as pointer to const. However it seems that 'do_not_zero' is a callback function, if 'ptr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/pommed/pommed_1.39~dfsg.orig.tar.gz pommed-1.39~dfsg/gpomme/gpomme.c:508:29: style: Parameter 'userdata' can be declared as pointer to const. However it seems that 'mbp_dbus_reconnect' is a callback function, if 'userdata' is declared with const you might also need to cast function pointer(s). [constParameterCallback] pommed-1.39~dfsg/pommed/dbus.c:1103:25: style: Parameter 'data' can be declared as pointer to const. However it seems that 'mbpdbus_data_free' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/popa3d/popa3d_1.0.3.orig.tar.gz popa3d-1.0.3/pop_auth.c:20:32: style: Parameter 'params' can be declared as pointer to const. However it seems that 'pop_auth_quit' is a callback function, if 'params' is declared with const you might also need to cast function pointer(s). [constParameterCallback] popa3d-1.0.3/pop_auth.c:36:32: style: Parameter 'params' can be declared as pointer to const. However it seems that 'pop_auth_pass' is a callback function, if 'params' is declared with const you might also need to cast function pointer(s). [constParameterCallback] popa3d-1.0.3/pop_trans.c:13:33: style: Parameter 'params' can be declared as pointer to const. However it seems that 'pop_trans_quit' is a callback function, if 'params' is declared with const you might also need to cast function pointer(s). [constParameterCallback] popa3d-1.0.3/pop_trans.c:19:33: style: Parameter 'params' can be declared as pointer to const. However it seems that 'pop_trans_noop' is a callback function, if 'params' is declared with const you might also need to cast function pointer(s). [constParameterCallback] popa3d-1.0.3/pop_trans.c:25:33: style: Parameter 'params' can be declared as pointer to const. However it seems that 'pop_trans_stat' is a callback function, if 'params' is declared with const you might also need to cast function pointer(s). [constParameterCallback] popa3d-1.0.3/pop_trans.c:145:33: style: Parameter 'params' can be declared as pointer to const. However it seems that 'pop_trans_rset' is a callback function, if 'params' is declared with const you might also need to cast function pointer(s). [constParameterCallback] popa3d-1.0.3/pop_trans.c:167:33: style: Parameter 'params' can be declared as pointer to const. However it seems that 'pop_trans_last' is a callback function, if 'params' is declared with const you might also need to cast function pointer(s). [constParameterCallback] popa3d-1.0.3/mailbox.c:34:42: style: Parameter 'msg' can be declared as pointer to const. However it seems that 'db_compare' is a callback function, if 'msg' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/poppler/poppler_25.03.0.orig.tar.xz poppler-25.03.0/glib/demo/annots.c:1144:87: style: Parameter 'event' can be declared as pointer to const. However it seems that 'pgd_annots_drawing_area_button_press' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). [constParameterCallback] poppler-25.03.0/glib/demo/annots.c:1238:88: style: Parameter 'event' can be declared as pointer to const. However it seems that 'pgd_annots_drawing_area_motion_notify' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). [constParameterCallback] poppler-25.03.0/glib/demo/annots.c:1278:89: style: Parameter 'event' can be declared as pointer to const. However it seems that 'pgd_annots_drawing_area_button_release' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). [constParameterCallback] poppler-25.03.0/glib/demo/selections.c:230:91: style: Parameter 'event' can be declared as pointer to const. However it seems that 'pgd_selections_drawing_area_button_press' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). [constParameterCallback] poppler-25.03.0/glib/demo/selections.c:282:93: style: Parameter 'event' can be declared as pointer to const. However it seems that 'pgd_selections_drawing_area_button_release' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). [constParameterCallback] poppler-25.03.0/glib/demo/signature.c:228:90: style: Parameter 'event' can be declared as pointer to const. However it seems that 'pgd_signature_drawing_area_button_press' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). [constParameterCallback] poppler-25.03.0/glib/demo/signature.c:243:91: style: Parameter 'event' can be declared as pointer to const. However it seems that 'pgd_signature_drawing_area_motion_notify' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). [constParameterCallback] poppler-25.03.0/glib/demo/signature.c:280:92: style: Parameter 'event' can be declared as pointer to const. However it seems that 'pgd_signature_drawing_area_button_release' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). [constParameterCallback] poppler-25.03.0/poppler/CurlCachedFile.cc:33:29: style: Parameter 'ptr' can be declared as pointer to const. However it seems that 'noop_cb' is a callback function, if 'ptr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] poppler-25.03.0/poppler/CurlCachedFile.cc:33:67: style: Parameter 'ptr2' can be declared as pointer to const. However it seems that 'noop_cb' is a callback function, if 'ptr2' is declared with const you might also need to cast function pointer(s). [constParameterCallback] poppler-25.03.0/poppler/Gfx.cc:864:25: style: Parameter 'args' can be declared as const array. However it seems that 'opSave' is a callback function, if 'args' is declared with const you might also need to cast function pointer(s). [constParameterCallback] poppler-25.03.0/poppler/Gfx.cc:869:28: style: Parameter 'args' can be declared as const array. However it seems that 'opRestore' is a callback function, if 'args' is declared with const you might also need to cast function pointer(s). [constParameterCallback] poppler-25.03.0/poppler/Gfx.cc:1695:28: style: Parameter 'args' can be declared as const array. However it seems that 'opEndPath' is a callback function, if 'args' is declared with const you might also need to cast function pointer(s). [constParameterCallback] poppler-25.03.0/poppler/Gfx.cc:3556:25: style: Parameter 'args' can be declared as const array. However it seems that 'opClip' is a callback function, if 'args' is declared with const you might also need to cast function pointer(s). [constParameterCallback] poppler-25.03.0/poppler/Gfx.cc:3561:27: style: Parameter 'args' can be declared as const array. However it seems that 'opEOClip' is a callback function, if 'args' is declared with const you might also need to cast function pointer(s). [constParameterCallback] poppler-25.03.0/poppler/Gfx.cc:4985:37: style: Parameter 'args' can be declared as const array. However it seems that 'opBeginIgnoreUndef' is a callback function, if 'args' is declared with const you might also need to cast function pointer(s). [constParameterCallback] poppler-25.03.0/poppler/Gfx.cc:4990:35: style: Parameter 'args' can be declared as const array. However it seems that 'opEndIgnoreUndef' is a callback function, if 'args' is declared with const you might also need to cast function pointer(s). [constParameterCallback] poppler-25.03.0/poppler/StructElement.cc:29:37: style: Parameter 'value' can be declared as pointer to const. However it seems that 'isPlacementName' is a callback function, if 'value' is declared with const you might also need to cast function pointer(s). [constParameterCallback] poppler-25.03.0/poppler/StructElement.cc:34:39: style: Parameter 'value' can be declared as pointer to const. However it seems that 'isWritingModeName' is a callback function, if 'value' is declared with const you might also need to cast function pointer(s). [constParameterCallback] poppler-25.03.0/poppler/StructElement.cc:45:37: style: Parameter 'value' can be declared as pointer to const. However it seems that 'isTextAlignName' is a callback function, if 'value' is declared with const you might also need to cast function pointer(s). [constParameterCallback] poppler-25.03.0/poppler/StructElement.cc:50:38: style: Parameter 'value' can be declared as pointer to const. However it seems that 'isBlockAlignName' is a callback function, if 'value' is declared with const you might also need to cast function pointer(s). [constParameterCallback] poppler-25.03.0/poppler/StructElement.cc:55:39: style: Parameter 'value' can be declared as pointer to const. However it seems that 'isInlineAlignName' is a callback function, if 'value' is declared with const you might also need to cast function pointer(s). [constParameterCallback] poppler-25.03.0/poppler/StructElement.cc:60:30: style: Parameter 'value' can be declared as pointer to const. However it seems that 'isNumber' is a callback function, if 'value' is declared with const you might also need to cast function pointer(s). [constParameterCallback] poppler-25.03.0/poppler/StructElement.cc:70:42: style: Parameter 'value' can be declared as pointer to const. However it seems that 'isTextDecorationName' is a callback function, if 'value' is declared with const you might also need to cast function pointer(s). [constParameterCallback] poppler-25.03.0/poppler/StructElement.cc:75:37: style: Parameter 'value' can be declared as pointer to const. However it seems that 'isRubyAlignName' is a callback function, if 'value' is declared with const you might also need to cast function pointer(s). [constParameterCallback] poppler-25.03.0/poppler/StructElement.cc:80:40: style: Parameter 'value' can be declared as pointer to const. However it seems that 'isRubyPositionName' is a callback function, if 'value' is declared with const you might also need to cast function pointer(s). [constParameterCallback] poppler-25.03.0/poppler/StructElement.cc:85:44: style: Parameter 'value' can be declared as pointer to const. However it seems that 'isGlyphOrientationName' is a callback function, if 'value' is declared with const you might also need to cast function pointer(s). [constParameterCallback] poppler-25.03.0/poppler/StructElement.cc:90:41: style: Parameter 'value' can be declared as pointer to const. However it seems that 'isListNumberingName' is a callback function, if 'value' is declared with const you might also need to cast function pointer(s). [constParameterCallback] poppler-25.03.0/poppler/StructElement.cc:96:37: style: Parameter 'value' can be declared as pointer to const. However it seems that 'isFieldRoleName' is a callback function, if 'value' is declared with const you might also need to cast function pointer(s). [constParameterCallback] poppler-25.03.0/poppler/StructElement.cc:101:40: style: Parameter 'value' can be declared as pointer to const. However it seems that 'isFieldCheckedName' is a callback function, if 'value' is declared with const you might also need to cast function pointer(s). [constParameterCallback] poppler-25.03.0/poppler/StructElement.cc:106:38: style: Parameter 'value' can be declared as pointer to const. However it seems that 'isTableScopeName' is a callback function, if 'value' is declared with const you might also need to cast function pointer(s). [constParameterCallback] poppler-25.03.0/poppler/StructElement.cc:133:31: style: Parameter 'value' can be declared as pointer to const. However it seems that 'isNatural' is a callback function, if 'value' is declared with const you might also need to cast function pointer(s). [constParameterCallback] poppler-25.03.0/poppler/StructElement.cc:138:32: style: Parameter 'value' can be declared as pointer to const. However it seems that 'isPositive' is a callback function, if 'value' is declared with const you might also need to cast function pointer(s). [constParameterCallback] poppler-25.03.0/poppler/StructElement.cc:148:34: style: Parameter 'value' can be declared as pointer to const. However it seems that 'isTextString' is a callback function, if 'value' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/popt/popt_1.19+dfsg.orig.tar.xz popt-1.19/src/popthelp.c:35:23: style: Parameter 'key' can be declared as pointer to const. However it seems that 'displayArgs' is a callback function, if 'key' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/portaudio19/portaudio19_19.6.0.orig.tar.gz portaudio/src/hostapi/coreaudio/pa_mac_core_old.c:834:38: style: Parameter 's' can be declared as pointer to const. However it seems that 'ReadStream' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] portaudio/src/hostapi/coreaudio/pa_mac_core_old.c:835:34: style: Parameter 'buffer' can be declared as pointer to const. However it seems that 'ReadStream' is a callback function, if 'buffer' is declared with const you might also need to cast function pointer(s). [constParameterCallback] portaudio/src/hostapi/coreaudio/pa_mac_core_old.c:842:39: style: Parameter 's' can be declared as pointer to const. However it seems that 'WriteStream' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] portaudio/src/hostapi/coreaudio/pa_mac_core_old.c:850:54: style: Parameter 's' can be declared as pointer to const. However it seems that 'GetStreamReadAvailable' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] portaudio/src/hostapi/coreaudio/pa_mac_core_old.c:856:55: style: Parameter 's' can be declared as pointer to const. However it seems that 'GetStreamWriteAvailable' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] portaudio/src/hostapi/coreaudio/pa_mac_core_utilities.c:315:11: style: Parameter 'inClientData' can be declared as pointer to const. However it seems that 'propertyProc' is a callback function, if 'inClientData' is declared with const you might also need to cast function pointer(s). [constParameterCallback] portaudio/src/hostapi/skeleton/pa_hostapi_skeleton.c:260:71: style: Parameter 'hostApi' can be declared as pointer to const. However it seems that 'IsFormatSupported' is a callback function, if 'hostApi' is declared with const you might also need to cast function pointer(s). [constParameterCallback] portaudio/src/os/win/pa_x86_plain_converters.c:146:11: style: Parameter 'destinationBuffer' can be declared as pointer to const. However it seems that 'Float32_To_Int32' is a callback function, if 'destinationBuffer' is declared with const you might also need to cast function pointer(s). [constParameterCallback] portaudio/src/os/win/pa_x86_plain_converters.c:147:11: style: Parameter 'sourceBuffer' can be declared as pointer to const. However it seems that 'Float32_To_Int32' is a callback function, if 'sourceBuffer' is declared with const you might also need to cast function pointer(s). [constParameterCallback] portaudio/src/os/win/pa_x86_plain_converters.c:233:11: style: Parameter 'destinationBuffer' can be declared as pointer to const. However it seems that 'Float32_To_Int32_Clip' is a callback function, if 'destinationBuffer' is declared with const you might also need to cast function pointer(s). [constParameterCallback] portaudio/src/os/win/pa_x86_plain_converters.c:234:11: style: Parameter 'sourceBuffer' can be declared as pointer to const. However it seems that 'Float32_To_Int32_Clip' is a callback function, if 'sourceBuffer' is declared with const you might also need to cast function pointer(s). [constParameterCallback] portaudio/src/os/win/pa_x86_plain_converters.c:486:11: style: Parameter 'destinationBuffer' can be declared as pointer to const. However it seems that 'Float32_To_Int24' is a callback function, if 'destinationBuffer' is declared with const you might also need to cast function pointer(s). [constParameterCallback] portaudio/src/os/win/pa_x86_plain_converters.c:487:11: style: Parameter 'sourceBuffer' can be declared as pointer to const. However it seems that 'Float32_To_Int24' is a callback function, if 'sourceBuffer' is declared with const you might also need to cast function pointer(s). [constParameterCallback] portaudio/src/os/win/pa_x86_plain_converters.c:582:11: style: Parameter 'destinationBuffer' can be declared as pointer to const. However it seems that 'Float32_To_Int24_Clip' is a callback function, if 'destinationBuffer' is declared with const you might also need to cast function pointer(s). [constParameterCallback] portaudio/src/os/win/pa_x86_plain_converters.c:583:11: style: Parameter 'sourceBuffer' can be declared as pointer to const. However it seems that 'Float32_To_Int24_Clip' is a callback function, if 'sourceBuffer' is declared with const you might also need to cast function pointer(s). [constParameterCallback] portaudio/src/os/win/pa_x86_plain_converters.c:866:11: style: Parameter 'destinationBuffer' can be declared as pointer to const. However it seems that 'Float32_To_Int16' is a callback function, if 'destinationBuffer' is declared with const you might also need to cast function pointer(s). [constParameterCallback] portaudio/src/os/win/pa_x86_plain_converters.c:867:11: style: Parameter 'sourceBuffer' can be declared as pointer to const. However it seems that 'Float32_To_Int16' is a callback function, if 'sourceBuffer' is declared with const you might also need to cast function pointer(s). [constParameterCallback] portaudio/src/os/win/pa_x86_plain_converters.c:947:11: style: Parameter 'destinationBuffer' can be declared as pointer to const. However it seems that 'Float32_To_Int16_Clip' is a callback function, if 'destinationBuffer' is declared with const you might also need to cast function pointer(s). [constParameterCallback] portaudio/src/os/win/pa_x86_plain_converters.c:948:11: style: Parameter 'sourceBuffer' can be declared as pointer to const. However it seems that 'Float32_To_Int16_Clip' is a callback function, if 'sourceBuffer' is declared with const you might also need to cast function pointer(s). [constParameterCallback] portaudio/test/patest_suggested_vs_streaminfo_latency.c:65:59: style: Parameter 'outputBuffer' can be declared as pointer to const. However it seems that 'patestCallback' is a callback function, if 'outputBuffer' is declared with const you might also need to cast function pointer(s). [constParameterCallback] portaudio/test/patest_suggested_vs_streaminfo_latency.c:69:35: style: Parameter 'userData' can be declared as pointer to const. However it seems that 'patestCallback' is a callback function, if 'userData' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/portmidi/portmidi_217.orig.tar.gz portmidi/pm_mac/pmmacosxcm.c:452:24: style: Parameter 'midi' can be declared as pointer to const. However it seems that 'midi_abort' is a callback function, if 'midi' is declared with const you might also need to cast function pointer(s). [constParameterCallback] portmidi/pm_mac/pmmacosxcm.c:540:45: style: Parameter 'event' can be declared as pointer to const. However it seems that 'midi_write_short' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). [constParameterCallback] portmidi/pm_test/midithru.c:102:38: style: Parameter 'info' can be declared as pointer to const. However it seems that 'midithru_time_proc' is a callback function, if 'info' is declared with const you might also need to cast function pointer(s). [constParameterCallback] portmidi/pm_common/portmidi.c:197:38: style: Parameter 'midi' can be declared as pointer to const. However it seems that 'none_write_short' is a callback function, if 'midi' is declared with const you might also need to cast function pointer(s). [constParameterCallback] portmidi/pm_common/portmidi.c:197:53: style: Parameter 'buffer' can be declared as pointer to const. However it seems that 'none_write_short' is a callback function, if 'buffer' is declared with const you might also need to cast function pointer(s). [constParameterCallback] portmidi/pm_common/portmidi.c:202:42: style: Parameter 'midi' can be declared as pointer to const. However it seems that 'pm_fail_timestamp_fn' is a callback function, if 'midi' is declared with const you might also need to cast function pointer(s). [constParameterCallback] portmidi/pm_common/portmidi.c:206:37: style: Parameter 'midi' can be declared as pointer to const. However it seems that 'none_write_byte' is a callback function, if 'midi' is declared with const you might also need to cast function pointer(s). [constParameterCallback] portmidi/pm_common/portmidi.c:212:32: style: Parameter 'midi' can be declared as pointer to const. However it seems that 'pm_fail_fn' is a callback function, if 'midi' is declared with const you might also need to cast function pointer(s). [constParameterCallback] portmidi/pm_common/portmidi.c:216:38: style: Parameter 'midi' can be declared as pointer to const. However it seems that 'none_open' is a callback function, if 'midi' is declared with const you might also need to cast function pointer(s). [constParameterCallback] portmidi/pm_common/portmidi.c:216:50: style: Parameter 'driverInfo' can be declared as pointer to const. However it seems that 'none_open' is a callback function, if 'driverInfo' is declared with const you might also need to cast function pointer(s). [constParameterCallback] portmidi/pm_common/portmidi.c:222:54: style: Parameter 'midi' can be declared as pointer to const. However it seems that 'none_has_host_error' is a callback function, if 'midi' is declared with const you might also need to cast function pointer(s). [constParameterCallback] portmidi/pm_common/portmidi.c:225:42: style: Parameter 'midi' can be declared as pointer to const. However it seems that 'none_synchronize' is a callback function, if 'midi' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/posixtestsuite/posixtestsuite_1.5.2.orig.tar.gz posixtestsuite/conformance/definitions/pthread_h/4-1.c:16:31: style: Parameter 'arg' can be declared as pointer to const. However it seems that 'thread_function' is a callback function, if 'arg' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/conformance/interfaces/aio_suspend/1-1.c:48:39: style: Parameter 'info' can be declared as pointer to const. However it seems that 'sigrt1_handler' is a callback function, if 'info' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/conformance/interfaces/aio_suspend/1-1.c:48:51: style: Parameter 'context' can be declared as pointer to const. However it seems that 'sigrt1_handler' is a callback function, if 'context' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/conformance/interfaces/aio_suspend/1-1.c:55:39: style: Parameter 'info' can be declared as pointer to const. However it seems that 'sigrt2_handler' is a callback function, if 'info' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/conformance/interfaces/aio_suspend/1-1.c:55:51: style: Parameter 'context' can be declared as pointer to const. However it seems that 'sigrt2_handler' is a callback function, if 'context' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/conformance/interfaces/aio_suspend/4-1.c:45:39: style: Parameter 'info' can be declared as pointer to const. However it seems that 'sigrt1_handler' is a callback function, if 'info' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/conformance/interfaces/aio_suspend/4-1.c:45:51: style: Parameter 'context' can be declared as pointer to const. However it seems that 'sigrt1_handler' is a callback function, if 'context' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/conformance/interfaces/aio_suspend/4-1.c:52:39: style: Parameter 'info' can be declared as pointer to const. However it seems that 'sigrt2_handler' is a callback function, if 'info' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/conformance/interfaces/aio_suspend/4-1.c:52:51: style: Parameter 'context' can be declared as pointer to const. However it seems that 'sigrt2_handler' is a callback function, if 'context' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/conformance/interfaces/aio_suspend/6-1.c:44:39: style: Parameter 'info' can be declared as pointer to const. However it seems that 'sigrt1_handler' is a callback function, if 'info' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/conformance/interfaces/aio_suspend/6-1.c:44:51: style: Parameter 'context' can be declared as pointer to const. However it seems that 'sigrt1_handler' is a callback function, if 'context' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/conformance/interfaces/aio_suspend/6-1.c:51:39: style: Parameter 'info' can be declared as pointer to const. However it seems that 'sigrt2_handler' is a callback function, if 'info' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/conformance/interfaces/aio_suspend/6-1.c:51:51: style: Parameter 'context' can be declared as pointer to const. However it seems that 'sigrt2_handler' is a callback function, if 'context' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/conformance/interfaces/aio_suspend/7-1.c:45:39: style: Parameter 'info' can be declared as pointer to const. However it seems that 'sigrt1_handler' is a callback function, if 'info' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/conformance/interfaces/aio_suspend/7-1.c:45:51: style: Parameter 'context' can be declared as pointer to const. However it seems that 'sigrt1_handler' is a callback function, if 'context' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/conformance/interfaces/aio_suspend/7-1.c:52:39: style: Parameter 'info' can be declared as pointer to const. However it seems that 'sigrt2_handler' is a callback function, if 'info' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/conformance/interfaces/aio_suspend/7-1.c:52:51: style: Parameter 'context' can be declared as pointer to const. However it seems that 'sigrt2_handler' is a callback function, if 'context' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/conformance/interfaces/aio_suspend/8-1.c:49:39: style: Parameter 'info' can be declared as pointer to const. However it seems that 'sigrt1_handler' is a callback function, if 'info' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/conformance/interfaces/aio_suspend/8-1.c:49:51: style: Parameter 'context' can be declared as pointer to const. However it seems that 'sigrt1_handler' is a callback function, if 'context' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/conformance/interfaces/aio_suspend/8-1.c:56:39: style: Parameter 'info' can be declared as pointer to const. However it seems that 'sigrt2_handler' is a callback function, if 'info' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/conformance/interfaces/aio_suspend/8-1.c:56:51: style: Parameter 'context' can be declared as pointer to const. However it seems that 'sigrt2_handler' is a callback function, if 'context' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/conformance/interfaces/aio_suspend/9-1.c:45:39: style: Parameter 'info' can be declared as pointer to const. However it seems that 'sigrt1_handler' is a callback function, if 'info' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/conformance/interfaces/aio_suspend/9-1.c:45:51: style: Parameter 'context' can be declared as pointer to const. However it seems that 'sigrt1_handler' is a callback function, if 'context' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/conformance/interfaces/aio_suspend/9-1.c:52:39: style: Parameter 'info' can be declared as pointer to const. However it seems that 'sigrt2_handler' is a callback function, if 'info' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/conformance/interfaces/aio_suspend/9-1.c:52:51: style: Parameter 'context' can be declared as pointer to const. However it seems that 'sigrt2_handler' is a callback function, if 'context' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/conformance/interfaces/lio_listio/1-1.c:43:51: style: Parameter 'context' can be declared as pointer to const. However it seems that 'sigrt1_handler' is a callback function, if 'context' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/conformance/interfaces/lio_listio/1-1.c:49:39: style: Parameter 'info' can be declared as pointer to const. However it seems that 'sigrt2_handler' is a callback function, if 'info' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/conformance/interfaces/lio_listio/1-1.c:49:51: style: Parameter 'context' can be declared as pointer to const. However it seems that 'sigrt2_handler' is a callback function, if 'context' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/conformance/interfaces/lio_listio/10-1.c:42:51: style: Parameter 'context' can be declared as pointer to const. However it seems that 'sigrt1_handler' is a callback function, if 'context' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/conformance/interfaces/lio_listio/10-1.c:48:39: style: Parameter 'info' can be declared as pointer to const. However it seems that 'sigrt2_handler' is a callback function, if 'info' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/conformance/interfaces/lio_listio/10-1.c:48:51: style: Parameter 'context' can be declared as pointer to const. However it seems that 'sigrt2_handler' is a callback function, if 'context' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/conformance/interfaces/lio_listio/11-1.c:42:51: style: Parameter 'context' can be declared as pointer to const. However it seems that 'sigrt1_handler' is a callback function, if 'context' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/conformance/interfaces/lio_listio/11-1.c:48:39: style: Parameter 'info' can be declared as pointer to const. However it seems that 'sigrt2_handler' is a callback function, if 'info' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/conformance/interfaces/lio_listio/11-1.c:48:51: style: Parameter 'context' can be declared as pointer to const. However it seems that 'sigrt2_handler' is a callback function, if 'context' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/conformance/interfaces/lio_listio/14-1.c:42:39: style: Parameter 'info' can be declared as pointer to const. However it seems that 'sigrt1_handler' is a callback function, if 'info' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/conformance/interfaces/lio_listio/14-1.c:42:51: style: Parameter 'context' can be declared as pointer to const. However it seems that 'sigrt1_handler' is a callback function, if 'context' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/conformance/interfaces/lio_listio/14-1.c:48:39: style: Parameter 'info' can be declared as pointer to const. However it seems that 'sigrt2_handler' is a callback function, if 'info' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/conformance/interfaces/lio_listio/14-1.c:48:51: style: Parameter 'context' can be declared as pointer to const. However it seems that 'sigrt2_handler' is a callback function, if 'context' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/conformance/interfaces/lio_listio/15-1.c:42:39: style: Parameter 'info' can be declared as pointer to const. However it seems that 'sigrt1_handler' is a callback function, if 'info' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/conformance/interfaces/lio_listio/15-1.c:42:51: style: Parameter 'context' can be declared as pointer to const. However it seems that 'sigrt1_handler' is a callback function, if 'context' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/conformance/interfaces/lio_listio/15-1.c:48:39: style: Parameter 'info' can be declared as pointer to const. However it seems that 'sigrt2_handler' is a callback function, if 'info' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/conformance/interfaces/lio_listio/15-1.c:48:51: style: Parameter 'context' can be declared as pointer to const. However it seems that 'sigrt2_handler' is a callback function, if 'context' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/conformance/interfaces/lio_listio/2-1.c:41:51: style: Parameter 'context' can be declared as pointer to const. However it seems that 'sigrt1_handler' is a callback function, if 'context' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/conformance/interfaces/lio_listio/2-1.c:47:39: style: Parameter 'info' can be declared as pointer to const. However it seems that 'sigrt2_handler' is a callback function, if 'info' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/conformance/interfaces/lio_listio/2-1.c:47:51: style: Parameter 'context' can be declared as pointer to const. However it seems that 'sigrt2_handler' is a callback function, if 'context' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/conformance/interfaces/lio_listio/3-1.c:42:51: style: Parameter 'context' can be declared as pointer to const. However it seems that 'sigrt1_handler' is a callback function, if 'context' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/conformance/interfaces/lio_listio/3-1.c:48:39: style: Parameter 'info' can be declared as pointer to const. However it seems that 'sigrt2_handler' is a callback function, if 'info' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/conformance/interfaces/lio_listio/3-1.c:48:51: style: Parameter 'context' can be declared as pointer to const. However it seems that 'sigrt2_handler' is a callback function, if 'context' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/conformance/interfaces/lio_listio/4-1.c:42:39: style: Parameter 'info' can be declared as pointer to const. However it seems that 'sigrt1_handler' is a callback function, if 'info' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/conformance/interfaces/lio_listio/4-1.c:42:51: style: Parameter 'context' can be declared as pointer to const. However it seems that 'sigrt1_handler' is a callback function, if 'context' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/conformance/interfaces/lio_listio/4-1.c:48:39: style: Parameter 'info' can be declared as pointer to const. However it seems that 'sigrt2_handler' is a callback function, if 'info' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/conformance/interfaces/lio_listio/4-1.c:48:51: style: Parameter 'context' can be declared as pointer to const. However it seems that 'sigrt2_handler' is a callback function, if 'context' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/conformance/interfaces/lio_listio/7-1.c:45:39: style: Parameter 'info' can be declared as pointer to const. However it seems that 'sigrt1_handler' is a callback function, if 'info' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/conformance/interfaces/lio_listio/7-1.c:45:51: style: Parameter 'context' can be declared as pointer to const. However it seems that 'sigrt1_handler' is a callback function, if 'context' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/conformance/interfaces/lio_listio/7-1.c:51:39: style: Parameter 'info' can be declared as pointer to const. However it seems that 'sigrt2_handler' is a callback function, if 'info' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/conformance/interfaces/lio_listio/7-1.c:51:51: style: Parameter 'context' can be declared as pointer to const. However it seems that 'sigrt2_handler' is a callback function, if 'context' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/conformance/interfaces/pthread_cancel/2-2.c:33:23: style: Parameter 'tmp' can be declared as pointer to const. However it seems that 'destructor' is a callback function, if 'tmp' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/conformance/interfaces/pthread_cancel/5-2.c:172:23: style: Parameter 'arg' can be declared as pointer to const. However it seems that 'testth' is a callback function, if 'arg' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/conformance/interfaces/pthread_cond_broadcast/2-3.c:259:21: style: Parameter 'arg' can be declared as pointer to const. However it seems that 'timer' is a callback function, if 'arg' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/conformance/interfaces/pthread_cond_timedwait/2-5.c:114:26: style: Parameter 'arg' can be declared as pointer to const. However it seems that 'threaded' is a callback function, if 'arg' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/conformance/interfaces/pthread_equal/2-1.c:148:20: style: Parameter 'arg' can be declared as pointer to const. However it seems that 'test' is a callback function, if 'arg' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/conformance/interfaces/pthread_exit/3-1.c:34:23: style: Parameter 'tmp' can be declared as pointer to const. However it seems that 'destructor' is a callback function, if 'tmp' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/conformance/interfaces/pthread_join/4-1.c:120:28: style: Parameter 'arg' can be declared as pointer to const. However it seems that 'joiner_func' is a callback function, if 'arg' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/conformance/interfaces/pthread_join/6-3.c:183:23: style: Parameter 'arg' can be declared as pointer to const. However it seems that 'threaded' is a callback function, if 'arg' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/conformance/interfaces/pthread_key_create/3-1.c:35:22: style: Parameter 'p' can be declared as pointer to const. However it seems that 'dest_func' is a callback function, if 'p' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/conformance/interfaces/pthread_key_delete/2-1.c:33:22: style: Parameter 'p' can be declared as pointer to const. However it seems that 'dest_func' is a callback function, if 'p' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/conformance/interfaces/pthread_kill/1-2.c:101:25: style: Parameter 'arg' can be declared as pointer to const. However it seems that 'threaded' is a callback function, if 'arg' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/conformance/interfaces/sched_setparam/20-1.c:24:22: style: Parameter 'arg' can be declared as pointer to const. However it seems that 'runner' is a callback function, if 'arg' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/conformance/interfaces/sched_setparam/21-1.c:24:22: style: Parameter 'arg' can be declared as pointer to const. However it seems that 'runner' is a callback function, if 'arg' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/conformance/interfaces/sched_setparam/21-2.c:24:22: style: Parameter 'arg' can be declared as pointer to const. However it seems that 'runner' is a callback function, if 'arg' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/conformance/interfaces/sched_setscheduler/15-1.c:24:22: style: Parameter 'arg' can be declared as pointer to const. However it seems that 'runner' is a callback function, if 'arg' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/conformance/interfaces/sched_setscheduler/15-2.c:24:22: style: Parameter 'arg' can be declared as pointer to const. However it seems that 'runner' is a callback function, if 'arg' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/conformance/interfaces/sched_setscheduler/22-1.c:24:22: style: Parameter 'arg' can be declared as pointer to const. However it seems that 'runner' is a callback function, if 'arg' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/conformance/interfaces/sched_setscheduler/22-2.c:24:22: style: Parameter 'arg' can be declared as pointer to const. However it seems that 'runner' is a callback function, if 'arg' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/conformance/interfaces/sigaction/10-1.c:24:36: style: Parameter 'info' can be declared as pointer to const. However it seems that 'handler' is a callback function, if 'info' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/conformance/interfaces/sigaction/10-1.c:24:48: style: Parameter 'context' can be declared as pointer to const. However it seems that 'handler' is a callback function, if 'context' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/conformance/interfaces/sigaction/11-1.c:33:36: style: Parameter 'info' can be declared as pointer to const. However it seems that 'handler' is a callback function, if 'info' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/conformance/interfaces/sigaction/11-1.c:33:48: style: Parameter 'context' can be declared as pointer to const. However it seems that 'handler' is a callback function, if 'context' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/conformance/interfaces/sigaction/19-1.c:87:35: style: Parameter 'info' can be declared as pointer to const. However it seems that 'handler' is a callback function, if 'info' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/conformance/interfaces/sigaction/19-1.c:87:47: style: Parameter 'context' can be declared as pointer to const. However it seems that 'handler' is a callback function, if 'context' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/conformance/interfaces/sigaction/19-10.c:87:35: style: Parameter 'info' can be declared as pointer to const. However it seems that 'handler' is a callback function, if 'info' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/conformance/interfaces/sigaction/19-10.c:87:47: style: Parameter 'context' can be declared as pointer to const. However it seems that 'handler' is a callback function, if 'context' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/conformance/interfaces/sigaction/19-11.c:87:35: style: Parameter 'info' can be declared as pointer to const. However it seems that 'handler' is a callback function, if 'info' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/conformance/interfaces/sigaction/19-11.c:87:47: style: Parameter 'context' can be declared as pointer to const. However it seems that 'handler' is a callback function, if 'context' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/conformance/interfaces/sigaction/19-12.c:87:35: style: Parameter 'info' can be declared as pointer to const. However it seems that 'handler' is a callback function, if 'info' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/conformance/interfaces/sigaction/19-12.c:87:47: style: Parameter 'context' can be declared as pointer to const. However it seems that 'handler' is a callback function, if 'context' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/conformance/interfaces/sigaction/19-13.c:87:35: style: Parameter 'info' can be declared as pointer to const. However it seems that 'handler' is a callback function, if 'info' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/conformance/interfaces/sigaction/19-13.c:87:47: style: Parameter 'context' can be declared as pointer to const. However it seems that 'handler' is a callback function, if 'context' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/conformance/interfaces/sigaction/19-14.c:87:35: style: Parameter 'info' can be declared as pointer to const. However it seems that 'handler' is a callback function, if 'info' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/conformance/interfaces/sigaction/19-14.c:87:47: style: Parameter 'context' can be declared as pointer to const. However it seems that 'handler' is a callback function, if 'context' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/conformance/interfaces/sigaction/19-15.c:87:35: style: Parameter 'info' can be declared as pointer to const. However it seems that 'handler' is a callback function, if 'info' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/conformance/interfaces/sigaction/19-15.c:87:47: style: Parameter 'context' can be declared as pointer to const. However it seems that 'handler' is a callback function, if 'context' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/conformance/interfaces/sigaction/19-16.c:87:35: style: Parameter 'info' can be declared as pointer to const. However it seems that 'handler' is a callback function, if 'info' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/conformance/interfaces/sigaction/19-16.c:87:47: style: Parameter 'context' can be declared as pointer to const. However it seems that 'handler' is a callback function, if 'context' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/conformance/interfaces/sigaction/19-17.c:87:35: style: Parameter 'info' can be declared as pointer to const. However it seems that 'handler' is a callback function, if 'info' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/conformance/interfaces/sigaction/19-17.c:87:47: style: Parameter 'context' can be declared as pointer to const. However it seems that 'handler' is a callback function, if 'context' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/conformance/interfaces/sigaction/19-18.c:87:35: style: Parameter 'info' can be declared as pointer to const. However it seems that 'handler' is a callback function, if 'info' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/conformance/interfaces/sigaction/19-18.c:87:47: style: Parameter 'context' can be declared as pointer to const. However it seems that 'handler' is a callback function, if 'context' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/conformance/interfaces/sigaction/19-19.c:87:35: style: Parameter 'info' can be declared as pointer to const. However it seems that 'handler' is a callback function, if 'info' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/conformance/interfaces/sigaction/19-19.c:87:47: style: Parameter 'context' can be declared as pointer to const. However it seems that 'handler' is a callback function, if 'context' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/conformance/interfaces/sigaction/19-2.c:87:35: style: Parameter 'info' can be declared as pointer to const. However it seems that 'handler' is a callback function, if 'info' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/conformance/interfaces/sigaction/19-2.c:87:47: style: Parameter 'context' can be declared as pointer to const. However it seems that 'handler' is a callback function, if 'context' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/conformance/interfaces/sigaction/19-20.c:87:35: style: Parameter 'info' can be declared as pointer to const. However it seems that 'handler' is a callback function, if 'info' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/conformance/interfaces/sigaction/19-20.c:87:47: style: Parameter 'context' can be declared as pointer to const. However it seems that 'handler' is a callback function, if 'context' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/conformance/interfaces/sigaction/19-21.c:87:35: style: Parameter 'info' can be declared as pointer to const. However it seems that 'handler' is a callback function, if 'info' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/conformance/interfaces/sigaction/19-21.c:87:47: style: Parameter 'context' can be declared as pointer to const. However it seems that 'handler' is a callback function, if 'context' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/conformance/interfaces/sigaction/19-22.c:87:35: style: Parameter 'info' can be declared as pointer to const. However it seems that 'handler' is a callback function, if 'info' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/conformance/interfaces/sigaction/19-22.c:87:47: style: Parameter 'context' can be declared as pointer to const. However it seems that 'handler' is a callback function, if 'context' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/conformance/interfaces/sigaction/19-23.c:87:35: style: Parameter 'info' can be declared as pointer to const. However it seems that 'handler' is a callback function, if 'info' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/conformance/interfaces/sigaction/19-23.c:87:47: style: Parameter 'context' can be declared as pointer to const. However it seems that 'handler' is a callback function, if 'context' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/conformance/interfaces/sigaction/19-24.c:87:35: style: Parameter 'info' can be declared as pointer to const. However it seems that 'handler' is a callback function, if 'info' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/conformance/interfaces/sigaction/19-24.c:87:47: style: Parameter 'context' can be declared as pointer to const. However it seems that 'handler' is a callback function, if 'context' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/conformance/interfaces/sigaction/19-25.c:87:35: style: Parameter 'info' can be declared as pointer to const. However it seems that 'handler' is a callback function, if 'info' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/conformance/interfaces/sigaction/19-25.c:87:47: style: Parameter 'context' can be declared as pointer to const. However it seems that 'handler' is a callback function, if 'context' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/conformance/interfaces/sigaction/19-26.c:87:35: style: Parameter 'info' can be declared as pointer to const. However it seems that 'handler' is a callback function, if 'info' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/conformance/interfaces/sigaction/19-26.c:87:47: style: Parameter 'context' can be declared as pointer to const. However it seems that 'handler' is a callback function, if 'context' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/conformance/interfaces/sigaction/19-3.c:87:35: style: Parameter 'info' can be declared as pointer to const. However it seems that 'handler' is a callback function, if 'info' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/conformance/interfaces/sigaction/19-3.c:87:47: style: Parameter 'context' can be declared as pointer to const. However it seems that 'handler' is a callback function, if 'context' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/conformance/interfaces/sigaction/19-4.c:87:35: style: Parameter 'info' can be declared as pointer to const. However it seems that 'handler' is a callback function, if 'info' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/conformance/interfaces/sigaction/19-4.c:87:47: style: Parameter 'context' can be declared as pointer to const. However it seems that 'handler' is a callback function, if 'context' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/conformance/interfaces/sigaction/19-5.c:87:35: style: Parameter 'info' can be declared as pointer to const. However it seems that 'handler' is a callback function, if 'info' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/conformance/interfaces/sigaction/19-5.c:87:47: style: Parameter 'context' can be declared as pointer to const. However it seems that 'handler' is a callback function, if 'context' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/conformance/interfaces/sigaction/19-6.c:87:35: style: Parameter 'info' can be declared as pointer to const. However it seems that 'handler' is a callback function, if 'info' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/conformance/interfaces/sigaction/19-6.c:87:47: style: Parameter 'context' can be declared as pointer to const. However it seems that 'handler' is a callback function, if 'context' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/conformance/interfaces/sigaction/19-7.c:87:35: style: Parameter 'info' can be declared as pointer to const. However it seems that 'handler' is a callback function, if 'info' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/conformance/interfaces/sigaction/19-7.c:87:47: style: Parameter 'context' can be declared as pointer to const. However it seems that 'handler' is a callback function, if 'context' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/conformance/interfaces/sigaction/19-8.c:87:35: style: Parameter 'info' can be declared as pointer to const. However it seems that 'handler' is a callback function, if 'info' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/conformance/interfaces/sigaction/19-8.c:87:47: style: Parameter 'context' can be declared as pointer to const. However it seems that 'handler' is a callback function, if 'context' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/conformance/interfaces/sigaction/19-9.c:87:35: style: Parameter 'info' can be declared as pointer to const. However it seems that 'handler' is a callback function, if 'info' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/conformance/interfaces/sigaction/19-9.c:87:47: style: Parameter 'context' can be declared as pointer to const. However it seems that 'handler' is a callback function, if 'context' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/conformance/interfaces/sigaction/6-1.c:24:36: style: Parameter 'info' can be declared as pointer to const. However it seems that 'handler' is a callback function, if 'info' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/conformance/interfaces/sigaction/6-1.c:24:48: style: Parameter 'context' can be declared as pointer to const. However it seems that 'handler' is a callback function, if 'context' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/conformance/interfaces/sigaction/6-10.c:24:36: style: Parameter 'info' can be declared as pointer to const. However it seems that 'handler' is a callback function, if 'info' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/conformance/interfaces/sigaction/6-10.c:24:48: style: Parameter 'context' can be declared as pointer to const. However it seems that 'handler' is a callback function, if 'context' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/conformance/interfaces/sigaction/6-11.c:24:36: style: Parameter 'info' can be declared as pointer to const. However it seems that 'handler' is a callback function, if 'info' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/conformance/interfaces/sigaction/6-11.c:24:48: style: Parameter 'context' can be declared as pointer to const. However it seems that 'handler' is a callback function, if 'context' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/conformance/interfaces/sigaction/6-12.c:24:36: style: Parameter 'info' can be declared as pointer to const. However it seems that 'handler' is a callback function, if 'info' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/conformance/interfaces/sigaction/6-12.c:24:48: style: Parameter 'context' can be declared as pointer to const. However it seems that 'handler' is a callback function, if 'context' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/conformance/interfaces/sigaction/6-13.c:24:36: style: Parameter 'info' can be declared as pointer to const. However it seems that 'handler' is a callback function, if 'info' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/conformance/interfaces/sigaction/6-13.c:24:48: style: Parameter 'context' can be declared as pointer to const. However it seems that 'handler' is a callback function, if 'context' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/conformance/interfaces/sigaction/6-14.c:24:36: style: Parameter 'info' can be declared as pointer to const. However it seems that 'handler' is a callback function, if 'info' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/conformance/interfaces/sigaction/6-14.c:24:48: style: Parameter 'context' can be declared as pointer to const. However it seems that 'handler' is a callback function, if 'context' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/conformance/interfaces/sigaction/6-15.c:24:36: style: Parameter 'info' can be declared as pointer to const. However it seems that 'handler' is a callback function, if 'info' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/conformance/interfaces/sigaction/6-15.c:24:48: style: Parameter 'context' can be declared as pointer to const. However it seems that 'handler' is a callback function, if 'context' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/conformance/interfaces/sigaction/6-16.c:24:36: style: Parameter 'info' can be declared as pointer to const. However it seems that 'handler' is a callback function, if 'info' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/conformance/interfaces/sigaction/6-16.c:24:48: style: Parameter 'context' can be declared as pointer to const. However it seems that 'handler' is a callback function, if 'context' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/conformance/interfaces/sigaction/6-17.c:24:36: style: Parameter 'info' can be declared as pointer to const. However it seems that 'handler' is a callback function, if 'info' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/conformance/interfaces/sigaction/6-17.c:24:48: style: Parameter 'context' can be declared as pointer to const. However it seems that 'handler' is a callback function, if 'context' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/conformance/interfaces/sigaction/6-18.c:24:36: style: Parameter 'info' can be declared as pointer to const. However it seems that 'handler' is a callback function, if 'info' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/conformance/interfaces/sigaction/6-18.c:24:48: style: Parameter 'context' can be declared as pointer to const. However it seems that 'handler' is a callback function, if 'context' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/conformance/interfaces/sigaction/6-19.c:24:36: style: Parameter 'info' can be declared as pointer to const. However it seems that 'handler' is a callback function, if 'info' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/conformance/interfaces/sigaction/6-19.c:24:48: style: Parameter 'context' can be declared as pointer to const. However it seems that 'handler' is a callback function, if 'context' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/conformance/interfaces/sigaction/6-2.c:24:36: style: Parameter 'info' can be declared as pointer to const. However it seems that 'handler' is a callback function, if 'info' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/conformance/interfaces/sigaction/6-2.c:24:48: style: Parameter 'context' can be declared as pointer to const. However it seems that 'handler' is a callback function, if 'context' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/conformance/interfaces/sigaction/6-20.c:24:36: style: Parameter 'info' can be declared as pointer to const. However it seems that 'handler' is a callback function, if 'info' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/conformance/interfaces/sigaction/6-20.c:24:48: style: Parameter 'context' can be declared as pointer to const. However it seems that 'handler' is a callback function, if 'context' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/conformance/interfaces/sigaction/6-21.c:24:36: style: Parameter 'info' can be declared as pointer to const. However it seems that 'handler' is a callback function, if 'info' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/conformance/interfaces/sigaction/6-21.c:24:48: style: Parameter 'context' can be declared as pointer to const. However it seems that 'handler' is a callback function, if 'context' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/conformance/interfaces/sigaction/6-22.c:24:36: style: Parameter 'info' can be declared as pointer to const. However it seems that 'handler' is a callback function, if 'info' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/conformance/interfaces/sigaction/6-22.c:24:48: style: Parameter 'context' can be declared as pointer to const. However it seems that 'handler' is a callback function, if 'context' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/conformance/interfaces/sigaction/6-23.c:24:36: style: Parameter 'info' can be declared as pointer to const. However it seems that 'handler' is a callback function, if 'info' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/conformance/interfaces/sigaction/6-23.c:24:48: style: Parameter 'context' can be declared as pointer to const. However it seems that 'handler' is a callback function, if 'context' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/conformance/interfaces/sigaction/6-24.c:24:36: style: Parameter 'info' can be declared as pointer to const. However it seems that 'handler' is a callback function, if 'info' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/conformance/interfaces/sigaction/6-24.c:24:48: style: Parameter 'context' can be declared as pointer to const. However it seems that 'handler' is a callback function, if 'context' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/conformance/interfaces/sigaction/6-25.c:24:36: style: Parameter 'info' can be declared as pointer to const. However it seems that 'handler' is a callback function, if 'info' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/conformance/interfaces/sigaction/6-25.c:24:48: style: Parameter 'context' can be declared as pointer to const. However it seems that 'handler' is a callback function, if 'context' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/conformance/interfaces/sigaction/6-26.c:24:36: style: Parameter 'info' can be declared as pointer to const. However it seems that 'handler' is a callback function, if 'info' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/conformance/interfaces/sigaction/6-26.c:24:48: style: Parameter 'context' can be declared as pointer to const. However it seems that 'handler' is a callback function, if 'context' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/conformance/interfaces/sigaction/6-3.c:24:36: style: Parameter 'info' can be declared as pointer to const. However it seems that 'handler' is a callback function, if 'info' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/conformance/interfaces/sigaction/6-3.c:24:48: style: Parameter 'context' can be declared as pointer to const. However it seems that 'handler' is a callback function, if 'context' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/conformance/interfaces/sigaction/6-4.c:24:36: style: Parameter 'info' can be declared as pointer to const. However it seems that 'handler' is a callback function, if 'info' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/conformance/interfaces/sigaction/6-4.c:24:48: style: Parameter 'context' can be declared as pointer to const. However it seems that 'handler' is a callback function, if 'context' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/conformance/interfaces/sigaction/6-5.c:24:36: style: Parameter 'info' can be declared as pointer to const. However it seems that 'handler' is a callback function, if 'info' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/conformance/interfaces/sigaction/6-5.c:24:48: style: Parameter 'context' can be declared as pointer to const. However it seems that 'handler' is a callback function, if 'context' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/conformance/interfaces/sigaction/6-6.c:24:36: style: Parameter 'info' can be declared as pointer to const. However it seems that 'handler' is a callback function, if 'info' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/conformance/interfaces/sigaction/6-6.c:24:48: style: Parameter 'context' can be declared as pointer to const. However it seems that 'handler' is a callback function, if 'context' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/conformance/interfaces/sigaction/6-7.c:24:36: style: Parameter 'info' can be declared as pointer to const. However it seems that 'handler' is a callback function, if 'info' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/conformance/interfaces/sigaction/6-7.c:24:48: style: Parameter 'context' can be declared as pointer to const. However it seems that 'handler' is a callback function, if 'context' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/conformance/interfaces/sigaction/6-8.c:24:36: style: Parameter 'info' can be declared as pointer to const. However it seems that 'handler' is a callback function, if 'info' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/conformance/interfaces/sigaction/6-8.c:24:48: style: Parameter 'context' can be declared as pointer to const. However it seems that 'handler' is a callback function, if 'context' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/conformance/interfaces/sigaction/6-9.c:24:36: style: Parameter 'info' can be declared as pointer to const. However it seems that 'handler' is a callback function, if 'info' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/conformance/interfaces/sigaction/6-9.c:24:48: style: Parameter 'context' can be declared as pointer to const. However it seems that 'handler' is a callback function, if 'context' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/conformance/interfaces/sigaction/9-1.c:33:36: style: Parameter 'info' can be declared as pointer to const. However it seems that 'handler' is a callback function, if 'info' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/conformance/interfaces/sigaction/9-1.c:33:48: style: Parameter 'context' can be declared as pointer to const. However it seems that 'handler' is a callback function, if 'context' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/conformance/interfaces/sigqueue/1-1.c:32:39: style: Parameter 'info' can be declared as pointer to const. However it seems that 'myhandler' is a callback function, if 'info' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/conformance/interfaces/sigqueue/1-1.c:32:51: style: Parameter 'context' can be declared as pointer to const. However it seems that 'myhandler' is a callback function, if 'context' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/conformance/interfaces/sigqueue/4-1.c:35:38: style: Parameter 'info' can be declared as pointer to const. However it seems that 'myhandler' is a callback function, if 'info' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/conformance/interfaces/sigqueue/4-1.c:35:50: style: Parameter 'context' can be declared as pointer to const. However it seems that 'myhandler' is a callback function, if 'context' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/conformance/interfaces/sigqueue/6-1.c:41:38: style: Parameter 'info' can be declared as pointer to const. However it seems that 'myhandler' is a callback function, if 'info' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/conformance/interfaces/sigqueue/6-1.c:41:50: style: Parameter 'context' can be declared as pointer to const. However it seems that 'myhandler' is a callback function, if 'context' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/conformance/interfaces/sigqueue/7-1.c:38:38: style: Parameter 'info' can be declared as pointer to const. However it seems that 'myhandler' is a callback function, if 'info' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/conformance/interfaces/sigqueue/7-1.c:38:50: style: Parameter 'context' can be declared as pointer to const. However it seems that 'myhandler' is a callback function, if 'context' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/conformance/interfaces/sigqueue/8-1.c:36:38: style: Parameter 'info' can be declared as pointer to const. However it seems that 'myhandler' is a callback function, if 'info' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/conformance/interfaces/sigqueue/8-1.c:36:50: style: Parameter 'context' can be declared as pointer to const. However it seems that 'myhandler' is a callback function, if 'context' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/conformance/interfaces/sigqueue/9-1.c:34:38: style: Parameter 'info' can be declared as pointer to const. However it seems that 'myhandler' is a callback function, if 'info' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/conformance/interfaces/sigqueue/9-1.c:34:50: style: Parameter 'context' can be declared as pointer to const. However it seems that 'myhandler' is a callback function, if 'context' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/conformance/interfaces/sigwaitinfo/2-1.c:33:38: style: Parameter 'info' can be declared as pointer to const. However it seems that 'myhandler' is a callback function, if 'info' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/conformance/interfaces/sigwaitinfo/2-1.c:33:50: style: Parameter 'context' can be declared as pointer to const. However it seems that 'myhandler' is a callback function, if 'context' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/conformance/interfaces/sigwaitinfo/5-1.c:29:39: style: Parameter 'info' can be declared as pointer to const. However it seems that 'myhandler' is a callback function, if 'info' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/conformance/interfaces/sigwaitinfo/5-1.c:29:51: style: Parameter 'context' can be declared as pointer to const. However it seems that 'myhandler' is a callback function, if 'context' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/conformance/interfaces/sigwaitinfo/6-1.c:29:39: style: Parameter 'info' can be declared as pointer to const. However it seems that 'myhandler' is a callback function, if 'info' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/conformance/interfaces/sigwaitinfo/6-1.c:29:51: style: Parameter 'context' can be declared as pointer to const. However it seems that 'myhandler' is a callback function, if 'context' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/conformance/interfaces/sigwaitinfo/7-1.c:36:38: style: Parameter 'info' can be declared as pointer to const. However it seems that 'myhandler' is a callback function, if 'info' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/conformance/interfaces/sigwaitinfo/7-1.c:36:50: style: Parameter 'context' can be declared as pointer to const. However it seems that 'myhandler' is a callback function, if 'context' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/conformance/interfaces/sigwaitinfo/8-1.c:35:38: style: Parameter 'info' can be declared as pointer to const. However it seems that 'myhandler' is a callback function, if 'info' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/conformance/interfaces/sigwaitinfo/8-1.c:35:50: style: Parameter 'context' can be declared as pointer to const. However it seems that 'myhandler' is a callback function, if 'context' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/stress/threads/helper.c:71:21: style: Parameter 'arg' can be declared as pointer to const. However it seems that 'timer' is a callback function, if 'arg' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/stress/threads/pthread_kill/stress.c:136:26: style: Parameter 'arg' can be declared as pointer to const. However it seems that 'flooder_1' is a callback function, if 'arg' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/stress/threads/pthread_kill/stress.c:154:26: style: Parameter 'arg' can be declared as pointer to const. However it seems that 'flooder_2' is a callback function, if 'arg' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/stress/threads/pthread_kill/stress.c:205:26: style: Parameter 'arg' can be declared as pointer to const. However it seems that 'sync_send' is a callback function, if 'arg' is declared with const you might also need to cast function pointer(s). [constParameterCallback] posixtestsuite/stress/threads/pthread_mutex_trylock/stress.c:113:21: style: Parameter 'arg' can be declared as pointer to const. However it seems that 'timer' is a callback function, if 'arg' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/postfix/postfix_3.10.4.orig.tar.gz postfix-3.10.4/src/bounce/bounce.c:640:34: style: Parameter 'service_name' can be declared as pointer to const. However it seems that 'post_jail_init' is a callback function, if 'service_name' is declared with const you might also need to cast function pointer(s). [constParameterCallback] postfix-3.10.4/src/discard/discard.c:233:28: style: Parameter 'unused_name' can be declared as pointer to const. However it seems that 'pre_init' is a callback function, if 'unused_name' is declared with const you might also need to cast function pointer(s). [constParameterCallback] postfix-3.10.4/src/dns/dns_rr.c:343:41: style: Parameter 'a' can be declared as pointer to const. However it seems that 'dns_rr_compare_pref_any' is a callback function, if 'a' is declared with const you might also need to cast function pointer(s). [constParameterCallback] postfix-3.10.4/src/dns/dns_rr.c:343:52: style: Parameter 'b' can be declared as pointer to const. However it seems that 'dns_rr_compare_pref_any' is a callback function, if 'b' is declared with const you might also need to cast function pointer(s). [constParameterCallback] postfix-3.10.4/src/dnsblog/dnsblog.c:288:34: style: Parameter 'unused_name' can be declared as pointer to const. However it seems that 'post_jail_init' is a callback function, if 'unused_name' is declared with const you might also need to cast function pointer(s). [constParameterCallback] postfix-3.10.4/src/error/error.c:246:28: style: Parameter 'unused_name' can be declared as pointer to const. However it seems that 'pre_init' is a callback function, if 'unused_name' is declared with const you might also need to cast function pointer(s). [constParameterCallback] postfix-3.10.4/src/cleanup/cleanup_milter.c:268:49: style: Parameter 'context' can be declared as pointer to const. However it seems that 'cleanup_milter_header_prepend' is a callback function, if 'context' is declared with const you might also need to cast function pointer(s). [constParameterCallback] postfix-3.10.4/src/global/pipe_command.c:287:49: style: Parameter 'buf' can be declared as pointer to const. However it seems that 'pipe_command_write' is a callback function, if 'buf' is declared with const you might also need to cast function pointer(s). [constParameterCallback] postfix-3.10.4/src/master/master.c:253:55: style: Parameter 'unused_context' can be declared as pointer to const. However it seems that 'master_exit_event' is a callback function, if 'unused_context' is declared with const you might also need to cast function pointer(s). [constParameterCallback] postfix-3.10.4/src/master/dgram_server.c:241:56: style: Parameter 'unused_context' can be declared as pointer to const. However it seems that 'dgram_server_abort' is a callback function, if 'unused_context' is declared with const you might also need to cast function pointer(s). [constParameterCallback] postfix-3.10.4/src/master/dgram_server.c:250:58: style: Parameter 'unused_context' can be declared as pointer to const. However it seems that 'dgram_server_timeout' is a callback function, if 'unused_context' is declared with const you might also need to cast function pointer(s). [constParameterCallback] postfix-3.10.4/src/master/event_server.c:317:58: style: Parameter 'unused_context' can be declared as pointer to const. However it seems that 'event_server_timeout' is a callback function, if 'unused_context' is declared with const you might also need to cast function pointer(s). [constParameterCallback] postfix-3.10.4/src/master/multi_server.c:276:56: style: Parameter 'unused_context' can be declared as pointer to const. However it seems that 'multi_server_abort' is a callback function, if 'unused_context' is declared with const you might also need to cast function pointer(s). [constParameterCallback] postfix-3.10.4/src/master/multi_server.c:285:58: style: Parameter 'unused_context' can be declared as pointer to const. However it seems that 'multi_server_timeout' is a callback function, if 'unused_context' is declared with const you might also need to cast function pointer(s). [constParameterCallback] postfix-3.10.4/src/master/trigger_server.c:251:58: style: Parameter 'unused_context' can be declared as pointer to const. However it seems that 'trigger_server_abort' is a callback function, if 'unused_context' is declared with const you might also need to cast function pointer(s). [constParameterCallback] postfix-3.10.4/src/master/trigger_server.c:260:60: style: Parameter 'unused_context' can be declared as pointer to const. However it seems that 'trigger_server_timeout' is a callback function, if 'unused_context' is declared with const you might also need to cast function pointer(s). [constParameterCallback] postfix-3.10.4/src/master/single_server.c:248:62: style: Parameter 'unused_context' can be declared as pointer to const. However it seems that 'single_server_retire' is a callback function, if 'unused_context' is declared with const you might also need to cast function pointer(s). [constParameterCallback] postfix-3.10.4/src/master/single_server.c:257:57: style: Parameter 'unused_context' can be declared as pointer to const. However it seems that 'single_server_abort' is a callback function, if 'unused_context' is declared with const you might also need to cast function pointer(s). [constParameterCallback] postfix-3.10.4/src/master/single_server.c:266:59: style: Parameter 'unused_context' can be declared as pointer to const. However it seems that 'single_server_timeout' is a callback function, if 'unused_context' is declared with const you might also need to cast function pointer(s). [constParameterCallback] postfix-3.10.4/src/oqmgr/qmgr.c:619:33: style: Parameter 'unused_name' can be declared as pointer to const. However it seems that 'qmgr_pre_init' is a callback function, if 'unused_name' is declared with const you might also need to cast function pointer(s). [constParameterCallback] postfix-3.10.4/src/milter/test-milter.c:232:50: style: Parameter 'name' can be declared as pointer to const. However it seems that 'test_connect' is a callback function, if 'name' is declared with const you might also need to cast function pointer(s). [constParameterCallback] postfix-3.10.4/src/milter/test-milter.c:276:47: style: Parameter 'arg' can be declared as pointer to const. However it seems that 'test_helo' is a callback function, if 'arg' is declared with const you might also need to cast function pointer(s). [constParameterCallback] postfix-3.10.4/src/milter/test-milter.c:305:42: style: Parameter 'name' can be declared as pointer to const. However it seems that 'test_header' is a callback function, if 'name' is declared with const you might also need to cast function pointer(s). [constParameterCallback] postfix-3.10.4/src/milter/test-milter.c:305:54: style: Parameter 'value' can be declared as pointer to const. However it seems that 'test_header' is a callback function, if 'value' is declared with const you might also need to cast function pointer(s). [constParameterCallback] postfix-3.10.4/src/milter/test-milter.c:317:56: style: Parameter 'data' can be declared as pointer to const. However it seems that 'test_body' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] postfix-3.10.4/src/pipe/pipe.c:1374:28: style: Parameter 'unused_name' can be declared as pointer to const. However it seems that 'pre_init' is a callback function, if 'unused_name' is declared with const you might also need to cast function pointer(s). [constParameterCallback] postfix-3.10.4/src/postconf/postconf_user.c:117:53: style: Parameter 'unused_ptr' can be declared as pointer to const. However it seems that 'pcf_convert_user_parameter' is a callback function, if 'unused_ptr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] postfix-3.10.4/src/postlogd/postlogd.c:247:34: style: Parameter 'unused_name' can be declared as pointer to const. However it seems that 'post_jail_init' is a callback function, if 'unused_name' is declared with const you might also need to cast function pointer(s). [constParameterCallback] postfix-3.10.4/src/postscreen/postscreen_smtpd.c:511:49: style: Parameter 'args' can be declared as pointer to const. However it seems that 'psc_mail_cmd' is a callback function, if 'args' is declared with const you might also need to cast function pointer(s). [constParameterCallback] postfix-3.10.4/src/qmgr/qmgr.c:692:33: style: Parameter 'unused_name' can be declared as pointer to const. However it seems that 'qmgr_pre_init' is a callback function, if 'unused_name' is declared with const you might also need to cast function pointer(s). [constParameterCallback] postfix-3.10.4/src/smtpstone/qmqp-sink.c:238:47: style: Parameter 'unused_context' can be declared as pointer to const. However it seems that 'terminate' is a callback function, if 'unused_context' is declared with const you might also need to cast function pointer(s). [constParameterCallback] postfix-3.10.4/src/tlsmgr/tlsmgr.c:1108:37: style: Parameter 'unused_stream' can be declared as pointer to const. However it seems that 'tlsmgr_service' is a callback function, if 'unused_stream' is declared with const you might also need to cast function pointer(s). [constParameterCallback] postfix-3.10.4/src/tlsmgr/tlsmgr.c:1108:58: style: Parameter 'unused_service' can be declared as pointer to const. However it seems that 'tlsmgr_service' is a callback function, if 'unused_service' is declared with const you might also need to cast function pointer(s). [constParameterCallback] postfix-3.10.4/src/verify/verify.c:424:23: style: Parameter 'unused_context' can be declared as pointer to const. However it seems that 'verify_post_mail_fclose_action' is a callback function, if 'unused_context' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/postgis/postgis_3.6.0+dfsg.orig.tar.xz postgis-3.6.0/loader/safileio.c:116:27: style: Parameter 'p' can be declared as pointer to const. However it seems that 'SADFWrite' is a callback function, if 'p' is declared with const you might also need to cast function pointer(s). [constParameterCallback] postgis-3.6.0/raster/rt_core/rt_gdal.c:61:8: style: Parameter 'pProgressArg' can be declared as pointer to const. However it seems that 'rt_util_gdal_progress_func' is a callback function, if 'pProgressArg' is declared with const you might also need to cast function pointer(s). [constParameterCallback] postgis-3.6.0/raster/rt_pg/rtpg_gdal.c:633:8: style: Parameter 'pProgressArg' can be declared as pointer to const. However it seems that 'rtpg_util_gdal_progress_func' is a callback function, if 'pProgressArg' is declared with const you might also need to cast function pointer(s). [constParameterCallback] postgis-3.6.0/raster/rt_pg/rtpostgis.c:644:54: style: Parameter 'extra' can be declared as pointer to const. However it seems that 'rtpg_assignHookEnableOutDBRasters' is a callback function, if 'extra' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/postgresql-multicorn/postgresql-multicorn_1.4.0.orig.tar.gz Multicorn-1.4.0/src/multicorn.c:565:46: style: Parameter 'node' can be declared as pointer to const. However it seems that 'multicornReScanForeignScan' is a callback function, if 'node' is declared with const you might also need to cast function pointer(s). [constParameterCallback] Multicorn-1.4.0/src/multicorn.c:581:43: style: Parameter 'node' can be declared as pointer to const. However it seems that 'multicornEndForeignScan' is a callback function, if 'node' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/postgresql-mysql-fdw/postgresql-mysql-fdw_2.9.2.orig.tar.gz mysql_fdw-REL-2_9_2/mysql_fdw.c:2133:54: style: Parameter 'resultRelInfo' can be declared as pointer to const. However it seems that 'mysqlEndForeignModify' is a callback function, if 'resultRelInfo' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/postgresql-ocaml/postgresql-ocaml_5.2.0.orig.tar.bz2 postgresql-5.2.0/lib/postgresql_stubs.c:1384:37: style: Parameter 'arg' can be declared as pointer to const. However it seems that 'np_quiet' is a callback function, if 'arg' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/postgresql-rum/postgresql-rum_1.3.14.orig.tar.gz rum-1.3.14/src/ruminsert.c:560:12: style: Parameter 'isnull' can be declared as pointer to const. However it seems that 'rumBuildCallback' is a callback function, if 'isnull' is declared with const you might also need to cast function pointer(s). [constParameterCallback] rum-1.3.14/src/rum_ts_utils.c:206:75: style: Parameter 'data' can be declared as pointer to const. However it seems that 'pre_checkcondition_rum' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] rum-1.3.14/src/tuplesort10.c:3608:73: style: Parameter 'state' can be declared as pointer to const. However it seems that 'comparetup_heap' is a callback function, if 'state' is declared with const you might also need to cast function pointer(s). [constParameterCallback] rum-1.3.14/src/tuplesort96.c:3957:73: style: Parameter 'state' can be declared as pointer to const. However it seems that 'comparetup_heap' is a callback function, if 'state' is declared with const you might also need to cast function pointer(s). [constParameterCallback] rum-1.3.14/src/tuplesort96.c:4549:24: style: Parameter 'state' can be declared as pointer to const. However it seems that 'comparetup_index_hash' is a callback function, if 'state' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/postmark/postmark_1.53.orig.tar.gz postmark-1.53/postmark-1.53.c:225:7: style: Parameter 'param' can be declared as pointer to const. However it seems that 'cli_set_size' is a callback function, if 'param' is declared with const you might also need to cast function pointer(s). [constParameterCallback] postmark-1.53/postmark-1.53.c:434:7: style: Parameter 'param' can be declared as pointer to const. However it seems that 'cli_set_buffering' is a callback function, if 'param' is declared with const you might also need to cast function pointer(s). [constParameterCallback] postmark-1.53/postmark-1.53.c:446:7: style: Parameter 'param' can be declared as pointer to const. However it seems that 'cli_set_bias_read' is a callback function, if 'param' is declared with const you might also need to cast function pointer(s). [constParameterCallback] postmark-1.53/postmark-1.53.c:461:7: style: Parameter 'param' can be declared as pointer to const. However it seems that 'cli_set_bias_create' is a callback function, if 'param' is declared with const you might also need to cast function pointer(s). [constParameterCallback] postmark-1.53/postmark-1.53.c:476:7: style: Parameter 'param' can be declared as pointer to const. However it seems that 'cli_set_report' is a callback function, if 'param' is declared with const you might also need to cast function pointer(s). [constParameterCallback] postmark-1.53/postmark-1.53.c:947:7: style: Parameter 'param' can be declared as pointer to const. However it seems that 'cli_run' is a callback function, if 'param' is declared with const you might also need to cast function pointer(s). [constParameterCallback] postmark-1.53/postmark-1.53.c:1065:7: style: Parameter 'param' can be declared as pointer to const. However it seems that 'cli_show' is a callback function, if 'param' is declared with const you might also need to cast function pointer(s). [constParameterCallback] postmark-1.53/postmark-1.53.c:1117:7: style: Parameter 'param' can be declared as pointer to const. However it seems that 'cli_quit' is a callback function, if 'param' is declared with const you might also need to cast function pointer(s). [constParameterCallback] postmark-1.53/postmark-1.53.c:1124:7: style: Parameter 'param' can be declared as pointer to const. However it seems that 'cli_help' is a callback function, if 'param' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/poti/poti_5.0.orig.tar.gz poti-poti-5.0/examples/tracegen.c:38:46: style: Parameter 'arg' can be declared as pointer to const. However it seems that 'parse_options' is a callback function, if 'arg' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/potool/potool_0.19.orig.tar.gz potool-0.19/potool.c:222:27: style: Parameter 'po' can be declared as pointer to const. However it seems that 'po_filter_fuzzy' is a callback function, if 'po' is declared with const you might also need to cast function pointer(s). [constParameterCallback] potool-0.19/potool.c:228:31: style: Parameter 'po' can be declared as pointer to const. However it seems that 'po_filter_not_fuzzy' is a callback function, if 'po' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/power-profiles-daemon/power-profiles-daemon_0.30.orig.tar.bz2 power-profiles-daemon-0.30/src/ppd-action-amdgpu-dpm.c:130:30: style: Parameter 'action' can be declared as pointer to const. However it seems that 'udev_uevent_cb' is a callback function, if 'action' is declared with const you might also need to cast function pointer(s). [constParameterCallback] power-profiles-daemon-0.30/src/ppd-action-amdgpu-dpm.c:148:41: style: Parameter 'action' can be declared as pointer to const. However it seems that 'ppd_action_amdgpu_dpm_probe' is a callback function, if 'action' is declared with const you might also need to cast function pointer(s). [constParameterCallback] power-profiles-daemon-0.30/src/ppd-action-trickle-charge.c:169:25: style: Parameter 'action' can be declared as pointer to const. However it seems that 'uevent_cb' is a callback function, if 'action' is declared with const you might also need to cast function pointer(s). [constParameterCallback] power-profiles-daemon-0.30/src/ppd-action.c:61:42: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'ppd_action_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] power-profiles-daemon-0.30/src/ppd-action.c:87:42: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'ppd_action_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] power-profiles-daemon-0.30/src/ppd-action-amdgpu-panel-power.c:233:30: style: Parameter 'action' can be declared as pointer to const. However it seems that 'udev_uevent_cb' is a callback function, if 'action' is declared with const you might also need to cast function pointer(s). [constParameterCallback] power-profiles-daemon-0.30/src/ppd-action-amdgpu-panel-power.c:256:49: style: Parameter 'action' can be declared as pointer to const. However it seems that 'ppd_action_amdgpu_panel_power_probe' is a callback function, if 'action' is declared with const you might also need to cast function pointer(s). [constParameterCallback] power-profiles-daemon-0.30/src/ppd-driver-fake.c:167:64: style: Parameter 'driver' can be declared as pointer to const. However it seems that 'ppd_driver_fake_activate_profile' is a callback function, if 'driver' is declared with const you might also need to cast function pointer(s). [constParameterCallback] power-profiles-daemon-0.30/src/ppd-driver.c:61:42: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'ppd_driver_set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] power-profiles-daemon-0.30/src/ppd-driver.c:95:42: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'ppd_driver_get_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] power-profiles-daemon-0.30/src/power-profiles-daemon.c:724:53: style: Parameter 'pspec' can be declared as pointer to const. However it seems that 'driver_performance_degraded_changed_cb' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] power-profiles-daemon-0.30/src/power-profiles-daemon.c:1138:48: style: Parameter 'connection' can be declared as pointer to const. However it seems that 'legacy_name_acquired_handler' is a callback function, if 'connection' is declared with const you might also need to cast function pointer(s). [constParameterCallback] power-profiles-daemon-0.30/src/power-profiles-daemon.c:1140:48: style: Parameter 'user_data' can be declared as pointer to const. However it seems that 'legacy_name_acquired_handler' is a callback function, if 'user_data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/powerdebug/powerdebug_0.7.0-2013.08.orig.tar.bz2 linaro-powerdebug-0.7.0-2013.08/clocks.c:201:47: style: Parameter 'data' can be declared as pointer to const. However it seems that 'is_collapsed' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] linaro-powerdebug-0.7.0-2013.08/regulator.c:83:43: style: Parameter 'tree' can be declared as pointer to const. However it seems that 'regulator_dump_cb' is a callback function, if 'tree' is declared with const you might also need to cast function pointer(s). [constParameterCallback] linaro-powerdebug-0.7.0-2013.08/display.c:391:44: style: Parameter 'data' can be declared as pointer to const. However it seems that 'display_keystroke' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] linaro-powerdebug-0.7.0-2013.08/sensor.c:53:52: style: Parameter 'data' can be declared as pointer to const. However it seems that 'sensor_dump_cb' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/powerman/powerman_2.4.4.orig.tar.gz powerman-2.4.4/src/liblsd/cbuf.c:1264:33: style: Parameter 'psrcfd' can be declared as pointer to const. However it seems that 'cbuf_get_fd' is a callback function, if 'psrcfd' is declared with const you might also need to cast function pointer(s). [constParameterCallback] powerman-2.4.4/src/liblsd/cbuf.c:1302:20: style: Parameter 'srcbuf' can be declared as pointer to const. However it seems that 'cbuf_put_fd' is a callback function, if 'srcbuf' is declared with const you might also need to cast function pointer(s). [constParameterCallback] powerman-2.4.4/src/liblsd/cbuf.c:1302:33: style: Parameter 'pdstfd' can be declared as pointer to const. However it seems that 'cbuf_put_fd' is a callback function, if 'pdstfd' is declared with const you might also need to cast function pointer(s). [constParameterCallback] powerman-2.4.4/src/liblsd/cbuf.c:1323:21: style: Parameter 'srcbuf' can be declared as pointer to const. However it seems that 'cbuf_put_mem' is a callback function, if 'srcbuf' is declared with const you might also need to cast function pointer(s). [constParameterCallback] powerman-2.4.4/src/powerman/client.c:816:34: style: Parameter 'c' can be declared as pointer to const. However it seems that '_match_client' is a callback function, if 'c' is declared with const you might also need to cast function pointer(s). [constParameterCallback] powerman-2.4.4/src/powerman/parse_util.c:268:34: style: Parameter 'a' can be declared as pointer to const. However it seems that '_alias_match' is a callback function, if 'a' is declared with const you might also need to cast function pointer(s). [constParameterCallback] powerman-2.4.4/src/powerman/parse_util.c:268:43: style: Parameter 'name' can be declared as pointer to const. However it seems that '_alias_match' is a callback function, if 'name' is declared with const you might also need to cast function pointer(s). [constParameterCallback] powerman-2.4.4/src/powerman/device.c:1384:33: style: Parameter 'dev' can be declared as pointer to const. However it seems that '_match_name' is a callback function, if 'dev' is declared with const you might also need to cast function pointer(s). [constParameterCallback] powerman-2.4.4/src/powerman/device.c:1384:44: style: Parameter 'key' can be declared as pointer to const. However it seems that '_match_name' is a callback function, if 'key' is declared with const you might also need to cast function pointer(s). [constParameterCallback] powerman-2.4.4/src/redfishpower/redfishpower.c:253:31: style: Parameter 'contents' can be declared as pointer to const. However it seems that 'output_cb' is a callback function, if 'contents' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/powerpc-utils/powerpc-utils_1.3.13.orig.tar.gz powerpc-utils-1.3.13/src/lparstat.c:718:42: style: Parameter 'se' can be declared as pointer to const. However it seems that 'get_processor_type' is a callback function, if 'se' is declared with const you might also need to cast function pointer(s). [constParameterCallback] powerpc-utils-1.3.13/src/lparstat.c:730:39: style: Parameter 'se' can be declared as pointer to const. However it seems that 'get_capped_mode' is a callback function, if 'se' is declared with const you might also need to cast function pointer(s). [constParameterCallback] powerpc-utils-1.3.13/src/lparstat.c:742:42: style: Parameter 'se' can be declared as pointer to const. However it seems that 'get_dedicated_mode' is a callback function, if 'se' is declared with const you might also need to cast function pointer(s). [constParameterCallback] powerpc-utils-1.3.13/src/lparstat.c:752:41: style: Parameter 'se' can be declared as pointer to const. However it seems that 'get_percent_entry' is a callback function, if 'se' is declared with const you might also need to cast function pointer(s). [constParameterCallback] powerpc-utils-1.3.13/src/lparstat.c:829:42: style: Parameter 'se' can be declared as pointer to const. However it seems that 'get_partition_name' is a callback function, if 'se' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/powertop/powertop_2.15.orig.tar.gz powertop-2.15/src/calibrate/calibrate.cpp:206:29: style: Parameter 'dummy' can be declared as pointer to const. However it seems that 'burn_cpu' is a callback function, if 'dummy' is declared with const you might also need to cast function pointer(s). [constParameterCallback] powertop-2.15/src/devlist.cpp:290:43: style: Parameter 'i' can be declared as pointer to const. However it seems that 'devlist_sort' is a callback function, if 'i' is declared with const you might also need to cast function pointer(s). [constParameterCallback] powertop-2.15/src/devlist.cpp:290:63: style: Parameter 'j' can be declared as pointer to const. However it seems that 'devlist_sort' is a callback function, if 'j' is declared with const you might also need to cast function pointer(s). [constParameterCallback] powertop-2.15/src/tuning/iw.c:177:68: style: Parameter 'err' can be declared as pointer to const. However it seems that 'error_handler' is a callback function, if 'err' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ftp://ftp.de.debian.org/debian/pool/main/p/ppp/ppp_2.5.2.orig.tar.gz ppp-2.5.2/pppd/chap-md5.c:55:20: style: Parameter 'secret' can be declared as pointer to const. However it seems that 'chap_md5_verify_response' is a callback function, if 'secret' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ppp-2.5.2/pppd/chap-md5.c:56:20: style: Parameter 'challenge' can be declared as pointer to const. However it seems that 'chap_md5_verify_response' is a callback function, if 'challenge' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ppp-2.5.2/pppd/chap-md5.c:56:46: style: Parameter 'response' can be declared as pointer to const. However it seems that 'chap_md5_verify_response' is a callback function, if 'response' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ppp-2.5.2/pppd/chap-md5.c:102:25: style: Parameter 'challenge' can be declared as pointer to const. However it seems that 'chap_md5_make_response' is a callback function, if 'challenge' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ppp-2.5.2/pppd/chap-md5.c:102:42: style: Parameter 'secret' can be declared as pointer to const. However it seems that 'chap_md5_make_response' is a callback function, if 'secret' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ppp-2.5.2/pppd/chap_ms.c:188:51: style: Parameter 'response' can be declared as pointer to const. However it seems that 'chapms_verify_response' is a callback function, if 'response' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ppp-2.5.2/pppd/auth.c:1323:28: style: Parameter 'arg' can be declared as pointer to const. However it seems that 'connect_time_expired' is a callback function, if 'arg' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ppp-2.5.2/pppd/eap-tls.c:245:31: style: Parameter 'ui' can be declared as pointer to const. However it seems that 'eaptls_UI_stub' is a callback function, if 'ui' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ppp-2.5.2/pppd/eap-tls.c:249:33: style: Parameter 'ui' can be declared as pointer to const. However it seems that 'eaptls_UI_reader' is a callback function, if 'ui' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ppp-2.5.2/pppd/eap-tls.c:249:48: style: Parameter 'uis' can be declared as pointer to const. However it seems that 'eaptls_UI_reader' is a callback function, if 'uis' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ppp-2.5.2/pppd/eap-tls.c:1187:25: style: Parameter 's' can be declared as pointer to const. However it seems that 'ssl_new_session_cb' is a callback function, if 's' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ppp-2.5.2/pppd/eap-tls.c:1187:41: style: Parameter 'sess' can be declared as pointer to const. However it seems that 'ssl_new_session_cb' is a callback function, if 'sess' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ppp-2.5.2/pppd/ecp.c:161:22: style: Parameter 'p' can be declared as pointer to const. However it seems that 'ecp_printpkt' is a callback function, if 'p' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ppp-2.5.2/pppd/ecp.c:162:51: style: Parameter 'arg' can be declared as pointer to const. However it seems that 'ecp_printpkt' is a callback function, if 'arg' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ppp-2.5.2/pppd/ccp.c:515:18: style: Parameter 'f' can be declared as pointer to const. However it seems that 'ccp_resetci' is a callback function, if 'f' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ppp-2.5.2/pppd/ccp.c:673:18: style: Parameter 'f' can be declared as pointer to const. However it seems that 'ccp_cilen' is a callback function, if 'f' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ppp-2.5.2/pppd/ccp.c:692:18: style: Parameter 'f' can be declared as pointer to const. However it seems that 'ccp_addci' is a callback function, if 'f' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ppp-2.5.2/pppd/ccp.c:808:18: style: Parameter 'f' can be declared as pointer to const. However it seems that 'ccp_ackci' is a callback function, if 'f' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ppp-2.5.2/pppd/ccp.c:894:18: style: Parameter 'f' can be declared as pointer to const. However it seems that 'ccp_nakci' is a callback function, if 'f' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ppp-2.5.2/pppd/ccp.c:980:16: style: Parameter 'f' can be declared as pointer to const. However it seems that 'ccp_rejci' is a callback function, if 'f' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ppp-2.5.2/pppd/ccp.c:1059:16: style: Parameter 'f' can be declared as pointer to const. However it seems that 'ccp_reqci' is a callback function, if 'f' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ppp-2.5.2/pppd/ccp.c:1409:13: style: Parameter 'f' can be declared as pointer to const. However it seems that 'ccp_up' is a callback function, if 'f' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ppp-2.5.2/pppd/main.c:974:19: style: Parameter 'arg' can be declared as pointer to const. However it seems that 'holdoff_end' is a callback function, if 'arg' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ppp-2.5.2/pppd/ipv6cp.c:535:21: style: Parameter 'f' can be declared as pointer to const. However it seems that 'ipv6cp_resetci' is a callback function, if 'f' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ppp-2.5.2/pppd/ipv6cp.c:559:19: style: Parameter 'f' can be declared as pointer to const. However it seems that 'ipv6cp_cilen' is a callback function, if 'f' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ppp-2.5.2/pppd/ipv6cp.c:575:19: style: Parameter 'f' can be declared as pointer to const. However it seems that 'ipv6cp_addci' is a callback function, if 'f' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ppp-2.5.2/pppd/ipv6cp.c:620:19: style: Parameter 'f' can be declared as pointer to const. However it seems that 'ipv6cp_ackci' is a callback function, if 'f' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ppp-2.5.2/pppd/ipv6cp.c:688:19: style: Parameter 'f' can be declared as pointer to const. However it seems that 'ipv6cp_nakci' is a callback function, if 'f' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ppp-2.5.2/pppd/ipv6cp.c:829:19: style: Parameter 'f' can be declared as pointer to const. However it seems that 'ipv6cp_rejci' is a callback function, if 'f' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ppp-2.5.2/pppd/ipv6cp.c:1266:16: style: Parameter 'f' can be declared as pointer to const. However it seems that 'ipv6cp_up' is a callback function, if 'f' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ppp-2.5.2/pppd/ipv6cp.c:1455:22: style: Parameter 'f' can be declared as pointer to const. However it seems that 'ipv6cp_finished' is a callback function, if 'f' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ppp-2.5.2/pppd/plugins/minconn.c:53:41: style: Parameter 'idle' can be declared as pointer to const. However it seems that 'my_get_idle' is a callback function, if 'idle' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ppp-2.5.2/pppd/ipcp.c:721:17: style: Parameter 'f' can be declared as pointer to const. However it seems that 'ipcp_cilen' is a callback function, if 'f' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ppp-2.5.2/pppd/ipcp.c:764:17: style: Parameter 'f' can be declared as pointer to const. However it seems that 'ipcp_addci' is a callback function, if 'f' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ppp-2.5.2/pppd/ipcp.c:868:17: style: Parameter 'f' can be declared as pointer to const. However it seems that 'ipcp_ackci' is a callback function, if 'f' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ppp-2.5.2/pppd/ipcp.c:868:28: style: Parameter 'p' can be declared as pointer to const. However it seems that 'ipcp_ackci' is a callback function, if 'p' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ppp-2.5.2/pppd/ipcp.c:1009:17: style: Parameter 'f' can be declared as pointer to const. However it seems that 'ipcp_nakci' is a callback function, if 'f' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ppp-2.5.2/pppd/ipcp.c:1290:17: style: Parameter 'f' can be declared as pointer to const. However it seems that 'ipcp_rejci' is a callback function, if 'f' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ppp-2.5.2/pppd/ipcp.c:1800:14: style: Parameter 'f' can be declared as pointer to const. However it seems that 'ipcp_up' is a callback function, if 'f' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ppp-2.5.2/pppd/ipcp.c:2088:20: style: Parameter 'f' can be declared as pointer to const. However it seems that 'ipcp_finished' is a callback function, if 'f' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ppp-2.5.2/pppd/plugins/pppol2tp/pppol2tp.c:451:34: style: Parameter 'opaque' can be declared as pointer to const. However it seems that 'pppol2tp_ip_up' is a callback function, if 'opaque' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ppp-2.5.2/pppd/plugins/pppol2tp/pppol2tp.c:460:36: style: Parameter 'opaque' can be declared as pointer to const. However it seems that 'pppol2tp_ip_down' is a callback function, if 'opaque' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ppp-2.5.2/pppd/lcp.c:639:18: style: Parameter 'f' can be declared as pointer to const. However it seems that 'lcp_resetci' is a callback function, if 'f' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ppp-2.5.2/pppd/lcp.c:664:16: style: Parameter 'f' can be declared as pointer to const. However it seems that 'lcp_cilen' is a callback function, if 'f' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ppp-2.5.2/pppd/lcp.c:699:16: style: Parameter 'f' can be declared as pointer to const. However it seems that 'lcp_addci' is a callback function, if 'f' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ppp-2.5.2/pppd/lcp.c:699:37: style: Parameter 'lenp' can be declared as pointer to const. However it seems that 'lcp_addci' is a callback function, if 'lenp' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ppp-2.5.2/pppd/lcp.c:784:16: style: Parameter 'f' can be declared as pointer to const. However it seems that 'lcp_ackci' is a callback function, if 'f' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ppp-2.5.2/pppd/lcp.c:784:27: style: Parameter 'p' can be declared as pointer to const. However it seems that 'lcp_ackci' is a callback function, if 'p' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ppp-2.5.2/pppd/lcp.c:936:16: style: Parameter 'f' can be declared as pointer to const. However it seems that 'lcp_nakci' is a callback function, if 'f' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ppp-2.5.2/pppd/lcp.c:1326:16: style: Parameter 'f' can be declared as pointer to const. However it seems that 'lcp_rejci' is a callback function, if 'f' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ppp-2.5.2/pppd/lcp.c:1939:19: style: Parameter 'f' can be declared as pointer to const. However it seems that 'lcp_starting' is a callback function, if 'f' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ppp-2.5.2/pppd/lcp.c:1949:19: style: Parameter 'f' can be declared as pointer to const. However it seems that 'lcp_finished' is a callback function, if 'f' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ppp-2.5.2/pppd/plugins/radius/radius.c:1345:20: style: Parameter 'opaque' can be declared as pointer to const. However it seems that 'radius_ip_up' is a callback function, if 'opaque' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ppp-2.5.2/pppd/plugins/radius/radius.c:1361:22: style: Parameter 'opaque' can be declared as pointer to const. However it seems that 'radius_ip_down' is a callback function, if 'opaque' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ppp-2.5.2/pppd/ppp-des.c:704:38: style: Parameter 'ctx' can be declared as pointer to const. However it seems that 'des_final' is a callback function, if 'ctx' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ppp-2.5.2/pppd/ppp-des.c:704:58: style: Parameter 'out' can be declared as pointer to const. However it seems that 'des_final' is a callback function, if 'out' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ppp-2.5.2/pppd/ppp-des.c:704:68: style: Parameter 'outl' can be declared as pointer to const. However it seems that 'des_final' is a callback function, if 'outl' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ppp-2.5.2/pppd/sys-linux.c:1763:51: style: Parameter 'stats' can be declared as pointer to const. However it seems that 'get_ppp_stats_rtnetlink' is a callback function, if 'stats' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ppp-2.5.2/pppd/tty.c:324:16: style: Parameter 'arg' can be declared as pointer to const. However it seems that 'setspeed' is a callback function, if 'arg' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ppp-2.5.2/pppd/tty.c:900:20: style: Parameter 'arg' can be declared as pointer to const. However it seems that 'maybe_relock' is a callback function, if 'arg' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ppp-2.5.2/pppd/tty.c:997:22: style: Parameter 'arg' can be declared as pointer to const. However it seems that 'charshunt_done' is a callback function, if 'arg' is declared with const you might also need to cast function pointer(s). [constParameterCallback]