Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(648)

Unified Diff: sandbox/win/src/ipc_unittest.cc

Issue 1215643003: Remove -Wno-unused-private-field clang warning suppression. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Feedback Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: sandbox/win/src/ipc_unittest.cc
diff --git a/sandbox/win/src/ipc_unittest.cc b/sandbox/win/src/ipc_unittest.cc
index ddad9b4283bc72b6d48ad71dad2b486e3931c305..7de28eebbff984455d57d332fb0e25849d7f75e1 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) {

Powered by Google App Engine
This is Rietveld 408576698