mirror of
https://github.com/X11Libre/xf86-video-ast.git
synced 2026-03-24 01:24:41 +00:00
finetuneDQSI: drop unused variable cnt
ast_vgatool.c: In function 'finetuneDQSI':
ast_vgatool.c:1974:30: warning: unused variable ‘cnt’ [-Wunused-variable]
1974 | ULONG dlli, dqsip, dqidly, cnt;
| ^~~
Fixes: 1e3dbbd ("Modify for DRAM Initial Settings")
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Part-of: <https://gitlab.freedesktop.org/xorg/driver/xf86-video-ast/-/merge_requests/15>
This commit is contained in:
committed by
Enrico Weigelt, metux IT consult
parent
3077cc171d
commit
0977fdfd91
@@ -1971,7 +1971,7 @@ FINETUNE_DONE:
|
||||
|
||||
static void finetuneDQSI(PAST2300DRAMParam param)
|
||||
{
|
||||
ULONG dlli, dqsip, dqidly, cnt;
|
||||
ULONG dlli, dqsip, dqidly;
|
||||
ULONG reg_mcr18, reg_mcr0c, passcnt[2], diff;
|
||||
ULONG g_dqidly, g_dqsip, g_margin, g_side;
|
||||
unsigned short pass[32][2][2];
|
||||
|
||||
Reference in New Issue
Block a user