confuse-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Confuse-devel] [PATCH 0/2] ansi compile warning fixes


From: Carlo Marcelo Arenas Belon
Subject: [Confuse-devel] [PATCH 0/2] ansi compile warning fixes
Date: Sun, 4 Jan 2009 00:52:59 -0800

The following patch series removes all compile warnings presented in
trunk if the compiled with "-ansi -pedantic" by enabling GNU extensions
in the examples/tests that will otherwise be missing them :

  PATCH 1/2: examples: declare source as GNU for strdup definition
  PATCH 2/2: tests: declare source as GNU for inet_aton definition

This series has to be applied on top of the one that removes all "pedantic"
warnings as it otherwise will be incomplete and won't avoid build failures
if using "-pedantic-errors" as reported in :

  http://lists.nongnu.org/archive/html/confuse-devel/2009-01/msg00004.html

Carlo
---
 examples/simple.c      |    1 +
 tests/suite_single.c   |    1 +
 tests/suite_validate.c |    1 +
 3 files changed, 3 insertions(+), 0 deletions(-)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]