summaryrefslogtreecommitdiffstats
path: root/ppapi/proxy/dispatch_reply_message.h
diff options
context:
space:
mode:
Diffstat (limited to 'ppapi/proxy/dispatch_reply_message.h')
-rw-r--r--ppapi/proxy/dispatch_reply_message.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ppapi/proxy/dispatch_reply_message.h b/ppapi/proxy/dispatch_reply_message.h
index 1a53e86..ce4c602 100644
--- a/ppapi/proxy/dispatch_reply_message.h
+++ b/ppapi/proxy/dispatch_reply_message.h
@@ -135,7 +135,7 @@ void DispatchResourceReplyOrDefaultParams(
// unused variables or other errors if they're used with these macros.
#define PPAPI_BEGIN_MESSAGE_MAP(class_name, msg) \
{ \
- typedef class_name _IpcMessageHandlerClass; \
+ typedef class_name _IpcMessageHandlerClass ALLOW_UNUSED; \
const IPC::Message& ipc_message__ = msg; \
switch (ipc_message__.type()) { \