commit | 93f45b2f577477956e1e8202712c1575d1f3777c | [log] [tgz] |
---|---|---|
author | Primiano Tucci <primiano@google.com> | Thu Dec 05 22:37:05 2019 +0000 |
committer | Primiano Tucci <primiano@google.com> | Thu Dec 05 22:37:05 2019 +0000 |
tree | dac5315e7b7232685b70b5e3f9801bf0e0212d2a | |
parent | 84fc37a98f7ce8adad74507717152498c4cffe21 [diff] |
Prevent warnings in amalgamated builds In the amalgamated build some of the constants generate warnings of the form: warning: unused variable 'kInvalidPid' [-Wunused-const-variable] This is because the code that refers to them is not part of the client library (e.g. the service binaries or trace processor). This CL adds a bunch of suppressions and remove actually unused vars. Bug: 145339279 Change-Id: Id3f393a6fda7e55f43f463cd21bd797be8ab1b54
Perfetto is an open-source project for performance instrumentation and tracing of Linux/Android/Chrome platforms and user-space apps.
See www.perfetto.dev for docs.
You can reach us on our Discord channel. If you prefer using IRC we have an experimental Discord <> IRC bridge synced with #perfetto-dev
on Freenode.