brook@ut-emx.UUCP (Brook Milligan) (03/10/90)
I am installing kermit (v4E) on a DS3100 (Ultrix 3.1). When I compile
it using `make bsd' I get the following warnings:
cc -g -DBSD4 -DDEBUG -DTLOG -c ckuusr.c
ccom: Warning: ckuusr.c, line 1129: illegal pointer combination
istat = signal( 2 , ((void (*)())( 1)));
-----------------------------------------------------^
ccom: Warning: ckuusr.c, line 1130: illegal pointer combination
qstat = signal( 3 , ((void (*)())( 1)));
-----------------------------------------------------^
cc -g -o wart ckwart.o
./wart ckcpro.w ckcpro.c
12 states, 39 actions
cc -g -DBSD4 -DDEBUG -DTLOG -c ckudia.c
ccom: Warning: ckudia.c, line 708: illegal pointer combination
savAlrm = signal( 14 ,dialtime);
------------------------------------^
ccom: Warning: ckudia.c, line 709: illegal pointer combination
if ( ( savInt = signal ( 2 , ((void (*)())( 1)) ) ) !
= ((void (*)())( 1)) )
-----------------------------------------------------------------------^
ccom: Warning: ckudia.c, line 709: illegal pointer combination
if ( ( savInt = signal ( 2 , ((void (*)())( 1)) ) ) !
= ((void (*)())( 1)) )
--------------------------------------------------------------------------
---------------------------^
cc -g -DBSD4 -DDEBUG -DTLOG -c ckuscr.c
ccom: Warning: ckuscr.c, line 264: illegal pointer combination
saveAlm = signal( 14 , ((void (*)())( 1)));
-----------------------------------------------------^
In testing the program it seems to work fine, but I wonder if some
problem might be lurking behind these errors. Is this something to
worry about?
Thanks for any insight you can offer. Please email your suggestions.
--
====================================================================
Brook G. Milligan Internet: brook@emx.utexas.edu
Department of Botany Bitnet: bohk313@utaivc
University of Texas at Austin UUCP: ...!ut-emx!brook
Austin, Texas 78713 U.S.A. (512) 471-3530
====================================================================iglesias@orion.oac.uci.edu (Mike Iglesias) (03/10/90)
In article <25798@ut-emx.UUCP> brook@ut-emx.UUCP (Brook Milligan) writes: >I am installing kermit (v4E) on a DS3100 (Ultrix 3.1). When I compile >it using `make bsd' I get the following warnings: > >cc -g -DBSD4 -DDEBUG -DTLOG -c ckuusr.c >ccom: Warning: ckuusr.c, line 1129: illegal pointer combination > istat = signal( 2 , ((void (*)())( 1))); > -----------------------------------------------------^ > [...] >In testing the program it seems to work fine, but I wonder if some >problem might be lurking behind these errors. Is this something to >worry about? We saw the same errors and haven't had any problems with it. I reported it to Columbia and they said not to worry about it. Mike Iglesias University of California, Irvine Internet: iglesias@orion.oac.uci.edu BITNET: iglesias@uci uucp: ...!ucbvax!ucivax!iglesias