public inbox for ecos-devel@sourceware.org
 help / color / mirror / Atom feed
* I have a few patches to fix minor things that I would like to have applied.
@ 2013-08-21 11:39 David Fernandez
  2013-08-21 11:55 ` David Fernandez
  0 siblings, 1 reply; 2+ messages in thread
From: David Fernandez @ 2013-08-21 11:39 UTC (permalink / raw)
  To: eCos development list

[-- Attachment #1: Type: text/plain, Size: 485 bytes --]

Hi there,

If any repository administrator is listening in this holiday period...

First one is to avoid warnings for those pedantic people that like to
compile everything with -pedantic...

Is quite simple, and avoids a big row with evryone that has an opinion
on the lots of bugs prevented by having errors about old half-way
specified ANSI C89 (or is it C80...) stuff.

Let me know if that is ok.

I have a few others more meaningful, but I guess I start with easy stuff.

Regards.

[-- Attachment #2: ecos-pedantic.patch --]
[-- Type: application/octet-stream, Size: 2194 bytes --]

Index: packages/isoinfra/current/include/float.h
===================================================================
RCS file: /cvs/ecos/ecos/packages/isoinfra/current/include/float.h,v
retrieving revision 1.4
diff -u -r1.4 float.h
--- packages/isoinfra/current/include/float.h	29 Jan 2009 17:49:50 -0000	1.4
+++ packages/isoinfra/current/include/float.h	21 Aug 2013 11:01:00 -0000
@@ -61,6 +61,7 @@
 //======================================================================
 */
 
+__extension__
 #include_next <float.h>
 
 /* EOF float.h */
Index: packages/isoinfra/current/include/limits.h
===================================================================
RCS file: /cvs/ecos/ecos/packages/isoinfra/current/include/limits.h,v
retrieving revision 1.8
diff -u -r1.8 limits.h
--- packages/isoinfra/current/include/limits.h	13 May 2009 08:21:35 -0000	1.8
+++ packages/isoinfra/current/include/limits.h	21 Aug 2013 11:01:00 -0000
@@ -218,6 +218,7 @@
 
 /* Secondly only include if we haven't already been included by it. */
 #ifndef _GCC_LIMITS_H_
+__extension__
 # include_next <limits.h>
 #endif
 
Index: packages/isoinfra/current/include/stdarg.h
===================================================================
RCS file: /cvs/ecos/ecos/packages/isoinfra/current/include/stdarg.h,v
retrieving revision 1.4
diff -u -r1.4 stdarg.h
--- packages/isoinfra/current/include/stdarg.h	29 Jan 2009 17:49:50 -0000	1.4
+++ packages/isoinfra/current/include/stdarg.h	21 Aug 2013 11:01:00 -0000
@@ -61,6 +61,7 @@
 //======================================================================
 */
 
+__extension__
 #include_next <stdarg.h>
 
 /* EOF stdarg.h */
Index: packages/isoinfra/current/include/stddef.h
===================================================================
RCS file: /cvs/ecos/ecos/packages/isoinfra/current/include/stddef.h,v
retrieving revision 1.5
diff -u -r1.5 stddef.h
--- packages/isoinfra/current/include/stddef.h	29 Jan 2009 17:49:50 -0000	1.5
+++ packages/isoinfra/current/include/stddef.h	21 Aug 2013 11:01:00 -0000
@@ -60,6 +60,7 @@
 //======================================================================
 */
 
+__extension__
 #include_next <stddef.h>
 
 /* EOF stddef.h */

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: I have a few patches to fix minor things that I would like to have applied.
  2013-08-21 11:39 I have a few patches to fix minor things that I would like to have applied David Fernandez
@ 2013-08-21 11:55 ` David Fernandez
  0 siblings, 0 replies; 2+ messages in thread
From: David Fernandez @ 2013-08-21 11:55 UTC (permalink / raw)
  To: eCos development list

Submitted bug #1001895 in Bugz.illa

On Wed, Aug 21, 2013 at 12:39 PM, David Fernandez
<david.fernandez.work@googlemail.com> wrote:
> Hi there,
>
> If any repository administrator is listening in this holiday period...
>
> First one is to avoid warnings for those pedantic people that like to
> compile everything with -pedantic...
>
> Is quite simple, and avoids a big row with evryone that has an opinion
> on the lots of bugs prevented by having errors about old half-way
> specified ANSI C89 (or is it C80...) stuff.
>
> Let me know if that is ok.
>
> I have a few others more meaningful, but I guess I start with easy stuff.
>
> Regards.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-08-21 11:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-08-21 11:39 I have a few patches to fix minor things that I would like to have applied David Fernandez
2013-08-21 11:55 ` David Fernandez

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).