mirror of
https://github.com/X11Libre/xf86-video-ast.git
synced 2026-03-24 01:24:41 +00:00
4337e65465692705fb92c6fc03af9a9f389b4e71
ast_mode.c: In function ‘bGetAST1000VGAModeInfo’:
ast_mode.c:647:9: warning: this ‘if’ clause does not guard...
[-Wmisleading-indentation]
647 | if (loop->ulRefreshRate <= ulRefreshRate
| ^~
ast_mode.c:650:25: note: ...this statement, but the latter is
misleadingly indented as if it were guarded by the ‘if’
650 | loop++;
| ^~~~
Fixes: 77e7ac3 ("use same search mode criteria with ast drm driver")
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Part-of: <https://gitlab.freedesktop.org/xorg/driver/xf86-video-ast/-/merge_requests/15>
xf86-video-ast - ASpeed Technologies graphics driver for Xorg X server
All questions regarding this software should be directed at the Xorg mailing list:
https://lists.x.org/mailman/listinfo/xorg
The master development code repository can be found at:
https://gitlab.freedesktop.org/xorg/driver/xf86-video-ast
Please submit bug reports and requests to merge patches there.
For patch submission instructions, see:
https://www.x.org/wiki/Development/Documentation/SubmittingPatches
Description
Languages
C
98.6%
Makefile
0.7%
M4
0.6%