Build started on: 06-06-2014 at 11:15.33
Build ended on: 06-06-2014 at 11:15.35

-------------- Build: Debug in v_9b (compiler: GNU GCC Compiler)---------------
g++ -Wnon-virtual-dtor -Wshadow -Winit-self -Wredundant-decls -Wundef -Wunreachable-code -Wmissing-declarations -Weffc++ -Wmain -pedantic -std=c++11 -Wall -fexceptions -Weffc++ -pedantic -std=c++0x -Wextra -Wall -g -Wshadow -Winit-self -Wredundant-decls -Wundef -Winline -Wunreachable-code -Wmissing-declarations -Wswitch-enum -Wswitch-default -Weffc++ -Wmain -pedantic -std=c++11 -Wall -c /home/ghaase/Lectures/Kurs-C/V_14/v_9b/employee.cpp -o obj/Debug/employee.o
g++ -Wnon-virtual-dtor -Wshadow -Winit-self -Wredundant-decls -Wundef -Wunreachable-code -Wmissing-declarations -Weffc++ -Wmain -pedantic -std=c++11 -Wall -fexceptions -Weffc++ -pedantic -std=c++0x -Wextra -Wall -g -Wshadow -Winit-self -Wredundant-decls -Wundef -Winline -Wunreachable-code -Wmissing-declarations -Wswitch-enum -Wswitch-default -Weffc++ -Wmain -pedantic -std=c++11 -Wall -c /home/ghaase/Lectures/Kurs-C/V_14/v_9b/main.cpp -o obj/Debug/main.o
/home/ghaase/Lectures/Kurs-C/V_14/v_9b/main.cpp: In function ‘std::ostream& operator<<(std::ostream&, const Employee&)’:
/home/ghaase/Lectures/Kurs-C/V_14/v_9b/main.cpp:14:10: warning: no previous declaration for ‘std::ostream& operator<<(std::ostream&, const Employee&)’ [-Wmissing-declarations]
ostream& operator<<(ostream &s, const Employee& org)
^
g++ -Wnon-virtual-dtor -Wshadow -Winit-self -Wredundant-decls -Wundef -Wunreachable-code -Wmissing-declarations -Weffc++ -Wmain -pedantic -std=c++11 -Wall -fexceptions -Weffc++ -pedantic -std=c++0x -Wextra -Wall -g -Wshadow -Winit-self -Wredundant-decls -Wundef -Winline -Wunreachable-code -Wmissing-declarations -Wswitch-enum -Wswitch-default -Weffc++ -Wmain -pedantic -std=c++11 -Wall -c /home/ghaase/Lectures/Kurs-C/V_14/v_9b/manager.cpp -o obj/Debug/manager.o
g++ -Wnon-virtual-dtor -Wshadow -Winit-self -Wredundant-decls -Wundef -Wunreachable-code -Wmissing-declarations -Weffc++ -Wmain -pedantic -std=c++11 -Wall -fexceptions -Weffc++ -pedantic -std=c++0x -Wextra -Wall -g -Wshadow -Winit-self -Wredundant-decls -Wundef -Winline -Wunreachable-code -Wmissing-declarations -Wswitch-enum -Wswitch-default -Weffc++ -Wmain -pedantic -std=c++11 -Wall -c /home/ghaase/Lectures/Kurs-C/V_14/v_9b/salesperson.cpp -o obj/Debug/salesperson.o
g++ -Wnon-virtual-dtor -Wshadow -Winit-self -Wredundant-decls -Wundef -Wunreachable-code -Wmissing-declarations -Weffc++ -Wmain -pedantic -std=c++11 -Wall -fexceptions -Weffc++ -pedantic -std=c++0x -Wextra -Wall -g -Wshadow -Winit-self -Wredundant-decls -Wundef -Winline -Wunreachable-code -Wmissing-declarations -Wswitch-enum -Wswitch-default -Weffc++ -Wmain -pedantic -std=c++11 -Wall -c /home/ghaase/Lectures/Kurs-C/V_14/v_9b/worker.cpp -o obj/Debug/worker.o
g++ -o bin/Debug/v_9b obj/Debug/employee.o obj/Debug/main.o obj/Debug/manager.o obj/Debug/salesperson.o obj/Debug/worker.o
Output file is bin/Debug/v_9b with size 129.29 KB
Process terminated with status 0 (0 minute(s), 1 second(s))
0 error(s), 1 warning(s) (0 minute(s), 1 second(s))