Build started on: 21-03-2014 at 14:54.32
Build ended on: 21-03-2014 at 14:54.33
-------------- Build: Debug in v_2c (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 -c /home/ghaase/Lectures/Kurs-C/V_14/v_2c/main.cpp -o obj/Debug/main.o
/home/ghaase/Lectures/Kurs-C/V_14/v_2c/main.cpp: In function ‘std::vector<double> folge(int)’:
/home/ghaase/Lectures/Kurs-C/V_14/v_2c/main.cpp:15:16: warning: no previous declaration for ‘std::vector<double> folge(int)’ [-Wmissing-declarations]
vector<double> folge(const int nsize)
^
/home/ghaase/Lectures/Kurs-C/V_14/v_2c/main.cpp:19:29: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for (int n=1; n<=x.size(); ++n)
^
/home/ghaase/Lectures/Kurs-C/V_14/v_2c/main.cpp: In function ‘std::vector<double> folge_dynamisch(int)’:
/home/ghaase/Lectures/Kurs-C/V_14/v_2c/main.cpp:41:16: warning: no previous declaration for ‘std::vector<double> folge_dynamisch(int)’ [-Wmissing-declarations]
vector<double> folge_dynamisch(const int nsize)
^
/home/ghaase/Lectures/Kurs-C/V_14/v_2c/main.cpp: In function ‘void folge_d2(int, std::vector<double>&)’:
/home/ghaase/Lectures/Kurs-C/V_14/v_2c/main.cpp:67:6: warning: no previous declaration for ‘void folge_d2(int, std::vector<double>&)’ [-Wmissing-declarations]
void folge_d2(const int nsize, vector<double> &x)
^
g++ -o bin/Debug/v_2c obj/Debug/main.o
Output file is bin/Debug/v_2c with size 78.18 KB
Process terminated with status 0 (0 minute(s), 0 second(s))
0 error(s), 4 warning(s) (0 minute(s), 0 second(s))