[distcc] distcc-1.2.2: compiler warning

Dimitri PAPADOPOULOS-ORFANOS papadopo at shfj.DECOY.cea.NOSPAM.fr
Thu Feb 27 13:35:27 GMT 2003


Hi,

While compiling distcc-1.2.2 on Red Hat Linux 7.3, I see the following 
warning:
	src/setuid.c:39: warning:
	initialization discards qualifiers from pointer target type

This is indeed an error and
	char *opt_user
should be changed to
	const char *opt_user
in both setuid.c and setuid.h.

--
Dimitri



More information about the distcc mailing list