Advertisement
eXFq7GJ1cC

Untitled

Apr 10th, 2012
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.31 KB | None | 0 0
  1. 20120410.cc: In function ‘int main()’:
  2. 20120410.cc:137:10: warning: unused variable ‘gravitated’ [-Wunused-variable]
  3. 20120410.cc: At global scope:
  4. 20120410.cc:388:6: warning: unused parameter ‘craft’ [-Wunused-parameter]
  5. 20120410.cc: In function ‘void drawGrid()’:
  6. 20120410.cc:412:21: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  7. 20120410.cc: In function ‘void input()’:
  8. 20120410.cc:221:47: warning: array subscript is above array bounds [-Warray-bounds]
  9. 20120410.cc:221:47: warning: array subscript is above array bounds [-Warray-bounds]
  10. 20120410.cc:225:47: warning: array subscript is above array bounds [-Warray-bounds]
  11. 20120410.cc:225:47: warning: array subscript is above array bounds [-Warray-bounds]
  12. 20120410.cc:229:18: warning: array subscript is above array bounds [-Warray-bounds]
  13. 20120410.cc:229:18: warning: array subscript is above array bounds [-Warray-bounds]
  14. 20120410.cc:233:18: warning: array subscript is above array bounds [-Warray-bounds]
  15. 20120410.cc:233:18: warning: array subscript is above array bounds [-Warray-bounds]
  16. 20120410.cc:238:22: warning: array subscript is above array bounds [-Warray-bounds]
  17. 20120410.cc:240:22: warning: array subscript is above array bounds [-Warray-bounds]
  18. 20120410.cc:244:18: warning: array subscript is above array bounds [-Warray-bounds]
  19. 20120410.cc: In function ‘void debug()’:
  20. 20120410.cc:298:98: warning: array subscript is above array bounds [-Warray-bounds]
  21. 20120410.cc:299:100: warning: array subscript is above array bounds [-Warray-bounds]
  22. 20120410.cc:302:96: warning: array subscript is above array bounds [-Warray-bounds]
  23. 20120410.cc:303:96: warning: array subscript is above array bounds [-Warray-bounds]
  24. 20120410.cc:306:140: warning: array subscript is above array bounds [-Warray-bounds]
  25. 20120410.cc:306:108: warning: array subscript is above array bounds [-Warray-bounds]
  26. 20120410.cc:309:107: warning: array subscript is above array bounds [-Warray-bounds]
  27. 20120410.cc:310:107: warning: array subscript is above array bounds [-Warray-bounds]
  28. 20120410.cc:311:104: warning: array subscript is above array bounds [-Warray-bounds]
  29. 20120410.cc: In function ‘void detectCollision()’:
  30. 20120410.cc:364:75: warning: array subscript is above array bounds [-Warray-bounds]
  31. 20120410.cc:364:91: warning: array subscript is above array bounds [-Warray-bounds]
  32. 20120410.cc:364:107: warning: array subscript is above array bounds [-Warray-bounds]
  33. 20120410.cc:367:18: warning: array subscript is above array bounds [-Warray-bounds]
  34. 20120410.cc:368:18: warning: array subscript is above array bounds [-Warray-bounds]
  35. 20120410.cc: In function ‘int main()’:
  36. 20120410.cc:151:14: warning: array subscript is above array bounds [-Warray-bounds]
  37. 20120410.cc:152:14: warning: array subscript is above array bounds [-Warray-bounds]
  38. 20120410.cc:153:14: warning: array subscript is above array bounds [-Warray-bounds]
  39. 20120410.cc:154:14: warning: array subscript is above array bounds [-Warray-bounds]
  40. 20120410.cc:155:14: warning: array subscript is above array bounds [-Warray-bounds]
  41. 20120410.cc:156:14: warning: array subscript is above array bounds [-Warray-bounds]
  42. 20120410.cc:168:25: warning: array subscript is above array bounds [-Warray-bounds]
  43. 20120410.cc:169:25: warning: array subscript is above array bounds [-Warray-bounds]
  44. 20120410.cc:185:24: warning: array subscript is above array bounds [-Warray-bounds]
  45. 20120410.cc:185:24: warning: array subscript is above array bounds [-Warray-bounds]
  46. 20120410.cc:185:24: warning: array subscript is above array bounds [-Warray-bounds]
  47. 20120410.cc:185:24: warning: array subscript is above array bounds [-Warray-bounds]
  48. 20120410.cc:185:24: warning: array subscript is above array bounds [-Warray-bounds]
  49. 20120410.cc:185:24: warning: array subscript is above array bounds [-Warray-bounds]
  50. In file included from /usr/include/string.h:642:0,
  51. from /usr/include/allegro/base.h:30,
  52. from /usr/include/allegro.h:25,
  53. from 20120410.cc:28:
  54. In function ‘char* strcpy(char*, const char*)’,
  55. inlined from ‘int main()’ at 20120410.cc:150:40:
  56. /usr/include/x86_64-linux-gnu/bits/string3.h:105:63: warning: call to char* __builtin___strcpy_chk(char*, const char*, long unsigned int) will always overflow destination buffer [enabled by default]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement