[Xfce4-commits] [xfce/exo] 01/01: Remove pure attribute of function that returns void (bug 14427)
noreply at xfce.org
noreply at xfce.org
Wed Jun 6 03:35:19 CEST 2018
This is an automated email from the git hooks/post-receive script.
b l u e s a b r e p u s h e d a c o m m i t t o b r a n c h m a s t e r
in repository xfce/exo.
commit 0406e7e44edae712537d84035539a484c1eaa26a
Author: Andre Miranda <andreldm at xfce.org>
Date: Sat Jun 2 00:45:00 2018 -0300
Remove pure attribute of function that returns void (bug 14427)
Signed-off-by: Sean Davis <smd.seandavis at gmail.com>
---
exo/exo-utils.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/exo/exo-utils.h b/exo/exo-utils.h
index 2c88aa5..489fcf5 100644
--- a/exo/exo-utils.h
+++ b/exo/exo-utils.h
@@ -29,7 +29,7 @@
G_BEGIN_DECLS
-void exo_noop (void) G_GNUC_PURE;
+void exo_noop (void);
gint exo_noop_one (void) G_GNUC_PURE;
gint exo_noop_zero (void) G_GNUC_PURE;
gpointer exo_noop_null (void) G_GNUC_PURE;
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list