diff options
author | Yves Orton <demerphq@gmail.com> | 2017-10-14 13:55:53 +0200 |
---|---|---|
committer | Yves Orton <demerphq@gmail.com> | 2017-10-14 13:55:53 +0200 |
commit | 6f0e70f183a13a8e8f3e3562f9092035c726ce8f (patch) | |
tree | e74a025a4564611f23a5094a6cd6ef5078923f0c /sbox32_hash.h | |
parent | f8a8fb6dab10a8ee2d0991f575c512f74b831a4d (diff) | |
download | perl-6f0e70f183a13a8e8f3e3562f9092035c726ce8f.tar.gz |
remove GCC_DIAG_IGNORE from sbox32_hash.h
Diffstat (limited to 'sbox32_hash.h')
-rw-r--r-- | sbox32_hash.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sbox32_hash.h b/sbox32_hash.h index b313fbbd54..b912ad73bf 100644 --- a/sbox32_hash.h +++ b/sbox32_hash.h @@ -1,8 +1,6 @@ #ifndef DEBUG_SBOX32_HASH #define DEBUG_SBOX32_HASH 0 -GCC_DIAG_IGNORE(-Wimplicit-fallthrough) - #include "zaphod32_hash.h" #if DEBUG_SBOX32_HASH == 1 |