From 5a036f3748016c19847e9f321865c5c655041c18 Mon Sep 17 00:00:00 2001 From: Andrei Homescu Date: Tue, 8 Mar 2022 22:54:40 +0000 Subject: libbinder: Fix initializer order error in RpcState.cpp Building with -Wreorder-init-list fails with an error in RpcState.cpp when initializing a BinderNode structure. This fixes the error by manually moving the initializers in the right order. Bug: None Test: m Change-Id: I81ca1f52ad0f6955f0a32658f8f367a3539baf06 --- libs/binder/RpcState.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs/binder/RpcState.cpp') diff --git a/libs/binder/RpcState.cpp b/libs/binder/RpcState.cpp index 4ddbce71a8..2e7084e12e 100644 --- a/libs/binder/RpcState.cpp +++ b/libs/binder/RpcState.cpp @@ -125,8 +125,8 @@ status_t RpcState::onBinderLeaving(const sp& session, const spfirst; -- cgit v1.2.3-59-g8ed1b