Message-Id: <200106220621.f5M6Lwn20572@hal.astr.lu.lv> Content-Type: text/plain; charset="iso-8859-13" From: Andris Pavenis To: "Eli Zaretskii" Subject: Re: Patch for src/debug/dbgcom.c Date: Fri, 22 Jun 2001 09:21:57 +0300 X-Mailer: KMail [version 1.2.2] Cc: djgpp-workers AT delorie DOT com References: <200106211656 DOT f5LGu9H01000 AT hal DOT astr DOT lu DOT lv> <9003-Thu21Jun2001212425+0300-eliz AT is DOT elta DOT co DOT il> In-Reply-To: <9003-Thu21Jun2001212425+0300-eliz@is.elta.co.il> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Reply-To: djgpp-workers AT delorie DOT com On Thursday 21 June 2001 21:24, Eli Zaretskii wrote: > > From: Andris Pavenis > > Date: Thu, 21 Jun 2001 19:56:09 +0300 > > > > This patch fixes dbgcom.c to avoid gcc-3.0 warnings that > > multi-line string literals are deprecated > > > > Ok to commit? > > Yes, please. Thanks! Checked in this and also other fixes for following types of warnings gcc-3.0 generates: multi-line string literals are deprecated deprecated use of label at end of compound statement for src/debug/fsdb/ed.c and src/debug/fsdb/fullscr.c. So it seems I have killed additional warnings gcc-3.0 generates. Andris