Advertisement
Guest User

Untitled

a guest
Dec 18th, 2014
265
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. ayman@ayman-HP:~/pintos/src/utils$ make
  2. gcc setitimer-helper.o -lm -o setitimer-helper
  3. gcc -Wall -W -c -o squish-pty.o squish-pty.c
  4. squish-pty.c: In function ‘handle_error’:
  5. squish-pty.c:95:13: warning: format not a string literal and no format arguments [-Wformat-security]
  6. fail_io (call);
  7. ^
  8. squish-pty.c:109:9: warning: format not a string literal and no format arguments [-Wformat-security]
  9. fail_io (call);
  10. ^
  11. gcc squish-pty.o -lm -o squish-pty
  12. gcc -Wall -W -c -o squish-unix.o squish-unix.c
  13. squish-unix.c: In function ‘handle_error’:
  14. squish-unix.c:99:5: warning: format not a string literal and no format arguments [-Wformat-security]
  15. fail_io (call);
  16. ^
  17. gcc squish-unix.o -lm -o squish-unix
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement