confuse-devel
[Top][All Lists]
Advanced

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

[Confuse-devel] [PATCH 0/4] pedantic compile warning fixes


From: Carlo Marcelo Arenas Belon
Subject: [Confuse-devel] [PATCH 0/4] pedantic compile warning fixes
Date: Sun, 4 Jan 2009 00:09:30 -0800

The following patch series fixes several (mostly harmless) compilation
warnings in trunk triggered by using "pedantic" and that could result
in compilation errors for the tests (which still use -Werror).

  PATCH 1/4: confuse: ISO C90 does not support the ‘%lf’ printf format
  PATCH 2/4: tests: C++ style comments are not allowed in ISO C90
  PATCH 3/4: tests: ISO C90 forbids mixed declarations and code
  PATCH 4/4: tests: initializer element is not computable at load time

 examples/ftpconf.c          |    2 +-
 examples/reread.c           |    2 +-
 examples/simple.c           |   10 +++++-----
 examples/wincfgtest.c       |    2 +-
 src/confuse.c               |    2 +-
 tests/list_plus_syntax.c    |    9 +++++----
 tests/quote_before_print.c  |    6 ++++--
 tests/section_title_dupes.c |    2 +-
 tests/suite_dup.c           |    2 +-
 tests/suite_list.c          |    4 ++--
 tests/suite_single.c        |    6 +++---
 tests/suite_validate.c      |    7 +++----
 12 files changed, 28 insertions(+), 26 deletions(-)

Carlo




reply via email to

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