Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ipc: Fix unused variable error when using IPC_HANDLER_GENERIC.
If we use only IPC_HANDLER_GENERIC inside an IPC_BEGIN_MESSAGE_MAP block we get an unused variable compile error for the extra param that's used in IPC_BEGIN_MESSAGE_MAP_WITH_PARAM. This CL suppresses that error. BUG=NONE Review URL: https://codereview.chromium.org/1667353002 Cr-Commit-Position: refs/heads/master@{#373714}
- Loading branch information