From c72f79b465b0c08735228c063bfd9e5ecd928e2d Mon Sep 17 00:00:00 2001 From: Lucas De Marchi Date: Wed, 21 Dec 2011 20:10:43 -0200 Subject: [PATCH] Remove useless warning causing trouble in sparc64 -Wcast-align is not that useful and just generates lots of warnings in architectures like sparc64. --- configure.ac | 1 - 1 file changed, 1 deletion(-) diff --git a/configure.ac b/configure.ac index 9c84a048..a0ed6c2f 100644 --- a/configure.ac +++ b/configure.ac @@ -99,7 +99,6 @@ CC_CHECK_CFLAGS_APPEND([ \ -Wmissing-noreturn \ -Wshadow \ -Wendif-labels \ - -Wcast-align \ -Wstrict-aliasing=2 \ -Wwrite-strings \ -Wno-long-long \ -- 2.47.2