Guest User

Untitled

a guest
Oct 22nd, 2018
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.51 KB | None | 0 0
  1. thomas@thomas:~/g((dc5df21...))$ mj
  2. GIT_VERSION = 1.7.10.2.715.gdc5df21
  3. * new build flags or prefix
  4. GEN common-cmds.h
  5. CC hex.o
  6. CC kwset.o
  7. CC ident.o
  8. CC levenshtein.o
  9. CC list-objects.o
  10. CC ll-merge.o
  11. CC lockfile.o
  12. CC log-tree.o
  13. CC mailmap.o
  14. CC match-trees.o
  15. CC merge-file.o
  16. CC merge-recursive.o
  17. CC mergesort.o
  18. CC name-hash.o
  19. CC notes.o
  20. CC notes-cache.o
  21. CC notes-merge.o
  22. CC object.o
  23. CC pack-check.o
  24. CC pack-refs.o
  25. CC pack-revindex.o
  26. CC pack-write.o
  27. CC pager.o
  28. CC parse-options.o
  29. CC parse-options-cb.o
  30. CC patch-delta.o
  31. CC patch-ids.o
  32. CC path.o
  33. parse-options.c: In function ‘get_value’:
  34. parse-options.c:142:30: warning: ‘arg’ may be used uninitialized in this function [-Wuninitialized]
  35. CC pkt-line.o
  36. CC preload-index.o
  37. CC pretty.o
  38. CC progress.o
  39. CC prompt.o
  40. CC quote.o
  41. CC reachable.o
  42. CC read-cache.o
  43. read-cache.c: In function ‘match_stat_crc’:
  44. read-cache.c:224:12: error: ‘ce’ undeclared (first use in this function)
  45. read-cache.c:224:12: note: each undeclared identifier is reported only once for each function it appears in
  46. read-cache.c: In function ‘index_load_filtered’:
  47. read-cache.c:2083:23: warning: unused variable ‘ce’ [-Wunused-variable]
  48. CC reflog-walk.o
  49. read-cache.c: In function ‘ondisk_from_cache_entry’:
  50. read-cache.c:2734:2: error: invalid operands to binary * (have ‘unsigned int’ and ‘uint32_t *’)
  51. make: *** [read-cache.o] Error 1
  52. make: *** Waiting for unfinished jobs....
Add Comment
Please, Sign In to add comment