Date: Wed, 20 Jun 2001 14:16:08 -0400 Message-Id: <200106201816.OAA01812@envy.delorie.com> X-Authentication-Warning: envy.delorie.com: dj set sender to dj AT envy DOT delorie DOT com using -f From: DJ Delorie To: djgpp-workers AT delorie DOT com In-reply-to: <200106201809.UAA22983@father.ludd.luth.se> (message from Martin Str|mberg on Wed, 20 Jun 2001 20:09:17 +0200 (MET DST)) Subject: Re: Mysterious id in dbgcom.c References: <200106201809 DOT UAA22983 AT father DOT ludd DOT luth DOT se> Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > dbgcom.c:36: warning: `id' defined but not used > > What good is it? Some version control or something? Yes. See src/ident.c and src/makefile.lib You need the 'id' in that file to force the ident string (in id_dbg.o) to get pulled in to every executable using that library.