Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

symbolize unittest ISO C++17 does not allow 'register' storage class specifier #404

Closed
NeroBurner opened this issue Dec 13, 2018 · 1 comment

Comments

@NeroBurner
Copy link
Contributor

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;
  ^~~~~~~~~
@sergiud
Copy link
Collaborator

sergiud commented Dec 13, 2018

Fixed in e0cabc5.

@sergiud sergiud closed this as completed Dec 13, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants