Advertisement
Guest User

Untitled

a guest
Jun 19th, 2017
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.96 KB | None | 0 0
  1. (zero@eclipse)(Tue Oct 5 22:27:10 EDT 2010)(/home/zero/bnc2.9.4)
  2. (22:27)> make
  3. gcc -O3 -Wall -include config.h -c bnc.c
  4. gcc -O3 -Wall -include config.h -c conf.c
  5. conf.c: In function 'loadconf':
  6. conf.c:597: warning: pointer targets in passing argument 1 of 'fgets' differ in signedness
  7. conf.c:603: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
  8. conf.c:609: warning: pointer targets in passing argument 1 of 'strtok' differ in signedness
  9. conf.c:634: warning: pointer targets in passing argument 1 of 'strtok' differ in signedness
  10. gcc -O3 -Wall -include config.h -c server.c
  11. server.c: In function 'send_queued':
  12. server.c:406: warning: pointer targets in passing argument 2 of 'sbuf_pagemap' differ in signedness
  13. server.c: In function 'identwd_unlock':
  14. server.c:570: warning: pointer targets in passing argument 3 of 'getsockname' differ in signedness
  15. server.c: In function 'dccsend':
  16. server.c:1123: warning: pointer targets in passing argument 2 of 'sbuf_pagemap' differ in signedness
  17. server.c: In function 'addon_client':
  18. server.c:1546: warning: pointer targets in passing argument 3 of 'getpeername' differ in signedness
  19. gcc -O3 -Wall -include config.h -c cmds.c
  20. cmds.c: In function 'handlepclient':
  21. cmds.c:404: warning: pointer targets in passing argument 1 of 'fgets' differ in signedness
  22. cmds.c:406: warning: pointer targets in passing argument 1 of 'remnl' differ in signedness
  23. gcc -O3 -Wall -include config.h -c ctcp.c
  24. ctcp.c: In function 'ctdcc_send':
  25. ctcp.c:333: warning: dereferencing type-punned pointer will break strict-aliasing rules
  26. gcc -O3 -Wall -include config.h -c send.c
  27. gcc -O3 -Wall -include config.h -c sbuf.c
  28. sbuf.c: In function 'sbuf_getmsg':
  29. sbuf.c:200: warning: 'rlength' may be used uninitialized in this function
  30. gcc -o bnc bnc.o conf.o server.o cmds.o ctcp.o sbuf.o send.o -lnsl -lresolv -lcrypt
  31. gcc -O3 -Wall -include config.h -o mkpasswd mkpasswd.c -lnsl -lresolv -lcrypt
  32. (zero@eclipse)(Tue Oct 5 22:27:46 EDT 2010)(/home/zero/bnc2.9.4)
  33. (22:27)>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement