mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-19 13:18:32 +00:00
u/sink_converter: Silence warning
This commit is contained in:
parent
242faf9b60
commit
6fc0e1cda5
|
@ -101,7 +101,7 @@ generate_lookup_YUV_to_RGBX()
|
|||
}
|
||||
#endif
|
||||
|
||||
inline static void
|
||||
XRT_MAYBE_UNUSED inline static void
|
||||
YUYV422_to_R8G8B8X8(const uint8_t *input, uint32_t *rgb1, uint32_t *rgb2)
|
||||
{
|
||||
uint8_t y0 = input[0];
|
||||
|
|
Loading…
Reference in a new issue