Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/sparc64/src/sparc64.c

    rdb521b05 r63e27ef  
    7070
    7171        if (config.cpu_active == 1) {
    72                 STATIC_ASSERT(UWB_SIZE <= UWB_ALIGNMENT);
     72                static_assert(UWB_SIZE <= UWB_ALIGNMENT, "");
    7373                /* Create slab cache for the userspace window buffers */
    7474                uwb_cache = slab_cache_create("uwb_cache", UWB_SIZE,
Note: See TracChangeset for help on using the changeset viewer.