summaryrefslogtreecommitdiff
path: root/src/test.c
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2024-01-03 16:37:15 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2024-01-03 16:37:15 -0800
commitf550dfbb347ec62ca59e86f79a9e4fe43417ab39 (patch)
treede1bc90328d36616b85e6158ce5a2263703e4276 /src/test.c
parentb893d42b86d8309d294011412199b45780bdb723 (diff)
Handle -Wmissing-prototypes warningsHEADmaster
xinput.c:277:6: warning: no previous prototype for ‘is_pointer’ [-Wmissing-prototypes] 277 | Bool is_pointer(int use) | ^~~~~~~~~~ xinput.c:282:6: warning: no previous prototype for ‘is_keyboard’ [-Wmissing-prototypes] 282 | Bool is_keyboard(int use) | ^~~~~~~~~~~ xinput.c:287:6: warning: no previous prototype for ‘device_matches’ [-Wmissing-prototypes] 287 | Bool device_matches(XIDeviceInfo *info, char *name) | ^~~~~~~~~~~~~~ test_xi2.c:254:1: warning: no previous prototype for ‘test_sync_grab’ [-Wmissing-prototypes] 254 | test_sync_grab(Display *display, Window win) Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'src/test.c')
0 files changed, 0 insertions, 0 deletions