Advertisement
Chronos_Ouroboros

ZDoom compilation errors

Apr 22nd, 2015
365
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.54 KB | None | 0 0
  1. 11>c:\programming\sourcecodes\dis - new stuff\tools\re2c\stream_lc.h(285): warning C4244: 'argument' : conversion from 'std::streamsize' to 'size_t', possible loss of data
  2. 11> c:\programming\sourcecodes\dis - new stuff\tools\re2c\stream_lc.h(271) : while compiling class template member function 'std::streamsize re2c::basic_filebuf_lc<_E>::xsputn(const _E *,std::streamsize)'
  3. 10> LzmaEnc.c
  4. 11> with
  5. 11> [
  6. 11> _E=char
  7. 11> ]
  8. 11> c:\programming\sourcecodes\dis - new stuff\tools\re2c\stream_lc.h(316) : see reference to class template instantiation 're2c::basic_filebuf_lc<_E>' being compiled
  9. 11> with
  10. 11> [
  11. 11> _E=char
  12. 11> ]
  13. 11> c:\programming\sourcecodes\dis - new stuff\tools\re2c\stream_lc.h(316) : while compiling class template member function 're2c::basic_fstream_lc<_E,_BaseStream,_DefOpenMode,_Tr>::basic_fstream_lc(void)'
  14. 11> with
  15. 11> [
  16. 11> _E=char,
  17. 11> _BaseStream=std::basic_istream<char,std::char_traits<char>>,
  18. 11> _DefOpenMode=1,
  19. 11> _Tr=std::char_traits<char>
  20. 11> ]
  21. 11> C:\Programming\SourceCodes\Dis - New stuff\tools\re2c\main.cc(351) : see reference to function template instantiation 're2c::basic_fstream_lc<_E,_BaseStream,_DefOpenMode,_Tr>::basic_fstream_lc(void)' being compiled
  22. 11> with
  23. 11> [
  24. 11> _E=char,
  25. 11> _BaseStream=std::basic_istream<char,std::char_traits<char>>,
  26. 11> _DefOpenMode=1,
  27. 11> _Tr=std::char_traits<char>
  28. 11> ]
  29. 11> c:\programming\sourcecodes\dis - new stuff\tools\re2c\stream_lc.h(377) : see reference to class template instantiation 're2c::basic_fstream_lc<_E,_BaseStream,_DefOpenMode,_Tr>' being compiled
  30. 11> with
  31. 11> [
  32. 11> _E=char,
  33. 11> _BaseStream=std::basic_istream<char,std::char_traits<char>>,
  34. 11> _DefOpenMode=1,
  35. 11> _Tr=std::char_traits<char>
  36. 11> ]
  37. 11> C:\Programming\SourceCodes\Dis - New stuff\tools\re2c\main.cc(291) : see reference to class template instantiation 're2c::basic_ifstream_lc<_E>' being compiled
  38. 11> with
  39. 11> [
  40. 11> _E=char
  41. 11> ]
  42. 11> mbo_getopt.cc
  43. 11> parser.cc
  44. 10> Threads.c
  45. 11> scanner.cc
  46. 10> Generating Code...
  47. 11>C:\Programming\SourceCodes\Dis - New stuff\tools\re2c\scanner.cc(69): warning C4244: '=' : conversion from 'std::streamsize' to 're2c::uint', possible loss of data
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement