diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2024-02-04 11:16:15 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2024-02-04 11:16:15 -0800 |
commit | d819d64bfc04198cdb3f1989d285d16ad16726ee (patch) | |
tree | ee320d8af1b29db0fdcb31473149bea8b022aba7 /src/atimode.c | |
parent | 337b5fee955266a3c0156eb819b63bf496be6cc1 (diff) |
Fix 24 of 24 -Wimplicit-fallthrough warnings
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'src/atimode.c')
-rw-r--r-- | src/atimode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/atimode.c b/src/atimode.c index 559a6ec..029baf8 100644 --- a/src/atimode.c +++ b/src/atimode.c @@ -1008,9 +1008,9 @@ ATIModeSet Index++) PutReg(CRTX(pATI->CPIO_VGABase), Index, pATIHW->shadow_vga[Index]); - /* Fall through */ #endif /* AVOID_CPIO */ + /* Fall through */ case ATI_CRTC_MACH64: outr(CRTC_H_TOTAL_DISP, pATIHW->shadow_h_total_disp); |