Advertisement
skywar

Untitled

Jan 23rd, 2017
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.93 KB | None | 0 0
  1. st [with T = int]':
  2. ../../../Extern/include/cryptopp/cryptlib.h:283: instantiated from here
  3. ../../../Extern/include/cryptopp/cryptlib.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules
  4. compile char_change_empire.cpp
  5. compile char_horse.cpp
  6. compile char_item.cpp
  7. In file included from char_item.cpp:47:
  8. belt_inventory_helper.h: In static member function 'static BYTE CBeltInventoryHelper::GetBeltGradeByRefineLevel(int)':
  9. belt_inventory_helper.h:28: warning: comparison between signed and unsigned integer expressions
  10. char_item.cpp: In member function 'bool CHARACTER::IsEmptyItemGrid(TItemPos, BYTE, int) const':
  11. char_item.cpp:552: warning: comparison is always false due to limited range of data type
  12. char_item.cpp:575: warning: comparison is always false due to limited range of data type
  13. char_item.cpp: In member function 'bool CHARACTER::UseItemEx(CItem*, TItemPos)':
  14. char_item.cpp:1530: error: invalid use of member (did you forget the '&' ?)
  15. char_item.cpp:1530: error: expected primary-expression before '[' token
  16. char_item.cpp:1530: error: 'SGM' was not declared in this scope
  17. char_item.cpp:1530: error: expected `)' before 'StarWar'
  18. char_item.cpp:1535: error: expected `)' before 'UseSilkBotary'
  19. char_item.cpp:1535: error: expected `)' before ';' token
  20. char_item.cpp:1540: error: expected primary-expression before 'else'
  21. char_item.cpp:1540: error: expected `;' before 'else'
  22. char_item.cpp:5988: error: expected `}' at end of input
  23. char_item.cpp:5988: error: expected `}' at end of input
  24. char_item.cpp:5988: error: expected `}' at end of input
  25. char_item.cpp:5988: error: expected `}' at end of input
  26. ../../../Extern/include/cryptopp/cryptlib.h: In member function 'bool CryptoPP::NameValuePairs::GetValue(const char*, T&) const [with T = std::string]':
  27. ../../../Extern/include/cryptopp/cryptlib.h:277: instantiated from here
  28. ../../../Extern/include/cryptopp/cryptlib.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules
  29. ../../../Extern/include/cryptopp/cryptlib.h: In member function 'bool CryptoPP::NameValuePairs::GetValue(const char*, T&) const [with T = int]':
  30. ../../../Extern/include/cryptopp/cryptlib.h:283: instantiated from here
  31. ../../../Extern/include/cryptopp/cryptlib.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules
  32. char_item.cpp: At global scope:
  33. char_item.cpp:78: warning: 'bool IS_SUMMON_ITEM(int)' defined but not used
  34. char_item.cpp:162: warning: 'bool FN_check_item_socket(CItem*)' defined but not used
  35. char_item.cpp:173: warning: 'void FN_copy_item_socket(CItem*, CItem*)' defined but not used
  36. char_item.cpp:179: warning: 'bool FN_check_item_sex(CHARACTER*, CItem*)' defined but not used
  37. Makefile:119: recipe for target 'OBJDIR/char_item.o' failed
  38. gmake[1]: *** [OBJDIR/char_item.o] Error 1
  39. gmake[1]: Leaving directory '/mainline/Server/game/src'
  40. Makefile:60: recipe for target 'all' failed
  41. gmake: *** [all] Error 2
  42. root@DevGomesXD:~ #
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement