Guest User

Untitled

a guest
Apr 24th, 2012
33
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.53 KB | None | 0 0
  1. [grulja@grulja bunny_war_console_n]$ make
  2. 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
  3. In file included from ./referee.h:6:0,
  4. from ./player.h:4,
  5. from manager.h:6,
  6. from main.cpp:3:
  7. ./board.h:29:49: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
  8. 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
  9. In file included from board.cpp:5:0:
  10. board.h:29:49: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
  11. board.cpp:162:52: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
  12. enumeratetypes.h: In function ‘Owner getOpponent(Owner)’:
  13. enumeratetypes.h:47:1: warning: control reaches end of non-void function [-Wreturn-type]
  14. 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
  15. In file included from referee.h:6:0,
  16. from referee.cpp:3:
  17. board.h:29:49: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
  18. enumeratetypes.h: In function ‘Owner getOpponent(Owner)’:
  19. enumeratetypes.h:47:1: warning: control reaches end of non-void function [-Wreturn-type]
  20. referee.cpp: In member function ‘int Referee::getBoardStateAssessment(const Board&, Owner) const’:
  21. referee.cpp:59:1: warning: control reaches end of non-void function [-Wreturn-type]
  22. 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
  23. In file included from referee.h:6:0,
  24. from player.h:4,
  25. from player.cpp:4:
  26. board.h:29:49: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
  27. enumeratetypes.h: In function ‘int getDifficultyToInt(Difficulty)’:
  28. enumeratetypes.h:64:1: warning: control reaches end of non-void function [-Wreturn-type]
  29. 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
  30. In file included from ./referee.h:6:0,
  31. from ./player.h:4,
  32. from manager.h:6,
  33. from manager.cpp:4:
  34. ./board.h:29:49: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
  35. g++ -Wl,-O1 -o bunny_war_console_n main.o board.o referee.o player.o manager.o -L/usr/lib -lQtCore -lpthread
Advertisement
Add Comment
Please, Sign In to add comment