aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/stackcollapse.py
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2017-12-06 15:18:14 +0100
committerDavid Sterba <dsterba@suse.com>2018-01-22 16:08:15 +0100
commit7cfad65297bfe0aa2996cd72d21c898aa84436d9 (patch)
treec3b5495baeb30f38862195d0d1549adef5f551fd /tools/perf/scripts/python/stackcollapse.py
parentb4ff5ad72e9331aabfa92456403946d17c4959d5 (diff)
btrfs: tree-checker: use %zu format string for size_t
The return value of sizeof() is of type size_t, so we must print it using the %z format modifier rather than %l to avoid this warning on some architectures: fs/btrfs/tree-checker.c: In function 'check_dir_item': fs/btrfs/tree-checker.c:273:50: error: format '%lu' expects argument of type 'long unsigned int', but argument 5 has type 'u32' {aka 'unsigned int'} [-Werror=format=] Fixes: 005887f2e3e0 ("btrfs: tree-checker: Add checker for dir item") Signed-off-by: Arnd Bergmann <arnd@arndb.de> Reviewed-by: David Sterba <dsterba@suse.com> Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions