Advertisement
Guest User

ahnrhr

a guest
May 31st, 2015
348
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.68 KB | None | 0 0
  1.  
  2. -------------- Clean: Debug in milanouncer (compiler: GNU GCC Compiler)---------------
  3.  
  4. Cleaned "milanouncer - Debug"
  5.  
  6. -------------- Build: Debug in milanouncer (compiler: GNU GCC Compiler)---------------
  7.  
  8. mingw32-g++.exe -Wall -fexceptions -g -Iutils\js\miniz -I"C:\CodeBlocks\MinGW\bin" -I"C:\CodeBlocks\MinGW\include" -c E:\CB_Projects\milanouncer\main.cpp -o obj\Debug\main.o
  9. E:\CB_Projects\milanouncer\main.cpp:813:26: warning: multi-character character constant [-Wmultichar]
  10. case '\\': c = '\\u'; break;
  11. ^
  12. In file included from E:\CB_Projects\milanouncer\main.cpp:59:0:
  13. E:\CB_Projects\milanouncer\stdCapture.h: In constructor 'StdCapture::StdCapture()':
  14. E:\CB_Projects\milanouncer\stdCapture.h:109:10: warning: 'StdCapture::m_init' will be initialized after [-Wreorder]
  15. bool m_init;
  16. ^
  17. E:\CB_Projects\milanouncer\stdCapture.h:106:9: warning: 'int StdCapture::m_oldStdOut' [-Wreorder]
  18. int m_oldStdOut;
  19. ^
  20. E:\CB_Projects\milanouncer\stdCapture.h:9:5: warning: when initialized here [-Wreorder]
  21. StdCapture(): m_capturing(false), m_init(false), m_oldStdOut(0), m_oldStdErr(0)
  22. ^
  23. E:\CB_Projects\milanouncer\main.cpp: In function 'int parseUTF(std::string)':
  24. E:\CB_Projects\milanouncer\main.cpp:442:29: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  25. while (pos < str.length())
  26. ^
  27. E:\CB_Projects\milanouncer\main.cpp: In function 'wchar_t* UTF8_to_WChar(const char*)':
  28. E:\CB_Projects\milanouncer\main.cpp:568:28: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses]
  29. res[b]=((*a&31)<<6)|a[1]&63;
  30. ^
  31. E:\CB_Projects\milanouncer\main.cpp:572:44: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses]
  32. res[b]=((*a&15)<<12)|((a[1]&63)<<6)|a[2]&63;
  33. ^
  34. E:\CB_Projects\milanouncer\main.cpp: In function 'char* WChar_to_UTF8(const wchar_t*)':
  35. E:\CB_Projects\milanouncer\main.cpp:664:18: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses]
  36. res[b]=*string&63|128;
  37. ^
  38. E:\CB_Projects\milanouncer\main.cpp:668:18: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses]
  39. res[b]=*string&63|128;
  40. ^
  41. E:\CB_Projects\milanouncer\main.cpp: In function 'std::string unescape2(char*)':
  42. E:\CB_Projects\milanouncer\main.cpp:741:18: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
  43. if( n=_str-str ){
  44. ^
  45. E:\CB_Projects\milanouncer\main.cpp:752:70: warning: passing NULL to non-pointer argument 2 of 'int WideCharToMultiByte(UINT, DWORD, LPCWSTR, int, LPSTR, int, LPCSTR, LPBOOL)' [-Wconversion-null]
  46. WideCharToMultiByte(CP_OEMCP,NULL, &wc,-1,(char*)code,2,NULL,FALSE);
  47. ^
  48. E:\CB_Projects\milanouncer\main.cpp: In function 'std::string utfEscape(const string&)':
  49. E:\CB_Projects\milanouncer\main.cpp:813:24: warning: overflow in implicit constant conversion [-Woverflow]
  50. case '\\': c = '\\u'; break;
  51. ^
  52. E:\CB_Projects\milanouncer\main.cpp: In function 'std::string myUtf8(std::string)':
  53. E:\CB_Projects\milanouncer\main.cpp:837:30: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  54. for ( i= 0; i < str.size(); i++) {
  55. ^
  56. E:\CB_Projects\milanouncer\main.cpp: In function 'void OnData(const happyhttp::Response*, void*, const unsigned char*, int)':
  57. E:\CB_Projects\milanouncer\main.cpp:1232:29: warning: unused variable 'a' [-Wunused-variable]
  58. if (const char* a=r->getheader("set-cookie")) {
  59. ^
  60. E:\CB_Projects\milanouncer\main.cpp:1215:21: warning: unused variable 'a' [-Wunused-variable]
  61. if (const char* a = r->getheader("set-cookie")) {
  62. ^
  63. E:\CB_Projects\milanouncer\main.cpp: In function 'int main(int, char**)':
  64. E:\CB_Projects\milanouncer\main.cpp:1405:10: warning: unused variable 'line' [-Wunused-variable]
  65. char line[256];
  66. ^
  67. E:\CB_Projects\milanouncer\main.cpp:1407:9: warning: unused variable 'i' [-Wunused-variable]
  68. int i;
  69. ^
  70. E:\CB_Projects\milanouncer\main.cpp: In function 'std::string myUtf8(std::string)':
  71. E:\CB_Projects\milanouncer\main.cpp:846:36: warning: 'p' may be used uninitialized in this function [-Wmaybe-uninitialized]
  72. *p = (char)hex2dec(tmp);
  73. ^
  74. mingw32-gcc.exe -Wall -fexceptions -g -Iutils\js\miniz -I"C:\CodeBlocks\MinGW\bin" -I"C:\CodeBlocks\MinGW\include" -c E:\CB_Projects\milanouncer\one.c -o obj\Debug\one.o
  75. mingw32-g++.exe -Wall -fexceptions -g -Iutils\js\miniz -I"C:\CodeBlocks\MinGW\bin" -I"C:\CodeBlocks\MinGW\include" -c E:\CB_Projects\milanouncer\utils\tinystr.cpp -o obj\Debug\utils\tinystr.o
  76. mingw32-g++.exe -Wall -fexceptions -g -Iutils\js\miniz -I"C:\CodeBlocks\MinGW\bin" -I"C:\CodeBlocks\MinGW\include" -c E:\CB_Projects\milanouncer\utils\tinyxml.cpp -o obj\Debug\utils\tinyxml.o
  77. mingw32-g++.exe -Wall -fexceptions -g -Iutils\js\miniz -I"C:\CodeBlocks\MinGW\bin" -I"C:\CodeBlocks\MinGW\include" -c E:\CB_Projects\milanouncer\utils\happyhttp.cpp -o obj\Debug\utils\happyhttp.o
  78. E:\CB_Projects\milanouncer\utils\happyhttp.cpp: In function 'in_addr* happyhttp::atoaddr(const char*)':
  79. E:\CB_Projects\milanouncer\utils\happyhttp.cpp:189:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  80. if (saddr.s_addr != -1)
  81. ^
  82. In file included from E:\CB_Projects\milanouncer\utils\happyhttp.cpp:28:0:
  83. E:\CB_Projects\milanouncer\utils\happyhttp.h: In constructor 'happyhttp::Response::Response(const char*, happyhttp::Connection&)':
  84. E:\CB_Projects\milanouncer\utils\happyhttp.h:299:14: warning: 'happyhttp::Response::m_Connection' will be initialized after [-Wreorder]
  85. Connection& m_Connection; // to access callback ptrs
  86. ^
  87. E:\CB_Projects\milanouncer\utils\happyhttp.h:297:4: warning: 'happyhttp::Response::<anonymous enum> happyhttp::Response::m_State' [-Wreorder]
  88. } m_State;
  89. ^
  90. E:\CB_Projects\milanouncer\utils\happyhttp.cpp:506:1: warning: when initialized here [-Wreorder]
  91. Response::Response( const char* method, Connection& conn ) :
  92. ^
  93. E:\CB_Projects\milanouncer\utils\happyhttp.cpp: In member function 'const char* happyhttp::Response::getHeaderVal()':
  94. E:\CB_Projects\milanouncer\utils\happyhttp.cpp:536:5: warning: label 'std' defined but not used [-Wunused-label]
  95. std:string finalstr;
  96. ^
  97. mingw32-g++.exe -Wall -fexceptions -g -Iutils\js\miniz -I"C:\CodeBlocks\MinGW\bin" -I"C:\CodeBlocks\MinGW\include" -c E:\CB_Projects\milanouncer\utils\tinyxmlerror.cpp -o obj\Debug\utils\tinyxmlerror.o
  98. mingw32-g++.exe -Wall -fexceptions -g -Iutils\js\miniz -I"C:\CodeBlocks\MinGW\bin" -I"C:\CodeBlocks\MinGW\include" -c E:\CB_Projects\milanouncer\utils\tinyxmlparser.cpp -o obj\Debug\utils\tinyxmlparser.o
  99. mingw32-g++.exe -L"C:\CodeBlocks\MinGW\lib" -o bin\Debug\milanouncer.exe obj\Debug\main.o obj\Debug\one.o obj\Debug\utils\tinystr.o obj\Debug\utils\tinyxml.o obj\Debug\utils\happyhttp.o obj\Debug\utils\tinyxmlerror.o obj\Debug\utils\tinyxmlparser.o -static-libstdc++ -static-libgcc -lws2_32
  100. obj\Debug\main.o: In function `main':
  101. E:/CB_Projects/milanouncer/main.cpp:1409: undefined reference to `js_newstate(void* (*)(void*, void*, unsigned int), void*, int)'
  102. E:/CB_Projects/milanouncer/main.cpp:1587: undefined reference to `js_freestate(js_State*)'
  103. collect2.exe: error: ld returned 1 exit status
  104. Process terminated with status 1 (0 minute(s), 11 second(s))
  105. 2 error(s), 23 warning(s) (0 minute(s), 11 second(s))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement