This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
gthr-gnat.[ch] introduce new warnings
- From: Zack Weinberg <zack at codesourcery dot com>
- To: gcc at gcc dot gnu dot org
- Cc: Vincent Celier <celier at gnat dot com>, Richard Kenner<kenner at vlsi1 dot ultra dot nyu dot edu>
- Date: Mon, 28 Apr 2003 12:37:16 -0700
- Subject: gthr-gnat.[ch] introduce new warnings
gthr-gnat.c:40: warning: no previous prototype for `__gnat_default_lock'
gthr-gnat.c:46: warning: no previous prototype for `__gnat_default_unlock'
gthr-gnat.c:50: warning: function declaration isn't a prototype
gthr-gnat.c:51: warning: function declaration isn't a prototype
gthr-gnat.c:55: warning: function declaration isn't a prototype
gthr-gnat.c:56: warning: function declaration isn't a prototype
gthr-gnat.h:37: warning: function declaration isn't a prototype
Please fix.
zw