On 3/21/20 3:41 PM, Philippe Mathieu-Daudé wrote:
> Fix warning reported by Clang static code analyzer:
>
> hw/gpio/aspeed_gpio.c:717:18: warning: Value stored to 'g_idx' during its
> initialization is never read
> int set_idx, g_idx = *group_idx;
>^ ~~
>
Fix warning reported by Clang static code analyzer:
hw/gpio/aspeed_gpio.c:717:18: warning: Value stored to 'g_idx' during its
initialization is never read
int set_idx, g_idx = *group_idx;
^ ~~
Reported-by: Clang Static Analyzer
Signed-off-by: Philippe Mat