summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2015-04-04 16:53:44 +0200
committerRichard Levitte <levitte@openssl.org>2015-04-04 17:07:03 +0200
commit2da2a4349c1598ad0648405fe175e7846d893c45 (patch)
treeceb57e297f2a396c82846b76b593d7ac565942f9 /.gitignore
parent04958e84d8079fa57a782db70f003c38b5b156fd (diff)
Appease clang -Wshadow
The macros BSWAP4 and BSWAP8 have statetemnt expressions implementations that use local variable names that shadow variables outside the macro call, generating warnings like this e_aes_cbc_hmac_sha1.c:263:14: warning: declaration shadows a local variable [-Wshadow] seqnum = BSWAP8(blocks[0].q[0]); ^ ../modes/modes_lcl.h:41:29: note: expanded from macro 'BSWAP8' ^ e_aes_cbc_hmac_sha1.c:223:12: note: previous declaration is here size_t ret = 0; ^ Have clang be quiet by modifying the macro variable names slightly (suffixing them with an underscore). Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to '.gitignore')
0 files changed, 0 insertions, 0 deletions