Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- main.c:29:16: Format specifies type 'int *' but the argument has type 'int'
- main.c:32:16: Format specifies type 'int *' but the argument has type 'int'
- main.c:35:17: Format specifies type 'int *' but the argument has type 'int'
- main.c:38:17: Format specifies type 'int *' but the argument has type 'int'
- main.c:41:17: Format specifies type 'int *' but the argument has type 'int'
- main.c:44:17: Format specifies type 'int *' but the argument has type 'int'
- main.c:47:17: Format specifies type 'int *' but the argument has type 'int'
- main.c:19:13: Implicit conversion loses integer precision: 'unsigned long' to 'int'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement