summaryrefslogtreecommitdiff
path: root/sbox32_hash.h
diff options
context:
space:
mode:
authorYves Orton <demerphq@gmail.com>2017-10-14 14:06:20 +0200
committerYves Orton <demerphq@gmail.com>2017-10-14 14:06:20 +0200
commitcaedb5af0150ae04f7a7c4735eb932d7e7af936e (patch)
tree7f865d720bcb63c7a24d9543ff86a86b126dbed2 /sbox32_hash.h
parent6f0e70f183a13a8e8f3e3562f9092035c726ce8f (diff)
downloadperl-caedb5af0150ae04f7a7c4735eb932d7e7af936e.tar.gz
remove the GCC_DIAG_RESTORE pragma as well
Diffstat (limited to 'sbox32_hash.h')
-rw-r--r--sbox32_hash.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/sbox32_hash.h b/sbox32_hash.h
index b912ad73bf..29c7ef5eb3 100644
--- a/sbox32_hash.h
+++ b/sbox32_hash.h
@@ -1779,6 +1779,4 @@ SBOX32_STATIC_INLINE U32 sbox32_hash128(
return sbox32_hash_with_state((U8*)state,key,key_len);
}
-GCC_DIAG_RESTORE
-
#endif