diff options
Diffstat (limited to 'common.h')
-rw-r--r-- | common.h | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -62,3 +62,8 @@ struct block { uint_least64_t w[1024 / (64 / 8)]; }; + + +#if defined(__clang__) +# pragma clang diagnostic ignored "-Wc++98-compat" +#endif |