Andreas Schwab <[EMAIL PROTECTED]> writes: > Nick Roberts <[EMAIL PROTECTED]> writes: > >> gcc -c -D_BSD_SOURCE -Demacs -DHAVE_CONFIG_H -DUSE_LUCID -I. >> -I/home/nick/emacs/src -D_BSD_SOURCE -I/usr/X11R6/include -g3 process.c >> process.c: In function `send_process': >> process.c:5295: warning: assignment from incompatible pointer type >> process.c:5304: warning: passing arg 2 of `sys_signal' from incompatible >> pointer type >> process.c:5323: warning: passing arg 2 of `sys_signal' from incompatible >> pointer type >> process.c:5404: warning: passing arg 2 of `sys_signal' from incompatible >> pointer type > > This was a misplaced volatile. It's not needed here in the first place, > so I removed it.
Looking closer, the volatile _is_ needed. But it needs to be placed at the right side of the asterisk. Andreas. -- Andreas Schwab, SuSE Labs, [EMAIL PROTECTED] SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "And now for something completely different." _______________________________________________ Emacs-devel mailing list Emacs-devel@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-devel