[gegl] Disable warnings



commit 60a1bcc97ee8f51bb665c2e54a75ad06be473d50
Author: Mukund Sivaraman <muks banu com>
Date:   Fri Aug 6 00:24:02 2010 +0530

    Disable warnings

 configure.ac |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 92cbf84..8430004 100644
--- a/configure.ac
+++ b/configure.ac
@@ -959,9 +959,9 @@ DESIRED_CFLAGS="-fdiagnostics-show-option -Wall -Wextra -Wno-unused-parameter -W
 #   DESIRED_CFLAGS="-Werror $DESIRED_CFLAGS"
 #fi
 
-for flag in $DESIRED_CFLAGS; do
-  AS_COMPILER_FLAG([$flag], [CFLAGS="$CFLAGS $flag"])
-done
+dnl for flag in $DESIRED_CFLAGS; do
+dnl   AS_COMPILER_FLAG([$flag], [CFLAGS="$CFLAGS $flag"])
+dnl done
 
 # We should support this at some point if possible
 #LDFLAGS="-Wl,-z,defs"



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