summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorGreg Hackmann <ghackmann@google.com>2017-03-07 10:17:18 -0800
committerDavide Garberi <dade.garberi@gmail.com>2022-07-27 19:23:21 +0200
commitaaf8caa7c29631a5b5a892112153678b38b737d9 (patch)
treef37f3e40aae8bb670c11171b09804e83a2b63357 /tools/perf/scripts/python
parent135d356230cf990410cfd5f73f86ce605cc3fcc6 (diff)
ANDROID: Kbuild, LLVMLinux: disable clang -Wpointer-bool-conversion
clang warns when converting the address of an array or function to boolean, since it can never be NULL. The kernel relies on gcc silently optimizing these checks away, like when dealing with cpumask_var_t (which can be either a pointer or an array object, depending on the value of CONFIG_CPUMASK_OFFSTACK). Change-Id: I322568a6e467d7278f065503f37dd1dddd340ef4 Signed-off-by: Greg Hackmann <ghackmann@google.com> Signed-off-by: Nathan Chancellor <natechancellor@gmail.com>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions