arm-trusted-firmware/plat/renesas/rcar
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
..
aarch64 rcar_gen3: console: Convert to multi-console API 2019-06-14 00:16:55 +02:00
include rcar_get3: drivers: ddr: Partly unify register macros between DDR A and B 2019-08-29 13:02:30 +02:00
bl2_cpg_init.c rcar_gen3: plat: Rename RCAR_PRODUCT_* to PRR_PRODUCT_* 2019-08-16 15:15:12 +02:00
bl2_interrupt_error.c rcar_gen3: plat: Dump EL3 interrupt error registers 2019-01-08 14:08:44 +01:00
bl2_plat_mem_params_desc.c Sanitise includes across codebase 2019-01-04 10:43:17 +00:00
bl2_plat_setup.c Enable -Wshadow always 2019-11-19 08:53:16 -06:00
bl2_secure_setting.c rcar_gen3: plat: Add initial D3 support 2019-04-02 03:40:51 +02:00
bl31_plat_setup.c rcar_gen3: plat: Rename RCAR_PRODUCT_* to PRR_PRODUCT_* 2019-08-16 15:15:12 +02:00
plat_image_load.c Sanitise includes across codebase 2019-01-04 10:43:17 +00:00
plat_pm.c rcar_gen3: drivers: Change to restore timer counter value at resume 2019-04-11 12:57:03 +02:00
plat_storage.c Sanitise includes across codebase 2019-01-04 10:43:17 +00:00
plat_topology.c Sanitise includes across codebase 2019-01-04 10:43:17 +00:00
platform.mk rcar_gen3: drivers: pfc: Move PFC drivers out of staging 2019-06-22 17:33:10 +02:00
rcar_common.c Update renesas platform to not rely on undefined overflow behaviour 2019-07-11 12:10:58 +01:00