Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 734206 Details for
Bug 809056
=x11-base/xwayland-21.1.2-r2 - ../xwayland-21.1.2/render/picture.c:874:26: error: array subscript ‘union _SourcePict[0]’ is partly outside array bounds of ‘unsigned char[16]’ [-Werror=array-bounds]
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch for blocking build of xwayland-21.1.2-r2
xwayland-werror-array-bounds.patch (text/plain), 440 bytes, created by
Seong-ho Cho
on 2021-08-19 11:55:32 UTC
(
hide
)
Description:
patch for blocking build of xwayland-21.1.2-r2
Filename:
MIME Type:
Creator:
Seong-ho Cho
Created:
2021-08-19 11:55:32 UTC
Size:
440 bytes
patch
obsolete
>diff --git a/meson.build b/meson.build >index feeba6a..addd3f4 100644 >--- a/meson.build >+++ b/meson.build >@@ -39,7 +39,7 @@ if cc.get_id() == 'gcc' or cc.get_id() == 'clang' > '-Werror=sequence-point', > '-Werror=return-type', > '-Werror=trigraphs', >- '-Werror=array-bounds', >+ # '-Werror=array-bounds', > '-Werror=write-strings', > '-Werror=address', > '-Werror=int-to-pointer-cast',
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 809056
:
734200
|
734203
| 734206