From d52a2ffe4e1f88e06e43e2f05675ca14c9b2cdb0 Mon Sep 17 00:00:00 2001 From: Andre Miranda Date: Sat, 2 Jun 2018 00:45:00 -0300 Subject: [PATCH] Remove pure attribute of function that returns void --- 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; -- 2.17.1