You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when compiling glog with clang and C++17 the following compile error is thrown
/usr/src/app/src/symbolize_unittest.cc:314:3: error: ISO C++17 does not allow
'register' storage class specifier [-Wregister]
register void *pc = NULL;
^~~~~~~~~
The text was updated successfully, but these errors were encountered:
when compiling glog with clang and C++17 the following compile error is thrown
The text was updated successfully, but these errors were encountered: