diff options
author | Vishal Chourasia <vishalc@linux.ibm.com> | 2024-10-24 08:16:09 +0300 |
---|---|---|
committer | Tejun Heo <tj@kernel.org> | 2024-10-24 19:56:17 +0300 |
commit | 4f7f417042b242c1e5a9ed03741acb5d900e0871 (patch) | |
tree | 3328ec0000163779f05b60d2c097efc6517dce68 /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | 9b3c11a867a82ebee4e096008014417918b82801 (diff) | |
download | linux-4f7f417042b242c1e5a9ed03741acb5d900e0871.tar.xz |
sched_ext: Fix function pointer type mismatches in BPF selftests
Fix incompatible function pointer type warnings in sched_ext BPF selftests by
explicitly casting the function pointers when initializing struct_ops.
This addresses multiple -Wincompatible-function-pointer-types warnings from the
clang compiler where function signatures didn't match exactly.
The void * cast ensures the compiler accepts the function pointer
assignment despite minor type differences in the parameters.
Signed-off-by: Vishal Chourasia <vishalc@linux.ibm.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions