diff options
author | Sudip Mukherjee <[email protected]> | 2016-01-25 13:05:20 +0530 |
---|---|---|
committer | David S. Miller <[email protected]> | 2016-01-25 10:51:52 -0800 |
commit | 62f2aaabcf41b9e69d0356a7c1716b173241c105 (patch) | |
tree | 9375f8ecfd626867f219b966fd1b5c3704ba7263 /tools/perf/util/scripting-engines/trace-event-python.c | |
parent | 36df745536ab81956cf68329c8049ad07f4a0cf0 (diff) |
defxx: fix build warning
We are getting many build warnings about:
'bar_start' may be used uninitialized
and
'bar_len' may be used uninitialized
They are not actually uninitialized as dfx_get_bars() will initialize
them properly. But still lets have them initialized just to satisfy the
compiler (gcc 4.8.2).
Signed-off-by: Sudip Mukherjee <[email protected]>
Acked-by: Maciej W. Rozycki <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/util/scripting-engines/trace-event-python.c')
0 files changed, 0 insertions, 0 deletions