mirror of https://github.com/grpc/grpc.git
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>pull/12653/head
parent
ca46ce10b0
commit
d149af0487
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue