Enable proper compiling with no -O2.
authorGustavo Lima Chaves <glima@profusion.mobi>
Sat, 6 Feb 2010 20:54:58 +0000 (20:54 +0000)
committerGustavo Lima Chaves <glima@profusion.mobi>
Sat, 6 Feb 2010 20:54:58 +0000 (20:54 +0000)
SVN revision: 45947

src/modules/connman/e_mod_config.c

index 4f43c28..b445e6a 100644 (file)
@@ -346,7 +346,7 @@ _networks_fill_details(E_Config_Dialog_Data *cfdata, Evas_Object *list, int sel)
    evas_object_show(ui->table_general);
 }
 
-inline void
+static inline void
 _networks_disable_buttons(E_Config_Dialog_Data *cfdata, Evas_Object *list, int sel)
 {
    Evas_Object *o_up = cfdata->networks.o_up;