aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--common/util.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/common/util.h b/common/util.h
index 4761a2870..d22820d86 100644
--- a/common/util.h
+++ b/common/util.h
@@ -159,6 +159,12 @@
# define GNUPG_GCC_A_SENTINEL(a)
#endif
+#if __GNUC__ >= 4
+# define GNUPG_GCC_A_USED __attribute__ ((used))
+#else
+# define GNUPG_GCC_A_USED
+#endif
+
/* We need this type even if we are not using libreadline and or we
did not include libreadline in the current file. */