Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- albert@albert-PC ~ $ gcc test.c -o test
- test.c: In function ‘main’:
- test.c:8: warning: format not a string literal and no format arguments
- test.c:10: warning: passing argument 1 of ‘scanf’ makes pointer from integer without a cast
- /usr/include/stdio.h:448: note: expected ‘const char * __restrict__’ but argument is of type ‘int’
- test.c:10: warning: format not a string literal and no format arguments
Advertisement
Add Comment
Please, Sign In to add comment