arm-trusted-firmware/drivers/staging/renesas/rcar/ddr/ddr_b
Justin Chadwell b7f6525db6 Enable -Wshadow always
Variable shadowing is, according to the C standard, permitted and valid
behaviour. However, allowing a local variable to take the same name as a
global one can cause confusion and can make refactoring and bug hunting
more difficult.

This patch moves -Wshadow from WARNING2 into the general warning group
so it is always used. It also fixes all warnings that this introduces
by simply renaming the local variable to a new name

Change-Id: I6b71bdce6580c6e58b5e0b41e4704ab0aa38576e
Signed-off-by: Justin Chadwell <justin.chadwell@arm.com>
2019-11-19 08:53:16 -06:00
..
boot_init_dram.c Enable -Wshadow always 2019-11-19 08:53:16 -06:00
boot_init_dram_config.c rcar_gen3: drivers: ddr_b: Fix line-over-80s 2019-08-29 13:02:30 +02:00
boot_init_dram_regdef.h rcar_gen3: drivers: ddr_b: Update DDR setting for H3, M3, M3N 2019-08-29 13:02:30 +02:00
ddr_b.mk rcar_gen3: drivers: staging 2018-10-17 18:39:43 +02:00
ddr_regdef.h rcar_gen3: drivers: ddr_b: Fix checkpatch errors in headers 2019-08-29 13:02:30 +02:00
init_dram_tbl_h3.h rcar_gen3: drivers: ddr_b: Update DDR setting for H3, M3, M3N 2019-08-29 13:02:30 +02:00
init_dram_tbl_h3ver2.h rcar_gen3: drivers: ddr_b: Update DDR setting for H3, M3, M3N 2019-08-29 13:02:30 +02:00
init_dram_tbl_m3.h rcar_gen3: drivers: ddr_b: Update DDR setting for H3, M3, M3N 2019-08-29 13:02:30 +02:00
init_dram_tbl_m3n.h rcar_gen3: drivers: ddr_b: Update DDR setting for H3, M3, M3N 2019-08-29 13:02:30 +02:00