Skip to content

Commit 41b06d7

Browse files
committed
Add additional warning
1 parent 375acff commit 41b06d7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/boost/crypt/drbg/hmac_drbg.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ auto hmac_drbg<HMACType, max_hasher_security, outlen, prediction_resistance>::up
122122
#if defined(__GNUC__) && __GNUC__ >= 5
123123
#pragma GCC diagnostic push
124124
#pragma GCC diagnostic ignored "-Warray-bounds="
125+
#pragma GCC diagnostic ignored "-Wrestrict"
125126
#endif
126127

127128
// Step 1: V || 0x00 || provided data

0 commit comments

Comments
 (0)