Hi,

I got a few warnings while building distcc 2.17 on Irix using the MIPSpro 7.3.1.3 compiler. You may want to fix some of them:


cc-1552 cc: WARNING File = src/state.c, Line = 161 The variable "ret" is set but never used.

      int ret;
          ^


cc-1185 cc: WARNING File = src/timeout.c, Line = 67 An enumerated type is mixed with another type.

       saved_phase = phase;
                   ^


cc-1185 cc: WARNING File = src/dopt.c, Line = 224 An enumerated type is mixed with another type.

                      rs_trace_set_level(level);
                                         ^


cc-1185 cc: WARNING File = src/dopt.c, Line = 224 An enumerated type is mixed with another type.

                      rs_trace_set_level(level);
                                         ^


There's also the socklen_t vs. int argument issue in socket functions, but you're aware of that and it's already in the TODO list.

Attachment: distcc-2.17.log.gz
Description: Unix tar archive

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

Reply via email to