From 68ac59ff6d11b945ad8f10218f3ade890d5bd861 Mon Sep 17 00:00:00 2001 From: Thomas James Alexander Thurman Date: Sat, 22 Nov 2008 19:47:02 +0000 Subject: Set -ansi so people stop complaining about C99. * configure.in: Set -ansi so people stop complaining about C99. svn path=/trunk/; revision=4025 --- ChangeLog | 4 ++++ configure.in | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 9a60bdcd..0c4df6f5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2008-11-22 Thomas Thurman + + * configure.in: Set -ansi so people stop complaining about C99. + 2008-11-22 Thomas Thurman * src/core/prefs.c: fix stupid infinite loop when GConf is turned off. diff --git a/configure.in b/configure.in index 63b2fa18..9e3569da 100644 --- a/configure.in +++ b/configure.in @@ -484,7 +484,7 @@ if test "x$enable_debug" = "xyes"; then fi # Warnings are there for a reason -CFLAGS="$CFLAGS -Wall -Werror" +CFLAGS="$CFLAGS -Wall -Werror -ansi" # Use gnome-doc-utils: GNOME_DOC_INIT([0.9.0]) -- cgit v1.2.1