Advertisement
Guest User

Untitled

a guest
Nov 5th, 2018
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.99 KB | None | 0 0
  1. In file included from /Users/nico/daylight/lib/framework/tcl8.6.9/pkgs/sqlite3.25.2/generic/tclsqlite3.c:4:
  2. /Users/nico/daylight/lib/framework/tcl8.6.9/pkgs/sqlite3.25.2/generic/../compat/sqlite3/sqlite3.c:183279:7: warning:
  3. array index 2 is past the end of the array (which contains 2 elements)
  4. [-Warray-bounds]
  5. pOut->a[2] = mxX;
  6. ^ ~
  7. /Users/nico/daylight/lib/framework/tcl8.6.9/pkgs/sqlite3.25.2/generic/../compat/sqlite3/sqlite3.c:182855:3: note:
  8. array 'a' declared here
  9. GeoCoord a[2]; /* 2*nVertex values. X (longitude) first, then Y */
  10. ^
  11. /Users/nico/daylight/lib/framework/tcl8.6.9/pkgs/sqlite3.25.2/generic/../compat/sqlite3/sqlite3.c:183280:7: warning:
  12. array index 3 is past the end of the array (which contains 2 elements)
  13. [-Warray-bounds]
  14. pOut->a[3] = mnY;
  15. ^ ~
  16. /Users/nico/daylight/lib/framework/tcl8.6.9/pkgs/sqlite3.25.2/generic/../compat/sqlite3/sqlite3.c:182855:3: note:
  17. array 'a' declared here
  18. GeoCoord a[2]; /* 2*nVertex values. X (longitude) first, then Y */
  19. ^
  20. /Users/nico/daylight/lib/framework/tcl8.6.9/pkgs/sqlite3.25.2/generic/../compat/sqlite3/sqlite3.c:183281:7: warning:
  21. array index 4 is past the end of the array (which contains 2 elements)
  22. [-Warray-bounds]
  23. pOut->a[4] = mxX;
  24. ^ ~
  25. /Users/nico/daylight/lib/framework/tcl8.6.9/pkgs/sqlite3.25.2/generic/../compat/sqlite3/sqlite3.c:182855:3: note:
  26. array 'a' declared here
  27. GeoCoord a[2]; /* 2*nVertex values. X (longitude) first, then Y */
  28. ^
  29. /Users/nico/daylight/lib/framework/tcl8.6.9/pkgs/sqlite3.25.2/generic/../compat/sqlite3/sqlite3.c:183282:7: warning:
  30. array index 5 is past the end of the array (which contains 2 elements)
  31. [-Warray-bounds]
  32. pOut->a[5] = mxY;
  33. ^ ~
  34. /Users/nico/daylight/lib/framework/tcl8.6.9/pkgs/sqlite3.25.2/generic/../compat/sqlite3/sqlite3.c:182855:3: note:
  35. array 'a' declared here
  36. GeoCoord a[2]; /* 2*nVertex values. X (longitude) first, then Y */
  37. ^
  38. /Users/nico/daylight/lib/framework/tcl8.6.9/pkgs/sqlite3.25.2/generic/../compat/sqlite3/sqlite3.c:183283:7: warning:
  39. array index 6 is past the end of the array (which contains 2 elements)
  40. [-Warray-bounds]
  41. pOut->a[6] = mnX;
  42. ^ ~
  43. /Users/nico/daylight/lib/framework/tcl8.6.9/pkgs/sqlite3.25.2/generic/../compat/sqlite3/sqlite3.c:182855:3: note:
  44. array 'a' declared here
  45. GeoCoord a[2]; /* 2*nVertex values. X (longitude) first, then Y */
  46. ^
  47. /Users/nico/daylight/lib/framework/tcl8.6.9/pkgs/sqlite3.25.2/generic/../compat/sqlite3/sqlite3.c:183284:7: warning:
  48. array index 7 is past the end of the array (which contains 2 elements)
  49. [-Warray-bounds]
  50. pOut->a[7] = mxY;
  51. ^ ~
  52. /Users/nico/daylight/lib/framework/tcl8.6.9/pkgs/sqlite3.25.2/generic/../compat/sqlite3/sqlite3.c:182855:3: note:
  53. array 'a' declared here
  54. GeoCoord a[2]; /* 2*nVertex values. X (longitude) first, then Y */
  55. ^
  56. 6 warnings generated.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement