You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "Jens Geyer (JIRA)" <ji...@apache.org> on 2017/03/27 06:59:41 UTC

[jira] [Created] (THRIFT-4139) warning: 'register' storage class specifier is deprecated and incompatible with C++1z [-Wdeprecated-register]

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)