Clang compatibilities
Keiko Nakata
keko.nakata at ...9...
Thu Nov 3 18:32:40 CET 2016
The particular problem I had is flexible array members in Slab::Block
and Slab::Entry. Changing
char data[];
to
char data[0];
in Slab::Entry and similarly in Slab::Block let me parse slab.cc and
my problem solved.
I wonder if you would accept these changes as a minor fix if I follow
the "Contributing to Genode" guideline?
Best regards,
Keiko
On 3 November 2016 at 16:55, Keiko Nakata <keko.nakata at ...9...> wrote:
> Hallo!
>
> Is the Genode framework source code compatible with Clang?
>
>
> Best regards,
> Keiko
More information about the users
mailing list