[gnome-commander] Removes another gcc warning about inlining function (large-stack-frame-growth)



commit 75114c2005eb73558887d6f4b988973b22a5619a
Author: Uwe Scholz <uwescholz src gnome org>
Date:   Fri Apr 14 11:42:01 2017 +0200

    Removes another gcc warning about inlining function (large-stack-frame-growth)

 src/dialogs/gnome-cmd-file-props-dialog.cc |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/dialogs/gnome-cmd-file-props-dialog.cc b/src/dialogs/gnome-cmd-file-props-dialog.cc
index 5eccf00..29bd6da 100644
--- a/src/dialogs/gnome-cmd-file-props-dialog.cc
+++ b/src/dialogs/gnome-cmd-file-props-dialog.cc
@@ -286,7 +286,7 @@ inline void add_sep (GtkWidget *table, gint y)
 }
 
 
-inline void add_tag (GtkWidget *dialog, GtkWidget *table, gint &y, GnomeCmdFileMetadata &metadata, 
GnomeCmdTag tag, const gchar *appended_text=NULL)
+void add_tag (GtkWidget *dialog, GtkWidget *table, gint &y, GnomeCmdFileMetadata &metadata, GnomeCmdTag tag, 
const gchar *appended_text=NULL)
 {
     if (!metadata.has_tag (tag))
         return;
@@ -328,7 +328,7 @@ inline void add_width_height_tag (GtkWidget *dialog, GtkWidget *table, gint &y,
 }
 
 
-inline GtkWidget *create_properties_tab (GnomeCmdFilePropsDialogPrivate *data)
+GtkWidget *create_properties_tab (GnomeCmdFilePropsDialogPrivate *data)
 {
     gint y = 0;
     GtkWidget *dialog = data->dialog;


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