mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-22 10:20:06 +01:00
Fixes several dozen cases like:
../hw/dmx/examples/ev.c: In function ‘main’:
../hw/dmx/examples/ev.c:147:29: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
tmp = "X";
^
Signed-off-by: Adam Jackson <ajax@redhat.com>
Reviewed-by: Eric Anholt <eric@anholt.net>
|
||
|---|---|---|
| .. | ||
| .gitignore | ||
| dmxaddinput.c | ||
| dmxaddscreen.c | ||
| dmxinfo.c | ||
| dmxreconfig.c | ||
| dmxresize.c | ||
| dmxrminput.c | ||
| dmxrmscreen.c | ||
| dmxwininfo.c | ||
| ev.c | ||
| evi.c | ||
| Makefile.am | ||
| meson.build | ||
| res.c | ||
| xbell.c | ||
| xinput.c | ||
| xled.c | ||
| xtest.c | ||