Fix: wrong type specifier used with long argument
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 18 May 2018 17:58:31 +0000 (13:58 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 18 May 2018 18:00:26 +0000 (14:00 -0400)
commitb25dc5ae14cf188f742ad3218151f72460c633eb
treecfe6a209b48e56278f3f808ab8a03752b1825596
parent738302b8f0b97c5dee4ffa0da975f0e8362ae48b
Fix: wrong type specifier used with long argument

clang reports "format specifies type 'long long' but the argument has
type 'long' [-Wformat]" which is correct. retry_duration has
changed types from long long to long in the previous commit.

Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
cli/babeltrace-cfg-cli-args.c
This page took 0.026847 seconds and 4 git commands to generate.