summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/proxy
diff options
context:
space:
mode:
authorKhem Raj <[email protected]>2024-09-11 08:04:23 -0700
committerKhem Raj <[email protected]>2025-06-02 16:02:47 -0700
commitf94d2a539c3189b086615749cfde65ca2058e04c (patch)
treef94de93117a225cea489d14ed09bf325ddc983cf /tests/auto/widgets/proxy
parent242b37218c382e2bdc73347c0aff5d6dd68ce9bc (diff)
Fix narrowing conversions seen on 32bit armHEADdev
This issue is seen with clang-19 when compiling for arm32 make clang-19 happier with -Wc++11-narrowing Fixes native_skia_output_device_opengl.cpp:292:47: error: non-constant-expression cannot be narrowed from type ' ↪ uint32_t' (aka 'unsigned int') to 'EGLAttrib' (aka 'int') in initializer list [-Wc++11-narrowing] 292 | EGL_DMA_BUF_PLANE0_PITCH_EXT, nativePixmap->GetDmaBufPitch(0), Pick-to: 6.8 6.9 6.10 Change-Id: I95ba1ab0a37218b6d05324df563efba6d5c39ba2 Reviewed-by: Allan Sandfeld Jensen <[email protected]>
Diffstat (limited to 'tests/auto/widgets/proxy')
0 files changed, 0 insertions, 0 deletions