mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-05-08 10:08:47 +00:00
Tegra: enable 'signed-comparison' compilation warning/errors
This patch enables the 'sign-compare' flag, to enable warning/errors for comparisons between signed/unsigned variables. The warning has been enabled for all the Tegra platforms, to start with. Signed-off-by: Varun Wadekar <vwadekar@nvidia.com>
This commit is contained in:
parent
dfe30efb1d
commit
6311f63de0
15 changed files with 37 additions and 32 deletions
|
@ -19,7 +19,7 @@
|
|||
******************************************************************************/
|
||||
static void psci_set_power_off_state(psci_power_state_t *state_info)
|
||||
{
|
||||
int lvl;
|
||||
unsigned int lvl;
|
||||
|
||||
for (lvl = PSCI_CPU_PWR_LVL; lvl <= PLAT_MAX_PWR_LVL; lvl++)
|
||||
state_info->pwr_domain_state[lvl] = PLAT_MAX_OFF_STATE;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue