diff --git a/ipc/ipc_message_macros.h b/ipc/ipc_message_macros.h index f9fc28e6c941d..7365b6c7bc805 100644 --- a/ipc/ipc_message_macros.h +++ b/ipc/ipc_message_macros.h @@ -906,6 +906,7 @@ { \ typedef class_name _IpcMessageHandlerClass ALLOW_UNUSED_TYPE; \ void* param__ = NULL; \ + (void)param__; \ const IPC::Message& ipc_message__ = msg; \ switch (ipc_message__.type()) {