Advertisement
Guest User

Untitled

a guest
May 6th, 2014
208
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.72 KB | None | 0 0
  1. In file included from PrecompiledHeaders/gamePCH.h:8:0:
  2. /home/Server/trinitycore/src/server/game/Handlers/MovementHandler.cpp: In member function ‘void WorldSession::HandleMovementOpcodes(WorldPacket&)’:
  3. /home/Server/trinitycore/src/server/shared/Logging/Log.h:136:68: warning: format ‘%s’ expects argument of type ‘char*’, but argument 8 has type ‘std::string (Ward en::*)(WardenCheck*) {aka std::basic_string<char> (Warden::*)(WardenCheck*)}’ [- Wformat=]
  4. sLog->outMessage(filterType__, level__, __VA_ARGS__); \
  5. ^
  6. /home/Server/trinitycore/src/server/shared/Logging/Log.h:159:5: note: in expansionof macro ‘TC_LOG_MESSAGE_BODY’
  7. TC_LOG_MESSAGE_BODY(filterType__, LOG_LEVEL_WARN, __VA_ARGS__)
  8. ^
  9. /home/Server/trinitycore/src/server/game/Handlers/MovementHandler.cpp:449:21: note: in expansion of macro ‘TC_LOG_WARN’
  10. TC_LOG_WARN("cheat", "AC2-%s, mistiming exception #%d, mistiming: %dms Action: %s", plrMover->GetName().c_str(), plrMover->m_anti_Mistimin gCount, sync_time, &Warden::Penalty);
  11. ^
  12. /home/Server/trinitycore/src/server/shared/Logging/Log.h:136:68: warning: too manyarguments for format [-Wformat-extra-args]
  13. sLog->outMessage(filterType__, level__, __VA_ARGS__); \
  14. ^
  15. /home/Server/trinitycore/src/server/shared/Logging/Log.h:159:5: note: in expansionof macro ‘TC_LOG_MESSAGE_BODY’
  16. TC_LOG_MESSAGE_BODY(filterType__, LOG_LEVEL_WARN, __VA_ARGS__)
  17. ^
  18. /home/Server/trinitycore/src/server/game/Handlers/MovementHandler.cpp:581:29: note: in expansion of macro ‘TC_LOG_WARN’
  19. TC_LOG_WARN("cheat", "AC2-%s, Multijump exception.", plrMover->GetName().c_str(), JumpHeight, plrMover->m_anti_Last_VSpeed);
  20. ^
  21. /home/Server/trinitycore/src/server/shared/Logging/Log.h:136:68: warning: format ‘%X’ expects argument of type ‘unsigned int’, but argument 11 has type ‘Vehicle*’ [-Wformat=]
  22. sLog->outMessage(filterType__, level__, __VA_ARGS__); \
  23. ^
  24. /home/Server/trinitycore/src/server/shared/Logging/Log.h:159:5: note: in expansionof macro ‘TC_LOG_MESSAGE_BODY’
  25. TC_LOG_MESSAGE_BODY(filterType__, LOG_LEVEL_WARN, __VA_ARGS__)
  26. ^
  27. /home/Server/trinitycore/src/server/game/Handlers/MovementHandler.cpp:643:21: note: in expansion of macro ‘TC_LOG_WARN’
  28. TC_LOG_WARN("cheat", "AC2-%s, flight exception. {SPELL_AURA_FLY=[%X]} {SPELL_AURA_MOD_INCREASE_MOUNTED_FLIGHT_SPEED=[%X]} {SPELL_AURA_MOD_I NCREASE_FLIGHT_SPEED=[%X]} {SPELL_AURA_MOD_MOUNTED_FLIGHT_SPEED_ALWAYS=[%X]} {SP ELL_AURA_MOD_FLIGHT_SPEED_NOT_STACK=[%X]} {plrMover->GetVehicle()=[%X]}",
  29. ^
  30. /home/Server/trinitycore/src/server/shared/Logging/Log.h:136:68: warning: format ‘%d’ expects argument of type ‘int’, but argument 6 has type ‘uint64 {aka long un signed int}’ [-Wformat=]
  31. sLog->outMessage(filterType__, level__, __VA_ARGS__); \
  32. ^
  33. /home/Server/trinitycore/src/server/shared/Logging/Log.h:159:5: note: in expansionof macro ‘TC_LOG_MESSAGE_BODY’
  34. TC_LOG_MESSAGE_BODY(filterType__, LOG_LEVEL_WARN, __VA_ARGS__)
  35. ^
  36. /home/Server/trinitycore/src/server/game/Handlers/MovementHandler.cpp:788:4: note:in expansion of macro ‘TC_LOG_WARN’
  37. TC_LOG_WARN("cheat", "AC2-%s produce %d anticheat alarms.", plrMover->GetName().c_str(), plrMover->m_anti_AlarmCount);
  38. ^
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement