Created
December 7, 2010 11:59
-
-
Save bakkdoor/731722 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
src/packets.cpp: In member function ‘int PacketHandler::holding_change(User*)’: | |
src/packets.cpp:677: warning: ‘itemID’ may be used uninitialized in this function | |
src/packets.cpp: In member function ‘int PacketHandler::complex_entities(User*)’: | |
src/packets.cpp:783: warning: ‘len’ may be used uninitialized in this function | |
src/packets.cpp:782: warning: ‘x’ may be used uninitialized in this function | |
src/packets.cpp:783: warning: ‘y’ may be used uninitialized in this function | |
src/packets.cpp:782: warning: ‘z’ may be used uninitialized in this function | |
src/packets.cpp: In member function ‘int PacketHandler::pickup_spawn(User*)’: | |
src/packets.cpp:715: warning: ‘item.spawnedItem::count’ may be used uninitialized in this function | |
src/packets.cpp:715: warning: ‘item.spawnedItem::item’ may be used uninitialized in this function | |
src/packets.cpp: In member function ‘int PacketHandler::player_look(User*)’: | |
src/packets.cpp:414: warning: ‘yaw’ may be used uninitialized in this function | |
src/packets.cpp:414: warning: ‘pitch’ may be used uninitialized in this function | |
src/packets.cpp: In member function ‘int PacketHandler::player_position_and_look(User*)’: | |
src/packets.cpp:431: warning: ‘x’ may be used uninitialized in this function | |
src/packets.cpp:431: warning: ‘y’ may be used uninitialized in this function | |
src/packets.cpp:431: warning: ‘stance’ may be used uninitialized in this function | |
src/packets.cpp:431: warning: ‘z’ may be used uninitialized in this function | |
src/packets.cpp:432: warning: ‘yaw’ may be used uninitialized in this function | |
src/packets.cpp:432: warning: ‘pitch’ may be used uninitialized in this function | |
src/packets.cpp: In member function ‘int PacketHandler::player_inventory(User*)’: | |
src/packets.cpp:319: warning: ‘count’ may be used uninitialized in this function | |
src/packets.cpp:318: warning: ‘type’ may be used uninitialized in this function | |
src/packets.cpp: In member function ‘int PacketHandler::player_block_placement(User*)’: | |
src/packets.cpp:527: warning: ‘direction’ may be used uninitialized in this function | |
src/packets.cpp:528: warning: ‘newblock’ may be used uninitialized in this function | |
src/packets.cpp:529: warning: ‘x’ may be used uninitialized in this function | |
src/packets.cpp:527: warning: ‘y’ may be used uninitialized in this function | |
src/packets.cpp:529: warning: ‘z’ may be used uninitialized in this function | |
src/packets.cpp: In member function ‘int PacketHandler::player_position(User*)’: | |
src/packets.cpp:398: warning: ‘x’ may be used uninitialized in this function | |
src/packets.cpp:398: warning: ‘y’ may be used uninitialized in this function | |
src/packets.cpp:398: warning: ‘stance’ may be used uninitialized in this function | |
src/packets.cpp:398: warning: ‘z’ may be used uninitialized in this function | |
src/packets.cpp: In member function ‘int PacketHandler::player_digging(User*)’: | |
src/packets.cpp:454: warning: ‘direction’ may be used uninitialized in this function | |
src/packets.cpp:452: warning: ‘status’ may be used uninitialized in this function | |
src/packets.cpp:453: warning: ‘x’ may be used uninitialized in this function | |
src/packets.cpp:452: warning: ‘y’ may be used uninitialized in this function | |
src/packets.cpp:453: warning: ‘z’ may be used uninitialized in this function | |
src/packets.cpp: In member function ‘int PacketHandler::arm_animation(User*)’: | |
src/packets.cpp:696: warning: ‘animType’ may be used uninitialized in this function | |
src/packets.cpp: In member function ‘int PacketHandler::use_entity(User*)’: | |
src/packets.cpp:871: warning: ‘targetType’ may be used uninitialized in this function | |
src/packets.cpp:870: warning: ‘target’ may be used uninitialized in this function |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment