From 8948a65654e3d363f8ef3f5158bd6d53f13e266d Mon Sep 17 00:00:00 2001
From: Daniel Stenberg <daniel@haxx.se>
Date: Mon, 27 Jan 2003 14:26:06 +0000
Subject: [PATCH] removed -Wcast-align from --enable-debug with gcc, it just
 gives too many warnings that I can't be concerned about at this point.

---
 configure.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.in b/configure.in
index 115601cccb..43a6678d87 100644
--- a/configure.in
+++ b/configure.in
@@ -756,7 +756,7 @@ AC_ARG_ENABLE(debug,
     CPPFLAGS="$CPPFLAGS -DMALLOCDEBUG"
     CFLAGS="$CFLAGS -g" 
     if test "$GCC" = "yes"; then
-       CFLAGS="$CFLAGS -W -Wall -Wwrite-strings -pedantic -Wundef -Wpointer-arith -Wcast-align -Wnested-externs"
+       CFLAGS="$CFLAGS -W -Wall -Wwrite-strings -pedantic -Wundef -Wpointer-arith -Wnested-externs"
     fi
     dnl strip off optimizer flags
     NEWFLAGS=""
-- 
GitLab