[evolution-kolab/gnome-2-30] configure.ac: tightened the compiler thumb screws (breaks build)
- From: Christian Hilberg <chilberg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-kolab/gnome-2-30] configure.ac: tightened the compiler thumb screws (breaks build)
- Date: Wed, 16 Nov 2011 19:18:37 +0000 (UTC)
commit f89b99f0731550c24f1e24c167228a695dd2a0cc
Author: Christian Hilberg <hilberg kernelconcepts de>
Date: Wed Nov 16 14:44:27 2011 +0100
configure.ac: tightened the compiler thumb screws (breaks build)
* added '-ansi' to CFLAGS
* added '-pedantic' to CFLAGS
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index b54f8c9..d956893 100644
--- a/configure.ac
+++ b/configure.ac
@@ -62,7 +62,7 @@ AC_SUBST(KOLAB_INCLUDE_EKOLABCONV)
CFLAGS="$CFLAGS $LARGEFILE_CFLAGS"
AC_SUBST(CFLAGS)
-ADD_CFLAGS="-Wall -Wextra -Wcast-align -Wredundant-decls -Wconversion -Wbad-function-cast -Wundef -Wfloat-equal -Wswitch-default -Wmissing-include-dirs -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith"
+ADD_CFLAGS="-ansi -pedantic -Wall -Wextra -Wcast-align -Wredundant-decls -Wconversion -Wbad-function-cast -Wundef -Wfloat-equal -Wswitch-default -Wmissing-include-dirs -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith"
AC_SUBST(ADD_CFLAGS)
m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]