Comment # 1 on bug 1173422 from
les -fasynchronous-unwind-tables -fstack-clash-protection -g -c
src/shared/seccomp-util.c  -fPIC -DPIC -o
src/shared/.libs/libsystemd_shared_la-seccomp-util.o
[  229s] In file included from ./src/basic/string-util.h:27:0,
[  229s]                  from ./src/basic/af-list.h:22,
[  229s]                  from src/shared/seccomp-util.c:30:
[  229s] ./src/basic/macro.h:279:22: error: size of array 'x' is negative
[  229s]                  char x[(expr) ? 0 : -1];                             
  \
[  229s]                       ^
[  229s] src/shared/seccomp-util.c:1195:1: note: in expansion of macro
'assert_cc'
[  229s]  assert_cc(SCMP_SYS(shmget) < 0);
[  229s]  ^~~~~~~~~
[  229s] ./src/basic/macro.h:279:22: error: size of array 'x' is negative
[  229s]                  char x[(expr) ? 0 : -1];                             
  \
[  229s]                       ^
[  229s] src/shared/seccomp-util.c:1196:1: note: in expansion of macro
'assert_cc'
[  229s]  assert_cc(SCMP_SYS(shmat) < 0);
[  229s]  ^~~~~~~~~
[  229s] ./src/basic/macro.h:279:22: error: size of array 'x' is negative
[  229s]                  char x[(expr) ? 0 : -1];                             
  \
[  229s]                       ^
[  229s] src/shared/seccomp-util.c:1197:1: note: in expansion of macro
'assert_cc'
[  229s]  assert_cc(SCMP_SYS(shmdt) < 0);
[  229s]  ^~~~~~~~~
[  229s] make[2]: *** [Makefile:19371:
src/shared/libsystemd_shared_la-seccomp-util.lo] Error 1


You are receiving this mail because: