diff options
author | Andrii Nakryiko <[email protected]> | 2020-04-29 19:14:36 -0700 |
---|---|---|
committer | Daniel Borkmann <[email protected]> | 2020-04-30 16:16:01 +0200 |
commit | 063e688133914505ddb396cc33231f22f12e0685 (patch) | |
tree | 7bc89c3a901b2df4c9d93c35c2b526f8a739f033 /tools/perf/scripts/python/check-perf-trace.py | |
parent | 91f658587a962378a410cc7dc90e122a4ccd7cf3 (diff) |
libbpf: Fix false uninitialized variable warning
Some versions of GCC falsely detect that vi might not be initialized. That's
not true, but let's silence it with NULL initialization.
Signed-off-by: Andrii Nakryiko <[email protected]>
Signed-off-by: Daniel Borkmann <[email protected]>
Link: https://lore.kernel.org/bpf/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/check-perf-trace.py')
0 files changed, 0 insertions, 0 deletions