File: cflags-remove-Wundef.patch

package info (click to toggle)
pidgin-sipe 1.21.1-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 4,488 kB
  • ctags: 4,347
  • sloc: ansic: 48,281; objc: 792; makefile: 554; sh: 332; perl: 209; xml: 11
file content (20 lines) | stat: -rw-r--r-- 505 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
From: Jakub Adam <jakub.adam@ktknet.cz>
Date: Fri, 13 Jun 2014 08:37:18 +0200
Subject: cflags-remove-Wundef

---
 configure.ac | 1 -
 1 file changed, 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 0b557f1..4416545 100644
--- a/configure.ac
+++ b/configure.ac
@@ -110,7 +110,6 @@ AS_IF([test "x$enable_quality_check" = xyes],
 			"-Wmissing-prototypes" \
 			"-Wnested-externs" \
 			"-Wpointer-arith" \
-			"-Wundef" \
 			"-Wunused-but-set-variable" \
 	 ; do
 		 ac_save_CFLAGS="$CFLAGS"