Advertisement
Guest User

build log

a guest
Jun 29th, 2019
223
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.16 KB | None | 0 0
  1. -------------- Build: Debug in editor (compiler: GNU GCC Compiler)---------------
  2.  
  3. mingw32-g++.exe -Wall -g -std=c++11 -I..\..\..\boost -c C:\OJI\CodeBlocks\Proiecte\editor\src\editor.cpp -o obj\Debug\src\editor.o
  4. C:\OJI\CodeBlocks\Proiecte\editor\src\editor.cpp:246:46: warning: character constant too long for its type
  5. std::cout << npath; std::cout << '\npress any key to continue'; //couts the location
  6. ^
  7. C:\OJI\CodeBlocks\Proiecte\editor\src\editor.cpp: In function 'int is_directory_or_file(std::__cxx11::string)':
  8. C:\OJI\CodeBlocks\Proiecte\editor\src\editor.cpp:99:1: warning: control reaches end of non-void function [-Wreturn-type]
  9. }
  10. ^
  11. C:\OJI\CodeBlocks\Proiecte\editor\src\editor.cpp: In function 'int edit()':
  12. C:\OJI\CodeBlocks\Proiecte\editor\src\editor.cpp:454:1: warning: control reaches end of non-void function [-Wreturn-type]
  13. }
  14. ^
  15. mingw32-g++.exe -o bin\Debug\editor.exe obj\Debug\console\console.o obj\Debug\src\editor.o
  16. Output file is bin\Debug\editor.exe with size 1.66 MB
  17. Process terminated with status 0 (0 minute(s), 6 second(s))
  18. 0 error(s), 3 warning(s) (0 minute(s), 6 second(s))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement