When I compile 3.6.16 and 3.6.17 on Tru64 4.0F I get the following warnings:

/usr/bin/cc  -std -g -std -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/local/share/locale\"  
-DLPD_CONF_PATH=\"/usr/local/etc/lpd.conf\" 
-DLPD_PERMS_PATH=\"/usr/local/etc/lpd.perms\" 
-DPRINTCAP_PATH=\"/usr/local/etc/printcap\" 
-DLPD_PRINTCAP_PATH=\"/usr/local/etc/lpd_printcap\" -DFORCE_LOCALHOST=\"1\" 
-DREQUIRE_CONFIGFILES=\"1\" -DLOCKFILE=\"/var/run/lpd\" -DCLEAR=\"/usr/ucb/clear\" 
-DUSERID=\"daemon\" -DGROUPID=\"daemon\" -I.. -I./include   -c ./common/utilities.c -o 
utilities.o
cc: Warning: ./common/utilities.c, line 822: In this statement, the referenced type of 
the pointer value "handler" is "void", which is not compatible with "function (int) 
returning void". (ptrmismatch)
                plp_signal_break(SIGALRM, handler);
------------------------------------------^
cc: Warning: ./common/utilities.c, line 831: In this statement, the referenced type of 
the pointer value "timeout_alarm" is "function (int) returning void", which is not 
compatible with "void". (ptrmismatch)
        Set_timeout_signal_handler( timeout, timeout_alarm );
---------------------------------------------^
cc: Warning: ./common/utilities.c, line 836: In this statement, the referenced type of 
the pointer value "timeout_break" is "function (int) returning void", which is not 
compatible with "void". (ptrmismatch)
        Set_timeout_signal_handler( timeout, timeout_break );
---------------------------------------------^

This did not happen in earlier versions. 

- Justus


-----------------------------------------------------------------------------
If you need help, send email to [EMAIL PROTECTED] (or lprng-requests
or lprng-digest-requests) with the word 'help' in the body.  For the impatient,
to subscribe to a list with name LIST,  send mail to [EMAIL PROTECTED]
with:                           | example:
subscribe LIST <mailaddr>       |  subscribe lprng-digest [EMAIL PROTECTED]
unsubscribe LIST <mailaddr>     |  unsubscribe lprng [EMAIL PROTECTED]

If you have major problems,  send email to [EMAIL PROTECTED] with the word
LPRNGLIST in the SUBJECT line.
-----------------------------------------------------------------------------


-----------------------------------------------------------------------------
If you need help, send email to [EMAIL PROTECTED] (or lprng-requests
or lprng-digest-requests) with the word 'help' in the body.  For the impatient,
to subscribe to a list with name LIST,  send mail to [EMAIL PROTECTED]
with:                           | example:
subscribe LIST <mailaddr>       |  subscribe lprng-digest [EMAIL PROTECTED]
unsubscribe LIST <mailaddr>     |  unsubscribe lprng [EMAIL PROTECTED]

If you have major problems,  send email to [EMAIL PROTECTED] with the word
LPRNGLIST in the SUBJECT line.
-----------------------------------------------------------------------------

Reply via email to