[evolution] G_GNUC_CONST leads to 'statement with no effect' compiler	warning
- From: Milan Crha <mcrha src gnome org>
 
- To: commits-list gnome org
 
- Cc: 
 
- Subject: [evolution] G_GNUC_CONST leads to 'statement with no effect' compiler	warning
 
- Date: Thu, 19 Jul 2012 06:59:04 +0000 (UTC)
 
commit b059a3c2ee89ff921e94bfdab37fb71aa50a350b
Author: Milan Crha <mcrha redhat com>
Date:   Thu Jul 19 08:58:24 2012 +0200
    G_GNUC_CONST leads to 'statement with no effect' compiler warning
 widgets/misc/e-dateedit.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/widgets/misc/e-dateedit.h b/widgets/misc/e-dateedit.h
index ea08345..7898c49 100644
--- a/widgets/misc/e-dateedit.h
+++ b/widgets/misc/e-dateedit.h
@@ -87,7 +87,7 @@ struct _EDateEditClass {
 	void		(*changed)		(EDateEdit *dedit);
 };
 
-GType		e_date_edit_get_type		(void) G_GNUC_CONST;
+GType		e_date_edit_get_type		(void);
 GtkWidget *	e_date_edit_new			(void);
 
 /* Analogous to gtk_editable_set_editable.  disable editing, while still
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]