diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2024-01-07 10:09:13 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2024-01-07 10:10:47 -0800 |
commit | 0d0ae3fd54746ed9bed8ca96269e182187176dc8 (patch) | |
tree | 89feab25e104f7dc0423b4d2479d4961fd58e2e2 /src/mga_driver.c | |
parent | 3bc8e3b57e0a8e1fb437b3bdd3e9d479f43afc06 (diff) |
Fix warning: declaration of ‘ulIndex’ shadows a previous local [-Wshadow]
mga_g450pll.c: In function ‘MGAG450SetPLLFreq’:
mga_g450pll.c:326:11: warning: declaration of ‘ulIndex’ shadows a previous local [-Wshadow]
326 | int ulIndex;
| ^~~~~~~
mga_g450pll.c:312:11: note: shadowed declaration is here
312 | CARD32 ulIndex;
| ^~~~~~~
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'src/mga_driver.c')
0 files changed, 0 insertions, 0 deletions