Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 764809 Details for
Bug 830520
dev-libs/serdisplib-2.02-r1 fails to compile: serdisp_gpevents.h:75:18: error: expected identifier or ( before unsigned
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
serdisplib-2.02-musl.patch
serdisplib-2.02-musl.patch (text/plain), 954 bytes, created by
Conrad Kostecki
on 2022-02-10 21:09:40 UTC
(
hide
)
Description:
serdisplib-2.02-musl.patch
Filename:
MIME Type:
Creator:
Conrad Kostecki
Created:
2022-02-10 21:09:40 UTC
Size:
954 bytes
patch
obsolete
>--- a/include/serdisplib/serdisp_gpevents.h 2019-10-28 08:49:46.000000000 +0100 >+++ b/include/serdisplib/serdisp_gpevents.h 2022-02-10 22:00:46.909508240 +0100 >@@ -67,12 +67,12 @@ > > /* define 'byte' if not available yet */ > #ifndef byte >- #define byte unsigned char >+ #define byte (unsigned char) > #endif > > /* define 'ushort' if not available yet */ > #ifndef ushort >- #define ushort unsigned short >+ #define ushort (unsigned short) > #endif > > #ifndef BOOL >--- serdisplib-2.02.old/include/serdisplib/serdisp_proccmd.h 2019-10-28 08:49:46.000000000 +0100 >+++ serdisplib-2.02/include/serdisplib/serdisp_proccmd.h 2022-02-10 22:00:53.349411044 +0100 >@@ -42,12 +42,12 @@ > > /* define 'byte' if not available yet */ > #ifndef byte >- #define byte unsigned char >+ #define byte (unsigned char) > #endif > > /* define 'ushort' if not available yet */ > #ifndef ushort >- #define ushort unsigned short >+ #define ushort (unsigned short) > #endif > > #ifndef BOOL
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 830520
:
761187
|
764809