diff options
| author | Arnaldo Carvalho de Melo <[email protected]> | 2018-12-11 16:43:40 -0300 |
|---|---|---|
| committer | Arnaldo Carvalho de Melo <[email protected]> | 2018-12-18 12:23:57 -0300 |
| commit | 866053bb644f754d1a93aaa9db9998fecf7a8978 (patch) | |
| tree | 95909b24f1b56c31da71611dde48b3fc58ef8fc8 /tools/perf/scripts/python/netdev-times.py | |
| parent | d7a8c4a6a055097a67ccfa3ca7c9ff1b64603a70 (diff) | |
perf tools: Cast off_t to s64 to avoid warning on bionic libc
To avoid this warning:
CC /tmp/build/perf/util/s390-cpumsf.o
util/s390-cpumsf.c: In function 's390_cpumsf_samples':
util/s390-cpumsf.c:508:3: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 4 has type 'off_t' [-Wformat=]
pr_err("[%#08" PRIx64 "] Invalid AUX trailer entry TOD clock base\n",
^
Now the various Android cross toolchains used in the perf tools
container test builds are all clean and we can remove this:
export EXTRA_MAKE_ARGS="WERROR=0"
Cc: Adrian Hunter <[email protected]>
Cc: Jiri Olsa <[email protected]>
Cc: Namhyung Kim <[email protected]>
Cc: Thomas Richter <[email protected]>
Link: https://lkml.kernel.org/n/[email protected]
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/netdev-times.py')
0 files changed, 0 insertions, 0 deletions