Solved a bunch of -Wall errors on modern
This commit is contained in:
+1
-1
@@ -3968,7 +3968,7 @@ struct UnusedPacket
|
||||
|
||||
// Data packet that's never sent
|
||||
// No function to read it either
|
||||
static void SendPacket_Unused(u32 data)
|
||||
static void UNUSED SendPacket_Unused(u32 data)
|
||||
{
|
||||
struct UnusedPacket packet;
|
||||
packet.id = PACKET_UNUSED;
|
||||
|
||||
Reference in New Issue
Block a user