Build started on: 13-06-2014 at 10:35.07
Build ended on: 13-06-2014 at 10:35.09

-------------- Build: Debug in v_10c (compiler: GNU GCC Compiler)---------------
g++ -Wall -fexceptions -Wshadow -Weffc++ -std=c++11 -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_10c/main.cpp -o obj/Debug/main.o
/home/ghaase/Lectures/Kurs-C/V_14/v_10c/main.cpp: In function ‘bool fuel_consumption(const Fahrzeug*, const Fahrzeug*)’:
/home/ghaase/Lectures/Kurs-C/V_14/v_10c/main.cpp:33:6: warning: no previous declaration for ‘bool fuel_consumption(const Fahrzeug*, const Fahrzeug*)’ [-Wmissing-declarations]
bool fuel_consumption(const Fahrzeug* a, const Fahrzeug* b)
^
/home/ghaase/Lectures/Kurs-C/V_14/v_10c/main.cpp: In function ‘float add_fuel(float, const Fahrzeug*)’:
/home/ghaase/Lectures/Kurs-C/V_14/v_10c/main.cpp:39:7: warning: no previous declaration for ‘float add_fuel(float, const Fahrzeug*)’ [-Wmissing-declarations]
float add_fuel(float x, const Fahrzeug* y)
^
g++ -o bin/Debug/v_10c obj/Debug/fahrzeug.o obj/Debug/main.o
Output file is bin/Debug/v_10c with size 179.91 KB
Process terminated with status 0 (0 minute(s), 1 second(s))
0 error(s), 2 warning(s) (0 minute(s), 1 second(s))