Jens Geyer created THRIFT-4139:
----------------------------------
Summary: warning: 'register' storage class specifier is deprecated
and incompatible with C++1z [-Wdeprecated-register]
Key: THRIFT-4139
URL: https://issues.apache.org/jira/browse/THRIFT-4139
Project: Thrift
Issue Type: Bug
Components: Compiler (General)
Reporter: Jens Geyer
There's a number of occurrences in the travis log of this:
{code}
thrift/thriftl.cc:2916:2: warning: 'register' storage class specifier is
deprecated and incompatible with C++1z [-Wdeprecated-register]
register YY_CHAR yy_c = 1;
^~~~~~~~~
{code}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)