commit | 28af4c3993e18559099401cbf65dade17b80c181 | [log] [tgz] |
---|---|---|
author | Dan Albert <danalbert@google.com> | Mon Aug 10 15:05:25 2015 -0700 |
committer | Dan Albert <danalbert@google.com> | Mon Aug 10 15:05:25 2015 -0700 |
tree | f34f2f9ebd7939f637bcfd1d6bd231d1e654c2e5 | |
parent | 701e0536174b5d8ef85f719e13186820941c4905 [diff] |
Don't use `register`. This causes a build failure with GCC and C++14. Fix by just not using the register keyword. "Guideline: Never write register. It's exactly as meaningful as whitespace." http://www.drdobbs.com/keywords-that-arent-or-comments-by-anoth/184403859 Change-Id: I275735c55e97e613e1704c1b896793740db8f404