Build started on: 22-03-2013 at 11:54.51
Build ended on: 22-03-2013 at 11:54.52

-------------- Build: Debug in v_3c (compiler: GNU GCC Compiler)---------------
g++ -Wall -fexceptions -g -Wshadow -Winit-self -Wredundant-decls -Wundef -Winline -Wunreachable-code -Wmissing-declarations -Wswitch-enum -Wswitch-default -Weffc++ -Wmain -pedantic -std=c++11 -Wall -g -c /home/ghaase/Lectures/Kurs-C/V_13/v_3c/main.cpp -o obj/Debug/main.o
/home/ghaase/Lectures/Kurs-C/V_13/v_3c/main.cpp: In function "std::vector<float> vec_init_1(int)":
/home/ghaase/Lectures/Kurs-C/V_13/v_3c/main.cpp:17:15: warning: no previous declaration for "std::vector<float> vec_init_1(int)" [-Wmissing-declarations]
/home/ghaase/Lectures/Kurs-C/V_13/v_3c/main.cpp:20:30: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
/home/ghaase/Lectures/Kurs-C/V_13/v_3c/main.cpp: In function "void vec_init_2(int, std::vector<float>&)":
/home/ghaase/Lectures/Kurs-C/V_13/v_3c/main.cpp:33:6: warning: no previous declaration for "void vec_init_2(int, std::vector<float>&)" [-Wmissing-declarations]
/home/ghaase/Lectures/Kurs-C/V_13/v_3c/main.cpp:37:28: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
/home/ghaase/Lectures/Kurs-C/V_13/v_3c/main.cpp: In function "void vec_init_3(int, std::vector<float>&)":
/home/ghaase/Lectures/Kurs-C/V_13/v_3c/main.cpp:51:6: warning: no previous declaration for "void vec_init_3(int, std::vector<float>&)" [-Wmissing-declarations]
g++ -o bin/Debug/v_3c obj/Debug/main.o
Output size is 87.67 KB
Process terminated with status 0 (0 minutes, 0 seconds)
0 errors, 5 warnings (0 minutes, 0 seconds)