syscall_intercept icon indicating copy to clipboard operation
syscall_intercept copied to clipboard

tests compilation error: restrict-qualified parameter

Open ael-code opened this issue 7 years ago • 1 comments
trafficstars

test/syscall_format.c:389:2: error: passing argument 2 to restrict-qualified parameter aliases with argument 5 [-Werror=restrict]
  select(2, p0, p1, p1, p0);
  ^~~~~~
test/syscall_format.c:389:2: error: passing argument 3 to restrict-qualified parameter aliases with argument 4 [-Werror=restrict]

Glibc tested version: 2.28 Gcc tested version: 8.2.1 20180831 (GCC)

ael-code avatar Nov 07 '18 10:11 ael-code

Should be fixed by #88

GBuella avatar Jan 28 '19 21:01 GBuella