f64c373784
gRPC builds on Debian Jessie, which has GCC 4.9.2, and builds with -Wtype-limits, which makes it warn about code intended for 64-bit systems when building on 32-bit systems. We have tried to avoid these issues with Clang previously by guarding with “sizeof(size_t) > 4”, but this version of GCC isn't smart enough to figure that out. Change-Id: I800ceb3891436fa7c81474ede4b8656021568357 Reviewed-on: https://boringssl-review.googlesource.com/28247 Reviewed-by: David Benjamin <davidben@google.com> Commit-Queue: David Benjamin <davidben@google.com> CQ-Verified: CQ bot account: commit-bot@chromium.org <commit-bot@chromium.org> |
||
---|---|---|
.. | ||
asm | ||
cbc.c | ||
ccm.c | ||
cfb.c | ||
ctr.c | ||
gcm_test.cc | ||
gcm_tests.txt | ||
gcm.c | ||
internal.h | ||
ofb.c | ||
polyval.c |