aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/end2end/data/test_root_cert.c
diff options
context:
space:
mode:
authorGravatar Vincent Batts <vbatts@hashbangbash.com>2017-09-20 10:44:53 -0400
committerGravatar Vincent Batts <vbatts@hashbangbash.com>2017-10-11 08:28:55 -0400
commitd149af0487468ab874ae5e6c4af3b4f1a9415a66 (patch)
tree1e92e7924814290bf4d0667faa1a47d53092e82b /test/core/end2end/data/test_root_cert.c
parentca46ce10b02417c17f30b9785e5986ee38e3f7d5 (diff)
core: fix int conversion
build had failed with [-Werror=conversion] on gcc 7 ``` src/core/ext/transport/cronet/transport/cronet_transport.c: In function ‘create_grpc_frame’: src/core/ext/transport/cronet/transport/cronet_transport.c:693:10: error: conversion to ‘uint8_t {aka unsigned char}’ from ‘int’ may alter its value [-Werror=conversion] *p++ = (flags & GRPC_WRITE_INTERNAL_COMPRESS) ? 1 : 0; ^ ``` Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
Diffstat (limited to 'test/core/end2end/data/test_root_cert.c')
0 files changed, 0 insertions, 0 deletions