gimp r25297 - in trunk: . app/core
- From: muks svn gnome org
- To: svn-commits-list gnome org
- Subject: gimp r25297 - in trunk: . app/core
- Date: Sat, 29 Mar 2008 10:48:38 +0000 (GMT)
Author: muks
Date: Sat Mar 29 10:48:38 2008
New Revision: 25297
URL: http://svn.gnome.org/viewvc/gimp?rev=25297&view=rev
Log:
2008-03-29  Mukund Sivaraman  <muks mukund org>
        * app/core/gimpdrawable-operation.c: Use #warning only if
        compiler is gcc.
Modified:
   trunk/ChangeLog
   trunk/app/core/gimpdrawable-operation.c
Modified: trunk/app/core/gimpdrawable-operation.c
==============================================================================
--- trunk/app/core/gimpdrawable-operation.c	(original)
+++ trunk/app/core/gimpdrawable-operation.c	Sat Mar 29 10:48:38 2008
@@ -31,8 +31,9 @@
 #include "gimpdrawable-operation.h"
 #include "gimpprogress.h"
 
-
+#ifdef __GNUC__
 #warning FIXME: gegl_node_add_child() is not public API
+#endif
 
 extern GeglNode *    gegl_node_add_child    (GeglNode      *self,
                                              GeglNode      *child);
@@ -74,7 +75,9 @@
                                 "linear",       linear,
                                 NULL);
 
+#ifdef __GNUC__
 #warning FIXME: gegl_node_add_child() is not public API
+#endif
 
   gegl_node_add_child (gegl, operation);
 
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]