Files
xserver/config
Olivier Fourdan 450479bc5e config: Fix compiler warning
Compiler complains that:

 | config/udev.c: In function ‘strrstr’:
 | config/udev.c:485:10: warning: assignment discards ‘const’ qualifier
 |                    from pointer target type [-Wdiscarded-qualifiers]
 | 485 |     prev = strstr(haystack, needle);
 |     |          ^

Signed-off-by: Olivier Fourdan <ofourdan@redhat.com>
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/2152>
2026-04-13 17:23:58 +02:00
..
2025-06-12 17:21:44 +02:00
2026-04-13 17:23:58 +02:00
2024-10-10 13:38:31 +00:00