diff options
author | Khem Raj <[email protected]> | 2024-09-11 08:04:23 -0700 |
---|---|---|
committer | Khem Raj <[email protected]> | 2025-06-02 16:02:47 -0700 |
commit | f94d2a539c3189b086615749cfde65ca2058e04c (patch) | |
tree | f94de93117a225cea489d14ed09bf325ddc983cf /tests/manual | |
parent | 242b37218c382e2bdc73347c0aff5d6dd68ce9bc (diff) |
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/manual')
0 files changed, 0 insertions, 0 deletions