Alan Coopersmith
789d64e19a
Remove unneccesary casts from WriteToClient calls
...
Casting return to (void) was used to tell lint that you intended
to ignore the return value, so it didn't warn you about it.
Casting the third argument to (char *) was used as the most generic
pointer type in the days before compilers supported C89 (void *)
(except for a couple places it's used for byte-sized pointer math).
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Reviewed-by: Keith Packard <keithp@keithp.com>
Tested-by: Daniel Stone <daniel@fooishbar.org>
2012-07-09 19:12:56 -07:00
..
allowev.c
Introduce a consistent coding style
2012-03-21 13:54:42 -07:00
allowev.h
Introduce a consistent coding style
2012-03-21 13:54:42 -07:00
chgdctl.c
Remove unneccesary casts from WriteToClient calls
2012-07-09 19:12:56 -07:00
chgdctl.h
Introduce a consistent coding style
2012-03-21 13:54:42 -07:00
chgfctl.c
Indentation: Change '& stuff' to '&stuff'
2012-03-21 14:02:30 -07:00
chgfctl.h
Introduce a consistent coding style
2012-03-21 13:54:42 -07:00
chgkbd.c
Introduce a consistent coding style
2012-03-21 13:54:42 -07:00
chgkbd.h
Introduce a consistent coding style
2012-03-21 13:54:42 -07:00
chgkmap.c
Indentation: Change '& stuff' to '&stuff'
2012-03-21 14:02:30 -07:00
chgkmap.h
Introduce a consistent coding style
2012-03-21 13:54:42 -07:00
chgprop.c
Indentation: Change '& stuff' to '&stuff'
2012-03-21 14:02:30 -07:00
chgprop.h
Introduce a consistent coding style
2012-03-21 13:54:42 -07:00
chgptr.c
Introduce a consistent coding style
2012-03-21 13:54:42 -07:00
chgptr.h
Xi: Remove redundant declaration.
2012-05-14 13:17:30 +01:00
closedev.c
Introduce a consistent coding style
2012-03-21 13:54:42 -07:00
closedev.h
Introduce a consistent coding style
2012-03-21 13:54:42 -07:00
devbell.c
Introduce a consistent coding style
2012-03-21 13:54:42 -07:00
devbell.h
Introduce a consistent coding style
2012-03-21 13:54:42 -07:00
exevents.c
Replace a few BUG_WARN with BUG_RETURN_VAL
2012-06-07 13:30:54 +10:00
exglobals.h
Introduce a consistent coding style
2012-03-21 13:54:42 -07:00
extinit.c
Xi: extend PropagateMask to EMASKSIZE
2012-07-04 21:16:16 +10:00
getbmap.c
Remove unneccesary casts from WriteToClient calls
2012-07-09 19:12:56 -07:00
getbmap.h
Introduce a consistent coding style
2012-03-21 13:54:42 -07:00
getdctl.c
Remove unneccesary casts from WriteToClient calls
2012-07-09 19:12:56 -07:00
getdctl.h
Introduce a consistent coding style
2012-03-21 13:54:42 -07:00
getfctl.c
Remove unneccesary casts from WriteToClient calls
2012-07-09 19:12:56 -07:00
getfctl.h
Introduce a consistent coding style
2012-03-21 13:54:42 -07:00
getfocus.c
Remove unneccesary casts from WriteToClient calls
2012-07-09 19:12:56 -07:00
getfocus.h
Introduce a consistent coding style
2012-03-21 13:54:42 -07:00
getkmap.c
Remove unneccesary casts from WriteToClient calls
2012-07-09 19:12:56 -07:00
getkmap.h
Introduce a consistent coding style
2012-03-21 13:54:42 -07:00
getmmap.c
Remove unneccesary casts from WriteToClient calls
2012-07-09 19:12:56 -07:00
getmmap.h
Introduce a consistent coding style
2012-03-21 13:54:42 -07:00
getprop.c
Remove unneccesary casts from WriteToClient calls
2012-07-09 19:12:56 -07:00
getprop.h
Introduce a consistent coding style
2012-03-21 13:54:42 -07:00
getselev.c
Remove unneccesary casts from WriteToClient calls
2012-07-09 19:12:56 -07:00
getselev.h
Introduce a consistent coding style
2012-03-21 13:54:42 -07:00
getvers.c
Remove unneccesary casts from WriteToClient calls
2012-07-09 19:12:56 -07:00
getvers.h
Introduce a consistent coding style
2012-03-21 13:54:42 -07:00
grabdev.c
Remove unneccesary casts from WriteToClient calls
2012-07-09 19:12:56 -07:00
grabdev.h
Introduce a consistent coding style
2012-03-21 13:54:42 -07:00
grabdevb.c
Introduce a consistent coding style
2012-03-21 13:54:42 -07:00
grabdevb.h
Introduce a consistent coding style
2012-03-21 13:54:42 -07:00
grabdevk.c
Introduce a consistent coding style
2012-03-21 13:54:42 -07:00
grabdevk.h
Introduce a consistent coding style
2012-03-21 13:54:42 -07:00
gtmotion.c
Remove unneccesary casts from WriteToClient calls
2012-07-09 19:12:56 -07:00
gtmotion.h
Introduce a consistent coding style
2012-03-21 13:54:42 -07:00
listdev.c
Remove unneccesary casts from WriteToClient calls
2012-07-09 19:12:56 -07:00
listdev.h
Introduce a consistent coding style
2012-03-21 13:54:42 -07:00
Makefile.am
Xi: namespace XI2 files.
2009-06-17 09:05:22 +10:00
opendev.c
Remove unneccesary casts from WriteToClient calls
2012-07-09 19:12:56 -07:00
opendev.h
Introduce a consistent coding style
2012-03-21 13:54:42 -07:00
queryst.c
Remove unneccesary casts from WriteToClient calls
2012-07-09 19:12:56 -07:00
queryst.h
Introduce a consistent coding style
2012-03-21 13:54:42 -07:00
selectev.c
Indentation: Change '& stuff' to '&stuff'
2012-03-21 14:02:30 -07:00
selectev.h
Introduce a consistent coding style
2012-03-21 13:54:42 -07:00
sendexev.c
Introduce a consistent coding style
2012-03-21 13:54:42 -07:00
sendexev.h
Introduce a consistent coding style
2012-03-21 13:54:42 -07:00
setbmap.c
Remove unneccesary casts from WriteToClient calls
2012-07-09 19:12:56 -07:00
setbmap.h
Introduce a consistent coding style
2012-03-21 13:54:42 -07:00
setdval.c
Remove unneccesary casts from WriteToClient calls
2012-07-09 19:12:56 -07:00
setdval.h
Introduce a consistent coding style
2012-03-21 13:54:42 -07:00
setfocus.c
Introduce a consistent coding style
2012-03-21 13:54:42 -07:00
setfocus.h
Introduce a consistent coding style
2012-03-21 13:54:42 -07:00
setmmap.c
Remove unneccesary casts from WriteToClient calls
2012-07-09 19:12:56 -07:00
setmmap.h
Introduce a consistent coding style
2012-03-21 13:54:42 -07:00
setmode.c
Remove unneccesary casts from WriteToClient calls
2012-07-09 19:12:56 -07:00
setmode.h
Introduce a consistent coding style
2012-03-21 13:54:42 -07:00
stubs.c
Xi: make stub DeleteInputDeviceRequest call RemoveDevice
2012-05-24 14:57:11 +10:00
ungrdev.c
Introduce a consistent coding style
2012-03-21 13:54:42 -07:00
ungrdev.h
Introduce a consistent coding style
2012-03-21 13:54:42 -07:00
ungrdevb.c
Introduce a consistent coding style
2012-03-21 13:54:42 -07:00
ungrdevb.h
Introduce a consistent coding style
2012-03-21 13:54:42 -07:00
ungrdevk.c
Introduce a consistent coding style
2012-03-21 13:54:42 -07:00
ungrdevk.h
Introduce a consistent coding style
2012-03-21 13:54:42 -07:00
xiallowev.c
Introduce a consistent coding style
2012-03-21 13:54:42 -07:00
xiallowev.h
Introduce a consistent coding style
2012-03-21 13:54:42 -07:00
xichangecursor.c
Introduce a consistent coding style
2012-03-21 13:54:42 -07:00
xichangecursor.h
Introduce a consistent coding style
2012-03-21 13:54:42 -07:00
xichangehierarchy.c
Xi: drop forced unpairing when changing the hierarchy
2012-06-07 14:13:49 +10:00
xichangehierarchy.h
Introduce a consistent coding style
2012-03-21 13:54:42 -07:00
xigetclientpointer.c
Remove unneccesary casts from WriteToClient calls
2012-07-09 19:12:56 -07:00
xigetclientpointer.h
Introduce a consistent coding style
2012-03-21 13:54:42 -07:00
xigrabdev.c
Remove unneccesary casts from WriteToClient calls
2012-07-09 19:12:56 -07:00
xigrabdev.h
Introduce a consistent coding style
2012-03-21 13:54:42 -07:00
xipassivegrab.c
Remove unneccesary casts from WriteToClient calls
2012-07-09 19:12:56 -07:00
xipassivegrab.h
Introduce a consistent coding style
2012-03-21 13:54:42 -07:00
xiproperty.c
Remove unneccesary casts from WriteToClient calls
2012-07-09 19:12:56 -07:00
xiproperty.h
Introduce a consistent coding style
2012-03-21 13:54:42 -07:00
xiquerydevice.c
Remove unneccesary casts from WriteToClient calls
2012-07-09 19:12:56 -07:00
xiquerydevice.h
Introduce a consistent coding style
2012-03-21 13:54:42 -07:00
xiquerypointer.c
Remove unneccesary casts from WriteToClient calls
2012-07-09 19:12:56 -07:00
xiquerypointer.h
Introduce a consistent coding style
2012-03-21 13:54:42 -07:00
xiqueryversion.c
Remove unneccesary casts from WriteToClient calls
2012-07-09 19:12:56 -07:00
xiqueryversion.h
Introduce a consistent coding style
2012-03-21 13:54:42 -07:00
xiselectev.c
Remove unneccesary casts from WriteToClient calls
2012-07-09 19:12:56 -07:00
xiselectev.h
Introduce a consistent coding style
2012-03-21 13:54:42 -07:00
xisetclientpointer.c
Introduce a consistent coding style
2012-03-21 13:54:42 -07:00
xisetclientpointer.h
Introduce a consistent coding style
2012-03-21 13:54:42 -07:00
xisetdevfocus.c
Remove unneccesary casts from WriteToClient calls
2012-07-09 19:12:56 -07:00
xisetdevfocus.h
Introduce a consistent coding style
2012-03-21 13:54:42 -07:00
xiwarppointer.c
Introduce a consistent coding style
2012-03-21 13:54:42 -07:00
xiwarppointer.h
Introduce a consistent coding style
2012-03-21 13:54:42 -07:00