From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6857 invoked by alias); 11 Jul 2009 09:28:06 -0000 Received: (qmail 6848 invoked by uid 22791); 11 Jul 2009 09:28:06 -0000 X-SWARE-Spam-Status: No, hits=3.0 required=5.0 tests=AWL,BAYES_00,BOTNET,RCVD_IN_JMF_BL,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout1.012.net.il (HELO mtaout1.012.net.il) (84.95.2.1) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 11 Jul 2009 09:27:58 +0000 Received: from conversion-daemon.i-mtaout1.012.net.il by i-mtaout1.012.net.il (HyperSendmail v2007.08) id <0KMM008002ACNP00@i-mtaout1.012.net.il> for gdb-patches@sourceware.org; Sat, 11 Jul 2009 12:27:55 +0300 (IDT) Received: from HOME-C4E4A596F7 ([77.126.249.41]) by i-mtaout1.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0KMM00L1E2AA5F20@i-mtaout1.012.net.il>; Sat, 11 Jul 2009 12:27:46 +0300 (IDT) Date: Sat, 11 Jul 2009 12:09:00 -0000 From: Eli Zaretskii Subject: Re: [patch] Fix warnings using gcc-4.5 HEAD In-reply-to: <20090711083928.GA30826@host0.dyn.jankratochvil.net> To: Jan Kratochvil Cc: mark.kettenis@xs4all.nl, gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <837hyfy3fv.fsf@gnu.org> MIME-version: 1.0 Content-type: text/plain; charset=iso-2022-jp Content-transfer-encoding: 8bit References: <20090711082502.GA18801@host0.dyn.jankratochvil.net> <200907110836.n6B8a4Yn015392@brahms.sibelius.xs4all.nl> <20090711083928.GA30826@host0.dyn.jankratochvil.net> X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2009-07/txt/msg00330.txt.bz2 > Date: Sat, 11 Jul 2009 10:39:28 +0200 > From: Jan Kratochvil > Cc: gdb-patches@sourceware.org > > There is no way how to extend 3rd party enum X definition: > error: nested redefinition of ‘enum X’ > error: redeclaration of ‘enum X’ Aren't there ways of cleaning this up other than extending existing enum definitions?