File: show-compiler-warnings.patch

package info (click to toggle)
gypsy 0.9-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 2,704 kB
  • sloc: sh: 10,975; ansic: 5,909; xml: 1,218; makefile: 189; python: 31
file content (15 lines) | stat: -rw-r--r-- 638 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: we want to see why compiling failed
Index: gypsy/configure.ac
===================================================================
--- gypsy.orig/configure.ac	2025-10-12 13:42:41.434509729 +0200
+++ gypsy/configure.ac	2025-10-12 13:43:49.306518862 +0200
@@ -58,7 +58,8 @@
 AS_AC_EXPAND(LIBEXECDIR, $libexecdir)
 AS_AC_EXPAND(DAEMON_USER, $with_user)
 
-CFLAGS="$CFLAGS -g -Wall -Werror -Wno-format"
+#XXX CFLAGS="$CFLAGS -g -Wall -Werror -Wno-format"
+CFLAGS="$CFLAGS -g -Wall -Werror"
 
 # Tell GLib not to whine about us being written against an older set
 # of GLib API, since we want to be able to build against any GLib.