Enrico Weigelt, metux IT consult eaf2d77c32 fix warning on shadowed global symbol
../../src/wsfb_driver.c: In function 'WsfbCopyRGB16ToYUY2':
../../src/wsfb_driver.c:1362:18: warning: declaration of 'rgb' shadows a global declaration [-Wshadow]
 1362 |   const uint16_t rgb = ((rgb0 >> 1) & ~0x8410) +
      |                  ^~~
In file included from /usr/local/X11/include/xorg/xf86.h:46,
                 from ../../src/wsfb_driver.c:52:
/usr/local/X11/include/xorg/xf86str.h:114:3: note: shadowed declaration is here
  114 | } rgb;
      |   ^~~

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
Part-of: <https://gitlab.freedesktop.org/xorg/driver/xf86-video-wsfb/-/merge_requests/10>
2024-06-23 22:02:44 +00:00
2014-07-13 15:38:17 +02:00
2024-06-23 22:02:44 +00:00
2024-05-14 16:32:15 +02:00
2018-11-18 16:45:36 -08:00
2022-01-30 11:51:05 -08:00

xf86-video-wsfb - video driver for BSD wsdisplay framebuffer device

All questions regarding this software should be directed at the Xorg mailing list:

https://lists.x.org/mailman/listinfo/xorg

The primary development code repository can be found at:

https://gitlab.freedesktop.org/xorg/driver/xf86-video-wsfb

Please submit bug reports and requests to merge patches there.

For patch submission instructions, see:

https://www.x.org/wiki/Development/Documentation/SubmittingPatches

Description
No description provided
Readme 282 KiB
Languages
C 85.7%
Makefile 8.1%
M4 5.6%
Shell 0.6%