Explorar o código

device: fix warnings

Daniele Bartolini %!s(int64=5) %!d(string=hai) anos
pai
achega
590a99eaf8
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/device/device.cpp

+ 1 - 1
src/device/device.cpp

@@ -184,7 +184,7 @@ static void device_command_refresh(ConsoleServer& /*cs*/, TCPSocket& /*client*/,
 	device()->refresh();
 	device()->refresh();
 }
 }
 
 
-static void device_message_resize(ConsoleServer& cs, TCPSocket& client, const char* json, void* user_data)
+static void device_message_resize(ConsoleServer& /*cs*/, TCPSocket& /*client*/, const char* json, void* /*user_data*/)
 {
 {
 	TempAllocator256 ta;
 	TempAllocator256 ta;
 	JsonObject obj(ta);
 	JsonObject obj(ta);