xserver-multidpi/dbe
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
..
dbe.c Remove unneccesary casts from WriteToClient calls 2012-07-09 19:12:56 -07:00
dbestruct.h Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
Makefile.am get rid of XFree86LOADER, XFree86Server, XFree86Module, and IN_MODULE 2006-07-18 18:17:38 -04:00
midbe.c Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
midbe.h Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
midbestr.h Introduce a consistent coding style 2012-03-21 13:54:42 -07:00