lvc / upstream-tracker

A project to monitor and verify compatibility of upstream ABI changes in C/C++ libraries
https://abi-laboratory.pro/tracker/
GNU Lesser General Public License v2.1
15 stars 12 forks source link

Request for tracking google-cloud-cpp-common #79

Open nehaljwani opened 4 years ago

nehaljwani commented 4 years ago

https://github.com/googleapis/google-cloud-cpp-common

linuxhw commented 4 years ago

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) {
nehaljwani commented 4 years ago

Which compiler and compiler version is being used by you?

linuxhw commented 4 years ago

GCC 8.3

nehaljwani commented 4 years ago

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?

linuxhw commented 4 years ago

It's CFLAGS='-g -Og'