[gnome-builder] python: suppress warning



commit 2b68613fa003733d2696a1d34b7e834ea28153d0
Author: Christian Hergert <christian hergert me>
Date:   Sat Apr 25 13:57:36 2015 -0700

    python: suppress warning
    
    Unused for now, so just #if 0 the helper function

 libide/python/ide-python-indenter.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/libide/python/ide-python-indenter.c b/libide/python/ide-python-indenter.c
index 3a7feb2..b4570e6 100644
--- a/libide/python/ide-python-indenter.c
+++ b/libide/python/ide-python-indenter.c
@@ -77,6 +77,7 @@ line_starts_with (GtkTextIter *line,
   return ret;
 }
 
+#if 0
 static gboolean
 line_ends_with (const GtkTextIter *iter,
                 const gchar       *suffix)
@@ -101,6 +102,7 @@ line_ends_with (const GtkTextIter *iter,
 
   return ret;
 }
+#endif
 
 static gchar *
 copy_indent (IdePythonIndenter *python,


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