Advertisement
Guest User

Untitled

a guest
Feb 19th, 2017
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. main.c:29:16: Format specifies type 'int *' but the argument has type 'int'
  2. main.c:32:16: Format specifies type 'int *' but the argument has type 'int'
  3. main.c:35:17: Format specifies type 'int *' but the argument has type 'int'
  4. main.c:38:17: Format specifies type 'int *' but the argument has type 'int'
  5. main.c:41:17: Format specifies type 'int *' but the argument has type 'int'
  6. main.c:44:17: Format specifies type 'int *' but the argument has type 'int'
  7. main.c:47:17: Format specifies type 'int *' but the argument has type 'int'
  8. main.c:19:13: Implicit conversion loses integer precision: 'unsigned long' to 'int'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement