Advertisement
zykes

Untitled

Apr 6th, 2017
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1. /opt/grpc-1.2.0 # make -j4make
  2. /opt/grpc-1.2.0 # make
  3. [MAKE] Generating cache.mk
  4. [C] Compiling src/core/lib/iomgr/tcp_posix.c
  5. src/core/lib/iomgr/tcp_posix.c: In function 'tcp_do_read':
  6. src/core/lib/iomgr/tcp_posix.c:219:20: error: conversion to 'int' from 'msg_iovlen_type {aka unsigned int}' may change the sign of the result [-Werror=sign-conversion]
  7. msg.msg_iovlen = tcp->iov_size;
  8. ^~~
  9. src/core/lib/iomgr/tcp_posix.c: In function 'tcp_flush':
  10. src/core/lib/iomgr/tcp_posix.c:364:22: error: conversion to 'int' from 'msg_iovlen_type {aka unsigned int}' may change the sign of the result [-Werror=sign-conversion]
  11. msg.msg_iovlen = iov_size;
  12. ^~~~~~~~
  13. cc1: all warnings being treated as errors
  14. make: *** [Makefile:2366: /opt/grpc-1.2.0/objs/opt/src/core/lib/iomgr/tcp_posix.o] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement