| /openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-support/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr/ |
| H A D | 0001-screencast-Fix-build-with-older-mesa.patch | 24 - struct gbm_bo *bo = gbm_bo_create_with_modifiers2(cast->ctx->gbm, 25 + struct gbm_bo *bo = gbm_bo_create_with_modifiers(cast->ctx->gbm, 26 …cast->screencopy_frame_info[cast->buffer_type].width, cast->screencopy_frame_info[cast->buffer_typ… 27 - cast->screencopy_frame_info[cast->buffer_type].format, modifiers, n_modifiers, flags); 28 + cast->screencopy_frame_info[cast->buffer_type].format, modifiers, n_modifiers); 30 + bo = gbm_bo_create(cast->ctx->gbm, 31 + cast->screencopy_frame_info[cast->buffer_type].width, cast->screencopy_frame_info[cast->buffer… 32 + cast->screencopy_frame_info[cast->buffer_type].format, GBM_BO_USE_RENDERING); 40 @@ -143,8 +143,8 @@ struct xdpw_buffer *xdpw_buffer_create(struct xdpw_screencast_instance *cast, 42 if (cast->pwr_format.modifier != DRM_FORMAT_MOD_INVALID) { [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/7zip/bit7z/ |
| H A D | 0001-Fix-reinterpret-cast-compiler-errors.patch | 4 Subject: [PATCH] Fix reinterpret-cast compiler errors 9 …79:6: error: cast from 'unsigned char*' to 'bstr_prefix_t*' {aka 'unsigned int*'} increases requir… 12 …pp:83:19: error: cast from 'unsigned char*' to 'bit7z::BSTR' {aka 'wchar_t*'} increases required a… 42 - // NOLINTNEXTLINE(cppcoreguidelines-pro-type-reinterpret-cast) 47 …TLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic, cppcoreguidelines-pro-type-reinterpret-cast)
|
| /openbmc/qemu/scripts/qemugdb/ |
| H A D | aio.py | 16 return ptr == gdb.Value(0).cast(ptr.type) 28 coptr = (cur['opaque'].cast(gdb.lookup_type('FDYieldUntilData').pointer()))['co'] 29 coptr = coptr.cast(gdb.lookup_type('CoroutineUContext').pointer())
|
| H A D | coroutine.py | 135 return co.cast(gdb.lookup_type('CoroutineUContext').pointer()) 189 return get_jmpbuf_regs(coroutine_to_jmpbuf(addr))['rsp'].cast(VOID_PTR) 196 return get_jmpbuf_regs(coroutine_to_jmpbuf(addr))['rip'].cast(VOID_PTR)
|
| /openbmc/u-boot/tools/patman/test/ |
| H A D | test01.txt | 5 pci: Correct cast for sandbox 13 Fix it with a cast. 31 fdt: Correct cast for sandbox in fdtdec_setup_mem_size_base() 39 Fix it with a cast.
|
| H A D | 0000-cover-letter.patch | 12 pci: Correct cast for sandbox 13 fdt: Correct cast for sandbox in fdtdec_setup_mem_size_base()
|
| H A D | 0001-pci-Correct-cast-for-sandbox.patch | 4 Subject: [RFC 1/2] pci: Correct cast for sandbox 15 Fix it with a cast.
|
| H A D | 0002-fdt-Correct-cast-for-sandbox-in-fdtdec_setup_mem_siz.patch | 4 Subject: [RFC 2/2] fdt: Correct cast for sandbox in fdtdec_setup_mem_size_base() 15 Fix it with a cast.
|
| /openbmc/s2600wf-misc/callback-manager/ |
| H A D | meson.build | 16 '-Wold-style-cast', 27 '-Wuseless-cast',
|
| /openbmc/s2600wf-misc/subprojects/callback-manager/ |
| H A D | meson.build | 16 '-Wold-style-cast', 27 '-Wuseless-cast',
|
| /openbmc/s2600wf-misc/hsbp-manager/ |
| H A D | meson.build | 17 '-Wold-style-cast', 28 '-Wuseless-cast',
|
| /openbmc/s2600wf-misc/subprojects/hsbp-manager/ |
| H A D | meson.build | 17 '-Wold-style-cast', 28 '-Wuseless-cast',
|
| /openbmc/openbmc/meta-openembedded/meta-gnome/recipes-graphics/cogl/ |
| H A D | cogl-1.0_1.22.8.bb | 5 file://0001-cogl-path-add-explicit-cast-to-avoid-an-incompatible.patch \
|
| /openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/musicpd/ |
| H A D | libmpd_11.8.17.bb | 8 file://0001-fix-return-makes-integer-from-pointer-without-a-cast.patch \
|
| /openbmc/openbmc/meta-openembedded/meta-gnome/recipes-graphics/cogl/cogl-1.0/ |
| H A D | 0001-cogl-path-add-explicit-cast-to-avoid-an-incompatible.patch | 4 Subject: [PATCH] cogl-path: add explicit cast to avoid an 8 _GLUfuncptr CallBackFunc) under gcc15. Use an intermediary (void *) cast 12 are cast back to their proper prototypes.
|
| /openbmc/openbmc/meta-phosphor/recipes-connectivity/openssl/ |
| H A D | openssl_%.bbappend | 12 no-cast \
|
| /openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/cheese/ |
| H A D | cheese_44.1.bb | 8 SRC_URI += "file://0001-libcheese-Add-GtkWidget-cast-to-avoid-an-incompatibl.patch"
|
| /openbmc/phosphor-led-manager/ |
| H A D | .clang-tidy | 23 bugprone-misplaced-widening-cast, 205 cppcoreguidelines-pro-type-const-cast, 206 cppcoreguidelines-pro-type-cstyle-cast, 207 cppcoreguidelines-pro-type-reinterpret-cast, 208 cppcoreguidelines-pro-type-static-cast-downcast,
|
| /openbmc/phosphor-state-manager/ |
| H A D | .clang-tidy | 23 bugprone-misplaced-widening-cast, 205 cppcoreguidelines-pro-type-const-cast, 206 cppcoreguidelines-pro-type-cstyle-cast, 207 cppcoreguidelines-pro-type-reinterpret-cast, 208 cppcoreguidelines-pro-type-static-cast-downcast,
|
| /openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/cheese/cheese/ |
| H A D | 0001-libcheese-Add-GtkWidget-cast-to-avoid-an-incompatibl.patch | 4 Subject: [PATCH] libcheese: Add GtkWidget cast to avoid an
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/7zip/ |
| H A D | 7zip_24.09.bb | 20 CXXFLAGS:append:toolchain-clang = " -Wno-error=cast-qual -Wno-error=sign-conversion \ 23 -Wno-error=cast-function-type-strict"
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-gnome/gtk+/gtk+/ |
| H A D | strict-prototypes.patch | 18 * (void) so an explicit cast will be needed.)
|
| /openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/musicpd/libmpd/ |
| H A D | 0001-fix-return-makes-integer-from-pointer-without-a-cast.patch | 4 Subject: [PATCH 1/3] fix return makes integer from pointer without a cast
|
| /openbmc/phosphor-time-manager/ |
| H A D | .clang-tidy | 23 bugprone-misplaced-widening-cast, 214 cppcoreguidelines-pro-type-const-cast, 215 cppcoreguidelines-pro-type-cstyle-cast, 217 cppcoreguidelines-pro-type-reinterpret-cast, 218 cppcoreguidelines-pro-type-static-cast-downcast,
|
| /openbmc/phosphor-led-sysfs/ |
| H A D | .clang-tidy | 24 bugprone-misplaced-widening-cast, 215 cppcoreguidelines-pro-type-const-cast, 216 cppcoreguidelines-pro-type-cstyle-cast, 218 cppcoreguidelines-pro-type-reinterpret-cast, 219 cppcoreguidelines-pro-type-static-cast-downcast,
|