aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcryptobox
diff options
context:
space:
mode:
Diffstat (limited to 'src/libcryptobox')
-rw-r--r--src/libcryptobox/poly1305/ref-64.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libcryptobox/poly1305/ref-64.c b/src/libcryptobox/poly1305/ref-64.c
index db7b85c1e..01b8ff2c1 100644
--- a/src/libcryptobox/poly1305/ref-64.c
+++ b/src/libcryptobox/poly1305/ref-64.c
@@ -20,6 +20,7 @@ enum {
#define POLY1305_NOINLINE __declspec(noinline)
#elif defined(__GNUC__)
+ #pragma GCC system_header
#if defined(__SIZEOF_INT128__)
typedef unsigned __int128 uint128_t;
#else