Build started on: 04-04-2014 at 09:06.57
Build ended on: 04-04-2014 at 09:06.58
-------------- Build: Debug in v_5c (compiler: GNU GCC Compiler)---------------
g++ -std=c++0x -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_5c/main.cpp -o obj/Debug/main.o
/home/ghaase/Lectures/Kurs-C/V_14/v_5c/main.cpp: In function ‘int main()’:
/home/ghaase/Lectures/Kurs-C/V_14/v_5c/main.cpp:55:36: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for (int i = 0; i < x.size(); ++i )
^
g++ -o bin/Debug/v_5c obj/Debug/main.o
Output file is bin/Debug/v_5c with size 112.36 KB
Process terminated with status 0 (0 minute(s), 0 second(s))
0 error(s), 1 warning(s) (0 minute(s), 0 second(s))