mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-24 15:56:41 +00:00
e748efacd8
Alignas should be placed before the type. Placing it after it works for GCC, but fails when building the same codee with clang. The error message is: reconstructible.h:48:27: error: 'alignas' attribute cannot be applied to types char _space[sizeof(MT)] alignas(sizeof(addr_t)); ^ Issue #4298 |
||
---|---|---|
.. | ||
base | ||
cpu | ||
cpu_session | ||
cpu_thread | ||
dataspace | ||
deprecated | ||
drivers | ||
io_mem_session | ||
io_port_session | ||
irq_session | ||
log_session | ||
parent | ||
pd_session | ||
region_map | ||
rm_session | ||
rom_session | ||
root | ||
session | ||
spec | ||
timer | ||
timer_session | ||
trace_session | ||
util | ||
vm_session | ||
README |
This directory contains include files of interfaces that are exported by components to be used by other components. Each subdirectory corresponds to the component exporting the interface.