[distcc] distcc-2.12 build feedback: Compaq Alpha OSF/1 5.1

Nelson H. F. Beebe beebe at math.utah.edu
Thu Jan 8 01:22:23 GMT 2004


========================================================================
Machinetype:            Compaq AlphaServer ES40 Sierra/667 (32 EV6.7 21264A CPUs, 667 MHz, 8GB RAM); OSF/1 5.1
Remote c89 version:     Compaq C V6.3-028 on Compaq Tru64 UNIX V5.1 (Rev. 732)
Configure environment:  CC=c89 CXX=cxx LDFLAGS=-Wl,-rpath,/uufs/inscc.utah.edu/common/home/mthnhb/alpha/local/lib 

c89 -DHAVE_CONFIG_H -D_GNU_SOURCE -I./popt -I./src -DSYSCONFDIR="\"/uufs/inscc.utah.edu/common/home/mthnhb/alpha/local/etc\"" -DPKGDATADIR="\"/uufs/inscc.utah.edu/common/home/mthnhb/alpha/local/share/distcc\"" -I./lzo -g -o src/backoff.o -c src/backoff.c 
cc: Info: src/exitcode.h, line 57: Trailing comma found in enumerator list. (trailcomma)
};
^

[repeated many times]

c89 -DHAVE_CONFIG_H -D_GNU_SOURCE -I./popt -I./src -DSYSCONFDIR="\"/uufs/inscc.utah.edu/common/home/mthnhb/alpha/local/etc\"" -DPKGDATADIR="\"/uufs/inscc.utah.edu/common/home/mthnhb/alpha/local/share/distcc\"" -I./lzo -g -o src/clinet.o -c src/clinet.c 
cc: Warning: src/clinet.c, line 117: In this statement, the referenced type of the pointer value "&rs_len" is "unsigned long", which is not compatible with "int". (ptrmismatch)
    if (getsockopt(fd, SOL_SOCKET, SO_ERROR, &rs, &rs_len) == 0)
--------------------------------------------------^

c89 -DHAVE_CONFIG_H -D_GNU_SOURCE -I./popt -I./src -DSYSCONFDIR="\"/uufs/inscc.utah.edu/common/home/mthnhb/alpha/local/etc\"" -DPKGDATADIR="\"/uufs/inscc.utah.edu/common/home/mthnhb/alpha/local/share/distcc\"" -I./lzo -g -o src/argutil.o -c src/argutil.c 
cc: Warning: src/argutil.c, line 57: In this statement, the expression "a=a++" modifies the variable "a" more than once without an intervening sequence point.  This behavior is undefined. (undefvarmod)
    for (; *a; a = a++) 
---------------^


c89 -DHAVE_CONFIG_H -D_GNU_SOURCE -I./popt -I./src -DSYSCONFDIR="\"/uufs/inscc.utah.edu/common/home/mthnhb/alpha/local/etc\"" -DPKGDATADIR="\"/uufs/inscc.utah.edu/common/home/mthnhb/alpha/local/share/distcc\"" -I./lzo -g -o src/exec.o -c src/exec.c 
cc: Warning: src/exec.c, line 279: In this statement, the referenced type of the pointer value "status" is "int", which is not compatible with "union wait". (ptrmismatch)
    return wait4(pid, status, options, rusage);
----------------------^


istcc\"" -I./lzo -g -o src/pump.o -c src/pump.c 
c89 -DHAVE_CONFIG_H -D_GNU_SOURCE -I./popt -I./src -DSYSCONFDIR="\"/uufs/inscc.utah.edu/common/home/mthnhb/alpha/local/etc\"" -DPKGDATADIR="\"/uufs/inscc.utah.edu/common/home/mthnhb/alpha/local/share/distcc\"" -I./lzo -g -o src/sendfile.o -c src/sendfile.c 
cc: Warning: src/sendfile.c, line 143: "warning" is an invalid preprocessor directive, and is being ignored. (baddirective)
#warning "Please write a sendfile implementation for this system"
-^


c89 -DHAVE_CONFIG_H -D_GNU_SOURCE -I./popt -I./src -DSYSCONFDIR="\"/uufs/inscc.utah.edu/common/home/mthnhb/alpha/local/etc\"" -DPKGDATADIR="\"/uufs/inscc.utah.edu/common/home/mthnhb/alpha/local/share/distcc\"" -I./lzo -g -o src/daemon.o -c src/daemon.c 
cc: Warning: src/daemon.c, line 277: In this statement, the referenced type of the pointer value "&len" is "unsigned long", which is not compatible with "int". (ptrmismatch)
    if ((getpeername(STDIN_FILENO, psa, &len) == -1)) {
----------------------------------------^


c89 -DHAVE_CONFIG_H -D_GNU_SOURCE -I./popt -I./src -DSYSCONFDIR="\"/uufs/inscc.utah.edu/common/home/mthnhb/alpha/local/etc\"" -DPKGDATADIR="\"/uufs/inscc.utah.edu/common/home/mthnhb/alpha/local/share/distcc\"" -I./lzo -g -o src/dopt.o -c src/dopt.c 
cc: Warning: src/dopt.c, line 222: In this statement, the referenced type of the pointer value "poptGetOptArg(...)" is const, but the referenced type of the target of this assignment is not. (notconstqual)
                level_name = poptGetOptArg(po);
----------------^


c89 -DHAVE_CONFIG_H -D_GNU_SOURCE -I./popt -I./src -DSYSCONFDIR="\"/uufs/inscc.utah.edu/common/home/mthnhb/alpha/local/etc\"" -DPKGDATADIR="\"/uufs/inscc.utah.edu/common/home/mthnhb/alpha/local/share/distcc\"" -I./lzo -g -o src/dparent.o -c src/dparent.c 
cc: Warning: src/dparent.c, line 242: In this statement, the referenced type of the pointer value "&cli_len" is "unsigned long", which is not compatible with "int". (ptrmismatch)
                        (struct sockaddr *) &cli_addr, &cli_len);
-------------------------------------------------------^
cc: Warning: src/dparent.c, line 279: In this statement, the referenced type of the pointer value "&cli_len" is "unsigned long", which is not compatible with "int". (ptrmismatch)
        acc_fd = accept(listen_fd, (struct sockaddr *) &cli_addr, &cli_len);
------------------------------------------------------------------^


c89 -DHAVE_CONFIG_H -D_GNU_SOURCE -I./popt -I./src -DSYSCONFDIR="\"/uufs/inscc.utah.edu/common/home/mthnhb/alpha/local/etc\"" -DPKGDATADIR="\"/uufs/inscc.utah.edu/common/home/mthnhb/alpha/local/share/distcc\"" -I./lzo -g -o src/prefork.o -c src/prefork.c 
cc: Warning: src/prefork.c, line 134: In this statement, the referenced type of the pointer value "&cli_len" is "unsigned long", which is not compatible with "int". (ptrmismatch)
                            &cli_len);
----------------------------^


c89 -DHAVE_CONFIG_H -D_GNU_SOURCE -I./popt -I./src -DSYSCONFDIR="\"/uufs/inscc.utah.edu/common/home/mthnhb/alpha/local/etc\"" -DPKGDATADIR="\"/uufs/inscc.utah.edu/common/home/mthnhb/alpha/local/share/distcc\"" -I./lzo -g -o popt/popt.o -c popt/popt.c 
cc: Warning: popt/popt.c, line 930: The redefinition of the macro "_ABS" conflicts with a current definition because the spelling of one or more parameters is different.  The redefinition is now in effect. (macroredef)
#define _ABS(a)	((((a) - 0.0) < DBL_EPSILON) ? -(a) : (a))
-------------^
cc: Info: popt/popt.c, line 75: In the initializer for cb, "opt->arg" of type "pointer to void", is being converted to "pointer to function (pointer to struct poptContext_s, enum poptCallbackReason, pointer to const struct poptOption, pointer to const char, pointer to const void) returning void".  Such a cast is not permitted by the standard. (nonstandcast)
	    poptCallbackType cb = (poptCallbackType)opt->arg;
----------------------------------------------------^
cc: Info: popt/popt.c, line 98: In the initializer for cb, "opt->arg" of type "pointer to void", is being converted to "pointer to function (pointer to struct poptContext_s, enum poptCallbackReason, pointer to const struct poptOption, pointer to const char, pointer to const void) returning void".  Such a cast is not permitted by the standard. (nonstandcast)
	    poptCallbackType cb = (poptCallbackType)opt->arg;
----------------------------------------------------^
cc: Info: popt/popt.c, line 136: In the initializer for cb, "cbopt->arg" of type "pointer to void", is being converted to "pointer to function (pointer to struct poptContext_s, enum poptCallbackReason, pointer to const struct poptOption, pointer to const char, pointer to const void) returning void".  Such a cast is not permitted by the standard. (nonstandcast)
	    poptCallbackType cb = (poptCallbackType)cbopt->arg;
----------------------------------------------------^
cc: Info: popt/popt.c, line 505: In this statement, "cb->arg" of type "pointer to void", is being converted to "pointer to function (pointer to struct poptContext_s, enum poptCallbackReason, pointer to const struct poptOption, pointer to const char, pointer to const void) returning void".  Such a cast is not permitted by the standard. (nonstandcast)
	    *callback = (poptCallbackType)cb->arg;
------------------------------------------^



c89 -DHAVE_CONFIG_H -D_GNU_SOURCE -I./popt -I./src -DSYSCONFDIR="\"/uufs/inscc.utah.edu/common/home/mthnhb/alpha/local/etc\"" -DPKGDATADIR="\"/uufs/inscc.utah.edu/common/home/mthnhb/alpha/local/share/distcc\"" -I./lzo -g -o popt/popthelp.o -c popt/popthelp.c 
cc: Info: popt/popthelp.c, line 56: In the initializer for poptHelpOptions[0].arg, "&displayArgs" of type "pointer to function (pointer to struct poptContext_s, enum poptCallbackReason, pointer to struct poptOption, pointer to const char, pointer to void) returning void", is being converted to "pointer to void".  Such a cast is not permitted by the standard. (nonstandcast)
  { NULL, '\0', POPT_ARG_CALLBACK, (void *)&displayArgs, '\0', NULL, NULL },
-------------------------------------------^
========================================================================
Machinetype:            Compaq AlphaServer ES40 Sierra/667 (32 EV6.7 21264A CPUs, 667 MHz, 8GB RAM); OSF/1 5.1
Remote gcc version:     gcc (GCC) 3.3 20030407 (prerelease)
Remote g++ version:     g++ (GCC) 3.3 20030407 (prerelease)
Configure environment:  CC=gcc CXX=g++ LDFLAGS=-Wl,-rpath,/uufs/inscc.utah.edu/common/home/mthnhb/alpha/local/lib 


gcc -DHAVE_CONFIG_H -D_GNU_SOURCE -I./popt -I./src -DSYSCONFDIR="\"/uufs/inscc.utah.edu/common/home/mthnhb/alpha/local/etc\"" -DPKGDATADIR="\"/uufs/inscc.utah.edu/common/home/mthnhb/alpha/local/share/distcc\"" -I./lzo -g -O2 -W -Wall -Wimplicit -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -o src/clinet.o -c src/clinet.c 
src/clinet.c: In function `dcc_connect_timed':
src/clinet.c:117: warning: passing arg 5 of `getsockopt' from incompatible pointer type
src/clinet.c: In function `dcc_connect_by_name':
src/clinet.c:224: warning: implicit declaration of function `hstrerror'
src/clinet.c:224: warning: format argument is not a pointer (arg 5)


gcc -DHAVE_CONFIG_H -D_GNU_SOURCE -I./popt -I./src -DSYSCONFDIR="\"/uufs/inscc.utah.edu/common/home/mthnhb/alpha/local/etc\"" -DPKGDATADIR="\"/uufs/inscc.utah.edu/common/home/mthnhb/alpha/local/share/distcc\"" -I./lzo -g -O2 -W -Wall -Wimplicit -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -o src/compile.o -c src/compile.c 
src/compile.c: In function `dcc_build_somewhere_timed':
src/compile.c:217: warning: long int format, different type arg (arg 4)
src/compile.c:217: warning: long int format, different type arg (arg 5)


gcc -DHAVE_CONFIG_H -D_GNU_SOURCE -I./popt -I./src -DSYSCONFDIR="\"/uufs/inscc.utah.edu/common/home/mthnhb/alpha/local/etc\"" -DPKGDATADIR="\"/uufs/inscc.utah.edu/common/home/mthnhb/alpha/local/share/distcc\"" -I./lzo -g -O2 -W -Wall -Wimplicit -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -o src/hosts.o -c src/hosts.c 
src/hosts.c: In function `dcc_parse_multiplier':
src/hosts.c:194: warning: subscript has type `char'
src/hosts.c: In function `dcc_parse_tcp_host':
src/hosts.c:299: warning: subscript has type `char'
src/hosts.c: In function `dcc_parse_hosts':
src/hosts.c:370: warning: subscript has type `char'



gcc -DHAVE_CONFIG_H -D_GNU_SOURCE -I./popt -I./src -DSYSCONFDIR="\"/uufs/inscc.utah.edu/common/home/mthnhb/alpha/local/etc\"" -DPKGDATADIR="\"/uufs/inscc.utah.edu/common/home/mthnhb/alpha/local/share/distcc\"" -I./lzo -g -O2 -W -Wall -Wimplicit -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -o src/io.o -c src/io.c 
src/io.c: In function `tcp_cork_sock':
src/io.c:237: warning: unused parameter `fd'
src/io.c:237: warning: unused parameter `corked'


gcc -DHAVE_CONFIG_H -D_GNU_SOURCE -I./popt -I./src -DSYSCONFDIR="\"/uufs/inscc.utah.edu/common/home/mthnhb/alpha/local/etc\"" -DPKGDATADIR="\"/uufs/inscc.utah.edu/common/home/mthnhb/alpha/local/share/distcc\"" -I./lzo -g -O2 -W -Wall -Wimplicit -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -o src/exec.o -c src/exec.c 
src/exec.c: In function `sys_wait4':
src/exec.c:279: warning: passing arg 2 of `wait4' from incompatible pointer type
src/exec.c: In function `dcc_collect_child':
src/exec.c:318: warning: long int format, different type arg (arg 5)
src/exec.c:318: warning: long int format, different type arg (arg 6)
src/exec.c:318: warning: long int format, different type arg (arg 7)
src/exec.c:318: warning: long int format, different type arg (arg 8)


gcc -DHAVE_CONFIG_H -D_GNU_SOURCE -I./popt -I./src -DSYSCONFDIR="\"/uufs/inscc.utah.edu/common/home/mthnhb/alpha/local/etc\"" -DPKGDATADIR="\"/uufs/inscc.utah.edu/common/home/mthnhb/alpha/local/share/distcc\"" -I./lzo -g -O2 -W -Wall -Wimplicit -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -o src/rpc.o -c src/rpc.c 
src/rpc.c: In function `dcc_explain_mismatch':
src/rpc.c:144: warning: subscript has type `char'


gcc -DHAVE_CONFIG_H -D_GNU_SOURCE -I./popt -I./src -DSYSCONFDIR="\"/uufs/inscc.utah.edu/common/home/mthnhb/alpha/local/etc\"" -DPKGDATADIR="\"/uufs/inscc.utah.edu/common/home/mthnhb/alpha/local/share/distcc\"" -I./lzo -g -O2 -W -Wall -Wimplicit -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -o src/sendfile.o -c src/sendfile.c 
src/sendfile.c:143:2: warning: #warning "Please write a sendfile implementation for this system"
src/sendfile.c: In function `sys_sendfile':
src/sendfile.c:144: warning: unused parameter `ofd'
src/sendfile.c:144: warning: unused parameter `ifd'
src/sendfile.c:144: warning: unused parameter `offset'
src/sendfile.c:144: warning: unused parameter `size'


gcc -DHAVE_CONFIG_H -D_GNU_SOURCE -I./popt -I./src -DSYSCONFDIR="\"/uufs/inscc.utah.edu/common/home/mthnhb/alpha/local/etc\"" -DPKGDATADIR="\"/uufs/inscc.utah.edu/common/home/mthnhb/alpha/local/share/distcc\"" -I./lzo -g -O2 -W -Wall -Wimplicit -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -o src/snprintf.o -c src/snprintf.c 
src/snprintf.c: In function `dopr':
src/snprintf.c:398: warning: assignment discards qualifiers from pointer target type
src/snprintf.c: In function `fmtstr':
src/snprintf.c:471: warning: assignment discards qualifiers from pointer target type
src/snprintf.c: At top level:
src/snprintf.c:593: warning: declaration of `exp' shadows a global declaration
<built-in>:0: warning: shadowed declaration is here
src/snprintf.c: In function `fmtfp':
src/snprintf.c:664: warning: declaration of `index' shadows a global declaration
/usr/include/strings.h:89: warning: shadowed declaration is here


gcc -DHAVE_CONFIG_H -D_GNU_SOURCE -I./popt -I./src -DSYSCONFDIR="\"/uufs/inscc.utah.edu/common/home/mthnhb/alpha/local/etc\"" -DPKGDATADIR="\"/uufs/inscc.utah.edu/common/home/mthnhb/alpha/local/share/distcc\"" -I./lzo -g -O2 -W -Wall -Wimplicit -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -o src/daemon.o -c src/daemon.c 
src/daemon.c: In function `dcc_inetd_server':
src/daemon.c:277: warning: passing arg 3 of `getpeername' from incompatible pointer type


gcc -DHAVE_CONFIG_H -D_GNU_SOURCE -I./popt -I./src -DSYSCONFDIR="\"/uufs/inscc.utah.edu/common/home/mthnhb/alpha/local/etc\"" -DPKGDATADIR="\"/uufs/inscc.utah.edu/common/home/mthnhb/alpha/local/share/distcc\"" -I./lzo -g -O2 -W -Wall -Wimplicit -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -o src/dopt.o -c src/dopt.c 
In file included from src/dopt.c:38:
popt/popt.h:444: warning: type qualifiers ignored on function return type
src/dopt.c: In function `distccd_parse_options':
src/dopt.c:222: warning: assignment discards qualifiers from pointer target type


gcc -DHAVE_CONFIG_H -D_GNU_SOURCE -I./popt -I./src -DSYSCONFDIR="\"/uufs/inscc.utah.edu/common/home/mthnhb/alpha/local/etc\"" -DPKGDATADIR="\"/uufs/inscc.utah.edu/common/home/mthnhb/alpha/local/share/distcc\"" -I./lzo -g -O2 -W -Wall -Wimplicit -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -o src/dparent.o -c src/dparent.c 
src/dparent.c: In function `dcc_nofork_parent':
src/dparent.c:242: warning: passing arg 3 of `accept' from incompatible pointer type
src/dparent.c: In function `dcc_forking_parent':
src/dparent.c:279: warning: passing arg 3 of `accept' from incompatible pointer type


gcc -DHAVE_CONFIG_H -D_GNU_SOURCE -I./popt -I./src -DSYSCONFDIR="\"/uufs/inscc.utah.edu/common/home/mthnhb/alpha/local/etc\"" -DPKGDATADIR="\"/uufs/inscc.utah.edu/common/home/mthnhb/alpha/local/share/distcc\"" -I./lzo -g -O2 -W -Wall -Wimplicit -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -o src/prefork.o -c src/prefork.c 
src/prefork.c: In function `dcc_preforked_child':
src/prefork.c:134: warning: passing arg 3 of `accept' from incompatible pointer type


gcc -DHAVE_CONFIG_H -D_GNU_SOURCE -I./popt -I./src -DSYSCONFDIR="\"/uufs/inscc.utah.edu/common/home/mthnhb/alpha/local/etc\"" -DPKGDATADIR="\"/uufs/inscc.utah.edu/common/home/mthnhb/alpha/local/share/distcc\"" -I./lzo -g -O2 -W -Wall -Wimplicit -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -o popt/findme.o -c popt/findme.c 
In file included from popt/system.h:76,
                 from popt/findme.c:9:
popt/popt.h:444: warning: type qualifiers ignored on function return type
popt/findme.c: In function `findProgramPath':
popt/findme.c:25: warning: implicit declaration of function `alloca'


gcc -DHAVE_CONFIG_H -D_GNU_SOURCE -I./popt -I./src -DSYSCONFDIR="\"/uufs/inscc.utah.edu/common/home/mthnhb/alpha/local/etc\"" -DPKGDATADIR="\"/uufs/inscc.utah.edu/common/home/mthnhb/alpha/local/share/distcc\"" -I./lzo -g -O2 -W -Wall -Wimplicit -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -o popt/popt.o -c popt/popt.c 
In file included from popt/system.h:76,
                 from popt/popt.c:11:
popt/popt.h:444: warning: type qualifiers ignored on function return type
popt/popt.c: In function `execCommand':
popt/popt.c:383: warning: implicit declaration of function `alloca'
popt/popt.c:930:1: warning: "_ABS" redefined
In file included from popt/popt.c:16:
/uufs/inscc.utah.edu/common/home/mthnhb/alpha/local/lib/gcc-lib/alphaev67-dec-osf5.1/3.3/include/math.h:549:1: warning: this is the location of the previous definition
popt/popt.c: In function `poptAddAlias':
popt/popt.c:1081: warning: unused parameter `flags'
popt/popt.c: At top level:
popt/popt.c:1157: warning: type qualifiers ignored on function return type


gcc -DHAVE_CONFIG_H -D_GNU_SOURCE -I./popt -I./src -DSYSCONFDIR="\"/uufs/inscc.utah.edu/common/home/mthnhb/alpha/local/etc\"" -DPKGDATADIR="\"/uufs/inscc.utah.edu/common/home/mthnhb/alpha/local/share/distcc\"" -I./lzo -g -O2 -W -Wall -Wimplicit -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -o popt/poptconfig.o -c popt/poptconfig.c 
In file included from popt/system.h:76,
                 from popt/poptconfig.c:9:
popt/popt.h:444: warning: type qualifiers ignored on function return type
popt/poptconfig.c: In function `configLine':
popt/poptconfig.c:21: warning: implicit declaration of function `alloca'
popt/poptconfig.c:32: warning: subscript has type `char'
popt/poptconfig.c:34: warning: subscript has type `char'
popt/poptconfig.c:36: warning: subscript has type `char'
popt/poptconfig.c:39: warning: subscript has type `char'
popt/poptconfig.c:42: warning: subscript has type `char'
popt/poptconfig.c:45: warning: subscript has type `char'
popt/poptconfig.c: In function `poptReadConfigFile':
popt/poptconfig.c:140: warning: subscript has type `char'
popt/poptconfig.c: In function `poptReadDefaultConfig':
popt/poptconfig.c:166: warning: unused parameter `useEnv'



gcc -DHAVE_CONFIG_H -D_GNU_SOURCE -I./popt -I./src -DSYSCONFDIR="\"/uufs/inscc.utah.edu/common/home/mthnhb/alpha/local/etc\"" -DPKGDATADIR="\"/uufs/inscc.utah.edu/common/home/mthnhb/alpha/local/share/distcc\"" -I./lzo -g -O2 -W -Wall -Wimplicit -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -o popt/popthelp.o -c popt/popthelp.c 
In file included from popt/system.h:76,
                 from popt/popthelp.c:12:
popt/popt.h:444: warning: type qualifiers ignored on function return type
popt/popthelp.c: In function `displayArgs':
popt/popthelp.c:24: warning: unused parameter `foo'
popt/popthelp.c:26: warning: unused parameter `arg'
popt/popthelp.c:26: warning: unused parameter `data'
popt/popthelp.c: At top level:
popt/popthelp.c:73: warning: type qualifiers ignored on function return type
popt/popthelp.c:94: warning: type qualifiers ignored on function return type
popt/popthelp.c: In function `getArgDescrip':
popt/popthelp.c:91: warning: unused parameter `translation_domain'
popt/popthelp.c: In function `singleOptionDefaultValue':
popt/popthelp.c:129: warning: unused parameter `translation_domain'
popt/popthelp.c: In function `singleOptionHelp':
popt/popthelp.c:338: warning: subscript has type `char'
popt/popthelp.c:340: warning: subscript has type `char'
popt/popthelp.c:348: warning: subscript has type `char'
popt/popthelp.c: In function `poptPrintHelp':
popt/popthelp.c:502: warning: unused parameter `flags'
popt/popthelp.c: In function `showShortOptions':
popt/popthelp.c:681: warning: implicit declaration of function `alloca'
popt/popthelp.c: In function `poptPrintUsage':
popt/popthelp.c:709: warning: unused parameter `flags'


gcc -DHAVE_CONFIG_H -D_GNU_SOURCE -I./popt -I./src -DSYSCONFDIR="\"/uufs/inscc.utah.edu/common/home/mthnhb/alpha/local/etc\"" -DPKGDATADIR="\"/uufs/inscc.utah.edu/common/home/mthnhb/alpha/local/share/distcc\"" -I./lzo -g -O2 -W -Wall -Wimplicit -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -o popt/poptparse.o -c popt/poptparse.c 
In file included from popt/system.h:76,
                 from popt/poptparse.c:9:
popt/popt.h:444: warning: type qualifiers ignored on function return type
popt/poptparse.c: In function `poptParseArgvString':
popt/poptparse.c:65: warning: implicit declaration of function `alloca'
popt/poptparse.c:84: warning: subscript has type `char'
popt/poptparse.c: In function `poptConfigFileToString':
popt/poptparse.c:160: warning: subscript has type `char'
popt/poptparse.c:172: warning: subscript has type `char'
popt/poptparse.c:175: warning: subscript has type `char'
popt/poptparse.c:200: warning: subscript has type `char'
popt/poptparse.c:207: warning: subscript has type `char'
popt/poptparse.c:129: warning: unused parameter `flags'


gcc -g -O2 -W -Wall -Wimplicit -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wl,-rpath,/uufs/inscc.utah.edu/common/home/mthnhb/alpha/local/lib -o distccd src/access.o src/daemon.o  src/dopt.o src/dparent.o src/dsignal.o src/ncpus.o src/prefork.o src/serve.o src/setuid.o src/srvnet.o src/srvrpc.o src/arg.o src/argutil.o src/cleanup.o src/compress.o src/trace.o src/util.o src/io.o src/exec.o src/rpc.o src/tempfile.o src/bulk.o src/help.o src/filename.o src/lock.o src/netutil.o src/pump.o src/sendfile.o src/safeguard.o src/snprintf.o src/timeval.o lzo/minilzo.o popt/findme.o  popt/popt.o  popt/poptconfig.o popt/popthelp.o popt/poptparse.o 	
gcc -DHAVE_CONFIG_H -D_GNU_SOURCE -I./popt -I./src -DSYSCONFDIR="\"/uufs/inscc.utah.edu/common/home/mthnhb/alpha/local/etc\"" -DPKGDATADIR="\"/uufs/inscc.utah.edu/common/home/mthnhb/alpha/local/share/distcc\"" -I./lzo -g -O2 -W -Wall -Wimplicit -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -o src/mon.o -c src/mon.c 
src/mon.c:230: warning: declaration of `dirname' shadows a global declaration
/uufs/inscc.utah.edu/common/home/mthnhb/alpha/local/lib/gcc-lib/alphaev67-dec-osf5.1/3.3/include/string.h:173: warning: shadowed declaration is here
src/mon.c: In function `dcc_mon_poll':
src/mon.c:320: warning: declaration of `dirname' shadows a global declaration
/uufs/inscc.utah.edu/common/home/mthnhb/alpha/local/lib/gcc-lib/alphaev67-dec-osf5.1/3.3/include/string.h:173: warning: shadowed declaration is here

-------------------------------------------------------------------------------
- Nelson H. F. Beebe                    Tel: +1 801 581 5254                  -
- University of Utah                    FAX: +1 801 581 4148                  -
- Department of Mathematics, 110 LCB    Internet e-mail: beebe at math.utah.edu  -
- 155 S 1400 E RM 233                       beebe at acm.org  beebe at computer.org -
- Salt Lake City, UT 84112-0090, USA    URL: http://www.math.utah.edu/~beebe  -
-------------------------------------------------------------------------------



More information about the distcc mailing list