diff options
| author | 2020-08-05 11:45:47 -0500 | |
|---|---|---|
| committer | 2020-08-10 11:29:40 -0500 | |
| commit | 3cab9b64856e19926609bcf7a62bcf2dfc8a9388 (patch) | |
| tree | 4590e5ec05daa50320ab8974b134c333f086748d /services/surfaceflinger/RegionSamplingThread.cpp | |
| parent | fbbd1a5efee1805d0667c25cc16710710ed66e2b (diff) | |
Remove eventTime from MotionEntry
EventEntry, the base class for MotionEntry, already has field
'eventTime'. However, MotionEntry was defining its own 'eventTime'.
Remove it.
This was discovered by setting '-Wshadow-all'.
However, setting that flag does not allow having initializer lists where
parameter name matches the field name.
Therefore, avoid "-Wshadow-all" and just turn on some of the additional
checks that it provides.
Bug: 142017994
Test: m sync inputflinger_tests libinput_tests inputflinger_benchmarks StructLayout_test libgui_test inputflinger_benchmarks
Change-Id: I6c62fe4362bac09731c3855537db6bf3b7493ec1
Diffstat (limited to 'services/surfaceflinger/RegionSamplingThread.cpp')
0 files changed, 0 insertions, 0 deletions