Fix: shadowed variables
authorFrancis Deslauriers <francis.deslauriers@efficios.com>
Fri, 18 Oct 2019 19:31:08 +0000 (15:31 -0400)
committerFrancis Deslauriers <francis.deslauriers@efficios.com>
Tue, 22 Oct 2019 21:44:21 +0000 (17:44 -0400)
commit502332367236f0cc3bf05dc3c2c34ca48f3e2a2f
treed0727a6c6d922a78f3fcfa4c5ef2c266b39124b4
parentb30284d113a09be5041f916d2567995c1b93dafb
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.025639 seconds and 4 git commands to generate.