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

__ distcc mailing list http://distcc.samba.org/
To unsubscribe or change options: http://lists.samba.org/cgi-bin/mailman/listinfo/distcc

Reply via email to