mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-01 12:46:12 +00:00
d/nreal_air: Silence warning [NFC]
This commit is contained in:
parent
8110fceb39
commit
f5021dcf5a
|
@ -99,7 +99,7 @@ read_u16(const uint8_t **buffer, uint16_t *out_value)
|
|||
*buffer += 2;
|
||||
}
|
||||
|
||||
static inline void
|
||||
XRT_MAYBE_UNUSED static inline void
|
||||
read_u32(const uint8_t **buffer, uint32_t *out_value)
|
||||
{
|
||||
*out_value = (*(*buffer + 0) << 0u) | // Byte 0
|
||||
|
|
Loading…
Reference in a new issue