- [grulja@grulja bunny_war_console_n]$ make
- g++ -c -pipe -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_SHARED -I/usr/lib/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include -I. -o main.o main.cpp
- In file included from ./referee.h:6:0,
- from ./player.h:4,
- from manager.h:6,
- from main.cpp:3:
- ./board.h:29:49: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
- g++ -c -pipe -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_SHARED -I/usr/lib/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include -I. -o board.o board.cpp
- In file included from board.cpp:5:0:
- board.h:29:49: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
- board.cpp:162:52: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
- enumeratetypes.h: In function ‘Owner getOpponent(Owner)’:
- enumeratetypes.h:47:1: warning: control reaches end of non-void function [-Wreturn-type]
- g++ -c -pipe -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_SHARED -I/usr/lib/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include -I. -o referee.o referee.cpp
- In file included from referee.h:6:0,
- from referee.cpp:3:
- board.h:29:49: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
- enumeratetypes.h: In function ‘Owner getOpponent(Owner)’:
- enumeratetypes.h:47:1: warning: control reaches end of non-void function [-Wreturn-type]
- referee.cpp: In member function ‘int Referee::getBoardStateAssessment(const Board&, Owner) const’:
- referee.cpp:59:1: warning: control reaches end of non-void function [-Wreturn-type]
- g++ -c -pipe -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_SHARED -I/usr/lib/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include -I. -o player.o player.cpp
- In file included from referee.h:6:0,
- from player.h:4,
- from player.cpp:4:
- board.h:29:49: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
- enumeratetypes.h: In function ‘int getDifficultyToInt(Difficulty)’:
- enumeratetypes.h:64:1: warning: control reaches end of non-void function [-Wreturn-type]
- g++ -c -pipe -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_SHARED -I/usr/lib/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include -I. -o manager.o manager.cpp
- In file included from ./referee.h:6:0,
- from ./player.h:4,
- from manager.h:6,
- from manager.cpp:4:
- ./board.h:29:49: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
- g++ -Wl,-O1 -o bunny_war_console_n main.o board.o referee.o player.o manager.o -L/usr/lib -lQtCore -lpthread