0
Files
src/ipc
pkasting 99867ef78b Modify ALLOW_UNUSED to allow enabling unused local warnings on MSVC.
This splits the macro into two:

int a = 1;
ALLOW_UNUSED_LOCAL(a);

and

typedef Foo Bar ALLOW_UNUSED_TYPE;
void foo() ALLOW_UNUSED_TYPE;  // ALLOW_UNUSED_TYPE_OR_FUNC seemed too verbose

This matches changes that have already been made in Blink.

BUG=81439
TEST=none
TBR=ben

Review URL: https://codereview.chromium.org/650393002

Cr-Commit-Position: refs/heads/master@{#300014}
2014-10-16 23:49:45 +00:00
..
2014-09-09 19:41:40 +00:00
2014-09-09 19:41:40 +00:00
2014-08-04 23:44:17 +00:00
2014-08-04 23:44:17 +00:00
2014-09-09 19:41:40 +00:00
2014-09-09 19:41:40 +00:00
2014-09-09 19:41:40 +00:00
2014-08-04 23:44:17 +00:00