Guest User

Untitled

a guest
Nov 2nd, 2016
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. CC /home/prathamesh.kulkarni/kernel/linux/tools/objtool/parse-options.o
  2. pager.c: In function 'pager_preexec':
  3. pager.c:35:12: warning: passing argument 2 to restrict-qualified parameter aliases with argument 4 [-Wrestrict]
  4. select(1, &in, NULL, &in, NULL);
  5. ^~~ ~~~
  6.  
  7. CC /home/prathamesh.kulkarni/kernel/linux/tools/objtool/str_error_r.o
  8. ../lib/str_error_r.c: In function 'str_error_r':
  9. ../lib/str_error_r.c:24:3: warning: passing argument 1 to restrict-qualified parameter aliases with argument 5 [-Wrestrict]
  10. snprintf(buf, buflen, "INTERNAL ERROR: strerror_r(%d, %p, %zd)=%d", errnum, buf, buflen, err);
  11. ^~~~~~~~
Add Comment
Please, Sign In to add comment