Re: Clang error on AIX
Jeffrey Altman <[email protected]> Thu, 19 Dec 2024 12:45:36 -0500
| Newsgroups | gmane.comp.file-systems.openafs.devel |
|---|---|
| Message-ID | <[email protected]> |
> On Dec 18, 2024, at 10:39 AM, Ben Huntsman <[email protected]> wrote: > > #define EYEC_MBUFA __EYEC8('m','b','u','f','A','L','L','')/* %mbufALL */ > ^ __EYEC8 requires 8 char values as input. ‘’ is not valid syntax to represent a char. I believe what was intended was ‘\0’ or 0. But ‘’ is broken.
smime.p7s
(application/pkcs7-signature, 3.8 KB) - not displayed