From 8848bca36ef19c15b071939e69bec77603d64ca1 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Sun, 25 Jun 2023 18:35:23 +0200 Subject: Fix clang support --- include/fortify-headers.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/fortify-headers.h b/include/fortify-headers.h index 42c8317..6ab5e74 100644 --- a/include/fortify-headers.h +++ b/include/fortify-headers.h @@ -52,6 +52,8 @@ #if defined __has_attribute && __has_attribute (access) #define __access(...) __attribute__ ((access (__VA_ARGS__))) +#else +#define __access(...) #endif #endif -- cgit v1.3