Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!tut.cis.ohio-state.edu!ATHENA.MIT.EDU!jtkohl From: jtkohl@ATHENA.MIT.EDU (John T Kohl) Newsgroups: gnu.gcc.bug Subject: gcc 1.36 error message suggestion Message-ID: <9002032139.AA00816@HODGE.MIT.EDU> Date: 3 Feb 90 21:39:19 GMT Sender: daemon@tut.cis.ohio-state.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 10 I occasionally get this warning when using -ansi, -pedantic, and -Wall: encrypt_key.c:38: warning: argument passing between incompatible pointer types It would be a great help if the argument # in question were printed, something like: encrypt_key.c:38: warning: argument passing between incompatible pointer types, arg #3 John