Fix: shadowed variables
authorFrancis Deslauriers <francis.deslauriers@efficios.com>
Fri, 18 Oct 2019 19:31:08 +0000 (15:31 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Wed, 30 Oct 2019 19:14:53 +0000 (15:14 -0400)
commit96ec932377e764bdac4fd43784b3540177387c86
treecd94c61e06e708a622d40d53a6d27c33a391aafd
parent6d0d11a57c03c157f14b33b79d800e9af7e1fc9c
Fix: shadowed variables

This fixes some shadowing of variable across the project, as reported by
the gcc option `-Werror=shadow=local`.

Signed-off-by: Francis Deslauriers <francis.deslauriers@efficios.com>
Change-Id: I93820a4fc14e25ed514c6a05bd30ae4c86216326
Reviewed-on: https://review.lttng.org/c/babeltrace/+/2221
Tested-by: jenkins <jenkins@lttng.org>
Reviewed-by: Simon Marchi <simon.marchi@efficios.com>
src/bindings/python/bt2/bt2/native_bt_autodisc.i.h
src/cli/babeltrace2-cfg-cli-args.c
src/cli/babeltrace2.c
src/ctf-writer/fields.c
src/plugins/ctf/fs-sink/translate-ctf-ir-to-tsdl.c
src/plugins/text/details/write.c
src/plugins/utils/trimmer/trimmer.c
This page took 0.025833 seconds and 4 git commands to generate.