Advertisement
Guest User

Untitled

a guest
Jun 15th, 2018
393
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.78 KB | None | 0 0
  1. login.c: In function ‘login_auth_failed’:
  2. login.c:1269: warning: passing argument 2 of ‘login_log’ makes pointer from integer without a cast
  3. loginlog.h:12: note: expected ‘const char *’ but argument is of type ‘uint32’
  4. login.c:1269: warning: passing argument 3 of ‘login_log’ makes integer from pointer without a cast
  5. loginlog.h:12: note: expected ‘int’ but argument is of type ‘char *’
  6. login.c:1269: warning: passing argument 4 of ‘login_log’ makes pointer from integer without a cast
  7. loginlog.h:12: note: expected ‘const char *’ but argument is of type ‘int’
  8. login.c:1269: error: too many arguments to function ‘login_log’
  9. login.c: In function ‘do_final’:
  10. login.c:1772: warning: passing argument 3 of ‘login_log’ makes integer from pointer without a cast
  11. loginlog.h:12: note: expected ‘int’ but argument is of type ‘char *’
  12. login.c:1772: warning: passing argument 4 of ‘login_log’ makes pointer from integer without a cast
  13. loginlog.h:12: note: expected ‘const char *’ but argument is of type ‘int’
  14. login.c:1772: error: too many arguments to function ‘login_log’
  15. login.c: In function ‘do_init’:
  16. login.c:1916: warning: passing argument 3 of ‘login_log’ makes integer from pointer without a cast
  17. loginlog.h:12: note: expected ‘int’ but argument is of type ‘char *’
  18. login.c:1916: warning: passing argument 4 of ‘login_log’ makes pointer from integer without a cast
  19. loginlog.h:12: note: expected ‘const char *’ but argument is of type ‘int’
  20. login.c:1916: error: too many arguments to function ‘login_log’
  21. make[1]: *** [obj_sql/login.o] Error 1
  22. make[1]: Leaving directory `/home/emulador/src/login'
  23. make: *** [login_sql] Error 2
  24. make: *** No rule to make target `server'. Stop.
  25. -bash-4.1#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement