blob: bc3a691762d3d5ea750b48c7278840ec26fcdcc8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
$NetBSD: patch-aclocal.m4,v 1.1 2012/12/15 09:36:21 marino Exp $
* Disable -Werror for these reasons
- Numerous g_thread_init deprecated errors
- Numerous set-but-not-used error (gcc 4.6+)
--- aclocal.m4.orig 2008-12-09 08:25:48.000000000 +0000
+++ aclocal.m4
@@ -546,9 +546,6 @@ AC_DEFUN([GNOME_COMPILE_WARNINGS],[
unset SAVE_CFLAGS
done
unset option
- if test "$enable_compile_warnings" = "error" ; then
- warning_flags="$warning_flags -Werror"
- fi
;;
*)
AC_MSG_ERROR(Unknown argument '$enable_compile_warnings' to --enable-compile-warnings)
|