From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14249 invoked by alias); 21 Aug 2013 11:51:01 -0000 Mailing-List: contact ecos-bugs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: ecos-bugs-owner@sourceware.org Received: (qmail 14207 invoked by uid 89); 21 Aug 2013 11:51:01 -0000 X-Spam-SWARE-Status: No, score=-4.1 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_NO,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 Received: from hagrid.ecoscentric.com (HELO mail.ecoscentric.com) (212.13.207.197) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Wed, 21 Aug 2013 11:51:00 +0000 Received: by mail.ecoscentric.com (Postfix, from userid 48) id 7DF1D4680007; Wed, 21 Aug 2013 12:50:58 +0100 (BST) From: bugzilla-daemon@bugs.ecos.sourceware.org To: unassigned@bugs.ecos.sourceware.org Subject: [Bug 1001895] New: Avoids warnings/errors for people that use the -pedantic & -Werror flags in applications. Date: Wed, 21 Aug 2013 11:51:00 -0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: eCos X-Bugzilla-Component: C library X-Bugzilla-Keywords: X-Bugzilla-Severity: minor X-Bugzilla-Who: david.fernandez.work@googlemail.com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Priority: low X-Bugzilla-Assigned-To: unassigned@bugs.ecos.sourceware.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter cc Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: http://bugs.ecos.sourceware.org/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2013/txt/msg00548.txt.bz2 Please do not reply to this email, use the link below. http://bugs.ecos.sourceware.org/show_bug.cgi?id=1001895 Bug ID: 1001895 Summary: Avoids warnings/errors for people that use the -pedantic & -Werror flags in applications. Product: eCos Version: CVS Target: All Architecture/Host Other OS: Status: UNCONFIRMED Severity: minor Priority: low Component: C library Assignee: unassigned@bugs.ecos.sourceware.org Reporter: david.fernandez.work@googlemail.com CC: ecos-bugs@ecos.sourceware.org Created attachment 2346 --> http://bugs.ecos.sourceware.org/attachment.cgi?id=2346&action=edit patch for affected files in isoinfra/current/include When companies, in an attempt to flag possible bugs, go down the route of being -pedantic and -Werror every little thing that goes beyond the half-way specified ANSI C89, having the word __extension__ added to things like #include_next in files that the application will use when compiling itself, will help to adopt eCos. -- You are receiving this mail because: You are the assignee for the bug.