| Index: ipc/param_traits_log_macros.h
|
| diff --git a/ipc/param_traits_log_macros.h b/ipc/param_traits_log_macros.h
|
| index fa50bac68bad7c55c7643f79cff8656f319aa490..509f32fd2f3dbf24b3124330366d0875e0515fa8 100644
|
| --- a/ipc/param_traits_log_macros.h
|
| +++ b/ipc/param_traits_log_macros.h
|
| @@ -27,6 +27,7 @@
|
| #define IPC_STRUCT_TRAITS_BEGIN(struct_name) \
|
| void ParamTraits<struct_name>::Log(const param_type& p, std::string* l) { \
|
| bool needs_comma = false; \
|
| + ALLOW_UNUSED_LOCAL(needs_comma); \
|
| l->append("(");
|
| #define IPC_STRUCT_TRAITS_MEMBER(name) \
|
| if (needs_comma) \
|
|
|