[gnu.gcc.bug] gcc 1.36 error message suggestion

jtkohl@ATHENA.MIT.EDU (John T Kohl) (02/04/90)

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