Advertisement
Guest User

db-error-log

a guest
Dec 9th, 2019
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.90 KB | None | 0 0
  1. Cache.cpp: In member function 'virtual void CItemPriceListTableCache::OnFlush()':
  2. Cache.cpp:265: warning: format '%u' expects type 'unsigned int', but argument 7 has type 'long long int'
  3. Cache.cpp:265: warning: format '%u' expects type 'unsigned int', but argument 7 has type 'long long int'
  4. ClientManagerPlayer.cpp: In member function 'void CClientManager::__QUERY_PLAYER_CREATE(CPeer*, DWORD, TPlayerCreatePacket*)':
  5. ClientManagerPlayer.cpp:1016: warning: format '%d' expects type 'int', but argument 27 has type 'long long int'
  6. ClientManagerPlayer.cpp:1016: warning: format '%d' expects type 'int', but argument 27 has type 'long long int'
  7. ProtoReader.cpp: In function 'bool Set_Proto_Item_Table(TItemTable*, cCsvTable&, std::map<int, const char*, std::less<int>, std::allocator<std::pair<const int, const char*> > >&)':
  8. ProtoReader.cpp:791: warning: comparison between signed and unsigned integer expressions
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement