Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2019
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.09 KB | None | 0 0
  1.  
  2. Scanning dependencies of target game_server
  3. [ 37%] Building CXX object game/CMakeFiles/game_server.dir/src/char_skill.cpp.o
  4. /home/Tamidia_src/Server/game/src/char_skill.cpp:2489:50: warning: '&&' within
  5. '||' [-Wlogical-op-parentheses]
  6. ...if (IsAffectFlag(AFF_TANHWAN_DASH) || pkVictim && pkVictim != this)
  7. ~~ ~~~~~~~~~^~~~~~~~~~~~~~~~~~~
  8. /home/Tamidia_src/Server/game/src/char_skill.cpp:2489:50: note: place
  9. parentheses around the '&&' expression to silence this warning
  10. ...if (IsAffectFlag(AFF_TANHWAN_DASH) || pkVictim && pkVictim != this)
  11. ^
  12. ( )
  13. /home/Tamidia_src/Server/game/src/char_skill.cpp:2595:96: warning: '&&' within
  14. '||' [-Wlogical-op-parentheses]
  15. ...|| pkSk->IsChargeSkill() && !IsAffectFlag(AFF_TANHWAN_DASH) && !pkVictim)
  16. ~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
  17. /home/Tamidia_src/Server/game/src/char_skill.cpp:2595:96: note: place
  18. parentheses around the '&&' expression to silence this warning
  19. ...pkSk->IsChargeSkill() && !IsAffectFlag(AFF_TANHWAN_DASH) && !pkVictim)
  20. ^
  21. ( )
  22. /home/Tamidia_src/Server/game/src/char_skill.cpp:2632:5: error: use of
  23. undeclared identifier 'ComputeSkillParty'; did you mean 'ComputeSkill'?
  24. ComputeSkillParty(dwVnum, this);
  25. ^~~~~~~~~~~~~~~~~
  26. ComputeSkill
  27. /home/Tamidia_src/Server/game/src/char_skill.cpp:1961:16: note: 'ComputeSkill'
  28. declared here
  29. int CHARACTER::ComputeSkill(DWORD dwVnum, LPCHARACTER pkVictim, BYTE bSk...
  30. ^
  31. 2 warnings and 1 error generated.
  32. *** Error code 1
  33.  
  34. Stop.
  35. make[2]: stopped in /home/Tamidia_src/Server
  36. *** Error code 1
  37.  
  38. Stop.
  39. make[1]: stopped in /home/Tamidia_src/Server
  40. *** Error code 1
  41.  
  42. Stop.
  43. make: stopped in /home/Tamidia_src/Server
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement