mirror of
https://github.com/X11Libre/xf86-video-ati.git
synced 2026-03-24 01:24:43 +00:00
8e5a43d2481cc5e31358f648e3e8adb1f4467dc1
The code that used this was removed in commit 615033f2b5
Recent versions of clang flag this:
radeon_dri2.c:114:14: error: variable 'tiling' set but not used
[-Werror,-Wunused-but-set-variable]
uint32_t tiling = 0;
^
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Part-of: <https://gitlab.freedesktop.org/xorg/driver/xf86-video-ati/-/merge_requests/19>
xf86-video-ati - Xorg driver for ATI/AMD Radeon GPUs using the radeon kernel driver
Questions regarding this software should be directed at the amd-gfx mailing list.
The main development code repository can be found at FreeDesktop Gitlab.
Please submit bug reports there and use merge requests for patch submission.
See the X.org wiki for further patch submission instructions and more information on the git code manager.
Description
Languages
C
99.3%
M4
0.3%
Makefile
0.2%
Perl
0.1%