HomeFreeBSD

x11-wm/labwc: mark BROKEN on FreeBSD < 13 after 7aae6b9fe451

Description

x11-wm/labwc: mark BROKEN on FreeBSD < 13 after 7aae6b9fe451

../src/cursor.c:52:2: error: expected ')'

ARRAY_SIZE(cursors_xdg) == LAB_CURSOR_COUNT,
^

../src/cursor.c:50:28: note: expanded from macro 'ARRAY_SIZE'
#define ARRAY_SIZE(array) (sizeof(array) / sizeof((array)[0]))

^

../src/cursor.c:52:2: note: to match this '('
../src/cursor.c:50:27: note: expanded from macro 'ARRAY_SIZE'
#define ARRAY_SIZE(array) (sizeof(array) / sizeof((array)[0]))

^

../src/cursor.c:52:2: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]

ARRAY_SIZE(cursors_xdg) == LAB_CURSOR_COUNT,
^

../src/cursor.c:50:28: note: expanded from macro 'ARRAY_SIZE'
#define ARRAY_SIZE(array) (sizeof(array) / sizeof((array)[0]))

^

../src/cursor.c:52:26: error: expected ')'

ARRAY_SIZE(cursors_xdg) == LAB_CURSOR_COUNT,
                        ^

../src/cursor.c:51:14: note: to match this '('
static_assert(

^

../src/cursor.c:51:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
static_assert(
^
../src/cursor.c:55:2: error: expected ')'

ARRAY_SIZE(cursors_x11) == LAB_CURSOR_COUNT,
^

../src/cursor.c:50:28: note: expanded from macro 'ARRAY_SIZE'
#define ARRAY_SIZE(array) (sizeof(array) / sizeof((array)[0]))

^

../src/cursor.c:55:2: note: to match this '('
../src/cursor.c:50:27: note: expanded from macro 'ARRAY_SIZE'
#define ARRAY_SIZE(array) (sizeof(array) / sizeof((array)[0]))

^

../src/cursor.c:55:2: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]

ARRAY_SIZE(cursors_x11) == LAB_CURSOR_COUNT,
^

../src/cursor.c:50:28: note: expanded from macro 'ARRAY_SIZE'
#define ARRAY_SIZE(array) (sizeof(array) / sizeof((array)[0]))

^

../src/cursor.c:55:26: error: expected ')'

ARRAY_SIZE(cursors_x11) == LAB_CURSOR_COUNT,
                        ^

../src/cursor.c:54:14: note: to match this '('
static_assert(

^

../src/cursor.c:54:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
static_assert(
^
4 warnings and 4 errors generated.

Details

Provenance
jbeichAuthored on Nov 18 2022, 4:09 AM
Parents
R11:7aae6b9fe451: x11-wm/labwc: update to 0.6.0
Branches
Unknown
Tags
Unknown