mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-07-22 06:57:59 +02:00
24 lines
590 B
Diff
24 lines
590 B
Diff
From fdf599994d58ef47b73dc94d21d3556a2ec5d9da Mon Sep 17 00:00:00 2001
|
|
From: Mike Gilbert <floppym@gentoo.org>
|
|
Date: Sat, 26 Nov 2016 11:54:33 -0500
|
|
Subject: [PATCH] build: drop -Werror
|
|
|
|
---
|
|
configure.ac | 1 -
|
|
1 file changed, 1 deletion(-)
|
|
|
|
diff --git a/configure.ac b/configure.ac
|
|
index 8d4604e8..4d925f22 100644
|
|
--- a/configure.ac
|
|
+++ b/configure.ac
|
|
@@ -1137,7 +1137,6 @@ AC_C_VOLATILE
|
|
|
|
### General flags / actions
|
|
CFLAGS="$CFLAGS -Wall"
|
|
-CFLAGS="$CFLAGS -Werror"
|
|
|
|
# -Wno-unknown-pragmas is due to gcc not understanding '#pragma ident'
|
|
# in Xlib.h on OpenSolaris.
|
|
--
|
|
2.11.0.rc2
|
|
|