gimp r27315 - trunk
- From: mitch svn gnome org
- To: svn-commits-list gnome org
- Subject: gimp r27315 - trunk
- Date: Sat, 18 Oct 2008 19:25:03 +0000 (UTC)
Author: mitch
Date: Sat Oct 18 19:25:03 2008
New Revision: 27315
URL: http://svn.gnome.org/viewvc/gimp?rev=27315&view=rev
Log:
2008-10-18 Michael Natterer <mitch gimp org>
* configure.in: add -Wstrict-prototypes to CFLAGS.
Modified:
trunk/ChangeLog
trunk/configure.in
Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in (original)
+++ trunk/configure.in Sat Oct 18 19:25:03 2008
@@ -327,6 +327,9 @@
GIMP_DETECT_CFLAGS(extra_warnings, '-Wmissing-prototypes')
CFLAGS="$CFLAGS $extra_warnings"
+GIMP_DETECT_CFLAGS(extra_warnings, '-Wstrict-prototypes')
+CFLAGS="$CFLAGS $extra_warnings"
+
GIMP_DETECT_CFLAGS(extra_warnings, '-Wmissing-declarations')
CFLAGS="$CFLAGS $extra_warnings"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]