lvc / upstream-tracker

A project to monitor and verify compatibility of upstream ABI changes in C/C++ libraries

Home Page:https://abi-laboratory.pro/tracker/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Request for tracking google-cloud-cpp-common

nehaljwani opened this issue · comments

Can't built it due to the error I can't resolve:

/home/.../src/google-cloud-cpp-common/0.16.0/google-cloud-cpp-common-0.16.0/external/grpc/src/grpc_project/src/core/lib/security/credentials/jwt/jwt_verifier.cc:628:57: error: invalid conversion from ‘const uint8_t* {aka const unsigned char*}’ to ‘unsigned char*’ [-fpermissive]
                         GRPC_SLICE_LENGTH(signature)) != 1) {

Which compiler and compiler version is being used by you?

I tried building with gcc 8.3 but I did not face any issue of this sort. Do you have any special compiler flags in CFLAGS or CXXFLAGS env vars?

It's CFLAGS='-g -Og'