commit | 551c6018c84dc68716167b998da34651eab6aa3a | [log] [tgz] |
---|---|---|
author | Neill Kapron <nkapron@google.com> | Fri Oct 04 15:54:26 2024 +0000 |
committer | Neill Kapron <nkapron@google.com> | Fri Oct 04 15:57:35 2024 +0000 |
tree | 843752a46835b4400fdaac54cd9c432908ecf77b | |
parent | aa56f29ff958fea660e0cc9ca36030dfb793c3d5 [diff] |
init/epoll: clean up reorder-init-list warning This change cleans up the following build warning: warning: ISO C++ requires field designators to be specified in declaration order; field 'events' will be initialized after field 'handler' [-Wreorder-init-list] Bug: none Test: TH Change-Id: I9fe566b452438dc9f00f782fc4435905227a60c9 Signed-off-by: Neill Kapron <nkapron@google.com>