protobuf icon indicating copy to clipboard operation
protobuf copied to clipboard

Warnings while compiling the source for grpc Release v1.18.0

Open solodynamo opened this issue 6 years ago • 2 comments

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?

  1. 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 screen shot 2019-02-25 at 12 10 11 pm

solodynamo avatar Feb 25 '19 06:02 solodynamo

Made a PR for removing dead code. #5773

solodynamo avatar Feb 25 '19 07:02 solodynamo

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.

github-actions[bot] avatar May 04 '24 10:05 github-actions[bot]

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.

github-actions[bot] avatar May 19 '24 10:05 github-actions[bot]