[477] in Kerberos_V5_Development
Re: more isode warnings
jfc@ATHENA.MIT.EDU (jfc@ATHENA.MIT.EDU)
Mon Dec 3 03:55:36 1990
more errors:
gcc -fstrength-reduce -fpcc-struct-return -pedantic -ansi -Wall -c -O -I../.././include -I../.././include/stdc-incl KRB5-pt103.c
KRB5-pt103.c: In function free_KRB5_EncryptionKey:
KRB5-pt103.c:22: warning: return-type defaults to `int'
KRB5-pt103.c: In function free_KRB5_EncryptionKey:
KRB5-pt103.c:27: warning: `return' with no value, in function returning non-void
KRB5-pt103.c:33: warning: implicit declaration of function `free'
KRB5-pt103.c:34: warning: control reaches end of non-void function
(and many more similar results from other files)
It appears the function should be declared void but isn't.