This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6f0e70f
)
remove the GCC_DIAG_RESTORE pragma as well
author
Yves Orton
<demerphq@gmail.com>
Sat, 14 Oct 2017 12:06:20 +0000
(14:06 +0200)
committer
Yves Orton
<demerphq@gmail.com>
Sat, 14 Oct 2017 12:06:20 +0000
(14:06 +0200)
sbox32_hash.h
patch
|
blob
|
blame
|
history
diff --git
a/sbox32_hash.h
b/sbox32_hash.h
index
b912ad7
..
29c7ef5
100644
(file)
--- 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