This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: [patch] Beginner projects: warning patrol



Jan van Male <jan.vanmale@fenk.wau.nl> writes:

> ./../gcc/gcc/java/jcf-io.c:173: warning: implicit declaration of function
> `read_zip_member'
> ./../gcc/gcc/java/jcf-io.c:184: warning: no previous prototype for
> `read_zip_member'
> ./../gcc/gcc/java/jcf-parse.c:620: warning: implicit declaration of
> function `read_zip_member'
> 
> In the recent change to consistent (GCC_*) include guards, one instance was
> overlooked. Changing JCF_H to GCC_JCF_H eliminates the warnings.
> gcc/java/ChangeLog:

> 2001-06-12  Jan van Male  <jan.vanmale@fenk.wau.nl>
> 
>         * zipfile.h: Use GCC_JCF_H instead of JCF_H.

The Java part is looking OK.

./A


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]