Advertisement
Guest User

Untitled

a guest
Mar 15th, 2014
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.24 KB | None | 0 0
  1. 1>cl : Command line warning D9025: overriding '/TC' with '/TP'
  2. 1> cpu-miner.c
  3. 1> sha2.c
  4. 1> util.c
  5. 1>util.c(104): warning C4267: '=' : conversion from 'size_t' to 'int', possible loss of data
  6. 1>util.c(160): warning C4267: 'initializing' : conversion from 'size_t' to 'unsigned int', possible loss of data
  7. 1>util.c(163): warning C4267: '=' : conversion from 'size_t' to 'unsigned int', possible loss of data
  8. 1>util.c(583): warning C4267: '=' : conversion from 'size_t' to 'ssize_t', possible loss of data
  9. 1>util.c(593): warning C4244: 'argument' : conversion from 'curl_socket_t' to 'int', possible loss of data
  10. 1>util.c(634): warning C4244: 'argument' : conversion from 'curl_socket_t' to 'int', possible loss of data
  11. 1>util.c(700): warning C4267: '=' : conversion from 'size_t' to 'ssize_t', possible loss of data
  12. 1>util.c(708): warning C4267: '=' : conversion from 'size_t' to 'ssize_t', possible loss of data
  13. 1>LINK : warning LNK4075: ignoring '/INCREMENTAL' due to '/LTCG' specification
  14. 1> Generating code
  15. 1> Finished generating code
  16. 1>LINK : fatal error LNK1123: failure during conversion to COFF: file invalid or corrupt
  17. 1>
  18. 1>Build FAILED.
  19. 1>
  20. 1>Time Elapsed 00:02:51.28
  21. ========== Rebuild All: 0 succeeded, 1 failed, 0 skipped ==========
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement