[gegl] gegl-utils: Fix warning about missing inline



commit dd514e604ca55c234d1ed2da50783c0818885de7
Author: Daniel Sabo <DanielSabo gmail com>
Date:   Wed May 15 22:04:31 2013 -0700

    gegl-utils: Fix warning about missing inline

 gegl/gegl-utils.c |    2 +-
 gegl/gegl-utils.h |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gegl/gegl-utils.c b/gegl/gegl-utils.c
index aff5cd5..7b3a9d6 100644
--- a/gegl/gegl-utils.c
+++ b/gegl/gegl-utils.c
@@ -27,7 +27,7 @@
 #include "gegl-types-internal.h"
 
 
-inline gint
+gint
 _gegl_float_epsilon_zero (float value)
 {
   return value > -GEGL_FLOAT_EPSILON && value < GEGL_FLOAT_EPSILON;
diff --git a/gegl/gegl-utils.h b/gegl/gegl-utils.h
index 08ca544..6045a0f 100644
--- a/gegl/gegl-utils.h
+++ b/gegl/gegl-utils.h
@@ -213,7 +213,7 @@ gpointer gegl_calloc (gsize size, int n_memb);
 
 /***
  */
-inline gint _gegl_float_epsilon_zero  (float     value);
+gint        _gegl_float_epsilon_zero  (float     value);
 gint        _gegl_float_epsilon_equal (float     v1,
                                        float     v2);
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]