xkbwatch: Fix -Wincompatible-pointer-types warning
Fixes #2 (closed)
Also includes:
- gitlab CI: stop requiring Signed-off-by in commits
- Remove "All rights reserved" from Oracle copyright notices
Edited by Alan Coopersmith
Merge request reports
Activity
added 1 commit
- 5f875c8a - xkbwatch: Fix -Wincompatible-pointer-types warning (Issue #2 (closed))
To hit this I think you would need to:
- build against libXaw 1.2.0 or later, which changes
String
fromchar *
toconst char *
when_CONST_X_STRING
is defined (xorg/lib/libxt@965bc251) - build xkbutils 1.0.5 or a git version later than commit 27c86946 so that xkbutils defines _CONST_X_STRING
- build against libXaw 1.2.0 or later, which changes
Please register or sign in to reply