Comment # 19 on bug 106940 from
It's the same error for every commit I had to skip :

../lib/str_error_r.c:25:3: error: passing argument 1 to restrict-qualified
parameter aliases with argument 5 [-Werror=restrict]
   snprintf(buf, buflen, "INTERNAL ERROR: strerror_r(%d, %p, %zd)=%d", errnum,
buf, buflen, err);
   ^~~~~~~~
cc1 : all warnings are treated as errors (this line is translated by me)


You are receiving this mail because: