You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "noomerikal (JIRA)" <ji...@apache.org> on 2010/08/17 09:15:16 UTC

[jira] Updated: (THRIFT-817) Syntax Error in concurrency/Mutex.h

     [ https://issues.apache.org/jira/browse/THRIFT-817?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

noomerikal updated THRIFT-817:
------------------------------

    Attachment: THRIFT-817.patch

> Syntax Error in concurrency/Mutex.h
> -----------------------------------
>
>                 Key: THRIFT-817
>                 URL: https://issues.apache.org/jira/browse/THRIFT-817
>             Project: Thrift
>          Issue Type: Bug
>    Affects Versions: 0.3
>         Environment: all
>            Reporter: Doug Judd
>         Attachments: THRIFT-817.patch
>
>
> I installed Thrift 0.3.0.  When I compile my app, I get the following error:
> /usr/local/include/thrift/concurrency/Mutex.h:136: error: comma at end of
> enumerator list
> Looking into this file, there is an extraneous trailing comma:
> enum RWGuardType {
>   RW_READ = 0,
>   RW_WRITE = 1,
> };

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.