gimp r25304 - trunk
- From: mitch svn gnome org
- To: svn-commits-list gnome org
- Subject: gimp r25304 - trunk
- Date: Sat, 29 Mar 2008 17:22:08 +0000 (GMT)
Author: mitch
Date: Sat Mar 29 17:22:08 2008
New Revision: 25304
URL: http://svn.gnome.org/viewvc/gimp?rev=25304&view=rev
Log:
2008-03-29 Michael Natterer <mitch gimp org>
* configure.in: add -Wold-style-definition to CFLAGS.
Modified:
trunk/ChangeLog
trunk/configure.in
Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in (original)
+++ trunk/configure.in Sat Mar 29 17:22:08 2008
@@ -325,6 +325,9 @@
GIMP_DETECT_CFLAGS(extra_warnings, '-Wpointer-arith')
CFLAGS="$CFLAGS $extra_warnings"
+GIMP_DETECT_CFLAGS(extra_warnings, '-Wold-style-definition')
+CFLAGS="$CFLAGS $extra_warnings"
+
# Ensure MSVC-compatible struct packing convention is used when
# compiling for Win32 with gcc.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]