diff options
author | Khem Raj <[email protected]> | 2024-09-11 08:04:23 -0700 |
---|---|---|
committer | Qt Cherry-pick Bot <[email protected]> | 2025-08-19 19:34:17 +0000 |
commit | 5fa413ab71ae7f49b45828b2897409b49818594e (patch) | |
tree | 61ecdb144d398ba004eef338966e805a0549cc33 /dist/changes-5.14.2 | |
parent | 92896bbb891cd5d5885cc2a9cd07da683e7ed483 (diff) |
Fix narrowing conversions seen on 32bit arm6.8
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),
Change-Id: I95ba1ab0a37218b6d05324df563efba6d5c39ba2
Reviewed-by: Allan Sandfeld Jensen <[email protected]>
(cherry picked from commit f94d2a539c3189b086615749cfde65ca2058e04c)
Reviewed-by: Qt Cherry-pick Bot <[email protected]>
(cherry picked from commit 8bc191ff6e879cb01ae4f2a2fc719f5b9b3eed4e)
(cherry picked from commit 2bb6c8aee1081ff4656d46bab1b8d9458a58e944)
Diffstat (limited to 'dist/changes-5.14.2')
0 files changed, 0 insertions, 0 deletions