diff options
author | Cheng Jian <[email protected]> | 2017-11-17 15:28:23 -0800 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2017-11-17 16:10:02 -0800 |
commit | e4795e3bb7d7b3b3d066cea57fb459f869500284 (patch) | |
tree | 542ceea74e9d32e9467bf3448207ad25a8d7dd5b /tools/perf/scripts/python/export-to-sqlite.py | |
parent | 2f9b7e08cb27d6d8d4579bb5301fb0940ff63d19 (diff) |
tools/lib/traceevent/parse-filter.c: clean up clang build warning
The uniform structure filter_arg sets its union based on the difference
of enum filter_arg_type, However, some functions use implicit type
conversion obviously.
warning: implicit conversion from enumeration type 'enum filter_exp_type'
to different enumeration type 'enum filter_op_type'
warning: implicit conversion from enumeration type 'enum filter_cmp_type'
to different enumeration type 'enum filter_exp_type'
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Cheng Jian <[email protected]>
Cc: Kate Stewart <[email protected]>
Cc: Xie XiuQi <[email protected]>
Cc: Li Bin <[email protected]>
Cc: Steven Rostedt (Red Hat) <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions