summaryrefslogtreecommitdiffstats
path: root/sandbox
diff options
context:
space:
mode:
authorbenwells <benwells@chromium.org>2015-07-09 12:33:28 -0700
committerCommit bot <commit-bot@chromium.org>2015-07-09 19:35:14 +0000
commitef1895a8c18b7e8055ec7b480073f75125dbb705 (patch)
tree1188e435b8020a9e2146b80c86c69618071b93aa /sandbox
parentdcebeec14cf284e8d936e906bde40a80c1ae65ad (diff)
downloadchromium_src-ef1895a8c18b7e8055ec7b480073f75125dbb705.zip
chromium_src-ef1895a8c18b7e8055ec7b480073f75125dbb705.tar.gz
chromium_src-ef1895a8c18b7e8055ec7b480073f75125dbb705.tar.bz2
Remove -Wno-unused-private-field clang warning suppression.
BUG=505317 Review URL: https://codereview.chromium.org/1215643003 Cr-Commit-Position: refs/heads/master@{#338115}
Diffstat (limited to 'sandbox')
-rw-r--r--sandbox/win/src/ipc_unittest.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/sandbox/win/src/ipc_unittest.cc b/sandbox/win/src/ipc_unittest.cc
index ddad9b42..7de28ee 100644
--- a/sandbox/win/src/ipc_unittest.cc
+++ b/sandbox/win/src/ipc_unittest.cc
@@ -392,8 +392,6 @@ class CrossCallParamsMock : public CrossCallParams {
CrossCallParamsMock(uint32 tag, uint32 params_count)
: CrossCallParams(tag, params_count) {
}
- private:
- void* params[4];
};
void FakeOkAnswerInChannel(void* channel) {