This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [patch] Beginner projects: warning patrol
- To: gcc-patches at gcc dot gnu dot org
- Subject: Re: [patch] Beginner projects: warning patrol
- From: Alexandre Petit-Bianco <apbianco at cygnus dot com>
- Date: 12 Jun 2001 13:39:59 -0700
- Cc: jan dot vanmale at fenk dot wau dot nl
- References: <v02130516b74bbc6b8e16@[137.224.129.230]>
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