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


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.

Reply via email to