Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -------------- Build: Debug in editor (compiler: GNU GCC Compiler)---------------
- 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
- C:\OJI\CodeBlocks\Proiecte\editor\src\editor.cpp:246:46: warning: character constant too long for its type
- std::cout << npath; std::cout << '\npress any key to continue'; //couts the location
- ^
- C:\OJI\CodeBlocks\Proiecte\editor\src\editor.cpp: In function 'int is_directory_or_file(std::__cxx11::string)':
- C:\OJI\CodeBlocks\Proiecte\editor\src\editor.cpp:99:1: warning: control reaches end of non-void function [-Wreturn-type]
- }
- ^
- C:\OJI\CodeBlocks\Proiecte\editor\src\editor.cpp: In function 'int edit()':
- C:\OJI\CodeBlocks\Proiecte\editor\src\editor.cpp:454:1: warning: control reaches end of non-void function [-Wreturn-type]
- }
- ^
- mingw32-g++.exe -o bin\Debug\editor.exe obj\Debug\console\console.o obj\Debug\src\editor.o
- Output file is bin\Debug\editor.exe with size 1.66 MB
- Process terminated with status 0 (0 minute(s), 6 second(s))
- 0 error(s), 3 warning(s) (0 minute(s), 6 second(s))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement