xorg-libx11/modules
Paulo Cesar Pereira de Andrade f16dd6af3e patches to avoid gcc warnings for libX11 (#3)
Author is Peter Breitenlohner <peb@mppmu.mpg.de>
Bug #17946, attachment #19441

This patch avoids the two gcc warnings
	../../../../libX11-1.1.5/modules/im/ximcp/imRm.c:413: warning: assignment discards qualifiers from pointer target type
	../../../../libX11-1.1.5/modules/im/ximcp/imRm.c:450: warning: assignment discards qualifiers from pointer target type

Note, that this as a rather crude fix of the problem (and it is really a
shame to cast name_table to non-const).

The right solution would be to declare XIMValuesList.supported_values
(in include/X11/Xlib.h) as 'const char **' (or '_Xconst char **').
This will, however, require extensive modifications in various places.
2009-01-29 20:22:21 -02:00
..
im patches to avoid gcc warnings for libX11 (#3) 2009-01-29 20:22:21 -02:00
lc Janitor: ansification, make distcheck, compiler warnings. 2009-01-28 20:31:42 -02:00
om Janitor: ansification, make distcheck, compiler warnings. 2009-01-28 20:31:42 -02:00
Makefile.am Add missing Makefile.am to lib/X11/modules 2005-07-15 04:27:32 +00:00