Warnings while compiling the source for grpc Release v1.18.0
What version of protobuf and what language are you using? Using grpc Release v1.18.0 for golang and php
What operating system (Linux, Windows, ...) and version? Linux 3.16.0-4-amd64 SMP Debian 3.16.7-ckt25-2+deb8u3 (2016-07-02) x86_64 GNU/Linux
What did you do?
- RUN command in Dockerfile
RUN git clone --recursive --depth=1 -b v1.18.0 https://github.com/grpc/grpc.git /grpc && \
ln -s /grpc/third_party/protobuf /protobuf && \
cd /protobuf && \
./autogen.sh && \
./configure --prefix=/usr --enable-static=no && \
make && \
make check && \
make install && \
make install DESTDIR=/out && \
cd /grpc && \
make install-plugins prefix=/out/usr
Steps to reproduce the behaviour: Run the above in a Dockerfile
What did you expect to see No dead code warning like those.
What did you see instead?
Warning logs. PFA

Made a PR for removing dead code. #5773
We triage inactive PRs and issues in order to make it easier to find active work. If this issue should remain active or becomes active again, please add a comment.
This issue is labeled inactive because the last activity was over 90 days ago.
We triage inactive PRs and issues in order to make it easier to find active work. If this issue should remain active or becomes active again, please reopen it.
This issue was closed and archived because there has been no new activity in the 14 days since the inactive label was added.