Hi, On Mon, 30 Dec 2002 17:48:36 +0100 Markus Hitter <[EMAIL PROTECTED]> wrote: >| all of the GDL2 source files define a global variable like: >| >| static char rcsId[] = "$Id: EODatabaseContext.m,v 1.9 2002/12/29 >| 15:13:05 mirko Exp $"; >| >| Is this one really necessary or could it be commented out if not used? >| Like: >| >| //static char rcsId[] = "$Id: EODatabaseContext.m,v 1.9 2002/12/29 >| 15:13:05 mirko Exp $"; >| >| Gcc complains a lot about this unused variable ...
No code use it. I think you can comment it. Manuel -- ______________________________________________________________________ Manuel Guesdon - ORANGE CONCEPT <[EMAIL PROTECTED]> 14 rue Jean-Baptiste Clement - 93200 Saint-Denis - France Tel: +33 1 4940 0997 - Fax: +33 1 4940 0998 _______________________________________________ Bug-gnustep mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-gnustep
